
@charset "UTF-8";

.navbar-nav.megamenu>li>a {
	font-size: 14px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 10px;
}

body {
	font-family: var(--tb-text-primary-font);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	color: #232323;
	background: #fff;
	overflow-x: hidden;
}

.rev-btn, .rev-btn:visited {
	font-family: var(--tb-text-primary-font);
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #323232;
	text-decoration: none;
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}

a:hover, a:focus {
	color: var(--tb-theme-color);
	text-decoration: none;
	outline: 0;
}

a:focus {
	outline: 0;
	outline: 5px auto -webkit-puca-ring-color;
	outline-offset: -2px;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

.img-responsive {
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 0;
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.7;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 23px;
	margin-bottom: 23px;
	border: 0;
	border-top: 1px solid #eee;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-pucaable:active, .sr-only-pucaable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: var(--tb-text-primary-font);
	font-weight: 700;
	line-height: 1.5;
	color: #17181a;
}

h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #777;
}

h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 23px;
	margin-bottom: 11.5px;
}

h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
	font-size: 65%;
}

h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 11.5px;
	margin-bottom: 11.5px;
}

h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
	font-size: 75%;
}

h1, .h1 {
	font-size: 36px;
}

h2, .h2 {
	font-size: 30px;
}

h3, .h3 {
	font-size: 24px;
}

h4, .h4 {
	font-size: 18px;
}

h5, .h5 {
	font-size: 14px;
}

h6, .h6 {
	font-size: 12px;
}

p {
	margin: 0 0 11.5px;
}

.lead {
	margin-bottom: 23px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}

@media (min-width:768px) {
	.lead {
		font-size: 21px;
	}
}

small, .small {
	font-size: 85%;
}

mark, .mark {
	background-color: #fcf8e3;
	padding: .2em;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center !important;
}

.text-justify {
	text-align: justify;
}

.text-nowrap {
	white-space: nowrap;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase, .initialism {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-muted {
	color: #777;
}

.text-primary {
	color: #17181a;
}

a.text-primary:hover {
	color: black;
}

.text-success {
	color: #3c763d;
}

a.text-success:hover {
	color: #2b542c;
}

.text-info {
	color: #31708f;
}

a.text-info:hover {
	color: #245269;
}

.text-warning {
	color: #8a6d3b;
}

a.text-warning:hover {
	color: #66512c;
}

.text-danger {
	color: #a94442;
}

a.text-danger:hover {
	color: #843534;
}

.bg-primary {
	color: #fff;
}

.bg-primary {
	background-color: #17181a;
}

a.bg-primary:hover {
	background-color: black;
}

.bg-success {
	background-color: #dff0d8;
}

a.bg-success:hover {
	background-color: #c1e2b3;
}

.bg-info {
	background-color: #d9edf7;
}

a.bg-info:hover {
	background-color: #afd9ee;
}

.bg-warning {
	background-color: #fcf8e3;
}

a.bg-warning:hover {
	background-color: #f7ecb5;
}

.bg-danger {
	background-color: #f2dede;
}

a.bg-danger:hover {
	background-color: #e4b9b9;
}

.page-header {
	padding-bottom: 10.5px;
	margin: 46px 0 23px;
	border-bottom: 1px solid #eee;
}

ul, ol {
	margin-top: 0;
	margin-bottom: 11.5px;
}

ul ul, ul ol, ol ul, ol ol {
	margin-bottom: 0;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}

.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

dl {
	margin-top: 0;
	margin-bottom: 23px;
}

dt, dd {
	line-height: 1.7;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
	content: " ";
	display: table;
}

.dl-horizontal dd:after {
	clear: both;
}

@media (min-width:768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	
	.dl-horizontal dd {
		margin-left: 180px;
	}
}

abbr[title], abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777;
}

.initialism {
	font-size: 90%;
}

blockquote {
	padding: 11.5px 23px;
	margin: 0 0 23px;
	font-size: 17.5px;
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
	margin-bottom: 0;
}

blockquote footer, blockquote small, blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.7;
	color: #777;
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
	content: "— ";
}

.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0;
	text-align: right;
}

.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
	content: "";
}

.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
	content: " —";
}

address {
	margin-bottom: 23px;
	line-height: 1.7;
}

button, select {
	padding: 10px;
}

button.btn:focus, button.button:focus {
	outline: 0;
}

.btn-outline-light {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}

.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active {
	color: #17181a;
	background-color: #fff;
	border-color: #17181a;
}

.open .btn-outline-light.dropdown-toggle {
	color: #17181a;
	background-color: #fff;
	border-color: #17181a;
}

.btn-outline-light:active, .btn-outline-light.active {
	background-image: none;
}

.btn-outline-light:active.nitro-lazy, .btn-outline-light.active.nitro-lazy {
	background-image: none !important;
}

.open .btn-outline-light.dropdown-toggle {
	background-image: none;
}

.open .btn-outline-light.dropdown-toggle.nitro-lazy {
	background-image: none !important;
}

.btn-outline-light.disabled, .btn-outline-light.disabled:hover, .btn-outline-light.disabled:focus, .btn-outline-light.disabled:active, .btn-outline-light.disabled.active, .btn-outline-light[disabled], .btn-outline-light[disabled]:hover, .btn-outline-light[disabled]:focus, .btn-outline-light[disabled]:active, .btn-outline-light[disabled].active, fieldset[disabled] .btn-outline-light, fieldset[disabled] .btn-outline-light:hover, fieldset[disabled] .btn-outline-light:focus, fieldset[disabled] .btn-outline-light:active, fieldset[disabled] .btn-outline-light.active {
	background-color: transparent;
	border-color: #fff;
}

.btn-outline-light .badge {
	color: transparent;
	background-color: #fff;
}

.btn-outline.btn-default {
	background: transparent;
	border-color: #fff;
	color: #fff;
}

.btn-outline.btn-default:hover {
	color: var(--tb-theme-color);
	border-color: #fff;
	background: #fff;
}

.btn-outline.btn-primary {
	background: transparent;
	border-color: #17181a;
	color: #17181a;
}

.btn-outline.btn-primary:hover {
	color: #fff;
	border-color: #17181a;
	background: #17181a;
}

.btn-outline.btn-success {
	background: transparent;
	border-color: #5cb85c;
	color: #5cb85c;
}

.btn-outline.btn-success:hover {
	color: #fff;
	border-color: #5cb85c;
	background: #5cb85c;
}

.btn-outline.btn-info {
	background: transparent;
	border-color: #5bc0de;
	color: #5bc0de;
}

.btn-outline.btn-info:hover {
	color: #fff;
	border-color: #5bc0de;
	background: #5bc0de;
}

.btn-outline.btn-danger {
	background: transparent;
	border-color: #f65b47;
	color: #f65b47;
}

.btn-outline.btn-danger:hover {
	color: #fff;
	border-color: #f65b47;
	background: #f65b47;
}

.btn-outline.btn-warning {
	background: transparent;
	border-color: #86bc42;
	color: #86bc42;
}

.btn-outline.btn-warning:hover {
	color: #fff;
	border-color: #86bc42;
	background: #86bc42;
}

.btn-inverse.btn-primary:hover {
	color: #17181a;
	background: #fff;
}

.btn-inverse.btn-success:hover {
	color: #5cb85c;
	background: #fff;
}

.btn-inverse.btn-info:hover {
	color: #5bc0de;
	background: #fff;
}

.btn-inverse.btn-danger:hover {
	color: #f65b47;
	background: #fff;
}

.btn-inverse.btn-warning:hover {
	color: #86bc42;
	background: #fff;
}

.btn-inverse.btn-theme:hover, .woocommerce-cart .wc-proceed-to-checkout a.btn-inverse.checkout-button:hover, .woocommerce-cart .return-to-shop .btn-inverse.button:hover, .widget-woof .woof_submit_search_form_container .btn-inverse.woof_reset_search_form:hover, .singular-shop div.product .information .btn-inverse.single_add_to_cart_button:hover, .cart_totals table tr.shipping .btn-inverse.button:hover, .woocommerce #payment .btn-inverse#place_order:hover, .woocommerce-page #payment .btn-inverse#place_order:hover, .woocommerce-page .woocommerce-message .btn-inverse.button:hover, .yith-wcqv-wrapper #yith-quick-view-content .summary .btn-inverse.single_add_to_cart_button:hover, .woocommerce table.wishlist_table .product-add-to-cart .add-cart a.btn-inverse:hover, .woocommerce .woocommerce-MyAccount-content a.btn-inverse.button:hover, .woocommerce .woocommerce-MyAccount-content input.btn-inverse.button:hover, .singular-shop div.product .information .single_add_to_cart_button.added+a.btn-inverse:hover, #shop-now.has-buy-now .btn-inverse.tbay-buy-now:hover, #yith-quick-view-modal #yith-quick-view-content .btn-inverse.view-details-btn:hover, .questions-section .btn-inverse#ywqa-submit-question:hover, .wishlist_table.mobile .product-add-to-cart .add-cart a.btn-inverse:hover, .woocommerce .yith-wfbt-submit-block .btn-inverse.yith-wfbt-submit-button-remove:hover, .woocommerce .wpmc-nav-wrapper button.btn-inverse.button:hover, .woocommerce input.btn-inverse.button.alt.yith-wcms-button:hover, .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons .btn-inverse.button:hover, body input.btn-inverse[type="submit"].dokan-btn:hover, body .btn-inverse.dokan-btn-theme:hover, body .btn-inverse.dokan-btn-success:hover, .dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input.btn-inverse[type=submit]:hover, .dokan-dashboard a.btn-inverse.add_new_attribute:hover, .dokan-add-new-product-popup input.btn-inverse#dokan-create-new-product-btn:hover, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .btn-inverse.dokan-follow-store-button:hover, .dokan-orders-content #dokan-order-status-form a.btn-inverse.dokan-cancel-status:hover, .form-row input.btn-inverse[name="apply_for_vendor_submit"]:hover, form.wcv-form .btn-inverse.wcv-button[type="submit"]:hover, .dashboard .wcv-dashboard-navigation ~ form input.btn-inverse[type="submit"]:hover, .shop_settings input.btn-inverse[name="vendor_application_submit"]:hover, form[name="export_orders"] input.btn-inverse:hover, form[name="export_orders"] ~ table.table .order-comments input.btn-inverse.btn:hover, form[name="export_orders"] ~ table.table .order-comments input.btn-inverse.button:hover, .wcvendors-pro-dashboard-wrapper a.btn-inverse.button:hover, .wcvendors-pro-dashboard-wrapper .wcv-form .control-group .btn-inverse.button:hover, .wcvendors-pro-dashboard-wrapper input.btn-inverse#update_button:hover, .wcvendors-pro-dashboard-wrapper .wcv-search-form .btn-inverse.wcv-button:hover, .wcv-form .control-group .control>input.btn-inverse.wcv-button:hover:not(#clear_button), .wcv-order-header .wcv-form .control>input.btn-inverse#clear_button:hover, table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input.btn-inverse[type="submit"]:hover, table.wcvendors-table-order form .btn-inverse#tracking_number_save_button:hover, form#wcv-store-settings input.btn-inverse#store_save_button:hover, .wcv_store_search form input.btn-inverse[type="submit"]:hover, .wcv_vendor_search form input.btn-inverse[type="submit"]:hover, #custom-login-wrapper form button.btn-inverse[type="submit"]:hover, #custom-login-wrapper .create-account-question .btn-inverse.create-account-button:hover, .wc-block-cart__submit .btn-inverse.wc-block-cart__submit-button:hover, form.wc-block-components-totals-coupon__form .btn-inverse.wc-block-components-totals-coupon__button:hover, .wc-block-checkout__actions .btn-inverse.wc-block-components-checkout-place-order-button:hover, .wp-block-button.wc-block-components-product-button .btn-inverse.wc-block-components-product-button__button:hover {
	color: var(--tb-theme-color);
	background: #fff;
}

.btn.btn-lighten, .btn-lighten.button {
	border-color: #fff;
	color: #fff;
	background: transparent;
}

.btn.btn-lighten:hover, .btn-lighten.button:hover {
	color: var(--tb-theme-color);
	background: transparent;
	border-color: var(--tb-theme-color);
}

.btn-3d {
	border: 0;
	border: 0;
	border: 0;
	border: 0;
	box-shadow: 0 -5px 0 0 rgba(0, 0, 0, .15) inset;
	-o-box-shadow: 0 -5px 0 0 rgba(0, 0, 0, .15) inset;
	-moz-box-shadow: 0 -5px 0 0 rgba(0, 0, 0, .15) inset;
	-webkit-box-shadow: 0 -5px 0 0 rgba(0, 0, 0, .15) inset;
	-ms-box-shadow: 0 -5px 0 0 rgba(0, 0, 0, .15) inset;
}

.btn-3d.btn-lg {
	box-shadow: 0 -5px 0 0 rgba(0, 0, 0, .15) inset;
	-o-box-shadow: 0 -5px 0 0 rgba(0, 0, 0, .15) inset;
	-moz-box-shadow: 0 -5px 0 0 rgba(0, 0, 0, .15) inset;
	-webkit-box-shadow: 0 -5px 0 0 rgba(0, 0, 0, .15) inset;
	-ms-box-shadow: 0 -5px 0 0 rgba(0, 0, 0, .15) inset;
}

.btn-3d.btn-sm, .btn-3d.button {
	box-shadow: 0 -4px 0 0 rgba(0, 0, 0, .15) inset;
	-o-box-shadow: 0 -4px 0 0 rgba(0, 0, 0, .15) inset;
	-moz-box-shadow: 0 -4px 0 0 rgba(0, 0, 0, .15) inset;
	-webkit-box-shadow: 0 -4px 0 0 rgba(0, 0, 0, .15) inset;
	-ms-box-shadow: 0 -4px 0 0 rgba(0, 0, 0, .15) inset;
}

.btn-3d.btn-xs {
	box-shadow: 0 -2px 0 0 rgba(0, 0, 0, .15) inset;
	-o-box-shadow: 0 -2px 0 0 rgba(0, 0, 0, .15) inset;
	-moz-box-shadow: 0 -2px 0 0 rgba(0, 0, 0, .15) inset;
	-webkit-box-shadow: 0 -2px 0 0 rgba(0, 0, 0, .15) inset;
	-ms-box-shadow: 0 -2px 0 0 rgba(0, 0, 0, .15) inset;
}

.btn-default, .btn-theme, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .return-to-shop .button, .widget-woof .woof_submit_search_form_container .woof_reset_search_form, .singular-shop div.product .information .single_add_to_cart_button, .cart_totals table tr.shipping .button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .woocommerce-page .woocommerce-message .button, .yith-wcqv-wrapper #yith-quick-view-content .summary .single_add_to_cart_button, .woocommerce table.wishlist_table .product-add-to-cart .add-cart a, .woocommerce .woocommerce-MyAccount-content a.button, .woocommerce .woocommerce-MyAccount-content input.button, .singular-shop div.product .information .single_add_to_cart_button.added+a, #shop-now.has-buy-now .tbay-buy-now, #yith-quick-view-modal #yith-quick-view-content .view-details-btn, .questions-section #ywqa-submit-question, .wishlist_table.mobile .product-add-to-cart .add-cart a, .woocommerce .yith-wfbt-submit-block .yith-wfbt-submit-button-remove, .woocommerce .wpmc-nav-wrapper button.button, .woocommerce input.button.alt.yith-wcms-button, .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons .button, body input[type="submit"].dokan-btn, body a.dokan-btn-theme, body .dokan-btn-theme, body .dokan-btn-success, body input[type="submit"].dokan-btn[disabled], body a.dokan-btn-theme[disabled], body .dokan-btn-theme[disabled], body .dokan-btn-success[disabled], .dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit], .dokan-dashboard a.add_new_attribute, .dokan-add-new-product-popup input#dokan-create-new-product-btn, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .dokan-follow-store-button, .dokan-orders-content #dokan-order-status-form a.dokan-cancel-status, .form-row input[name="apply_for_vendor_submit"], form.wcv-form .wcv-button[type="submit"], .dashboard .wcv-dashboard-navigation ~ form input[type="submit"], .shop_settings input[name="vendor_application_submit"], form[name="export_orders"] input, form[name="export_orders"] ~ table.table .order-comments input.btn, form[name="export_orders"] ~ table.table .order-comments input.button, .wcvendors-pro-dashboard-wrapper a.button, .wcvendors-pro-dashboard-wrapper .wcv-form .control-group .button, .wcvendors-pro-dashboard-wrapper input#update_button, .wcvendors-pro-dashboard-wrapper .wcv-search-form .wcv-button, .wcv-form .control-group .control>input.wcv-button:not(#clear_button), .wcv-order-header .wcv-form .control>input#clear_button, table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input[type="submit"], table.wcvendors-table-order form #tracking_number_save_button, form#wcv-store-settings input#store_save_button, .wcv_store_search form input[type="submit"], .wcv_vendor_search form input[type="submit"], #custom-login-wrapper form button[type="submit"], #custom-login-wrapper .create-account-question .create-account-button, .wc-block-cart__submit .wc-block-cart__submit-button, form.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button, .wc-block-checkout__actions .wc-block-components-checkout-place-order-button, .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
	color: #fff;
	background-color: var(--tb-theme-color);
	border-color: var(--tb-theme-color);
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	outline: 0;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .btn-theme:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .return-to-shop .button:hover, .widget-woof .woof_submit_search_form_container .woof_reset_search_form:hover, .singular-shop div.product .information .single_add_to_cart_button:hover, .cart_totals table tr.shipping .button:hover, .woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover, .woocommerce-page .woocommerce-message .button:hover, .yith-wcqv-wrapper #yith-quick-view-content .summary .single_add_to_cart_button:hover, .woocommerce table.wishlist_table .product-add-to-cart .add-cart a:hover, .woocommerce .woocommerce-MyAccount-content a.button:hover, .woocommerce .woocommerce-MyAccount-content input.button:hover, .singular-shop div.product .information .single_add_to_cart_button.added+a:hover, #shop-now.has-buy-now .tbay-buy-now:hover, #yith-quick-view-modal #yith-quick-view-content .view-details-btn:hover, .questions-section #ywqa-submit-question:hover, .wishlist_table.mobile .product-add-to-cart .add-cart a:hover, .woocommerce .yith-wfbt-submit-block .yith-wfbt-submit-button-remove:hover, .woocommerce .wpmc-nav-wrapper button.button:hover, .woocommerce input.button.alt.yith-wcms-button:hover, .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons .button:hover, body input[type="submit"].dokan-btn:hover, body .dokan-btn-theme:hover, body .dokan-btn-success:hover, .dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit]:hover, .dokan-dashboard a.add_new_attribute:hover, .dokan-add-new-product-popup input#dokan-create-new-product-btn:hover, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .dokan-follow-store-button:hover, .dokan-orders-content #dokan-order-status-form a.dokan-cancel-status:hover, .form-row input[name="apply_for_vendor_submit"]:hover, form.wcv-form .wcv-button[type="submit"]:hover, .dashboard .wcv-dashboard-navigation ~ form input[type="submit"]:hover, .shop_settings input[name="vendor_application_submit"]:hover, form[name="export_orders"] input:hover, form[name="export_orders"] ~ table.table .order-comments input.btn:hover, form[name="export_orders"] ~ table.table .order-comments input.button:hover, .wcvendors-pro-dashboard-wrapper a.button:hover, .wcvendors-pro-dashboard-wrapper .wcv-form .control-group .button:hover, .wcvendors-pro-dashboard-wrapper input#update_button:hover, .wcvendors-pro-dashboard-wrapper .wcv-search-form .wcv-button:hover, .wcv-form .control-group .control>input.wcv-button:hover:not(#clear_button), .wcv-order-header .wcv-form .control>input#clear_button:hover, table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input[type="submit"]:hover, table.wcvendors-table-order form #tracking_number_save_button:hover, form#wcv-store-settings input#store_save_button:hover, .wcv_store_search form input[type="submit"]:hover, .wcv_vendor_search form input[type="submit"]:hover, #custom-login-wrapper form button[type="submit"]:hover, #custom-login-wrapper .create-account-question .create-account-button:hover, .wc-block-cart__submit .wc-block-cart__submit-button:hover, form.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:hover, .wc-block-checkout__actions .wc-block-components-checkout-place-order-button:hover, .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button:hover, .btn-theme:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-cart .return-to-shop .button:focus, .widget-woof .woof_submit_search_form_container .woof_reset_search_form:focus, .singular-shop div.product .information .single_add_to_cart_button:focus, .cart_totals table tr.shipping .button:focus, .woocommerce #payment #place_order:focus, .woocommerce-page #payment #place_order:focus, .woocommerce-page .woocommerce-message .button:focus, .yith-wcqv-wrapper #yith-quick-view-content .summary .single_add_to_cart_button:focus, .woocommerce table.wishlist_table .product-add-to-cart .add-cart a:focus, .woocommerce .woocommerce-MyAccount-content a.button:focus, .woocommerce .woocommerce-MyAccount-content input.button:focus, .singular-shop div.product .information .single_add_to_cart_button.added+a:focus, #shop-now.has-buy-now .tbay-buy-now:focus, #yith-quick-view-modal #yith-quick-view-content .view-details-btn:focus, .questions-section #ywqa-submit-question:focus, .wishlist_table.mobile .product-add-to-cart .add-cart a:focus, .woocommerce .yith-wfbt-submit-block .yith-wfbt-submit-button-remove:focus, .woocommerce .wpmc-nav-wrapper button.button:focus, .woocommerce input.button.alt.yith-wcms-button:focus, .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons .button:focus, body input[type="submit"].dokan-btn:focus, body .dokan-btn-theme:focus, body .dokan-btn-success:focus, .dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit]:focus, .dokan-dashboard a.add_new_attribute:focus, .dokan-add-new-product-popup input#dokan-create-new-product-btn:focus, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .dokan-follow-store-button:focus, .dokan-orders-content #dokan-order-status-form a.dokan-cancel-status:focus, .form-row input[name="apply_for_vendor_submit"]:focus, form.wcv-form .wcv-button[type="submit"]:focus, .dashboard .wcv-dashboard-navigation ~ form input[type="submit"]:focus, .shop_settings input[name="vendor_application_submit"]:focus, form[name="export_orders"] input:focus, form[name="export_orders"] ~ table.table .order-comments input.btn:focus, form[name="export_orders"] ~ table.table .order-comments input.button:focus, .wcvendors-pro-dashboard-wrapper a.button:focus, .wcvendors-pro-dashboard-wrapper .wcv-form .control-group .button:focus, .wcvendors-pro-dashboard-wrapper input#update_button:focus, .wcvendors-pro-dashboard-wrapper .wcv-search-form .wcv-button:focus, .wcv-form .control-group .control>input.wcv-button:focus:not(#clear_button), .wcv-order-header .wcv-form .control>input#clear_button:focus, table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input[type="submit"]:focus, table.wcvendors-table-order form #tracking_number_save_button:focus, form#wcv-store-settings input#store_save_button:focus, .wcv_store_search form input[type="submit"]:focus, .wcv_vendor_search form input[type="submit"]:focus, #custom-login-wrapper form button[type="submit"]:focus, #custom-login-wrapper .create-account-question .create-account-button:focus, .wc-block-cart__submit .wc-block-cart__submit-button:focus, form.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:focus, .wc-block-checkout__actions .wc-block-components-checkout-place-order-button:focus, .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button:focus, .btn-theme:active, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active, .woocommerce-cart .return-to-shop .button:active, .widget-woof .woof_submit_search_form_container .woof_reset_search_form:active, .singular-shop div.product .information .single_add_to_cart_button:active, .cart_totals table tr.shipping .button:active, .woocommerce #payment #place_order:active, .woocommerce-page #payment #place_order:active, .woocommerce-page .woocommerce-message .button:active, .yith-wcqv-wrapper #yith-quick-view-content .summary .single_add_to_cart_button:active, .woocommerce table.wishlist_table .product-add-to-cart .add-cart a:active, .woocommerce .woocommerce-MyAccount-content a.button:active, .woocommerce .woocommerce-MyAccount-content input.button:active, .singular-shop div.product .information .single_add_to_cart_button.added+a:active, #shop-now.has-buy-now .tbay-buy-now:active, #yith-quick-view-modal #yith-quick-view-content .view-details-btn:active, .questions-section #ywqa-submit-question:active, .wishlist_table.mobile .product-add-to-cart .add-cart a:active, .woocommerce .yith-wfbt-submit-block .yith-wfbt-submit-button-remove:active, .woocommerce .wpmc-nav-wrapper button.button:active, .woocommerce input.button.alt.yith-wcms-button:active, .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons .button:active, body input[type="submit"].dokan-btn:active, body .dokan-btn-theme:active, body .dokan-btn-success:active, .dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit]:active, .dokan-dashboard a.add_new_attribute:active, .dokan-add-new-product-popup input#dokan-create-new-product-btn:active, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .dokan-follow-store-button:active, .dokan-orders-content #dokan-order-status-form a.dokan-cancel-status:active, .form-row input[name="apply_for_vendor_submit"]:active, form.wcv-form .wcv-button[type="submit"]:active, .dashboard .wcv-dashboard-navigation ~ form input[type="submit"]:active, .shop_settings input[name="vendor_application_submit"]:active, form[name="export_orders"] input:active, form[name="export_orders"] ~ table.table .order-comments input.btn:active, form[name="export_orders"] ~ table.table .order-comments input.button:active, .wcvendors-pro-dashboard-wrapper a.button:active, .wcvendors-pro-dashboard-wrapper .wcv-form .control-group .button:active, .wcvendors-pro-dashboard-wrapper input#update_button:active, .wcvendors-pro-dashboard-wrapper .wcv-search-form .wcv-button:active, .wcv-form .control-group .control>input.wcv-button:active:not(#clear_button), .wcv-order-header .wcv-form .control>input#clear_button:active, table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input[type="submit"]:active, table.wcvendors-table-order form #tracking_number_save_button:active, form#wcv-store-settings input#store_save_button:active, .wcv_store_search form input[type="submit"]:active, .wcv_vendor_search form input[type="submit"]:active, #custom-login-wrapper form button[type="submit"]:active, #custom-login-wrapper .create-account-question .create-account-button:active, .wc-block-cart__submit .wc-block-cart__submit-button:active, form.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:active, .wc-block-checkout__actions .wc-block-components-checkout-place-order-button:active, .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button:active, .btn-theme.active, .woocommerce-cart .wc-proceed-to-checkout a.active.checkout-button, .woocommerce-cart .return-to-shop .active.button, .widget-woof .woof_submit_search_form_container .active.woof_reset_search_form, .singular-shop div.product .information .active.single_add_to_cart_button, .cart_totals table tr.shipping .active.button, .woocommerce #payment .active#place_order, .woocommerce-page #payment .active#place_order, .woocommerce-page .woocommerce-message .active.button, .yith-wcqv-wrapper #yith-quick-view-content .summary .active.single_add_to_cart_button, .woocommerce table.wishlist_table .product-add-to-cart .add-cart a.active, .woocommerce .woocommerce-MyAccount-content a.active.button, .woocommerce .woocommerce-MyAccount-content input.active.button, .singular-shop div.product .information .single_add_to_cart_button.added+a.active, #shop-now.has-buy-now .active.tbay-buy-now, #yith-quick-view-modal #yith-quick-view-content .active.view-details-btn, .questions-section .active#ywqa-submit-question, .wishlist_table.mobile .product-add-to-cart .add-cart a.active, .woocommerce .yith-wfbt-submit-block .active.yith-wfbt-submit-button-remove, .woocommerce .wpmc-nav-wrapper button.active.button, .woocommerce input.active.button.alt.yith-wcms-button, .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons .active.button, body input.active[type="submit"].dokan-btn, body .active.dokan-btn-theme, body .active.dokan-btn-success, .dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input.active[type=submit], .dokan-dashboard a.active.add_new_attribute, .dokan-add-new-product-popup input.active#dokan-create-new-product-btn, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .active.dokan-follow-store-button, .dokan-orders-content #dokan-order-status-form a.active.dokan-cancel-status, .form-row input.active[name="apply_for_vendor_submit"], form.wcv-form .active.wcv-button[type="submit"], .dashboard .wcv-dashboard-navigation ~ form input.active[type="submit"], .shop_settings input.active[name="vendor_application_submit"], form[name="export_orders"] input.active, form[name="export_orders"] ~ table.table .order-comments input.active.btn, form[name="export_orders"] ~ table.table .order-comments input.active.button, .wcvendors-pro-dashboard-wrapper a.active.button, .wcvendors-pro-dashboard-wrapper .wcv-form .control-group .active.button, .wcvendors-pro-dashboard-wrapper input.active#update_button, .wcvendors-pro-dashboard-wrapper .wcv-search-form .active.wcv-button, .wcv-form .control-group .control>input.active.wcv-button:not(#clear_button), .wcv-order-header .wcv-form .control>input.active#clear_button, table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input.active[type="submit"], table.wcvendors-table-order form .active#tracking_number_save_button, form#wcv-store-settings input.active#store_save_button, .wcv_store_search form input.active[type="submit"], .wcv_vendor_search form input.active[type="submit"], #custom-login-wrapper form button.active[type="submit"], #custom-login-wrapper .create-account-question .active.create-account-button, .wc-block-cart__submit .active.wc-block-cart__submit-button, form.wc-block-components-totals-coupon__form .active.wc-block-components-totals-coupon__button, .wc-block-checkout__actions .active.wc-block-components-checkout-place-order-button, .wp-block-button.wc-block-components-product-button .active.wc-block-components-product-button__button {
	color: #fff;
	background-color: #232323;
	border-color: #232323;
}

.open .btn-default.dropdown-toggle, .open .btn-theme.dropdown-toggle, .open .woocommerce-cart .wc-proceed-to-checkout a.dropdown-toggle.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .open a.dropdown-toggle.checkout-button, .open .woocommerce-cart .return-to-shop .dropdown-toggle.button, .woocommerce-cart .return-to-shop .open .dropdown-toggle.button, .open .widget-woof .woof_submit_search_form_container .dropdown-toggle.woof_reset_search_form, .widget-woof .woof_submit_search_form_container .open .dropdown-toggle.woof_reset_search_form, .open .singular-shop div.product .information .dropdown-toggle.single_add_to_cart_button, .singular-shop div.product .information .open .dropdown-toggle.single_add_to_cart_button, .open .cart_totals table tr.shipping .dropdown-toggle.button, .cart_totals table tr.shipping .open .dropdown-toggle.button, .open .woocommerce #payment .dropdown-toggle#place_order, .woocommerce #payment .open .dropdown-toggle#place_order, .open .woocommerce-page #payment .dropdown-toggle#place_order, .woocommerce-page #payment .open .dropdown-toggle#place_order, .open .woocommerce-page .woocommerce-message .dropdown-toggle.button, .woocommerce-page .woocommerce-message .open .dropdown-toggle.button, .open .yith-wcqv-wrapper #yith-quick-view-content .summary .dropdown-toggle.single_add_to_cart_button, .yith-wcqv-wrapper #yith-quick-view-content .summary .open .dropdown-toggle.single_add_to_cart_button, .open .woocommerce table.wishlist_table .product-add-to-cart .add-cart a.dropdown-toggle, .woocommerce table.wishlist_table .product-add-to-cart .add-cart .open a.dropdown-toggle, .open .woocommerce .woocommerce-MyAccount-content a.dropdown-toggle.button, .woocommerce .woocommerce-MyAccount-content .open a.dropdown-toggle.button, .open .woocommerce .woocommerce-MyAccount-content input.dropdown-toggle.button, .woocommerce .woocommerce-MyAccount-content .open input.dropdown-toggle.button, .open .singular-shop div.product .information .single_add_to_cart_button.added+a.dropdown-toggle, .singular-shop div.product .information .open .single_add_to_cart_button.added+a.dropdown-toggle, .open #shop-now.has-buy-now .dropdown-toggle.tbay-buy-now, #shop-now.has-buy-now .open .dropdown-toggle.tbay-buy-now, .open #yith-quick-view-modal #yith-quick-view-content .dropdown-toggle.view-details-btn, #yith-quick-view-modal #yith-quick-view-content .open .dropdown-toggle.view-details-btn, .open .questions-section .dropdown-toggle#ywqa-submit-question, .questions-section .open .dropdown-toggle#ywqa-submit-question, .open .wishlist_table.mobile .product-add-to-cart .add-cart a.dropdown-toggle, .wishlist_table.mobile .product-add-to-cart .add-cart .open a.dropdown-toggle, .open .woocommerce .yith-wfbt-submit-block .dropdown-toggle.yith-wfbt-submit-button-remove, .woocommerce .yith-wfbt-submit-block .open .dropdown-toggle.yith-wfbt-submit-button-remove, .open .woocommerce .wpmc-nav-wrapper button.dropdown-toggle.button, .woocommerce .wpmc-nav-wrapper .open button.dropdown-toggle.button, .open .woocommerce input.dropdown-toggle.button.alt.yith-wcms-button, .woocommerce .open input.dropdown-toggle.button.alt.yith-wcms-button, .open .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons .dropdown-toggle.button, .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons .open .dropdown-toggle.button, .open body input.dropdown-toggle[type="submit"].dokan-btn, body .open input.dropdown-toggle[type="submit"].dokan-btn, .open body .dropdown-toggle.dokan-btn-theme, body .open .dropdown-toggle.dokan-btn-theme, .open body .dropdown-toggle.dokan-btn-success, body .open .dropdown-toggle.dokan-btn-success, .open .dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input.dropdown-toggle[type=submit], .dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit .open input.dropdown-toggle[type=submit], .open .dokan-dashboard a.dropdown-toggle.add_new_attribute, .dokan-dashboard .open a.dropdown-toggle.add_new_attribute, .open .dokan-add-new-product-popup input.dropdown-toggle#dokan-create-new-product-btn, .dokan-add-new-product-popup .open input.dropdown-toggle#dokan-create-new-product-btn, .open #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .dropdown-toggle.dokan-follow-store-button, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .open .dropdown-toggle.dokan-follow-store-button, .open .dokan-orders-content #dokan-order-status-form a.dropdown-toggle.dokan-cancel-status, .dokan-orders-content #dokan-order-status-form .open a.dropdown-toggle.dokan-cancel-status, .open .form-row input.dropdown-toggle[name="apply_for_vendor_submit"], .form-row .open input.dropdown-toggle[name="apply_for_vendor_submit"], .open form.wcv-form .dropdown-toggle.wcv-button[type="submit"], form.wcv-form .open .dropdown-toggle.wcv-button[type="submit"], .open .dashboard .wcv-dashboard-navigation ~ form input.dropdown-toggle[type="submit"], .dashboard .wcv-dashboard-navigation ~ form .open input.dropdown-toggle[type="submit"], .open .shop_settings input.dropdown-toggle[name="vendor_application_submit"], .shop_settings .open input.dropdown-toggle[name="vendor_application_submit"], .open form[name="export_orders"] input.dropdown-toggle, form[name="export_orders"] .open input.dropdown-toggle, .open form[name="export_orders"] ~ table.table .order-comments input.dropdown-toggle.btn, form[name="export_orders"] ~ table.table .order-comments .open input.dropdown-toggle.btn, .open form[name="export_orders"] ~ table.table .order-comments input.dropdown-toggle.button, form[name="export_orders"] ~ table.table .order-comments .open input.dropdown-toggle.button, .open .wcvendors-pro-dashboard-wrapper a.dropdown-toggle.button, .wcvendors-pro-dashboard-wrapper .open a.dropdown-toggle.button, .open .wcvendors-pro-dashboard-wrapper .wcv-form .control-group .dropdown-toggle.button, .wcvendors-pro-dashboard-wrapper .wcv-form .control-group .open .dropdown-toggle.button, .open .wcvendors-pro-dashboard-wrapper input.dropdown-toggle#update_button, .wcvendors-pro-dashboard-wrapper .open input.dropdown-toggle#update_button, .open .wcvendors-pro-dashboard-wrapper .wcv-search-form .dropdown-toggle.wcv-button, .wcvendors-pro-dashboard-wrapper .wcv-search-form .open .dropdown-toggle.wcv-button, .open .wcv-form .control-group .control>input.dropdown-toggle.wcv-button:not(#clear_button), .wcv-form .control-group .open .control>input.dropdown-toggle.wcv-button:not(#clear_button), .open .wcv-order-header .wcv-form .control>input.dropdown-toggle#clear_button, .wcv-order-header .wcv-form .open .control>input.dropdown-toggle#clear_button, .open table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input.dropdown-toggle[type="submit"], table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form .open input.dropdown-toggle[type="submit"], .open table.wcvendors-table-order form .dropdown-toggle#tracking_number_save_button, table.wcvendors-table-order form .open .dropdown-toggle#tracking_number_save_button, .open form#wcv-store-settings input.dropdown-toggle#store_save_button, form#wcv-store-settings .open input.dropdown-toggle#store_save_button, .open .wcv_store_search form input.dropdown-toggle[type="submit"], .wcv_store_search form .open input.dropdown-toggle[type="submit"], .open .wcv_vendor_search form input.dropdown-toggle[type="submit"], .wcv_vendor_search form .open input.dropdown-toggle[type="submit"], .open #custom-login-wrapper form button.dropdown-toggle[type="submit"], #custom-login-wrapper form .open button.dropdown-toggle[type="submit"], .open #custom-login-wrapper .create-account-question .dropdown-toggle.create-account-button, #custom-login-wrapper .create-account-question .open .dropdown-toggle.create-account-button, .open .wc-block-cart__submit .dropdown-toggle.wc-block-cart__submit-button, .wc-block-cart__submit .open .dropdown-toggle.wc-block-cart__submit-button, .open form.wc-block-components-totals-coupon__form .dropdown-toggle.wc-block-components-totals-coupon__button, form.wc-block-components-totals-coupon__form .open .dropdown-toggle.wc-block-components-totals-coupon__button, .open .wc-block-checkout__actions .dropdown-toggle.wc-block-components-checkout-place-order-button, .wc-block-checkout__actions .open .dropdown-toggle.wc-block-components-checkout-place-order-button, .open .wp-block-button.wc-block-components-product-button .dropdown-toggle.wc-block-components-product-button__button, .wp-block-button.wc-block-components-product-button .open .dropdown-toggle.wc-block-components-product-button__button {
	color: #fff;
	background-color: #232323;
	border-color: #232323;
}

.btn-default:active, .btn-default.active, .btn-theme:active, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active, .woocommerce-cart .return-to-shop .button:active, .widget-woof .woof_submit_search_form_container .woof_reset_search_form:active, .singular-shop div.product .information .single_add_to_cart_button:active, .cart_totals table tr.shipping .button:active, .woocommerce #payment #place_order:active, .woocommerce-page #payment #place_order:active, .woocommerce-page .woocommerce-message .button:active, .yith-wcqv-wrapper #yith-quick-view-content .summary .single_add_to_cart_button:active, .woocommerce table.wishlist_table .product-add-to-cart .add-cart a:active, .woocommerce .woocommerce-MyAccount-content a.button:active, .woocommerce .woocommerce-MyAccount-content input.button:active, .singular-shop div.product .information .single_add_to_cart_button.added+a:active, #shop-now.has-buy-now .tbay-buy-now:active, #yith-quick-view-modal #yith-quick-view-content .view-details-btn:active, .questions-section #ywqa-submit-question:active, .wishlist_table.mobile .product-add-to-cart .add-cart a:active, .woocommerce .yith-wfbt-submit-block .yith-wfbt-submit-button-remove:active, .woocommerce .wpmc-nav-wrapper button.button:active, .woocommerce input.button.alt.yith-wcms-button:active, .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons .button:active, body input[type="submit"].dokan-btn:active, body .dokan-btn-theme:active, body .dokan-btn-success:active, .dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit]:active, .dokan-dashboard a.add_new_attribute:active, .dokan-add-new-product-popup input#dokan-create-new-product-btn:active, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .dokan-follow-store-button:active, .dokan-orders-content #dokan-order-status-form a.dokan-cancel-status:active, .form-row input[name="apply_for_vendor_submit"]:active, form.wcv-form .wcv-button[type="submit"]:active, .dashboard .wcv-dashboard-navigation ~ form input[type="submit"]:active, .shop_settings input[name="vendor_application_submit"]:active, form[name="export_orders"] input:active, form[name="export_orders"] ~ table.table .order-comments input.btn:active, form[name="export_orders"] ~ table.table .order-comments input.button:active, .wcvendors-pro-dashboard-wrapper a.button:active, .wcvendors-pro-dashboard-wrapper .wcv-form .control-group .button:active, .wcvendors-pro-dashboard-wrapper input#update_button:active, .wcvendors-pro-dashboard-wrapper .wcv-search-form .wcv-button:active, .wcv-form .control-group .control>input.wcv-button:active:not(#clear_button), .wcv-order-header .wcv-form .control>input#clear_button:active, table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input[type="submit"]:active, table.wcvendors-table-order form #tracking_number_save_button:active, form#wcv-store-settings input#store_save_button:active, .wcv_store_search form input[type="submit"]:active, .wcv_vendor_search form input[type="submit"]:active, #custom-login-wrapper form button[type="submit"]:active, #custom-login-wrapper .create-account-question .create-account-button:active, .wc-block-cart__submit .wc-block-cart__submit-button:active, form.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:active, .wc-block-checkout__actions .wc-block-components-checkout-place-order-button:active, .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button:active, .btn-theme.active, .woocommerce-cart .wc-proceed-to-checkout a.active.checkout-button, .woocommerce-cart .return-to-shop .active.button, .widget-woof .woof_submit_search_form_container .active.woof_reset_search_form, .singular-shop div.product .information .active.single_add_to_cart_button, .cart_totals table tr.shipping .active.button, .woocommerce #payment .active#place_order, .woocommerce-page #payment .active#place_order, .woocommerce-page .woocommerce-message .active.button, .yith-wcqv-wrapper #yith-quick-view-content .summary .active.single_add_to_cart_button, .woocommerce table.wishlist_table .product-add-to-cart .add-cart a.active, .woocommerce .woocommerce-MyAccount-content a.active.button, .woocommerce .woocommerce-MyAccount-content input.active.button, .singular-shop div.product .information .single_add_to_cart_button.added+a.active, #shop-now.has-buy-now .active.tbay-buy-now, #yith-quick-view-modal #yith-quick-view-content .active.view-details-btn, .questions-section .active#ywqa-submit-question, .wishlist_table.mobile .product-add-to-cart .add-cart a.active, .woocommerce .yith-wfbt-submit-block .active.yith-wfbt-submit-button-remove, .woocommerce .wpmc-nav-wrapper button.active.button, .woocommerce input.active.button.alt.yith-wcms-button, .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons .active.button, body input.active[type="submit"].dokan-btn, body .active.dokan-btn-theme, body .active.dokan-btn-success, .dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input.active[type=submit], .dokan-dashboard a.active.add_new_attribute, .dokan-add-new-product-popup input.active#dokan-create-new-product-btn, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .active.dokan-follow-store-button, .dokan-orders-content #dokan-order-status-form a.active.dokan-cancel-status, .form-row input.active[name="apply_for_vendor_submit"], form.wcv-form .active.wcv-button[type="submit"], .dashboard .wcv-dashboard-navigation ~ form input.active[type="submit"], .shop_settings input.active[name="vendor_application_submit"], form[name="export_orders"] input.active, form[name="export_orders"] ~ table.table .order-comments input.active.btn, form[name="export_orders"] ~ table.table .order-comments input.active.button, .wcvendors-pro-dashboard-wrapper a.active.button, .wcvendors-pro-dashboard-wrapper .wcv-form .control-group .active.button, .wcvendors-pro-dashboard-wrapper input.active#update_button, .wcvendors-pro-dashboard-wrapper .wcv-search-form .active.wcv-button, .wcv-form .control-group .control>input.active.wcv-button:not(#clear_button), .wcv-order-header .wcv-form .control>input.active#clear_button, table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input.active[type="submit"], table.wcvendors-table-order form .active#tracking_number_save_button, form#wcv-store-settings input.active#store_save_button, .wcv_store_search form input.active[type="submit"], .wcv_vendor_search form input.active[type="submit"], #custom-login-wrapper form button.active[type="submit"], #custom-login-wrapper .create-account-question .active.create-account-button, .wc-block-cart__submit .active.wc-block-cart__submit-button, form.wc-block-components-totals-coupon__form .active.wc-block-components-totals-coupon__button, .wc-block-checkout__actions .active.wc-block-components-checkout-place-order-button, .wp-block-button.wc-block-components-product-button .active.wc-block-components-product-button__button {
	background-image: none;
}

.btn-default:active.nitro-lazy, .btn-default.active.nitro-lazy, .btn-theme:active.nitro-lazy, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active.nitro-lazy, .woocommerce-cart .return-to-shop .button:active.nitro-lazy, .widget-woof .woof_submit_search_form_container .woof_reset_search_form:active.nitro-lazy, .singular-shop div.product .information .single_add_to_cart_button:active.nitro-lazy, .cart_totals table tr.shipping .button:active.nitro-lazy, .woocommerce #payment #place_order:active.nitro-lazy, .woocommerce-page #payment #place_order:active.nitro-lazy, .woocommerce-page .woocommerce-message .button:active.nitro-lazy, .yith-wcqv-wrapper #yith-quick-view-content .summary .single_add_to_cart_button:active.nitro-lazy, .woocommerce table.wishlist_table .product-add-to-cart .add-cart a:active.nitro-lazy, .woocommerce .woocommerce-MyAccount-content a.button:active.nitro-lazy, .woocommerce .woocommerce-MyAccount-content input.button:active.nitro-lazy, .singular-shop div.product .information .single_add_to_cart_button.added+a:active.nitro-lazy, #shop-now.has-buy-now .tbay-buy-now:active.nitro-lazy, #yith-quick-view-modal #yith-quick-view-content .view-details-btn:active.nitro-lazy, .questions-section #ywqa-submit-question:active.nitro-lazy, .wishlist_table.mobile .product-add-to-cart .add-cart a:active.nitro-lazy, .woocommerce .yith-wfbt-submit-block .yith-wfbt-submit-button-remove:active.nitro-lazy, .woocommerce .wpmc-nav-wrapper button.button:active.nitro-lazy, .woocommerce input.button.alt.yith-wcms-button:active.nitro-lazy, .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons .button:active.nitro-lazy, body input[type="submit"].dokan-btn:active.nitro-lazy, body .dokan-btn-theme:active.nitro-lazy, body .dokan-btn-success:active.nitro-lazy, .dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit]:active.nitro-lazy, .dokan-dashboard a.add_new_attribute:active.nitro-lazy, .dokan-add-new-product-popup input#dokan-create-new-product-btn:active.nitro-lazy, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .dokan-follow-store-button:active.nitro-lazy, .dokan-orders-content #dokan-order-status-form a.dokan-cancel-status:active.nitro-lazy, .form-row input[name="apply_for_vendor_submit"]:active.nitro-lazy, form.wcv-form .wcv-button[type="submit"]:active.nitro-lazy, .dashboard .wcv-dashboard-navigation ~ form input[type="submit"]:active.nitro-lazy, .shop_settings input[name="vendor_application_submit"]:active.nitro-lazy, form[name="export_orders"] input:active.nitro-lazy, form[name="export_orders"] ~ table.table .order-comments input.btn:active.nitro-lazy, form[name="export_orders"] ~ table.table .order-comments input.button:active.nitro-lazy, .wcvendors-pro-dashboard-wrapper a.button:active.nitro-lazy, .wcvendors-pro-dashboard-wrapper .wcv-form .control-group .button:active.nitro-lazy, .wcvendors-pro-dashboard-wrapper input#update_button:active.nitro-lazy, .wcvendors-pro-dashboard-wrapper .wcv-search-form .wcv-button:active.nitro-lazy, .wcv-form .control-group .control>input.wcv-button:active:not(#clear_button).nitro-lazy, .wcv-order-header .wcv-form .control>input#clear_button:active.nitro-lazy, table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input[type="submit"]:active.nitro-lazy, table.wcvendors-table-order form #tracking_number_save_button:active.nitro-lazy, form#wcv-store-settings input#store_save_button:active.nitro-lazy, .wcv_store_search form input[type="submit"]:active.nitro-lazy, .wcv_vendor_search form input[type="submit"]:active.nitro-lazy, #custom-login-wrapper form button[type="submit"]:active.nitro-lazy, #custom-login-wrapper .create-account-question .create-account-button:active.nitro-lazy, .wc-block-cart__submit .wc-block-cart__submit-button:active.nitro-lazy, form.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:active.nitro-lazy, .wc-block-checkout__actions .wc-block-components-checkout-place-order-button:active.nitro-lazy, .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button:active.nitro-lazy, .btn-theme.active.nitro-lazy, .woocommerce-cart .wc-proceed-to-checkout a.active.checkout-button.nitro-lazy, .woocommerce-cart .return-to-shop .active.button.nitro-lazy, .widget-woof .woof_submit_search_form_container .active.woof_reset_search_form.nitro-lazy, .singular-shop div.product .information .active.single_add_to_cart_button.nitro-lazy, .cart_totals table tr.shipping .active.button.nitro-lazy, .woocommerce #payment .active#place_order.nitro-lazy, .woocommerce-page #payment .active#place_order.nitro-lazy, .woocommerce-page .woocommerce-message .active.button.nitro-lazy, .yith-wcqv-wrapper #yith-quick-view-content .summary .active.single_add_to_cart_button.nitro-lazy, .woocommerce table.wishlist_table .product-add-to-cart .add-cart a.active.nitro-lazy, .woocommerce .woocommerce-MyAccount-content a.active.button.nitro-lazy, .woocommerce .woocommerce-MyAccount-content input.active.button.nitro-lazy, .singular-shop div.product .information .single_add_to_cart_button.added+a.active.nitro-lazy, #shop-now.has-buy-now .active.tbay-buy-now.nitro-lazy, #yith-quick-view-modal #yith-quick-view-content .active.view-details-btn.nitro-lazy, .questions-section .active#ywqa-submit-question.nitro-lazy, .wishlist_table.mobile .product-add-to-cart .add-cart a.active.nitro-lazy, .woocommerce .yith-wfbt-submit-block .active.yith-wfbt-submit-button-remove.nitro-lazy, .woocommerce .wpmc-nav-wrapper button.active.button.nitro-lazy, .woocommerce input.active.button.alt.yith-wcms-button.nitro-lazy, .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons .active.button.nitro-lazy, body input.active[type="submit"].dokan-btn.nitro-lazy, body .active.dokan-btn-theme.nitro-lazy, body .active.dokan-btn-success.nitro-lazy, .dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input.active[type=submit].nitro-lazy, .dokan-dashboard a.active.add_new_attribute.nitro-lazy, .dokan-add-new-product-popup input.active#dokan-create-new-product-btn.nitro-lazy, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .active.dokan-follow-store-button.nitro-lazy, .dokan-orders-content #dokan-order-status-form a.active.dokan-cancel-status.nitro-lazy, .form-row input.active[name="apply_for_vendor_submit"].nitro-lazy, form.wcv-form .active.wcv-button[type="submit"].nitro-lazy, .dashboard .wcv-dashboard-navigation ~ form input.active[type="submit"].nitro-lazy, .shop_settings input.active[name="vendor_application_submit"].nitro-lazy, form[name="export_orders"] input.active.nitro-lazy, form[name="export_orders"] ~ table.table .order-comments input.active.btn.nitro-lazy, form[name="export_orders"] ~ table.table .order-comments input.active.button.nitro-lazy, .wcvendors-pro-dashboard-wrapper a.active.button.nitro-lazy, .wcvendors-pro-dashboard-wrapper .wcv-form .control-group .active.button.nitro-lazy, .wcvendors-pro-dashboard-wrapper input.active#update_button.nitro-lazy, .wcvendors-pro-dashboard-wrapper .wcv-search-form .active.wcv-button.nitro-lazy, .wcv-form .control-group .control>input.active.wcv-button:not(#clear_button).nitro-lazy, .wcv-order-header .wcv-form .control>input.active#clear_button.nitro-lazy, table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input.active[type="submit"].nitro-lazy, table.wcvendors-table-order form .active#tracking_number_save_button.nitro-lazy, form#wcv-store-settings input.active#store_save_button.nitro-lazy, .wcv_store_search form input.active[type="submit"].nitro-lazy, .wcv_vendor_search form input.active[type="submit"].nitro-lazy, #custom-login-wrapper form button.active[type="submit"].nitro-lazy, #custom-login-wrapper .create-account-question .active.create-account-button.nitro-lazy, .wc-block-cart__submit .active.wc-block-cart__submit-button.nitro-lazy, form.wc-block-components-totals-coupon__form .active.wc-block-components-totals-coupon__button.nitro-lazy, .wc-block-checkout__actions .active.wc-block-components-checkout-place-order-button.nitro-lazy, .wp-block-button.wc-block-components-product-button .active.wc-block-components-product-button__button.nitro-lazy {
	background-image: none !important;
}

.open .btn-default.dropdown-toggle, .open .btn-theme.dropdown-toggle, .open .woocommerce-cart .wc-proceed-to-checkout a.dropdown-toggle.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .open a.dropdown-toggle.checkout-button, .open .woocommerce-cart .return-to-shop .dropdown-toggle.button, .woocommerce-cart .return-to-shop .open .dropdown-toggle.button, .open .widget-woof .woof_submit_search_form_container .dropdown-toggle.woof_reset_search_form, .widget-woof .woof_submit_search_form_container .open .dropdown-toggle.woof_reset_search_form, .open .singular-shop div.product .information .dropdown-toggle.single_add_to_cart_button, .singular-shop div.product .information .open .dropdown-toggle.single_add_to_cart_button, .open .cart_totals table tr.shipping .dropdown-toggle.button, .cart_totals table tr.shipping .open .dropdown-toggle.button, .open .woocommerce #payment .dropdown-toggle#place_order, .woocommerce #payment .open .dropdown-toggle#place_order, .open .woocommerce-page #payment .dropdown-toggle#place_order, .woocommerce-page #payment .open .dropdown-toggle#place_order, .open .woocommerce-page .woocommerce-message .dropdown-toggle.button, .woocommerce-page .woocommerce-message .open .dropdown-toggle.button, .open .yith-wcqv-wrapper #yith-quick-view-content .summary .dropdown-toggle.single_add_to_cart_button, .yith-wcqv-wrapper #yith-quick-view-content .summary .open .dropdown-toggle.single_add_to_cart_button, .open .woocommerce table.wishlist_table .product-add-to-cart .add-cart a.dropdown-toggle, .woocommerce table.wishlist_table .product-add-to-cart .add-cart .open a.dropdown-toggle, .open .woocommerce .woocommerce-MyAccount-content a.dropdown-toggle.button, .woocommerce .woocommerce-MyAccount-content .open a.dropdown-toggle.button, .open .woocommerce .woocommerce-MyAccount-content input.dropdown-toggle.button, .woocommerce .woocommerce-MyAccount-content .open input.dropdown-toggle.button, .open .singular-shop div.product .information .single_add_to_cart_button.added+a.dropdown-toggle, .singular-shop div.product .information .open .single_add_to_cart_button.added+a.dropdown-toggle, .open #shop-now.has-buy-now .dropdown-toggle.tbay-buy-now, #shop-now.has-buy-now .open .dropdown-toggle.tbay-buy-now, .open #yith-quick-view-modal #yith-quick-view-content .dropdown-toggle.view-details-btn, #yith-quick-view-modal #yith-quick-view-content .open .dropdown-toggle.view-details-btn, .open .questions-section .dropdown-toggle#ywqa-submit-question, .questions-section .open .dropdown-toggle#ywqa-submit-question, .open .wishlist_table.mobile .product-add-to-cart .add-cart a.dropdown-toggle, .wishlist_table.mobile .product-add-to-cart .add-cart .open a.dropdown-toggle, .open .woocommerce .yith-wfbt-submit-block .dropdown-toggle.yith-wfbt-submit-button-remove, .woocommerce .yith-wfbt-submit-block .open .dropdown-toggle.yith-wfbt-submit-button-remove, .open .woocommerce .wpmc-nav-wrapper button.dropdown-toggle.button, .woocommerce .wpmc-nav-wrapper .open button.dropdown-toggle.button, .open .woocommerce input.dropdown-toggle.button.alt.yith-wcms-button, .woocommerce .open input.dropdown-toggle.button.alt.yith-wcms-button, .open .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons .dropdown-toggle.button, .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons .open .dropdown-toggle.button, .open body input.dropdown-toggle[type="submit"].dokan-btn, body .open input.dropdown-toggle[type="submit"].dokan-btn, .open body .dropdown-toggle.dokan-btn-theme, body .open .dropdown-toggle.dokan-btn-theme, .open body .dropdown-toggle.dokan-btn-success, body .open .dropdown-toggle.dokan-btn-success, .open .dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input.dropdown-toggle[type=submit], .dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit .open input.dropdown-toggle[type=submit], .open .dokan-dashboard a.dropdown-toggle.add_new_attribute, .dokan-dashboard .open a.dropdown-toggle.add_new_attribute, .open .dokan-add-new-product-popup input.dropdown-toggle#dokan-create-new-product-btn, .dokan-add-new-product-popup .open input.dropdown-toggle#dokan-create-new-product-btn, .open #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .dropdown-toggle.dokan-follow-store-button, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .open .dropdown-toggle.dokan-follow-store-button, .open .dokan-orders-content #dokan-order-status-form a.dropdown-toggle.dokan-cancel-status, .dokan-orders-content #dokan-order-status-form .open a.dropdown-toggle.dokan-cancel-status, .open .form-row input.dropdown-toggle[name="apply_for_vendor_submit"], .form-row .open input.dropdown-toggle[name="apply_for_vendor_submit"], .open form.wcv-form .dropdown-toggle.wcv-button[type="submit"], form.wcv-form .open .dropdown-toggle.wcv-button[type="submit"], .open .dashboard .wcv-dashboard-navigation ~ form input.dropdown-toggle[type="submit"], .dashboard .wcv-dashboard-navigation ~ form .open input.dropdown-toggle[type="submit"], .open .shop_settings input.dropdown-toggle[name="vendor_application_submit"], .shop_settings .open input.dropdown-toggle[name="vendor_application_submit"], .open form[name="export_orders"] input.dropdown-toggle, form[name="export_orders"] .open input.dropdown-toggle, .open form[name="export_orders"] ~ table.table .order-comments input.dropdown-toggle.btn, form[name="export_orders"] ~ table.table .order-comments .open input.dropdown-toggle.btn, .open form[name="export_orders"] ~ table.table .order-comments input.dropdown-toggle.button, form[name="export_orders"] ~ table.table .order-comments .open input.dropdown-toggle.button, .open .wcvendors-pro-dashboard-wrapper a.dropdown-toggle.button, .wcvendors-pro-dashboard-wrapper .open a.dropdown-toggle.button, .open .wcvendors-pro-dashboard-wrapper .wcv-form .control-group .dropdown-toggle.button, .wcvendors-pro-dashboard-wrapper .wcv-form .control-group .open .dropdown-toggle.button, .open .wcvendors-pro-dashboard-wrapper input.dropdown-toggle#update_button, .wcvendors-pro-dashboard-wrapper .open input.dropdown-toggle#update_button, .open .wcvendors-pro-dashboard-wrapper .wcv-search-form .dropdown-toggle.wcv-button, .wcvendors-pro-dashboard-wrapper .wcv-search-form .open .dropdown-toggle.wcv-button, .open .wcv-form .control-group .control>input.dropdown-toggle.wcv-button:not(#clear_button), .wcv-form .control-group .open .control>input.dropdown-toggle.wcv-button:not(#clear_button), .open .wcv-order-header .wcv-form .control>input.dropdown-toggle#clear_button, .wcv-order-header .wcv-form .open .control>input.dropdown-toggle#clear_button, .open table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input.dropdown-toggle[type="submit"], table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form .open input.dropdown-toggle[type="submit"], .open table.wcvendors-table-order form .dropdown-toggle#tracking_number_save_button, table.wcvendors-table-order form .open .dropdown-toggle#tracking_number_save_button, .open form#wcv-store-settings input.dropdown-toggle#store_save_button, form#wcv-store-settings .open input.dropdown-toggle#store_save_button, .open .wcv_store_search form input.dropdown-toggle[type="submit"], .wcv_store_search form .open input.dropdown-toggle[type="submit"], .open .wcv_vendor_search form input.dropdown-toggle[type="submit"], .wcv_vendor_search form .open input.dropdown-toggle[type="submit"], .open #custom-login-wrapper form button.dropdown-toggle[type="submit"], #custom-login-wrapper form .open button.dropdown-toggle[type="submit"], .open #custom-login-wrapper .create-account-question .dropdown-toggle.create-account-button, #custom-login-wrapper .create-account-question .open .dropdown-toggle.create-account-button, .open .wc-block-cart__submit .dropdown-toggle.wc-block-cart__submit-button, .wc-block-cart__submit .open .dropdown-toggle.wc-block-cart__submit-button, .open form.wc-block-components-totals-coupon__form .dropdown-toggle.wc-block-components-totals-coupon__button, form.wc-block-components-totals-coupon__form .open .dropdown-toggle.wc-block-components-totals-coupon__button, .open .wc-block-checkout__actions .dropdown-toggle.wc-block-components-checkout-place-order-button, .wc-block-checkout__actions .open .dropdown-toggle.wc-block-components-checkout-place-order-button, .open .wp-block-button.wc-block-components-product-button .dropdown-toggle.wc-block-components-product-button__button, .wp-block-button.wc-block-components-product-button .open .dropdown-toggle.wc-block-components-product-button__button {
	background-image: none;
}

.open .btn-default.dropdown-toggle.nitro-lazy, .open .btn-theme.dropdown-toggle.nitro-lazy, .open .woocommerce-cart .wc-proceed-to-checkout a.dropdown-toggle.checkout-button.nitro-lazy, .woocommerce-cart .wc-proceed-to-checkout .open a.dropdown-toggle.checkout-button.nitro-lazy, .open .woocommerce-cart .return-to-shop .dropdown-toggle.button.nitro-lazy, .woocommerce-cart .return-to-shop .open .dropdown-toggle.button.nitro-lazy, .open .widget-woof .woof_submit_search_form_container .dropdown-toggle.woof_reset_search_form.nitro-lazy, .widget-woof .woof_submit_search_form_container .open .dropdown-toggle.woof_reset_search_form.nitro-lazy, .open .singular-shop div.product .information .dropdown-toggle.single_add_to_cart_button.nitro-lazy, .singular-shop div.product .information .open .dropdown-toggle.single_add_to_cart_button.nitro-lazy, .open .cart_totals table tr.shipping .dropdown-toggle.button.nitro-lazy, .cart_totals table tr.shipping .open .dropdown-toggle.button.nitro-lazy, .open .woocommerce #payment .dropdown-toggle#place_order.nitro-lazy, .woocommerce #payment .open .dropdown-toggle#place_order.nitro-lazy, .open .woocommerce-page #payment .dropdown-toggle#place_order.nitro-lazy, .woocommerce-page #payment .open .dropdown-toggle#place_order.nitro-lazy, .open .woocommerce-page .woocommerce-message .dropdown-toggle.button.nitro-lazy, .woocommerce-page .woocommerce-message .open .dropdown-toggle.button.nitro-lazy, .open .yith-wcqv-wrapper #yith-quick-view-content .summary .dropdown-toggle.single_add_to_cart_button.nitro-lazy, .yith-wcqv-wrapper #yith-quick-view-content .summary .open .dropdown-toggle.single_add_to_cart_button.nitro-lazy, .open .woocommerce table.wishlist_table .product-add-to-cart .add-cart a.dropdown-toggle.nitro-lazy, .woocommerce table.wishlist_table .product-add-to-cart .add-cart .open a.dropdown-toggle.nitro-lazy, .open .woocommerce .woocommerce-MyAccount-content a.dropdown-toggle.button.nitro-lazy, .woocommerce .woocommerce-MyAccount-content .open a.dropdown-toggle.button.nitro-lazy, .open .woocommerce .woocommerce-MyAccount-content input.dropdown-toggle.button.nitro-lazy, .woocommerce .woocommerce-MyAccount-content .open input.dropdown-toggle.button.nitro-lazy, .open .singular-shop div.product .information .single_add_to_cart_button.added+a.dropdown-toggle.nitro-lazy, .singular-shop div.product .information .open .single_add_to_cart_button.added+a.dropdown-toggle.nitro-lazy, .open #shop-now.has-buy-now .dropdown-toggle.tbay-buy-now.nitro-lazy, #shop-now.has-buy-now .open .dropdown-toggle.tbay-buy-now.nitro-lazy, .open #yith-quick-view-modal #yith-quick-view-content .dropdown-toggle.view-details-btn.nitro-lazy, #yith-quick-view-modal #yith-quick-view-content .open .dropdown-toggle.view-details-btn.nitro-lazy, .open .questions-section .dropdown-toggle#ywqa-submit-question.nitro-lazy, .questions-section .open .dropdown-toggle#ywqa-submit-question.nitro-lazy, .open .wishlist_table.mobile .product-add-to-cart .add-cart a.dropdown-toggle.nitro-lazy, .wishlist_table.mobile .product-add-to-cart .add-cart .open a.dropdown-toggle.nitro-lazy, .open .woocommerce .yith-wfbt-submit-block .dropdown-toggle.yith-wfbt-submit-button-remove.nitro-lazy, .woocommerce .yith-wfbt-submit-block .open .dropdown-toggle.yith-wfbt-submit-button-remove.nitro-lazy, .open .woocommerce .wpmc-nav-wrapper button.dropdown-toggle.button.nitro-lazy, .woocommerce .wpmc-nav-wrapper .open button.dropdown-toggle.button.nitro-lazy, .open .woocommerce input.dropdown-toggle.button.alt.yith-wcms-button.nitro-lazy, .woocommerce .open input.dropdown-toggle.button.alt.yith-wcms-button.nitro-lazy, .open .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons .dropdown-toggle.button.nitro-lazy, .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons .open .dropdown-toggle.button.nitro-lazy, .open body input.dropdown-toggle[type="submit"].dokan-btn.nitro-lazy, body .open input.dropdown-toggle[type="submit"].dokan-btn.nitro-lazy, .open body .dropdown-toggle.dokan-btn-theme.nitro-lazy, body .open .dropdown-toggle.dokan-btn-theme.nitro-lazy, .open body .dropdown-toggle.dokan-btn-success.nitro-lazy, body .open .dropdown-toggle.dokan-btn-success.nitro-lazy, .open .dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input.dropdown-toggle[type=submit].nitro-lazy, .dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit .open input.dropdown-toggle[type=submit].nitro-lazy, .open .dokan-dashboard a.dropdown-toggle.add_new_attribute.nitro-lazy, .dokan-dashboard .open a.dropdown-toggle.add_new_attribute.nitro-lazy, .open .dokan-add-new-product-popup input.dropdown-toggle#dokan-create-new-product-btn.nitro-lazy, .dokan-add-new-product-popup .open input.dropdown-toggle#dokan-create-new-product-btn.nitro-lazy, .open #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .dropdown-toggle.dokan-follow-store-button.nitro-lazy, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .open .dropdown-toggle.dokan-follow-store-button.nitro-lazy, .open .dokan-orders-content #dokan-order-status-form a.dropdown-toggle.dokan-cancel-status.nitro-lazy, .dokan-orders-content #dokan-order-status-form .open a.dropdown-toggle.dokan-cancel-status.nitro-lazy, .open .form-row input.dropdown-toggle[name="apply_for_vendor_submit"].nitro-lazy, .form-row .open input.dropdown-toggle[name="apply_for_vendor_submit"].nitro-lazy, .open form.wcv-form .dropdown-toggle.wcv-button[type="submit"].nitro-lazy, form.wcv-form .open .dropdown-toggle.wcv-button[type="submit"].nitro-lazy, .open .dashboard .wcv-dashboard-navigation ~ form input.dropdown-toggle[type="submit"].nitro-lazy, .dashboard .wcv-dashboard-navigation ~ form .open input.dropdown-toggle[type="submit"].nitro-lazy, .open .shop_settings input.dropdown-toggle[name="vendor_application_submit"].nitro-lazy, .shop_settings .open input.dropdown-toggle[name="vendor_application_submit"].nitro-lazy, .open form[name="export_orders"] input.dropdown-toggle.nitro-lazy, form[name="export_orders"] .open input.dropdown-toggle.nitro-lazy, .open form[name="export_orders"] ~ table.table .order-comments input.dropdown-toggle.btn.nitro-lazy, form[name="export_orders"] ~ table.table .order-comments .open input.dropdown-toggle.btn.nitro-lazy, .open form[name="export_orders"] ~ table.table .order-comments input.dropdown-toggle.button.nitro-lazy, form[name="export_orders"] ~ table.table .order-comments .open input.dropdown-toggle.button.nitro-lazy, .open .wcvendors-pro-dashboard-wrapper a.dropdown-toggle.button.nitro-lazy, .wcvendors-pro-dashboard-wrapper .open a.dropdown-toggle.button.nitro-lazy, .open .wcvendors-pro-dashboard-wrapper .wcv-form .control-group .dropdown-toggle.button.nitro-lazy, .wcvendors-pro-dashboard-wrapper .wcv-form .control-group .open .dropdown-toggle.button.nitro-lazy, .open .wcvendors-pro-dashboard-wrapper input.dropdown-toggle#update_button.nitro-lazy, .wcvendors-pro-dashboard-wrapper .open input.dropdown-toggle#update_button.nitro-lazy, .open .wcvendors-pro-dashboard-wrapper .wcv-search-form .dropdown-toggle.wcv-button.nitro-lazy, .wcvendors-pro-dashboard-wrapper .wcv-search-form .open .dropdown-toggle.wcv-button.nitro-lazy, .open .wcv-form .control-group .control>input.dropdown-toggle.wcv-button:not(#clear_button).nitro-lazy, .wcv-form .control-group .open .control>input.dropdown-toggle.wcv-button:not(#clear_button).nitro-lazy, .open .wcv-order-header .wcv-form .control>input.dropdown-toggle#clear_button.nitro-lazy, .wcv-order-header .wcv-form .open .control>input.dropdown-toggle#clear_button.nitro-lazy, .open table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input.dropdown-toggle[type="submit"].nitro-lazy, table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form .open input.dropdown-toggle[type="submit"].nitro-lazy, .open table.wcvendors-table-order form .dropdown-toggle#tracking_number_save_button.nitro-lazy, table.wcvendors-table-order form .open .dropdown-toggle#tracking_number_save_button.nitro-lazy, .open form#wcv-store-settings input.dropdown-toggle#store_save_button.nitro-lazy, form#wcv-store-settings .open input.dropdown-toggle#store_save_button.nitro-lazy, .open .wcv_store_search form input.dropdown-toggle[type="submit"].nitro-lazy, .wcv_store_search form .open input.dropdown-toggle[type="submit"].nitro-lazy, .open .wcv_vendor_search form input.dropdown-toggle[type="submit"].nitro-lazy, .wcv_vendor_search form .open input.dropdown-toggle[type="submit"].nitro-lazy, .open #custom-login-wrapper form button.dropdown-toggle[type="submit"].nitro-lazy, #custom-login-wrapper form .open button.dropdown-toggle[type="submit"].nitro-lazy, .open #custom-login-wrapper .create-account-question .dropdown-toggle.create-account-button.nitro-lazy, #custom-login-wrapper .create-account-question .open .dropdown-toggle.create-account-button.nitro-lazy, .open .wc-block-cart__submit .dropdown-toggle.wc-block-cart__submit-button.nitro-lazy, .wc-block-cart__submit .open .dropdown-toggle.wc-block-cart__submit-button.nitro-lazy, .open form.wc-block-components-totals-coupon__form .dropdown-toggle.wc-block-components-totals-coupon__button.nitro-lazy, form.wc-block-components-totals-coupon__form .open .dropdown-toggle.wc-block-components-totals-coupon__button.nitro-lazy, .open .wc-block-checkout__actions .dropdown-toggle.wc-block-components-checkout-place-order-button.nitro-lazy, .wc-block-checkout__actions .open .dropdown-toggle.wc-block-components-checkout-place-order-button.nitro-lazy, .open .wp-block-button.wc-block-components-product-button .dropdown-toggle.wc-block-components-product-button__button.nitro-lazy, .wp-block-button.wc-block-components-product-button .open .dropdown-toggle.wc-block-components-product-button__button.nitro-lazy {
	background-image: none !important;
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active, .btn-theme.disabled, .woocommerce-cart .wc-proceed-to-checkout a.disabled.checkout-button, .woocommerce-cart .return-to-shop .disabled.button, .widget-woof .woof_submit_search_form_container .disabled.woof_reset_search_form, .singular-shop div.product .information .disabled.single_add_to_cart_button, .cart_totals table tr.shipping .disabled.button, .woocommerce #payment .disabled#place_order, .woocommerce-page #payment .disabled#place_order, .woocommerce-page .woocommerce-message .disabled.button, .yith-wcqv-wrapper #yith-quick-view-content .summary .disabled.single_add_to_cart_button, .woocommerce table.wishlist_table .product-add-to-cart .add-cart a.disabled, .woocommerce .woocommerce-MyAccount-content a.disabled.button, .woocommerce .woocommerce-MyAccount-content input.disabled.button, .singular-shop div.product .information .single_add_to_cart_button.added+a.disabled, #shop-now.has-buy-now .disabled.tbay-buy-now, #yith-quick-view-modal #yith-quick-view-content .disabled.view-details-btn, .questions-section .disabled#ywqa-submit-question, .wishlist_table.mobile .product-add-to-cart .add-cart a.disabled, .woocommerce .yith-wfbt-submit-block .disabled.yith-wfbt-submit-button-remove, .woocommerce .wpmc-nav-wrapper button.disabled.button, .woocommerce input.disabled.button.alt.yith-wcms-button, .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons .disabled.button, body input.disabled[type="submit"].dokan-btn, body .disabled.dokan-btn-theme, body .disabled.dokan-btn-success, .dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input.disabled[type=submit], .dokan-dashboard a.disabled.add_new_attribute, .dokan-add-new-product-popup input.disabled#dokan-create-new-product-btn, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .disabled.dokan-follow-store-button, .dokan-orders-content #dokan-order-status-form a.disabled.dokan-cancel-status, .form-row input.disabled[name="apply_for_vendor_submit"], form.wcv-form .disabled.wcv-button[type="submit"], .dashboard .wcv-dashboard-navigation ~ form input.disabled[type="submit"], .shop_settings input.disabled[name="vendor_application_submit"], form[name="export_orders"] input.disabled, form[name="export_orders"] ~ table.table .order-comments input.disabled.btn, form[name="export_orders"] ~ table.table .order-comments input.disabled.button, .wcvendors-pro-dashboard-wrapper a.disabled.button, .wcvendors-pro-dashboard-wrapper .wcv-form .control-group .disabled.button, .wcvendors-pro-dashboard-wrapper input.disabled#update_button, .wcvendors-pro-dashboard-wrapper .wcv-search-form .disabled.wcv-button, .wcv-form .control-group .control>input.disabled.wcv-button:not(#clear_button), .wcv-order-header .wcv-form .control>input.disabled#clear_button, table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input.disabled[type="submit"], table.wcvendors-table-order form .disabled#tracking_number_save_button, form#wcv-store-settings input.disabled#store_save_button, .wcv_store_search form input.disabled[type="submit"], .wcv_vendor_search form input.disabled[type="submit"], #custom-login-wrapper form button.disabled[type="submit"], #custom-login-wrapper .create-account-question .disabled.create-account-button, .wc-block-cart__submit .disabled.wc-block-cart__submit-button, form.wc-block-components-totals-coupon__form .disabled.wc-block-components-totals-coupon__button, .wc-block-checkout__actions .disabled.wc-block-components-checkout-place-order-button, .wp-block-button.wc-block-components-product-button .disabled.wc-block-components-product-button__button, .btn-theme.disabled:hover, .woocommerce-cart .wc-proceed-to-checkout a.disabled.checkout-button:hover, .woocommerce-cart .return-to-shop .disabled.button:hover, .widget-woof .woof_submit_search_form_container .disabled.woof_reset_search_form:hover, .singular-shop div.product .information .disabled.single_add_to_cart_button:hover, .cart_totals table tr.shipping .disabled.button:hover, .woocommerce #payment .disabled#place_order:hover, .woocommerce-page #payment .disabled#place_order:hover, .woocommerce-page .woocommerce-message .disabled.button:hover, .yith-wcqv-wrapper #yith-quick-view-content .summary .disabled.single_add_to_cart_button:hover, .woocommerce table.wishlist_table .product-add-to-cart .add-cart a.disabled:hover, .woocommerce .woocommerce-MyAccount-content a.disabled.button:hover, .woocommerce .woocommerce-MyAccount-content input.disabled.button:hover, .singular-shop div.product .information .single_add_to_cart_button.added+a.disabled:hover, #shop-now.has-buy-now .disabled.tbay-buy-now:hover, #yith-quick-view-modal #yith-quick-view-content .disabled.view-details-btn:hover, .questions-section .disabled#ywqa-submit-question:hover, .wishlist_table.mobile .product-add-to-cart .add-cart a.disabled:hover, .woocommerce .yith-wfbt-submit-block .disabled.yith-wfbt-submit-button-remove:hover, .woocommerce .wpmc-nav-wrapper button.disabled.button:hover, .woocommerce input.disabled.button.alt.yith-wcms-button:hover, .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons .disabled.button:hover, body input.disabled[type="submit"].dokan-btn:hover, body .disabled.dokan-btn-theme:hover, body .disabled.dokan-btn-success:hover, .dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input.disabled[type=submit]:hover, .dokan-dashboard a.disabled.add_new_attribute:hover, .dokan-add-new-product-popup input.disabled#dokan-create-new-product-btn:hover, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .disabled.dokan-follow-store-button:hover, .dokan-orders-content #dokan-order-status-form a.disabled.dokan-cancel-status:hover, .form-row input.disabled[name="apply_for_vendor_submit"]:hover, form.wcv-form .disabled.wcv-button[type="submit"]:hover, .dashboard .wcv-dashboard-navigation ~ form input.disabled[type="submit"]:hover, .shop_settings input.disabled[name="vendor_application_submit"]:hover, form[name="export_orders"] input.disabled:hover, form[name="export_orders"] ~ table.table .order-comments input.disabled.btn:hover, form[name="export_orders"] ~ table.table .order-comments input.disabled.button:hover, .wcvendors-pro-dashboard-wrapper a.disabled.button:hover, .wcvendors-pro-dashboard-wrapper .wcv-form .control-group .disabled.button:hover, .wcvendors-pro-dashboard-wrapper input.disabled#update_button:hover, .wcvendors-pro-dashboard-wrapper .wcv-search-form .disabled.wcv-button:hover, .wcv-form .control-group .control>input.disabled.wcv-button:hover:not(#clear_button), .wcv-order-header .wcv-form .control>input.disabled#clear_button:hover, table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input.disabled[type="submit"]:hover, table.wcvendors-table-order form .disabled#tracking_number_save_button:hover, form#wcv-store-settings input.disabled#store_save_button:hover, .wcv_store_search form input.disabled[type="submit"]:hover, .wcv_vendor_search form input.disabled[type="submit"]:hover, #custom-login-wrapper form button.disabled[type="submit"]:hover, #custom-login-wrapper .create-account-question .disabled.create-account-button:hover, .wc-block-cart__submit .disabled.wc-block-cart__submit-button:hover, form.wc-block-components-totals-coupon__form .disabled.wc-block-components-totals-coupon__button:hover, .wc-block-checkout__actions .disabled.wc-block-components-checkout-place-order-button:hover, .wp-block-button.wc-block-components-product-button .disabled.wc-block-components-product-button__button:hover, .btn-theme.disabled:focus, .woocommerce-cart .wc-proceed-to-checkout a.disabled.checkout-button:focus, .woocommerce-cart .return-to-shop .disabled.button:focus, .widget-woof .woof_submit_search_form_container .disabled.woof_reset_search_form:focus, .singular-shop div.product .information .disabled.single_add_to_cart_button:focus, .cart_totals table tr.shipping .disabled.button:focus, .woocommerce #payment .disabled#place_order:focus, .woocommerce-page #payment .disabled#place_order:focus, .woocommerce-page .woocommerce-message .disabled.button:focus, .yith-wcqv-wrapper #yith-quick-view-content .summary .disabled.single_add_to_cart_button:focus, .woocommerce table.wishlist_table .product-add-to-cart .add-cart a.disabled:focus, .woocommerce .woocommerce-MyAccount-content a.disabled.button:focus, .woocommerce .woocommerce-MyAccount-content input.disabled.button:focus, .singular-shop div.product .information .single_add_to_cart_button.added+a.disabled:focus, #shop-now.has-buy-now .disabled.tbay-buy-now:focus, #yith-quick-view-modal #yith-quick-view-content .disabled.view-details-btn:focus, .questions-section .disabled#ywqa-submit-question:focus, .wishlist_table.mobile .product-add-to-cart .add-cart a.disabled:focus, .woocommerce .yith-wfbt-submit-block .disabled.yith-wfbt-submit-button-remove:focus, .woocommerce .wpmc-nav-wrapper button.disabled.button:focus, .woocommerce input.disabled.button.alt.yith-wcms-button:focus, .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons .disabled.button:focus, body input.disabled[type="submit"].dokan-btn:focus, body .disabled.dokan-btn-theme:focus, body .disabled.dokan-btn-success:focus, .dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input.disabled[type=submit]:focus, .dokan-dashboard a.disabled.add_new_attribute:focus, .dokan-add-new-product-popup input.disabled#dokan-create-new-product-btn:focus, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .disabled.dokan-follow-store-button:focus, .dokan-orders-content #dokan-order-status-form a.disabled.dokan-cancel-status:focus, .form-row input.disabled[name="apply_for_vendor_submit"]:focus, form.wcv-form .disabled.wcv-button[type="submit"]:focus, .dashboard .wcv-dashboard-navigation ~ form input.disabled[type="submit"]:focus, .shop_settings input.disabled[name="vendor_application_submit"]:focus, form[name="export_orders"] input.disabled:focus, form[name="export_orders"] ~ table.table .order-comments input.disabled.btn:focus, form[name="export_orders"] ~ table.table .order-comments input.disabled.button:focus, .wcvendors-pro-dashboard-wrapper a.disabled.button:focus, .wcvendors-pro-dashboard-wrapper .wcv-form .control-group .disabled.button:focus, .wcvendors-pro-dashboard-wrapper input.disabled#update_button:focus, .wcvendors-pro-dashboard-wrapper .wcv-search-form .disabled.wcv-button:focus, .wcv-form .control-group .control>input.disabled.wcv-button:focus:not(#clear_button), .wcv-order-header .wcv-form .control>input.disabled#clear_button:focus, table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input.disabled[type="submit"]:focus, table.wcvendors-table-order form .disabled#tracking_number_save_button:focus, form#wcv-store-settings input.disabled#store_save_button:focus, .wcv_store_search form input.disabled[type="submit"]:focus, .wcv_vendor_search form input.disabled[type="submit"]:focus, #custom-login-wrapper form button.disabled[type="submit"]:focus, #custom-login-wrapper .create-account-question .disabled.create-account-button:focus, .wc-block-cart__submit .disabled.wc-block-cart__submit-button:focus, form.wc-block-components-totals-coupon__form .disabled.wc-block-components-totals-coupon__button:focus, .wc-block-checkout__actions .disabled.wc-block-components-checkout-place-order-button:focus, .wp-block-button.wc-block-components-product-button .disabled.wc-block-components-product-button__button:focus, .btn-theme.disabled:active, .woocommerce-cart .wc-proceed-to-checkout a.disabled.checkout-button:active, .woocommerce-cart .return-to-shop .disabled.button:active, .widget-woof .woof_submit_search_form_container .disabled.woof_reset_search_form:active, .singular-shop div.product .information .disabled.single_add_to_cart_button:active, .cart_totals table tr.shipping .disabled.button:active, .woocommerce #payment .disabled#place_order:active, .woocommerce-page #payment .disabled#place_order:active, .woocommerce-page .woocommerce-message .disabled.button:active, .yith-wcqv-wrapper #yith-quick-view-content .summary .disabled.single_add_to_cart_button:active, .woocommerce table.wishlist_table .product-add-to-cart .add-cart a.disabled:active, .woocommerce .woocommerce-MyAccount-content a.disabled.button:active, .woocommerce .woocommerce-MyAccount-content input.disabled.button:active, .singular-shop div.product .information .single_add_to_cart_button.added+a.disabled:active, #shop-now.has-buy-now .disabled.tbay-buy-now:active, #yith-quick-view-modal #yith-quick-view-content .disabled.view-details-btn:active, .questions-section .disabled#ywqa-submit-question:active, .wishlist_table.mobile .product-add-to-cart .add-cart a.disabled:active, .woocommerce .yith-wfbt-submit-block .disabled.yith-wfbt-submit-button-remove:active, .woocommerce .wpmc-nav-wrapper button.disabled.button:active, .woocommerce input.disabled.button.alt.yith-wcms-button:active, .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons .disabled.button:active, body input.disabled[type="submit"].dokan-btn:active, body .disabled.dokan-btn-theme:active, body .disabled.dokan-btn-success:active, .dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input.disabled[type=submit]:active, .dokan-dashboard a.disabled.add_new_attribute:active, .dokan-add-new-product-popup input.disabled#dokan-create-new-product-btn:active, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .disabled.dokan-follow-store-button:active, .dokan-orders-content #dokan-order-status-form a.disabled.dokan-cancel-status:active, .form-row input.disabled[name="apply_for_vendor_submit"]:active, form.wcv-form .disabled.wcv-button[type="submit"]:active, .dashboard .wcv-dashboard-navigation ~ form input.disabled[type="submit"]:active, .shop_settings input.disabled[name="vendor_application_submit"]:active, form[name="export_orders"] input.disabled:active, form[name="export_orders"] ~ table.table .order-comments input.disabled.btn:active, form[name="export_orders"] ~ table.table .order-comments input.disabled.button:active, .wcvendors-pro-dashboard-wrapper a.disabled.button:active, .wcvendors-pro-dashboard-wrapper .wcv-form .control-group .disabled.button:active, .wcvendors-pro-dashboard-wrapper input.disabled#update_button:active, .wcvendors-pro-dashboard-wrapper .wcv-search-form .disabled.wcv-button:active, .wcv-form .control-group .control>input.disabled.wcv-button:active:not(#clear_button), .wcv-order-header .wcv-form .control>input.disabled#clear_button:active, table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input.disabled[type="submit"]:active, table.wcvendors-table-order form .disabled#tracking_number_save_button:active, form#wcv-store-settings input.disabled#store_save_button:active, .wcv_store_search form input.disabled[type="submit"]:active, .wcv_vendor_search form input.disabled[type="submit"]:active, #custom-login-wrapper form button.disabled[type="submit"]:active, #custom-login-wrapper .create-account-question .disabled.create-account-button:active, .wc-block-cart__submit .disabled.wc-block-cart__submit-button:active, form.wc-block-components-totals-coupon__form .disabled.wc-block-components-totals-coupon__button:active, .wc-block-checkout__actions .disabled.wc-block-components-checkout-place-order-button:active, .wp-block-button.wc-block-components-product-button .disabled.wc-block-components-product-button__button:active, .btn-theme.disabled.active, .woocommerce-cart .wc-proceed-to-checkout a.disabled.active.checkout-button, .woocommerce-cart .return-to-shop .disabled.active.button, .widget-woof .woof_submit_search_form_container .disabled.active.woof_reset_search_form, .singular-shop div.product .information .disabled.active.single_add_to_cart_button, .cart_totals table tr.shipping .disabled.active.button, .woocommerce #payment .disabled.active#place_order, .woocommerce-page #payment .disabled.active#place_order, .woocommerce-page .woocommerce-message .disabled.active.button, .yith-wcqv-wrapper #yith-quick-view-content .summary .disabled.active.single_add_to_cart_button, .woocommerce table.wishlist_table .product-add-to-cart .add-cart a.disabled.active, .woocommerce .woocommerce-MyAccount-content a.disabled.active.button, .woocommerce .woocommerce-MyAccount-content input.disabled.active.button, .singular-shop div.product .information .single_add_to_cart_button.added+a.disabled.active, #shop-now.has-buy-now .disabled.active.tbay-buy-now, #yith-quick-view-modal #yith-quick-view-content .disabled.active.view-details-btn, .questions-section .disabled.active#ywqa-submit-question, .wishlist_table.mobile .product-add-to-cart .add-cart a.disabled.active, .woocommerce .yith-wfbt-submit-block .disabled.active.yith-wfbt-submit-button-remove, .woocommerce .wpmc-nav-wrapper button.disabled.active.button, .woocommerce input.disabled.active.button.alt.yith-wcms-button, .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons .disabled.active.button, body input.disabled.active[type="submit"].dokan-btn, body .disabled.active.dokan-btn-theme, body .disabled.active.dokan-btn-success, .dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input.disabled.active[type=submit], .dokan-dashboard a.disabled.active.add_new_attribute, .dokan-add-new-product-popup input.disabled.active#dokan-create-new-product-btn, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .disabled.active.dokan-follow-store-button, .dokan-orders-content #dokan-order-status-form a.disabled.active.dokan-cancel-status, .form-row input.disabled.active[name="apply_for_vendor_submit"], form.wcv-form .disabled.active.wcv-button[type="submit"], .dashboard .wcv-dashboard-navigation ~ form input.disabled.active[type="submit"], .shop_settings input.disabled.active[name="vendor_application_submit"], form[name="export_orders"] input.disabled.active, form[name="export_orders"] ~ table.table .order-comments input.disabled.active.btn, form[name="export_orders"] ~ table.table .order-comments input.disabled.active.button, .wcvendors-pro-dashboard-wrapper a.disabled.active.button, .wcvendors-pro-dashboard-wrapper .wcv-form .control-group .disabled.active.button, .wcvendors-pro-dashboard-wrapper input.disabled.active#update_button, .wcvendors-pro-dashboard-wrapper .wcv-search-form .disabled.active.wcv-button, .wcv-form .control-group .control>input.disabled.active.wcv-button:not(#clear_button), .wcv-order-header .wcv-form .control>input.disabled.active#clear_button, table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input.disabled.active[type="submit"], table.wcvendors-table-order form .disabled.active#tracking_number_save_button, form#wcv-store-settings input.disabled.active#store_save_button, .wcv_store_search form input.disabled.active[type="submit"], .wcv_vendor_search form input.disabled.active[type="submit"], #custom-login-wrapper form button.disabled.active[type="submit"], #custom-login-wrapper .create-account-question .disabled.active.create-account-button, .wc-block-cart__submit .disabled.active.wc-block-cart__submit-button, form.wc-block-components-totals-coupon__form .disabled.active.wc-block-components-totals-coupon__button, .wc-block-checkout__actions .disabled.active.wc-block-components-checkout-place-order-button, .wp-block-button.wc-block-components-product-button .disabled.active.wc-block-components-product-button__button, .btn-theme[disabled], .woocommerce-cart .wc-proceed-to-checkout a[disabled].checkout-button, .woocommerce-cart .return-to-shop [disabled].button, .widget-woof .woof_submit_search_form_container [disabled].woof_reset_search_form, .singular-shop div.product .information [disabled].single_add_to_cart_button, .cart_totals table tr.shipping [disabled].button, .woocommerce #payment [disabled]#place_order, .woocommerce-page #payment [disabled]#place_order, .woocommerce-page .woocommerce-message [disabled].button, .yith-wcqv-wrapper #yith-quick-view-content .summary [disabled].single_add_to_cart_button, .woocommerce table.wishlist_table .product-add-to-cart .add-cart a[disabled], .woocommerce .woocommerce-MyAccount-content a[disabled].button, .woocommerce .woocommerce-MyAccount-content input[disabled].button, .singular-shop div.product .information .single_add_to_cart_button.added+a[disabled], #shop-now.has-buy-now [disabled].tbay-buy-now, #yith-quick-view-modal #yith-quick-view-content [disabled].view-details-btn, .questions-section [disabled]#ywqa-submit-question, .wishlist_table.mobile .product-add-to-cart .add-cart a[disabled], .woocommerce .yith-wfbt-submit-block [disabled].yith-wfbt-submit-button-remove, .woocommerce .wpmc-nav-wrapper button[disabled].button, .woocommerce input[disabled].button.alt.yith-wcms-button, .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons [disabled].button, body input[disabled][type="submit"].dokan-btn, body [disabled].dokan-btn-theme, body [disabled].dokan-btn-success, .dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[disabled][type=submit], .dokan-dashboard a[disabled].add_new_attribute, .dokan-add-new-product-popup input[disabled]#dokan-create-new-product-btn, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer [disabled].dokan-follow-store-button, .dokan-orders-content #dokan-order-status-form a[disabled].dokan-cancel-status, .form-row input[disabled][name="apply_for_vendor_submit"], form.wcv-form [disabled].wcv-button[type="submit"], .dashboard .wcv-dashboard-navigation ~ form input[disabled][type="submit"], .shop_settings input[disabled][name="vendor_application_submit"], form[name="export_orders"] input[disabled], form[name="export_orders"] ~ table.table .order-comments input[disabled].btn, form[name="export_orders"] ~ table.table .order-comments input[disabled].button, .wcvendors-pro-dashboard-wrapper a[disabled].button, .wcvendors-pro-dashboard-wrapper .wcv-form .control-group [disabled].button, .wcvendors-pro-dashboard-wrapper input[disabled]#update_button, .wcvendors-pro-dashboard-wrapper .wcv-search-form [disabled].wcv-button, .wcv-form .control-group .control>input[disabled].wcv-button:not(#clear_button), .wcv-order-header .wcv-form .control>input[disabled]#clear_button, table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input[disabled][type="submit"], table.wcvendors-table-order form [disabled]#tracking_number_save_button, form#wcv-store-settings input[disabled]#store_save_button, .wcv_store_search form input[disabled][type="submit"], .wcv_vendor_search form input[disabled][type="submit"], #custom-login-wrapper form button[disabled][type="submit"], #custom-login-wrapper .create-account-question [disabled].create-account-button, .wc-block-cart__submit [disabled].wc-block-cart__submit-button, form.wc-block-components-totals-coupon__form [disabled].wc-block-components-totals-coupon__button, .wc-block-checkout__actions [disabled].wc-block-components-checkout-place-order-button, .wp-block-button.wc-block-components-product-button [disabled].wc-block-components-product-button__button, .btn-theme[disabled]:hover, .woocommerce-cart .wc-proceed-to-checkout a[disabled].checkout-button:hover, .woocommerce-cart .return-to-shop [disabled].button:hover, .widget-woof .woof_submit_search_form_container [disabled].woof_reset_search_form:hover, .singular-shop div.product .information [disabled].single_add_to_cart_button:hover, .cart_totals table tr.shipping [disabled].button:hover, .woocommerce #payment [disabled]#place_order:hover, .woocommerce-page #payment [disabled]#place_order:hover, .woocommerce-page .woocommerce-message [disabled].button:hover, .yith-wcqv-wrapper #yith-quick-view-content .summary [disabled].single_add_to_cart_button:hover, .woocommerce table.wishlist_table .product-add-to-cart .add-cart a[disabled]:hover, .woocommerce .woocommerce-MyAccount-content a[disabled].button:hover, .woocommerce .woocommerce-MyAccount-content input[disabled].button:hover, .singular-shop div.product .information .single_add_to_cart_button.added+a[disabled]:hover, #shop-now.has-buy-now [disabled].tbay-buy-now:hover, #yith-quick-view-modal #yith-quick-view-content [disabled].view-details-btn:hover, .questions-section [disabled]#ywqa-submit-question:hover, .wishlist_table.mobile .product-add-to-cart .add-cart a[disabled]:hover, .woocommerce .yith-wfbt-submit-block [disabled].yith-wfbt-submit-button-remove:hover, .woocommerce .wpmc-nav-wrapper button[disabled].button:hover, .woocommerce input[disabled].button.alt.yith-wcms-button:hover, .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons [disabled].button:hover, body input[disabled][type="submit"].dokan-btn:hover, body [disabled].dokan-btn-theme:hover, body [disabled].dokan-btn-success:hover, .dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[disabled][type=submit]:hover, .dokan-dashboard a[disabled].add_new_attribute:hover, .dokan-add-new-product-popup input[disabled]#dokan-create-new-product-btn:hover, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer [disabled].dokan-follow-store-button:hover, .dokan-orders-content #dokan-order-status-form a[disabled].dokan-cancel-status:hover, .form-row input[disabled][name="apply_for_vendor_submit"]:hover, form.wcv-form [disabled].wcv-button[type="submit"]:hover, .dashboard .wcv-dashboard-navigation ~ form input[disabled][type="submit"]:hover, .shop_settings input[disabled][name="vendor_application_submit"]:hover, form[name="export_orders"] input[disabled]:hover, form[name="export_orders"] ~ table.table .order-comments input[disabled].btn:hover, form[name="export_orders"] ~ table.table .order-comments input[disabled].button:hover, .wcvendors-pro-dashboard-wrapper a[disabled].button:hover, .wcvendors-pro-dashboard-wrapper .wcv-form .control-group [disabled].button:hover, .wcvendors-pro-dashboard-wrapper input[disabled]#update_button:hover, .wcvendors-pro-dashboard-wrapper .wcv-search-form [disabled].wcv-button:hover, .wcv-form .control-group .control>input[disabled].wcv-button:hover:not(#clear_button), .wcv-order-header .wcv-form .control>input[disabled]#clear_button:hover, table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input[disabled][type="submit"]:hover, table.wcvendors-table-order form [disabled]#tracking_number_save_button:hover, form#wcv-store-settings input[disabled]#store_save_button:hover, .wcv_store_search form input[disabled][type="submit"]:hover, .wcv_vendor_search form input[disabled][type="submit"]:hover, #custom-login-wrapper form button[disabled][type="submit"]:hover, #custom-login-wrapper .create-account-question [disabled].create-account-button:hover, .wc-block-cart__submit [disabled].wc-block-cart__submit-button:hover, form.wc-block-components-totals-coupon__form [disabled].wc-block-components-totals-coupon__button:hover, .wc-block-checkout__actions [disabled].wc-block-components-checkout-place-order-button:hover, .wp-block-button.wc-block-components-product-button [disabled].wc-block-components-product-button__button:hover, .btn-theme[disabled]:focus, .woocommerce-cart .wc-proceed-to-checkout a[disabled].checkout-button:focus, .woocommerce-cart .return-to-shop [disabled].button:focus, .widget-woof .woof_submit_search_form_container [disabled].woof_reset_search_form:focus, .singular-shop div.product .information [disabled].single_add_to_cart_button:focus, .cart_totals table tr.shipping [disabled].button:focus, .woocommerce #payment [disabled]#place_order:focus, .woocommerce-page #payment [disabled]#place_order:focus, .woocommerce-page .woocommerce-message [disabled].button:focus, .yith-wcqv-wrapper #yith-quick-view-content .summary [disabled].single_add_to_cart_button:focus, .woocommerce table.wishlist_table .product-add-to-cart .add-cart a[disabled]:focus, .woocommerce .woocommerce-MyAccount-content a[disabled].button:focus, .woocommerce .woocommerce-MyAccount-content input[disabled].button:focus, .singular-shop div.product .information .single_add_to_cart_button.added+a[disabled]:focus, #shop-now.has-buy-now [disabled].tbay-buy-now:focus, #yith-quick-view-modal #yith-quick-view-content [disabled].view-details-btn:focus, .questions-section [disabled]#ywqa-submit-question:focus, .wishlist_table.mobile .product-add-to-cart .add-cart a[disabled]:focus, .woocommerce .yith-wfbt-submit-block [disabled].yith-wfbt-submit-button-remove:focus, .woocommerce .wpmc-nav-wrapper button[disabled].button:focus, .woocommerce input[disabled].button.alt.yith-wcms-button:focus, .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons [disabled].button:focus, body input[disabled][type="submit"].dokan-btn:focus, body [disabled].dokan-btn-theme:focus, body [disabled].dokan-btn-success:focus, .dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[disabled][type=submit]:focus, .dokan-dashboard a[disabled].add_new_attribute:focus, .dokan-add-new-product-popup input[disabled]#dokan-create-new-product-btn:focus, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer [disabled].dokan-follow-store-button:focus, .dokan-orders-content #dokan-order-status-form a[disabled].dokan-cancel-status:focus, .form-row input[disabled][name="apply_for_vendor_submit"]:focus, form.wcv-form [disabled].wcv-button[type="submit"]:focus, .dashboard .wcv-dashboard-navigation ~ form input[disabled][type="submit"]:focus, .shop_settings input[disabled][name="vendor_application_submit"]:focus, form[name="export_orders"] input[disabled]:focus, form[name="export_orders"] ~ table.table .order-comments input[disabled].btn:focus, form[name="export_orders"] ~ table.table .order-comments input[disabled].button:focus, .wcvendors-pro-dashboard-wrapper a[disabled].button:focus, .wcvendors-pro-dashboard-wrapper .wcv-form .control-group [disabled].button:focus, .wcvendors-pro-dashboard-wrapper input[disabled]#update_button:focus, .wcvendors-pro-dashboard-wrapper .wcv-search-form [disabled].wcv-button:focus, .wcv-form .control-group .control>input[disabled].wcv-button:focus:not(#clear_button), .wcv-order-header .wcv-form .control>input[disabled]#clear_button:focus, table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input[disabled][type="submit"]:focus, table.wcvendors-table-order form [disabled]#tracking_number_save_button:focus, form#wcv-store-settings input[disabled]#store_save_button:focus, .wcv_store_search form input[disabled][type="submit"]:focus, .wcv_vendor_search form input[disabled][type="submit"]:focus, #custom-login-wrapper form button[disabled][type="submit"]:focus, #custom-login-wrapper .create-account-question [disabled].create-account-button:focus, .wc-block-cart__submit [disabled].wc-block-cart__submit-button:focus, form.wc-block-components-totals-coupon__form [disabled].wc-block-components-totals-coupon__button:focus, .wc-block-checkout__actions [disabled].wc-block-components-checkout-place-order-button:focus, .wp-block-button.wc-block-components-product-button [disabled].wc-block-components-product-button__button:focus, .btn-theme[disabled]:active, .woocommerce-cart .wc-proceed-to-checkout a[disabled].checkout-button:active, .woocommerce-cart .return-to-shop [disabled].button:active, .widget-woof .woof_submit_search_form_container [disabled].woof_reset_search_form:active, .singular-shop div.product .information [disabled].single_add_to_cart_button:active, .cart_totals table tr.shipping [disabled].button:active, .woocommerce #payment [disabled]#place_order:active, .woocommerce-page #payment [disabled]#place_order:active, .woocommerce-page .woocommerce-message [disabled].button:active, .yith-wcqv-wrapper #yith-quick-view-content .summary [disabled].single_add_to_cart_button:active, .woocommerce table.wishlist_table .product-add-to-cart .add-cart a[disabled]:active, .woocommerce .woocommerce-MyAccount-content a[disabled].button:active, .woocommerce .woocommerce-MyAccount-content input[disabled].button:active, .singular-shop div.product .information .single_add_to_cart_button.added+a[disabled]:active, #shop-now.has-buy-now [disabled].tbay-buy-now:active, #yith-quick-view-modal #yith-quick-view-content [disabled].view-details-btn:active, .questions-section [disabled]#ywqa-submit-question:active, .wishlist_table.mobile .product-add-to-cart .add-cart a[disabled]:active, .woocommerce .yith-wfbt-submit-block [disabled].yith-wfbt-submit-button-remove:active, .woocommerce .wpmc-nav-wrapper button[disabled].button:active, .woocommerce input[disabled].button.alt.yith-wcms-button:active, .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons [disabled].button:active, body input[disabled][type="submit"].dokan-btn:active, body [disabled].dokan-btn-theme:active, body [disabled].dokan-btn-success:active, .dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[disabled][type=submit]:active, .dokan-dashboard a[disabled].add_new_attribute:active, .dokan-add-new-product-popup input[disabled]#dokan-create-new-product-btn:active, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer [disabled].dokan-follow-store-button:active, .dokan-orders-content #dokan-order-status-form a[disabled].dokan-cancel-status:active, .form-row input[disabled][name="apply_for_vendor_submit"]:active, form.wcv-form [disabled].wcv-button[type="submit"]:active, .dashboard .wcv-dashboard-navigation ~ form input[disabled][type="submit"]:active, .shop_settings input[disabled][name="vendor_application_submit"]:active, form[name="export_orders"] input[disabled]:active, form[name="export_orders"] ~ table.table .order-comments input[disabled].btn:active, form[name="export_orders"] ~ table.table .order-comments input[disabled].button:active, .wcvendors-pro-dashboard-wrapper a[disabled].button:active, .wcvendors-pro-dashboard-wrapper .wcv-form .control-group [disabled].button:active, .wcvendors-pro-dashboard-wrapper input[disabled]#update_button:active, .wcvendors-pro-dashboard-wrapper .wcv-search-form [disabled].wcv-button:active, .wcv-form .control-group .control>input[disabled].wcv-button:active:not(#clear_button), .wcv-order-header .wcv-form .control>input[disabled]#clear_button:active, table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input[disabled][type="submit"]:active, table.wcvendors-table-order form [disabled]#tracking_number_save_button:active, form#wcv-store-settings input[disabled]#store_save_button:active, .wcv_store_search form input[disabled][type="submit"]:active, .wcv_vendor_search form input[disabled][type="submit"]:active, #custom-login-wrapper form button[disabled][type="submit"]:active, #custom-login-wrapper .create-account-question [disabled].create-account-button:active, .wc-block-cart__submit [disabled].wc-block-cart__submit-button:active, form.wc-block-components-totals-coupon__form [disabled].wc-block-components-totals-coupon__button:active, .wc-block-checkout__actions [disabled].wc-block-components-checkout-place-order-button:active, .wp-block-button.wc-block-components-product-button [disabled].wc-block-components-product-button__button:active, .btn-theme[disabled].active, .woocommerce-cart .wc-proceed-to-checkout a[disabled].active.checkout-button, .woocommerce-cart .return-to-shop [disabled].active.button, .widget-woof .woof_submit_search_form_container [disabled].active.woof_reset_search_form, .singular-shop div.product .information [disabled].active.single_add_to_cart_button, .cart_totals table tr.shipping [disabled].active.button, .woocommerce #payment [disabled].active#place_order, .woocommerce-page #payment [disabled].active#place_order, .woocommerce-page .woocommerce-message [disabled].active.button, .yith-wcqv-wrapper #yith-quick-view-content .summary [disabled].active.single_add_to_cart_button, .woocommerce table.wishlist_table .product-add-to-cart .add-cart a[disabled].active, .woocommerce .woocommerce-MyAccount-content a[disabled].active.button, .woocommerce .woocommerce-MyAccount-content input[disabled].active.button, .singular-shop div.product .information .single_add_to_cart_button.added+a[disabled].active, #shop-now.has-buy-now [disabled].active.tbay-buy-now, #yith-quick-view-modal #yith-quick-view-content [disabled].active.view-details-btn, .questions-section [disabled].active#ywqa-submit-question, .wishlist_table.mobile .product-add-to-cart .add-cart a[disabled].active, .woocommerce .yith-wfbt-submit-block [disabled].active.yith-wfbt-submit-button-remove, .woocommerce .wpmc-nav-wrapper button[disabled].active.button, .woocommerce input[disabled].active.button.alt.yith-wcms-button, .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons [disabled].active.button, body input[disabled].active[type="submit"].dokan-btn, body [disabled].active.dokan-btn-theme, body [disabled].active.dokan-btn-success, .dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[disabled].active[type=submit], .dokan-dashboard a[disabled].active.add_new_attribute, .dokan-add-new-product-popup input[disabled].active#dokan-create-new-product-btn, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer [disabled].active.dokan-follow-store-button, .dokan-orders-content #dokan-order-status-form a[disabled].active.dokan-cancel-status, .form-row input[disabled].active[name="apply_for_vendor_submit"], form.wcv-form [disabled].active.wcv-button[type="submit"], .dashboard .wcv-dashboard-navigation ~ form input[disabled].active[type="submit"], .shop_settings input[disabled].active[name="vendor_application_submit"], form[name="export_orders"] input[disabled].active, form[name="export_orders"] ~ table.table .order-comments input[disabled].active.btn, form[name="export_orders"] ~ table.table .order-comments input[disabled].active.button, .wcvendors-pro-dashboard-wrapper a[disabled].active.button, .wcvendors-pro-dashboard-wrapper .wcv-form .control-group [disabled].active.button, .wcvendors-pro-dashboard-wrapper input[disabled].active#update_button, .wcvendors-pro-dashboard-wrapper .wcv-search-form [disabled].active.wcv-button, .wcv-form .control-group .control>input[disabled].active.wcv-button:not(#clear_button), .wcv-order-header .wcv-form .control>input[disabled].active#clear_button, table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input[disabled].active[type="submit"], table.wcvendors-table-order form [disabled].active#tracking_number_save_button, form#wcv-store-settings input[disabled].active#store_save_button, .wcv_store_search form input[disabled].active[type="submit"], .wcv_vendor_search form input[disabled].active[type="submit"], #custom-login-wrapper form button[disabled].active[type="submit"], #custom-login-wrapper .create-account-question [disabled].active.create-account-button, .wc-block-cart__submit [disabled].active.wc-block-cart__submit-button, form.wc-block-components-totals-coupon__form [disabled].active.wc-block-components-totals-coupon__button, .wc-block-checkout__actions [disabled].active.wc-block-components-checkout-place-order-button, .wp-block-button.wc-block-components-product-button [disabled].active.wc-block-components-product-button__button, fieldset[disabled] .btn-theme, fieldset[disabled] .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout fieldset[disabled] a.checkout-button, fieldset[disabled] .woocommerce-cart .return-to-shop .button, .woocommerce-cart .return-to-shop fieldset[disabled] .button, fieldset[disabled] .widget-woof .woof_submit_search_form_container .woof_reset_search_form, .widget-woof .woof_submit_search_form_container fieldset[disabled] .woof_reset_search_form, fieldset[disabled] .singular-shop div.product .information .single_add_to_cart_button, .singular-shop div.product .information fieldset[disabled] .single_add_to_cart_button, fieldset[disabled] .cart_totals table tr.shipping .button, .cart_totals table tr.shipping fieldset[disabled] .button, fieldset[disabled] .woocommerce #payment #place_order, .woocommerce #payment fieldset[disabled] #place_order, fieldset[disabled] .woocommerce-page #payment #place_order, .woocommerce-page #payment fieldset[disabled] #place_order, fieldset[disabled] .woocommerce-page .woocommerce-message .button, .woocommerce-page .woocommerce-message fieldset[disabled] .button, fieldset[disabled] .yith-wcqv-wrapper #yith-quick-view-content .summary .single_add_to_cart_button, .yith-wcqv-wrapper #yith-quick-view-content .summary fieldset[disabled] .single_add_to_cart_button, fieldset[disabled] .woocommerce table.wishlist_table .product-add-to-cart .add-cart a, .woocommerce table.wishlist_table .product-add-to-cart .add-cart fieldset[disabled] a, fieldset[disabled] .woocommerce .woocommerce-MyAccount-content a.button, .woocommerce .woocommerce-MyAccount-content fieldset[disabled] a.button, fieldset[disabled] .woocommerce .woocommerce-MyAccount-content input.button, .woocommerce .woocommerce-MyAccount-content fieldset[disabled] input.button, fieldset[disabled] .singular-shop div.product .information .single_add_to_cart_button.added+a, .singular-shop div.product .information fieldset[disabled] .single_add_to_cart_button.added+a, fieldset[disabled] #shop-now.has-buy-now .tbay-buy-now, #shop-now.has-buy-now fieldset[disabled] .tbay-buy-now, fieldset[disabled] #yith-quick-view-modal #yith-quick-view-content .view-details-btn, #yith-quick-view-modal #yith-quick-view-content fieldset[disabled] .view-details-btn, fieldset[disabled] .questions-section #ywqa-submit-question, .questions-section fieldset[disabled] #ywqa-submit-question, fieldset[disabled] .wishlist_table.mobile .product-add-to-cart .add-cart a, .wishlist_table.mobile .product-add-to-cart .add-cart fieldset[disabled] a, fieldset[disabled] .woocommerce .yith-wfbt-submit-block .yith-wfbt-submit-button-remove, .woocommerce .yith-wfbt-submit-block fieldset[disabled] .yith-wfbt-submit-button-remove, fieldset[disabled] .woocommerce .wpmc-nav-wrapper button.button, .woocommerce .wpmc-nav-wrapper fieldset[disabled] button.button, fieldset[disabled] .woocommerce input.button.alt.yith-wcms-button, .woocommerce fieldset[disabled] input.button.alt.yith-wcms-button, fieldset[disabled] .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons .button, .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons fieldset[disabled] .button, fieldset[disabled] body input[type="submit"].dokan-btn, body fieldset[disabled] input[type="submit"].dokan-btn, fieldset[disabled] body .dokan-btn-theme, body fieldset[disabled] .dokan-btn-theme, fieldset[disabled] body .dokan-btn-success, body fieldset[disabled] .dokan-btn-success, fieldset[disabled] .dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit], .dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit fieldset[disabled] input[type=submit], fieldset[disabled] .dokan-dashboard a.add_new_attribute, .dokan-dashboard fieldset[disabled] a.add_new_attribute, fieldset[disabled] .dokan-add-new-product-popup input#dokan-create-new-product-btn, .dokan-add-new-product-popup fieldset[disabled] input#dokan-create-new-product-btn, fieldset[disabled] #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .dokan-follow-store-button, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer fieldset[disabled] .dokan-follow-store-button, fieldset[disabled] .dokan-orders-content #dokan-order-status-form a.dokan-cancel-status, .dokan-orders-content #dokan-order-status-form fieldset[disabled] a.dokan-cancel-status, fieldset[disabled] .form-row input[name="apply_for_vendor_submit"], .form-row fieldset[disabled] input[name="apply_for_vendor_submit"], fieldset[disabled] form.wcv-form .wcv-button[type="submit"], form.wcv-form fieldset[disabled] .wcv-button[type="submit"], fieldset[disabled] .dashboard .wcv-dashboard-navigation ~ form input[type="submit"], .dashboard .wcv-dashboard-navigation ~ form fieldset[disabled] input[type="submit"], fieldset[disabled] .shop_settings input[name="vendor_application_submit"], .shop_settings fieldset[disabled] input[name="vendor_application_submit"], fieldset[disabled] form[name="export_orders"] input, form[name="export_orders"] fieldset[disabled] input, fieldset[disabled] form[name="export_orders"] ~ table.table .order-comments input.btn, form[name="export_orders"] ~ table.table .order-comments fieldset[disabled] input.btn, fieldset[disabled] form[name="export_orders"] ~ table.table .order-comments input.button, form[name="export_orders"] ~ table.table .order-comments fieldset[disabled] input.button, fieldset[disabled] .wcvendors-pro-dashboard-wrapper a.button, .wcvendors-pro-dashboard-wrapper fieldset[disabled] a.button, fieldset[disabled] .wcvendors-pro-dashboard-wrapper .wcv-form .control-group .button, .wcvendors-pro-dashboard-wrapper .wcv-form .control-group fieldset[disabled] .button, fieldset[disabled] .wcvendors-pro-dashboard-wrapper input#update_button, .wcvendors-pro-dashboard-wrapper fieldset[disabled] input#update_button, fieldset[disabled] .wcvendors-pro-dashboard-wrapper .wcv-search-form .wcv-button, .wcvendors-pro-dashboard-wrapper .wcv-search-form fieldset[disabled] .wcv-button, fieldset[disabled] .wcv-form .control-group .control>input.wcv-button:not(#clear_button), .wcv-form .control-group fieldset[disabled] .control>input.wcv-button:not(#clear_button), fieldset[disabled] .wcv-order-header .wcv-form .control>input#clear_button, .wcv-order-header .wcv-form fieldset[disabled] .control>input#clear_button, fieldset[disabled] table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input[type="submit"], table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form fieldset[disabled] input[type="submit"], fieldset[disabled] table.wcvendors-table-order form #tracking_number_save_button, table.wcvendors-table-order form fieldset[disabled] #tracking_number_save_button, fieldset[disabled] form#wcv-store-settings input#store_save_button, form#wcv-store-settings fieldset[disabled] input#store_save_button, fieldset[disabled] .wcv_store_search form input[type="submit"], .wcv_store_search form fieldset[disabled] input[type="submit"], fieldset[disabled] .wcv_vendor_search form input[type="submit"], .wcv_vendor_search form fieldset[disabled] input[type="submit"], fieldset[disabled] #custom-login-wrapper form button[type="submit"], #custom-login-wrapper form fieldset[disabled] button[type="submit"], fieldset[disabled] #custom-login-wrapper .create-account-question .create-account-button, #custom-login-wrapper .create-account-question fieldset[disabled] .create-account-button, fieldset[disabled] .wc-block-cart__submit .wc-block-cart__submit-button, .wc-block-cart__submit fieldset[disabled] .wc-block-cart__submit-button, fieldset[disabled] form.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button, form.wc-block-components-totals-coupon__form fieldset[disabled] .wc-block-components-totals-coupon__button, fieldset[disabled] .wc-block-checkout__actions .wc-block-components-checkout-place-order-button, .wc-block-checkout__actions fieldset[disabled] .wc-block-components-checkout-place-order-button, fieldset[disabled] .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button, .wp-block-button.wc-block-components-product-button fieldset[disabled] .wc-block-components-product-button__button, fieldset[disabled] .btn-theme:hover, fieldset[disabled] .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout fieldset[disabled] a.checkout-button:hover, fieldset[disabled] .woocommerce-cart .return-to-shop .button:hover, .woocommerce-cart .return-to-shop fieldset[disabled] .button:hover, fieldset[disabled] .widget-woof .woof_submit_search_form_container .woof_reset_search_form:hover, .widget-woof .woof_submit_search_form_container fieldset[disabled] .woof_reset_search_form:hover, fieldset[disabled] .singular-shop div.product .information .single_add_to_cart_button:hover, .singular-shop div.product .information fieldset[disabled] .single_add_to_cart_button:hover, fieldset[disabled] .cart_totals table tr.shipping .button:hover, .cart_totals table tr.shipping fieldset[disabled] .button:hover, fieldset[disabled] .woocommerce #payment #place_order:hover, .woocommerce #payment fieldset[disabled] #place_order:hover, fieldset[disabled] .woocommerce-page #payment #place_order:hover, .woocommerce-page #payment fieldset[disabled] #place_order:hover, fieldset[disabled] .woocommerce-page .woocommerce-message .button:hover, .woocommerce-page .woocommerce-message fieldset[disabled] .button:hover, fieldset[disabled] .yith-wcqv-wrapper #yith-quick-view-content .summary .single_add_to_cart_button:hover, .yith-wcqv-wrapper #yith-quick-view-content .summary fieldset[disabled] .single_add_to_cart_button:hover, fieldset[disabled] .woocommerce table.wishlist_table .product-add-to-cart .add-cart a:hover, .woocommerce table.wishlist_table .product-add-to-cart .add-cart fieldset[disabled] a:hover, fieldset[disabled] .woocommerce .woocommerce-MyAccount-content a.button:hover, .woocommerce .woocommerce-MyAccount-content fieldset[disabled] a.button:hover, fieldset[disabled] .woocommerce .woocommerce-MyAccount-content input.button:hover, .woocommerce .woocommerce-MyAccount-content fieldset[disabled] input.button:hover, fieldset[disabled] .singular-shop div.product .information .single_add_to_cart_button.added+a:hover, .singular-shop div.product .information fieldset[disabled] .single_add_to_cart_button.added+a:hover, fieldset[disabled] #shop-now.has-buy-now .tbay-buy-now:hover, #shop-now.has-buy-now fieldset[disabled] .tbay-buy-now:hover, fieldset[disabled] #yith-quick-view-modal #yith-quick-view-content .view-details-btn:hover, #yith-quick-view-modal #yith-quick-view-content fieldset[disabled] .view-details-btn:hover, fieldset[disabled] .questions-section #ywqa-submit-question:hover, .questions-section fieldset[disabled] #ywqa-submit-question:hover, fieldset[disabled] .wishlist_table.mobile .product-add-to-cart .add-cart a:hover, .wishlist_table.mobile .product-add-to-cart .add-cart fieldset[disabled] a:hover, fieldset[disabled] .woocommerce .yith-wfbt-submit-block .yith-wfbt-submit-button-remove:hover, .woocommerce .yith-wfbt-submit-block fieldset[disabled] .yith-wfbt-submit-button-remove:hover, fieldset[disabled] .woocommerce .wpmc-nav-wrapper button.button:hover, .woocommerce .wpmc-nav-wrapper fieldset[disabled] button.button:hover, fieldset[disabled] .woocommerce input.button.alt.yith-wcms-button:hover, .woocommerce fieldset[disabled] input.button.alt.yith-wcms-button:hover, fieldset[disabled] .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons .button:hover, .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons fieldset[disabled] .button:hover, fieldset[disabled] body input[type="submit"].dokan-btn:hover, body fieldset[disabled] input[type="submit"].dokan-btn:hover, fieldset[disabled] body .dokan-btn-theme:hover, body fieldset[disabled] .dokan-btn-theme:hover, fieldset[disabled] body .dokan-btn-success:hover, body fieldset[disabled] .dokan-btn-success:hover, fieldset[disabled] .dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit]:hover, .dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit fieldset[disabled] input[type=submit]:hover, fieldset[disabled] .dokan-dashboard a.add_new_attribute:hover, .dokan-dashboard fieldset[disabled] a.add_new_attribute:hover, fieldset[disabled] .dokan-add-new-product-popup input#dokan-create-new-product-btn:hover, .dokan-add-new-product-popup fieldset[disabled] input#dokan-create-new-product-btn:hover, fieldset[disabled] #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .dokan-follow-store-button:hover, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer fieldset[disabled] .dokan-follow-store-button:hover, fieldset[disabled] .dokan-orders-content #dokan-order-status-form a.dokan-cancel-status:hover, .dokan-orders-content #dokan-order-status-form fieldset[disabled] a.dokan-cancel-status:hover, fieldset[disabled] .form-row input[name="apply_for_vendor_submit"]:hover, .form-row fieldset[disabled] input[name="apply_for_vendor_submit"]:hover, fieldset[disabled] form.wcv-form .wcv-button[type="submit"]:hover, form.wcv-form fieldset[disabled] .wcv-button[type="submit"]:hover, fieldset[disabled] .dashboard .wcv-dashboard-navigation ~ form input[type="submit"]:hover, .dashboard .wcv-dashboard-navigation ~ form fieldset[disabled] input[type="submit"]:hover, fieldset[disabled] .shop_settings input[name="vendor_application_submit"]:hover, .shop_settings fieldset[disabled] input[name="vendor_application_submit"]:hover, fieldset[disabled] form[name="export_orders"] input:hover, form[name="export_orders"] fieldset[disabled] input:hover, fieldset[disabled] form[name="export_orders"] ~ table.table .order-comments input.btn:hover, form[name="export_orders"] ~ table.table .order-comments fieldset[disabled] input.btn:hover, fieldset[disabled] form[name="export_orders"] ~ table.table .order-comments input.button:hover, form[name="export_orders"] ~ table.table .order-comments fieldset[disabled] input.button:hover, fieldset[disabled] .wcvendors-pro-dashboard-wrapper a.button:hover, .wcvendors-pro-dashboard-wrapper fieldset[disabled] a.button:hover, fieldset[disabled] .wcvendors-pro-dashboard-wrapper .wcv-form .control-group .button:hover, .wcvendors-pro-dashboard-wrapper .wcv-form .control-group fieldset[disabled] .button:hover, fieldset[disabled] .wcvendors-pro-dashboard-wrapper input#update_button:hover, .wcvendors-pro-dashboard-wrapper fieldset[disabled] input#update_button:hover, fieldset[disabled] .wcvendors-pro-dashboard-wrapper .wcv-search-form .wcv-button:hover, .wcvendors-pro-dashboard-wrapper .wcv-search-form fieldset[disabled] .wcv-button:hover, fieldset[disabled] .wcv-form .control-group .control>input.wcv-button:hover:not(#clear_button), .wcv-form .control-group fieldset[disabled] .control>input.wcv-button:hover:not(#clear_button), fieldset[disabled] .wcv-order-header .wcv-form .control>input#clear_button:hover, .wcv-order-header .wcv-form fieldset[disabled] .control>input#clear_button:hover, fieldset[disabled] table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input[type="submit"]:hover, table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form fieldset[disabled] input[type="submit"]:hover, fieldset[disabled] table.wcvendors-table-order form #tracking_number_save_button:hover, table.wcvendors-table-order form fieldset[disabled] #tracking_number_save_button:hover, fieldset[disabled] form#wcv-store-settings input#store_save_button:hover, form#wcv-store-settings fieldset[disabled] input#store_save_button:hover, fieldset[disabled] .wcv_store_search form input[type="submit"]:hover, .wcv_store_search form fieldset[disabled] input[type="submit"]:hover, fieldset[disabled] .wcv_vendor_search form input[type="submit"]:hover, .wcv_vendor_search form fieldset[disabled] input[type="submit"]:hover, fieldset[disabled] #custom-login-wrapper form button[type="submit"]:hover, #custom-login-wrapper form fieldset[disabled] button[type="submit"]:hover, fieldset[disabled] #custom-login-wrapper .create-account-question .create-account-button:hover, #custom-login-wrapper .create-account-question fieldset[disabled] .create-account-button:hover, fieldset[disabled] .wc-block-cart__submit .wc-block-cart__submit-button:hover, .wc-block-cart__submit fieldset[disabled] .wc-block-cart__submit-button:hover, fieldset[disabled] form.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:hover, form.wc-block-components-totals-coupon__form fieldset[disabled] .wc-block-components-totals-coupon__button:hover, fieldset[disabled] .wc-block-checkout__actions .wc-block-components-checkout-place-order-button:hover, .wc-block-checkout__actions fieldset[disabled] .wc-block-components-checkout-place-order-button:hover, fieldset[disabled] .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button:hover, .wp-block-button.wc-block-components-product-button fieldset[disabled] .wc-block-components-product-button__button:hover, fieldset[disabled] .btn-theme:focus, fieldset[disabled] .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-cart .wc-proceed-to-checkout fieldset[disabled] a.checkout-button:focus, fieldset[disabled] .woocommerce-cart .return-to-shop .button:focus, .woocommerce-cart .return-to-shop fieldset[disabled] .button:focus, fieldset[disabled] .widget-woof .woof_submit_search_form_container .woof_reset_search_form:focus, .widget-woof .woof_submit_search_form_container fieldset[disabled] .woof_reset_search_form:focus, fieldset[disabled] .singular-shop div.product .information .single_add_to_cart_button:focus, .singular-shop div.product .information fieldset[disabled] .single_add_to_cart_button:focus, fieldset[disabled] .cart_totals table tr.shipping .button:focus, .cart_totals table tr.shipping fieldset[disabled] .button:focus, fieldset[disabled] .woocommerce #payment #place_order:focus, .woocommerce #payment fieldset[disabled] #place_order:focus, fieldset[disabled] .woocommerce-page #payment #place_order:focus, .woocommerce-page #payment fieldset[disabled] #place_order:focus, fieldset[disabled] .woocommerce-page .woocommerce-message .button:focus, .woocommerce-page .woocommerce-message fieldset[disabled] .button:focus, fieldset[disabled] .yith-wcqv-wrapper #yith-quick-view-content .summary .single_add_to_cart_button:focus, .yith-wcqv-wrapper #yith-quick-view-content .summary fieldset[disabled] .single_add_to_cart_button:focus, fieldset[disabled] .woocommerce table.wishlist_table .product-add-to-cart .add-cart a:focus, .woocommerce table.wishlist_table .product-add-to-cart .add-cart fieldset[disabled] a:focus, fieldset[disabled] .woocommerce .woocommerce-MyAccount-content a.button:focus, .woocommerce .woocommerce-MyAccount-content fieldset[disabled] a.button:focus, fieldset[disabled] .woocommerce .woocommerce-MyAccount-content input.button:focus, .woocommerce .woocommerce-MyAccount-content fieldset[disabled] input.button:focus, fieldset[disabled] .singular-shop div.product .information .single_add_to_cart_button.added+a:focus, .singular-shop div.product .information fieldset[disabled] .single_add_to_cart_button.added+a:focus, fieldset[disabled] #shop-now.has-buy-now .tbay-buy-now:focus, #shop-now.has-buy-now fieldset[disabled] .tbay-buy-now:focus, fieldset[disabled] #yith-quick-view-modal #yith-quick-view-content .view-details-btn:focus, #yith-quick-view-modal #yith-quick-view-content fieldset[disabled] .view-details-btn:focus, fieldset[disabled] .questions-section #ywqa-submit-question:focus, .questions-section fieldset[disabled] #ywqa-submit-question:focus, fieldset[disabled] .wishlist_table.mobile .product-add-to-cart .add-cart a:focus, .wishlist_table.mobile .product-add-to-cart .add-cart fieldset[disabled] a:focus, fieldset[disabled] .woocommerce .yith-wfbt-submit-block .yith-wfbt-submit-button-remove:focus, .woocommerce .yith-wfbt-submit-block fieldset[disabled] .yith-wfbt-submit-button-remove:focus, fieldset[disabled] .woocommerce .wpmc-nav-wrapper button.button:focus, .woocommerce .wpmc-nav-wrapper fieldset[disabled] button.button:focus, fieldset[disabled] .woocommerce input.button.alt.yith-wcms-button:focus, .woocommerce fieldset[disabled] input.button.alt.yith-wcms-button:focus, fieldset[disabled] .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons .button:focus, .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons fieldset[disabled] .button:focus, fieldset[disabled] body input[type="submit"].dokan-btn:focus, body fieldset[disabled] input[type="submit"].dokan-btn:focus, fieldset[disabled] body .dokan-btn-theme:focus, body fieldset[disabled] .dokan-btn-theme:focus, fieldset[disabled] body .dokan-btn-success:focus, body fieldset[disabled] .dokan-btn-success:focus, fieldset[disabled] .dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit]:focus, .dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit fieldset[disabled] input[type=submit]:focus, fieldset[disabled] .dokan-dashboard a.add_new_attribute:focus, .dokan-dashboard fieldset[disabled] a.add_new_attribute:focus, fieldset[disabled] .dokan-add-new-product-popup input#dokan-create-new-product-btn:focus, .dokan-add-new-product-popup fieldset[disabled] input#dokan-create-new-product-btn:focus, fieldset[disabled] #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .dokan-follow-store-button:focus, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer fieldset[disabled] .dokan-follow-store-button:focus, fieldset[disabled] .dokan-orders-content #dokan-order-status-form a.dokan-cancel-status:focus, .dokan-orders-content #dokan-order-status-form fieldset[disabled] a.dokan-cancel-status:focus, fieldset[disabled] .form-row input[name="apply_for_vendor_submit"]:focus, .form-row fieldset[disabled] input[name="apply_for_vendor_submit"]:focus, fieldset[disabled] form.wcv-form .wcv-button[type="submit"]:focus, form.wcv-form fieldset[disabled] .wcv-button[type="submit"]:focus, fieldset[disabled] .dashboard .wcv-dashboard-navigation ~ form input[type="submit"]:focus, .dashboard .wcv-dashboard-navigation ~ form fieldset[disabled] input[type="submit"]:focus, fieldset[disabled] .shop_settings input[name="vendor_application_submit"]:focus, .shop_settings fieldset[disabled] input[name="vendor_application_submit"]:focus, fieldset[disabled] form[name="export_orders"] input:focus, form[name="export_orders"] fieldset[disabled] input:focus, fieldset[disabled] form[name="export_orders"] ~ table.table .order-comments input.btn:focus, form[name="export_orders"] ~ table.table .order-comments fieldset[disabled] input.btn:focus, fieldset[disabled] form[name="export_orders"] ~ table.table .order-comments input.button:focus, form[name="export_orders"] ~ table.table .order-comments fieldset[disabled] input.button:focus, fieldset[disabled] .wcvendors-pro-dashboard-wrapper a.button:focus, .wcvendors-pro-dashboard-wrapper fieldset[disabled] a.button:focus, fieldset[disabled] .wcvendors-pro-dashboard-wrapper .wcv-form .control-group .button:focus, .wcvendors-pro-dashboard-wrapper .wcv-form .control-group fieldset[disabled] .button:focus, fieldset[disabled] .wcvendors-pro-dashboard-wrapper input#update_button:focus, .wcvendors-pro-dashboard-wrapper fieldset[disabled] input#update_button:focus, fieldset[disabled] .wcvendors-pro-dashboard-wrapper .wcv-search-form .wcv-button:focus, .wcvendors-pro-dashboard-wrapper .wcv-search-form fieldset[disabled] .wcv-button:focus, fieldset[disabled] .wcv-form .control-group .control>input.wcv-button:focus:not(#clear_button), .wcv-form .control-group fieldset[disabled] .control>input.wcv-button:focus:not(#clear_button), fieldset[disabled] .wcv-order-header .wcv-form .control>input#clear_button:focus, .wcv-order-header .wcv-form fieldset[disabled] .control>input#clear_button:focus, fieldset[disabled] table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input[type="submit"]:focus, table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form fieldset[disabled] input[type="submit"]:focus, fieldset[disabled] table.wcvendors-table-order form #tracking_number_save_button:focus, table.wcvendors-table-order form fieldset[disabled] #tracking_number_save_button:focus, fieldset[disabled] form#wcv-store-settings input#store_save_button:focus, form#wcv-store-settings fieldset[disabled] input#store_save_button:focus, fieldset[disabled] .wcv_store_search form input[type="submit"]:focus, .wcv_store_search form fieldset[disabled] input[type="submit"]:focus, fieldset[disabled] .wcv_vendor_search form input[type="submit"]:focus, .wcv_vendor_search form fieldset[disabled] input[type="submit"]:focus, fieldset[disabled] #custom-login-wrapper form button[type="submit"]:focus, #custom-login-wrapper form fieldset[disabled] button[type="submit"]:focus, fieldset[disabled] #custom-login-wrapper .create-account-question .create-account-button:focus, #custom-login-wrapper .create-account-question fieldset[disabled] .create-account-button:focus, fieldset[disabled] .wc-block-cart__submit .wc-block-cart__submit-button:focus, .wc-block-cart__submit fieldset[disabled] .wc-block-cart__submit-button:focus, fieldset[disabled] form.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:focus, form.wc-block-components-totals-coupon__form fieldset[disabled] .wc-block-components-totals-coupon__button:focus, fieldset[disabled] .wc-block-checkout__actions .wc-block-components-checkout-place-order-button:focus, .wc-block-checkout__actions fieldset[disabled] .wc-block-components-checkout-place-order-button:focus, fieldset[disabled] .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button:focus, .wp-block-button.wc-block-components-product-button fieldset[disabled] .wc-block-components-product-button__button:focus, fieldset[disabled] .btn-theme:active, fieldset[disabled] .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active, .woocommerce-cart .wc-proceed-to-checkout fieldset[disabled] a.checkout-button:active, fieldset[disabled] .woocommerce-cart .return-to-shop .button:active, .woocommerce-cart .return-to-shop fieldset[disabled] .button:active, fieldset[disabled] .widget-woof .woof_submit_search_form_container .woof_reset_search_form:active, .widget-woof .woof_submit_search_form_container fieldset[disabled] .woof_reset_search_form:active, fieldset[disabled] .singular-shop div.product .information .single_add_to_cart_button:active, .singular-shop div.product .information fieldset[disabled] .single_add_to_cart_button:active, fieldset[disabled] .cart_totals table tr.shipping .button:active, .cart_totals table tr.shipping fieldset[disabled] .button:active, fieldset[disabled] .woocommerce #payment #place_order:active, .woocommerce #payment fieldset[disabled] #place_order:active, fieldset[disabled] .woocommerce-page #payment #place_order:active, .woocommerce-page #payment fieldset[disabled] #place_order:active, fieldset[disabled] .woocommerce-page .woocommerce-message .button:active, .woocommerce-page .woocommerce-message fieldset[disabled] .button:active, fieldset[disabled] .yith-wcqv-wrapper #yith-quick-view-content .summary .single_add_to_cart_button:active, .yith-wcqv-wrapper #yith-quick-view-content .summary fieldset[disabled] .single_add_to_cart_button:active, fieldset[disabled] .woocommerce table.wishlist_table .product-add-to-cart .add-cart a:active, .woocommerce table.wishlist_table .product-add-to-cart .add-cart fieldset[disabled] a:active, fieldset[disabled] .woocommerce .woocommerce-MyAccount-content a.button:active, .woocommerce .woocommerce-MyAccount-content fieldset[disabled] a.button:active, fieldset[disabled] .woocommerce .woocommerce-MyAccount-content input.button:active, .woocommerce .woocommerce-MyAccount-content fieldset[disabled] input.button:active, fieldset[disabled] .singular-shop div.product .information .single_add_to_cart_button.added+a:active, .singular-shop div.product .information fieldset[disabled] .single_add_to_cart_button.added+a:active, fieldset[disabled] #shop-now.has-buy-now .tbay-buy-now:active, #shop-now.has-buy-now fieldset[disabled] .tbay-buy-now:active, fieldset[disabled] #yith-quick-view-modal #yith-quick-view-content .view-details-btn:active, #yith-quick-view-modal #yith-quick-view-content fieldset[disabled] .view-details-btn:active, fieldset[disabled] .questions-section #ywqa-submit-question:active, .questions-section fieldset[disabled] #ywqa-submit-question:active, fieldset[disabled] .wishlist_table.mobile .product-add-to-cart .add-cart a:active, .wishlist_table.mobile .product-add-to-cart .add-cart fieldset[disabled] a:active, fieldset[disabled] .woocommerce .yith-wfbt-submit-block .yith-wfbt-submit-button-remove:active, .woocommerce .yith-wfbt-submit-block fieldset[disabled] .yith-wfbt-submit-button-remove:active, fieldset[disabled] .woocommerce .wpmc-nav-wrapper button.button:active, .woocommerce .wpmc-nav-wrapper fieldset[disabled] button.button:active, fieldset[disabled] .woocommerce input.button.alt.yith-wcms-button:active, .woocommerce fieldset[disabled] input.button.alt.yith-wcms-button:active, fieldset[disabled] .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons .button:active, .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons fieldset[disabled] .button:active, fieldset[disabled] body input[type="submit"].dokan-btn:active, body fieldset[disabled] input[type="submit"].dokan-btn:active, fieldset[disabled] body .dokan-btn-theme:active, body fieldset[disabled] .dokan-btn-theme:active, fieldset[disabled] body .dokan-btn-success:active, body fieldset[disabled] .dokan-btn-success:active, fieldset[disabled] .dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit]:active, .dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit fieldset[disabled] input[type=submit]:active, fieldset[disabled] .dokan-dashboard a.add_new_attribute:active, .dokan-dashboard fieldset[disabled] a.add_new_attribute:active, fieldset[disabled] .dokan-add-new-product-popup input#dokan-create-new-product-btn:active, .dokan-add-new-product-popup fieldset[disabled] input#dokan-create-new-product-btn:active, fieldset[disabled] #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .dokan-follow-store-button:active, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer fieldset[disabled] .dokan-follow-store-button:active, fieldset[disabled] .dokan-orders-content #dokan-order-status-form a.dokan-cancel-status:active, .dokan-orders-content #dokan-order-status-form fieldset[disabled] a.dokan-cancel-status:active, fieldset[disabled] .form-row input[name="apply_for_vendor_submit"]:active, .form-row fieldset[disabled] input[name="apply_for_vendor_submit"]:active, fieldset[disabled] form.wcv-form .wcv-button[type="submit"]:active, form.wcv-form fieldset[disabled] .wcv-button[type="submit"]:active, fieldset[disabled] .dashboard .wcv-dashboard-navigation ~ form input[type="submit"]:active, .dashboard .wcv-dashboard-navigation ~ form fieldset[disabled] input[type="submit"]:active, fieldset[disabled] .shop_settings input[name="vendor_application_submit"]:active, .shop_settings fieldset[disabled] input[name="vendor_application_submit"]:active, fieldset[disabled] form[name="export_orders"] input:active, form[name="export_orders"] fieldset[disabled] input:active, fieldset[disabled] form[name="export_orders"] ~ table.table .order-comments input.btn:active, form[name="export_orders"] ~ table.table .order-comments fieldset[disabled] input.btn:active, fieldset[disabled] form[name="export_orders"] ~ table.table .order-comments input.button:active, form[name="export_orders"] ~ table.table .order-comments fieldset[disabled] input.button:active, fieldset[disabled] .wcvendors-pro-dashboard-wrapper a.button:active, .wcvendors-pro-dashboard-wrapper fieldset[disabled] a.button:active, fieldset[disabled] .wcvendors-pro-dashboard-wrapper .wcv-form .control-group .button:active, .wcvendors-pro-dashboard-wrapper .wcv-form .control-group fieldset[disabled] .button:active, fieldset[disabled] .wcvendors-pro-dashboard-wrapper input#update_button:active, .wcvendors-pro-dashboard-wrapper fieldset[disabled] input#update_button:active, fieldset[disabled] .wcvendors-pro-dashboard-wrapper .wcv-search-form .wcv-button:active, .wcvendors-pro-dashboard-wrapper .wcv-search-form fieldset[disabled] .wcv-button:active, fieldset[disabled] .wcv-form .control-group .control>input.wcv-button:active:not(#clear_button), .wcv-form .control-group fieldset[disabled] .control>input.wcv-button:active:not(#clear_button), fieldset[disabled] .wcv-order-header .wcv-form .control>input#clear_button:active, .wcv-order-header .wcv-form fieldset[disabled] .control>input#clear_button:active, fieldset[disabled] table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input[type="submit"]:active, table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form fieldset[disabled] input[type="submit"]:active, fieldset[disabled] table.wcvendors-table-order form #tracking_number_save_button:active, table.wcvendors-table-order form fieldset[disabled] #tracking_number_save_button:active, fieldset[disabled] form#wcv-store-settings input#store_save_button:active, form#wcv-store-settings fieldset[disabled] input#store_save_button:active, fieldset[disabled] .wcv_store_search form input[type="submit"]:active, .wcv_store_search form fieldset[disabled] input[type="submit"]:active, fieldset[disabled] .wcv_vendor_search form input[type="submit"]:active, .wcv_vendor_search form fieldset[disabled] input[type="submit"]:active, fieldset[disabled] #custom-login-wrapper form button[type="submit"]:active, #custom-login-wrapper form fieldset[disabled] button[type="submit"]:active, fieldset[disabled] #custom-login-wrapper .create-account-question .create-account-button:active, #custom-login-wrapper .create-account-question fieldset[disabled] .create-account-button:active, fieldset[disabled] .wc-block-cart__submit .wc-block-cart__submit-button:active, .wc-block-cart__submit fieldset[disabled] .wc-block-cart__submit-button:active, fieldset[disabled] form.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:active, form.wc-block-components-totals-coupon__form fieldset[disabled] .wc-block-components-totals-coupon__button:active, fieldset[disabled] .wc-block-checkout__actions .wc-block-components-checkout-place-order-button:active, .wc-block-checkout__actions fieldset[disabled] .wc-block-components-checkout-place-order-button:active, fieldset[disabled] .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button:active, .wp-block-button.wc-block-components-product-button fieldset[disabled] .wc-block-components-product-button__button:active, fieldset[disabled] .btn-theme.active, fieldset[disabled] .woocommerce-cart .wc-proceed-to-checkout a.active.checkout-button, .woocommerce-cart .wc-proceed-to-checkout fieldset[disabled] a.active.checkout-button, fieldset[disabled] .woocommerce-cart .return-to-shop .active.button, .woocommerce-cart .return-to-shop fieldset[disabled] .active.button, fieldset[disabled] .widget-woof .woof_submit_search_form_container .active.woof_reset_search_form, .widget-woof .woof_submit_search_form_container fieldset[disabled] .active.woof_reset_search_form, fieldset[disabled] .singular-shop div.product .information .active.single_add_to_cart_button, .singular-shop div.product .information fieldset[disabled] .active.single_add_to_cart_button, fieldset[disabled] .cart_totals table tr.shipping .active.button, .cart_totals table tr.shipping fieldset[disabled] .active.button, fieldset[disabled] .woocommerce #payment .active#place_order, .woocommerce #payment fieldset[disabled] .active#place_order, fieldset[disabled] .woocommerce-page #payment .active#place_order, .woocommerce-page #payment fieldset[disabled] .active#place_order, fieldset[disabled] .woocommerce-page .woocommerce-message .active.button, .woocommerce-page .woocommerce-message fieldset[disabled] .active.button, fieldset[disabled] .yith-wcqv-wrapper #yith-quick-view-content .summary .active.single_add_to_cart_button, .yith-wcqv-wrapper #yith-quick-view-content .summary fieldset[disabled] .active.single_add_to_cart_button, fieldset[disabled] .woocommerce table.wishlist_table .product-add-to-cart .add-cart a.active, .woocommerce table.wishlist_table .product-add-to-cart .add-cart fieldset[disabled] a.active, fieldset[disabled] .woocommerce .woocommerce-MyAccount-content a.active.button, .woocommerce .woocommerce-MyAccount-content fieldset[disabled] a.active.button, fieldset[disabled] .woocommerce .woocommerce-MyAccount-content input.active.button, .woocommerce .woocommerce-MyAccount-content fieldset[disabled] input.active.button, fieldset[disabled] .singular-shop div.product .information .single_add_to_cart_button.added+a.active, .singular-shop div.product .information fieldset[disabled] .single_add_to_cart_button.added+a.active, fieldset[disabled] #shop-now.has-buy-now .active.tbay-buy-now, #shop-now.has-buy-now fieldset[disabled] .active.tbay-buy-now, fieldset[disabled] #yith-quick-view-modal #yith-quick-view-content .active.view-details-btn, #yith-quick-view-modal #yith-quick-view-content fieldset[disabled] .active.view-details-btn, fieldset[disabled] .questions-section .active#ywqa-submit-question, .questions-section fieldset[disabled] .active#ywqa-submit-question, fieldset[disabled] .wishlist_table.mobile .product-add-to-cart .add-cart a.active, .wishlist_table.mobile .product-add-to-cart .add-cart fieldset[disabled] a.active, fieldset[disabled] .woocommerce .yith-wfbt-submit-block .active.yith-wfbt-submit-button-remove, .woocommerce .yith-wfbt-submit-block fieldset[disabled] .active.yith-wfbt-submit-button-remove, fieldset[disabled] .woocommerce .wpmc-nav-wrapper button.active.button, .woocommerce .wpmc-nav-wrapper fieldset[disabled] button.active.button, fieldset[disabled] .woocommerce input.active.button.alt.yith-wcms-button, .woocommerce fieldset[disabled] input.active.button.alt.yith-wcms-button, fieldset[disabled] .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons .active.button, .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons fieldset[disabled] .active.button, fieldset[disabled] body input.active[type="submit"].dokan-btn, body fieldset[disabled] input.active[type="submit"].dokan-btn, fieldset[disabled] body .active.dokan-btn-theme, body fieldset[disabled] .active.dokan-btn-theme, fieldset[disabled] body .active.dokan-btn-success, body fieldset[disabled] .active.dokan-btn-success, fieldset[disabled] .dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input.active[type=submit], .dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit fieldset[disabled] input.active[type=submit], fieldset[disabled] .dokan-dashboard a.active.add_new_attribute, .dokan-dashboard fieldset[disabled] a.active.add_new_attribute, fieldset[disabled] .dokan-add-new-product-popup input.active#dokan-create-new-product-btn, .dokan-add-new-product-popup fieldset[disabled] input.active#dokan-create-new-product-btn, fieldset[disabled] #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .active.dokan-follow-store-button, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer fieldset[disabled] .active.dokan-follow-store-button, fieldset[disabled] .dokan-orders-content #dokan-order-status-form a.active.dokan-cancel-status, .dokan-orders-content #dokan-order-status-form fieldset[disabled] a.active.dokan-cancel-status, fieldset[disabled] .form-row input.active[name="apply_for_vendor_submit"], .form-row fieldset[disabled] input.active[name="apply_for_vendor_submit"], fieldset[disabled] form.wcv-form .active.wcv-button[type="submit"], form.wcv-form fieldset[disabled] .active.wcv-button[type="submit"], fieldset[disabled] .dashboard .wcv-dashboard-navigation ~ form input.active[type="submit"], .dashboard .wcv-dashboard-navigation ~ form fieldset[disabled] input.active[type="submit"], fieldset[disabled] .shop_settings input.active[name="vendor_application_submit"], .shop_settings fieldset[disabled] input.active[name="vendor_application_submit"], fieldset[disabled] form[name="export_orders"] input.active, form[name="export_orders"] fieldset[disabled] input.active, fieldset[disabled] form[name="export_orders"] ~ table.table .order-comments input.active.btn, form[name="export_orders"] ~ table.table .order-comments fieldset[disabled] input.active.btn, fieldset[disabled] form[name="export_orders"] ~ table.table .order-comments input.active.button, form[name="export_orders"] ~ table.table .order-comments fieldset[disabled] input.active.button, fieldset[disabled] .wcvendors-pro-dashboard-wrapper a.active.button, .wcvendors-pro-dashboard-wrapper fieldset[disabled] a.active.button, fieldset[disabled] .wcvendors-pro-dashboard-wrapper .wcv-form .control-group .active.button, .wcvendors-pro-dashboard-wrapper .wcv-form .control-group fieldset[disabled] .active.button, fieldset[disabled] .wcvendors-pro-dashboard-wrapper input.active#update_button, .wcvendors-pro-dashboard-wrapper fieldset[disabled] input.active#update_button, fieldset[disabled] .wcvendors-pro-dashboard-wrapper .wcv-search-form .active.wcv-button, .wcvendors-pro-dashboard-wrapper .wcv-search-form fieldset[disabled] .active.wcv-button, fieldset[disabled] .wcv-form .control-group .control>input.active.wcv-button:not(#clear_button), .wcv-form .control-group fieldset[disabled] .control>input.active.wcv-button:not(#clear_button), fieldset[disabled] .wcv-order-header .wcv-form .control>input.active#clear_button, .wcv-order-header .wcv-form fieldset[disabled] .control>input.active#clear_button, fieldset[disabled] table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input.active[type="submit"], table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form fieldset[disabled] input.active[type="submit"], fieldset[disabled] table.wcvendors-table-order form .active#tracking_number_save_button, table.wcvendors-table-order form fieldset[disabled] .active#tracking_number_save_button, fieldset[disabled] form#wcv-store-settings input.active#store_save_button, form#wcv-store-settings fieldset[disabled] input.active#store_save_button, fieldset[disabled] .wcv_store_search form input.active[type="submit"], .wcv_store_search form fieldset[disabled] input.active[type="submit"], fieldset[disabled] .wcv_vendor_search form input.active[type="submit"], .wcv_vendor_search form fieldset[disabled] input.active[type="submit"], fieldset[disabled] #custom-login-wrapper form button.active[type="submit"], #custom-login-wrapper form fieldset[disabled] button.active[type="submit"], fieldset[disabled] #custom-login-wrapper .create-account-question .active.create-account-button, #custom-login-wrapper .create-account-question fieldset[disabled] .active.create-account-button, fieldset[disabled] .wc-block-cart__submit .active.wc-block-cart__submit-button, .wc-block-cart__submit fieldset[disabled] .active.wc-block-cart__submit-button, fieldset[disabled] form.wc-block-components-totals-coupon__form .active.wc-block-components-totals-coupon__button, form.wc-block-components-totals-coupon__form fieldset[disabled] .active.wc-block-components-totals-coupon__button, fieldset[disabled] .wc-block-checkout__actions .active.wc-block-components-checkout-place-order-button, .wc-block-checkout__actions fieldset[disabled] .active.wc-block-components-checkout-place-order-button, fieldset[disabled] .wp-block-button.wc-block-components-product-button .active.wc-block-components-product-button__button, .wp-block-button.wc-block-components-product-button fieldset[disabled] .active.wc-block-components-product-button__button {
	background-color: var(--tb-theme-color);
	border-color: var(--tb-theme-color);
}

.btn-default .badge, .btn-theme .badge, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button .badge, .woocommerce-cart .return-to-shop .button .badge, .widget-woof .woof_submit_search_form_container .woof_reset_search_form .badge, .singular-shop div.product .information .single_add_to_cart_button .badge, .cart_totals table tr.shipping .button .badge, .woocommerce #payment #place_order .badge, .woocommerce-page #payment #place_order .badge, .woocommerce-page .woocommerce-message .button .badge, .yith-wcqv-wrapper #yith-quick-view-content .summary .single_add_to_cart_button .badge, .woocommerce table.wishlist_table .product-add-to-cart .add-cart a .badge, .woocommerce .woocommerce-MyAccount-content a.button .badge, .woocommerce .woocommerce-MyAccount-content input.button .badge, .singular-shop div.product .information .single_add_to_cart_button.added+a .badge, #shop-now.has-buy-now .tbay-buy-now .badge, #yith-quick-view-modal #yith-quick-view-content .view-details-btn .badge, .questions-section #ywqa-submit-question .badge, .wishlist_table.mobile .product-add-to-cart .add-cart a .badge, .woocommerce .yith-wfbt-submit-block .yith-wfbt-submit-button-remove .badge, .woocommerce .wpmc-nav-wrapper button.button .badge, .woocommerce input.button.alt.yith-wcms-button .badge, .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons .button .badge, body input[type="submit"].dokan-btn .badge, body .dokan-btn-theme .badge, body .dokan-btn-success .badge, .dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit] .badge, .dokan-dashboard a.add_new_attribute .badge, .dokan-add-new-product-popup input#dokan-create-new-product-btn .badge, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .dokan-follow-store-button .badge, .dokan-orders-content #dokan-order-status-form a.dokan-cancel-status .badge, .form-row input[name="apply_for_vendor_submit"] .badge, form.wcv-form .wcv-button[type="submit"] .badge, .dashboard .wcv-dashboard-navigation ~ form input[type="submit"] .badge, .shop_settings input[name="vendor_application_submit"] .badge, form[name="export_orders"] input .badge, form[name="export_orders"] ~ table.table .order-comments input.btn .badge, form[name="export_orders"] ~ table.table .order-comments input.button .badge, .wcvendors-pro-dashboard-wrapper a.button .badge, .wcvendors-pro-dashboard-wrapper .wcv-form .control-group .button .badge, .wcvendors-pro-dashboard-wrapper input#update_button .badge, .wcvendors-pro-dashboard-wrapper .wcv-search-form .wcv-button .badge, .wcv-form .control-group .control>input.wcv-button:not(#clear_button) .badge, .wcv-order-header .wcv-form .control>input#clear_button .badge, table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input[type="submit"] .badge, table.wcvendors-table-order form #tracking_number_save_button .badge, form#wcv-store-settings input#store_save_button .badge, .wcv_store_search form input[type="submit"] .badge, .wcv_vendor_search form input[type="submit"] .badge, #custom-login-wrapper form button[type="submit"] .badge, #custom-login-wrapper .create-account-question .create-account-button .badge, .wc-block-cart__submit .wc-block-cart__submit-button .badge, form.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button .badge, .wc-block-checkout__actions .wc-block-components-checkout-place-order-button .badge, .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button .badge {
	color: var(--tb-theme-color);
	background-color: #fff;
}

.input-default, .woocommerce .input-text {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	background-color: #fff;
	border: solid 1px #eee !important;
	min-height: 40px;
	padding: 1px 30px;
	margin-bottom: 15px;
}

.btn-theme.btn-inverse, .woocommerce-cart .wc-proceed-to-checkout a.btn-inverse.checkout-button, .woocommerce-cart .return-to-shop .btn-inverse.button, .widget-woof .woof_submit_search_form_container .btn-inverse.woof_reset_search_form, .singular-shop div.product .information .btn-inverse.single_add_to_cart_button, .cart_totals table tr.shipping .btn-inverse.button, .woocommerce #payment .btn-inverse#place_order, .woocommerce-page #payment .btn-inverse#place_order, .woocommerce-page .woocommerce-message .btn-inverse.button, .yith-wcqv-wrapper #yith-quick-view-content .summary .btn-inverse.single_add_to_cart_button, .woocommerce table.wishlist_table .product-add-to-cart .add-cart a.btn-inverse, .woocommerce .woocommerce-MyAccount-content a.btn-inverse.button, .woocommerce .woocommerce-MyAccount-content input.btn-inverse.button, .singular-shop div.product .information .single_add_to_cart_button.added+a.btn-inverse, #shop-now.has-buy-now .btn-inverse.tbay-buy-now, #yith-quick-view-modal #yith-quick-view-content .btn-inverse.view-details-btn, .questions-section .btn-inverse#ywqa-submit-question, .wishlist_table.mobile .product-add-to-cart .add-cart a.btn-inverse, .woocommerce .yith-wfbt-submit-block .btn-inverse.yith-wfbt-submit-button-remove, .woocommerce .wpmc-nav-wrapper button.btn-inverse.button, .woocommerce input.btn-inverse.button.alt.yith-wcms-button, .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons .btn-inverse.button, body input.btn-inverse[type="submit"].dokan-btn, body .btn-inverse.dokan-btn-theme, body .btn-inverse.dokan-btn-success, .dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input.btn-inverse[type=submit], .dokan-dashboard a.btn-inverse.add_new_attribute, .dokan-add-new-product-popup input.btn-inverse#dokan-create-new-product-btn, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .btn-inverse.dokan-follow-store-button, .dokan-orders-content #dokan-order-status-form a.btn-inverse.dokan-cancel-status, .form-row input.btn-inverse[name="apply_for_vendor_submit"], form.wcv-form .btn-inverse.wcv-button[type="submit"], .dashboard .wcv-dashboard-navigation ~ form input.btn-inverse[type="submit"], .shop_settings input.btn-inverse[name="vendor_application_submit"], form[name="export_orders"] input.btn-inverse, form[name="export_orders"] ~ table.table .order-comments input.btn-inverse.btn, form[name="export_orders"] ~ table.table .order-comments input.btn-inverse.button, .wcvendors-pro-dashboard-wrapper a.btn-inverse.button, .wcvendors-pro-dashboard-wrapper .wcv-form .control-group .btn-inverse.button, .wcvendors-pro-dashboard-wrapper input.btn-inverse#update_button, .wcvendors-pro-dashboard-wrapper .wcv-search-form .btn-inverse.wcv-button, .wcv-form .control-group .control>input.btn-inverse.wcv-button:not(#clear_button), .wcv-order-header .wcv-form .control>input.btn-inverse#clear_button, table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input.btn-inverse[type="submit"], table.wcvendors-table-order form .btn-inverse#tracking_number_save_button, form#wcv-store-settings input.btn-inverse#store_save_button, .wcv_store_search form input.btn-inverse[type="submit"], .wcv_vendor_search form input.btn-inverse[type="submit"], #custom-login-wrapper form button.btn-inverse[type="submit"], #custom-login-wrapper .create-account-question .btn-inverse.create-account-button, .wc-block-cart__submit .btn-inverse.wc-block-cart__submit-button, form.wc-block-components-totals-coupon__form .btn-inverse.wc-block-components-totals-coupon__button, .wc-block-checkout__actions .btn-inverse.wc-block-components-checkout-place-order-button, .wp-block-button.wc-block-components-product-button .btn-inverse.wc-block-components-product-button__button {
	background: var(--tb-theme-color);
	color: #fff;
	border-color: var(--tb-theme-color);
}

.btn-theme.btn-inverse:hover, .woocommerce-cart .wc-proceed-to-checkout a.btn-inverse.checkout-button:hover, .woocommerce-cart .return-to-shop .btn-inverse.button:hover, .widget-woof .woof_submit_search_form_container .btn-inverse.woof_reset_search_form:hover, .singular-shop div.product .information .btn-inverse.single_add_to_cart_button:hover, .cart_totals table tr.shipping .btn-inverse.button:hover, .woocommerce #payment .btn-inverse#place_order:hover, .woocommerce-page #payment .btn-inverse#place_order:hover, .woocommerce-page .woocommerce-message .btn-inverse.button:hover, .yith-wcqv-wrapper #yith-quick-view-content .summary .btn-inverse.single_add_to_cart_button:hover, .woocommerce table.wishlist_table .product-add-to-cart .add-cart a.btn-inverse:hover, .woocommerce .woocommerce-MyAccount-content a.btn-inverse.button:hover, .woocommerce .woocommerce-MyAccount-content input.btn-inverse.button:hover, .singular-shop div.product .information .single_add_to_cart_button.added+a.btn-inverse:hover, #shop-now.has-buy-now .btn-inverse.tbay-buy-now:hover, #yith-quick-view-modal #yith-quick-view-content .btn-inverse.view-details-btn:hover, .questions-section .btn-inverse#ywqa-submit-question:hover, .wishlist_table.mobile .product-add-to-cart .add-cart a.btn-inverse:hover, .woocommerce .yith-wfbt-submit-block .btn-inverse.yith-wfbt-submit-button-remove:hover, .woocommerce .wpmc-nav-wrapper button.btn-inverse.button:hover, .woocommerce input.btn-inverse.button.alt.yith-wcms-button:hover, .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons .btn-inverse.button:hover, body input.btn-inverse[type="submit"].dokan-btn:hover, body .btn-inverse.dokan-btn-theme:hover, body .btn-inverse.dokan-btn-success:hover, .dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input.btn-inverse[type=submit]:hover, .dokan-dashboard a.btn-inverse.add_new_attribute:hover, .dokan-add-new-product-popup input.btn-inverse#dokan-create-new-product-btn:hover, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .btn-inverse.dokan-follow-store-button:hover, .dokan-orders-content #dokan-order-status-form a.btn-inverse.dokan-cancel-status:hover, .form-row input.btn-inverse[name="apply_for_vendor_submit"]:hover, form.wcv-form .btn-inverse.wcv-button[type="submit"]:hover, .dashboard .wcv-dashboard-navigation ~ form input.btn-inverse[type="submit"]:hover, .shop_settings input.btn-inverse[name="vendor_application_submit"]:hover, form[name="export_orders"] input.btn-inverse:hover, form[name="export_orders"] ~ table.table .order-comments input.btn-inverse.btn:hover, form[name="export_orders"] ~ table.table .order-comments input.btn-inverse.button:hover, .wcvendors-pro-dashboard-wrapper a.btn-inverse.button:hover, .wcvendors-pro-dashboard-wrapper .wcv-form .control-group .btn-inverse.button:hover, .wcvendors-pro-dashboard-wrapper input.btn-inverse#update_button:hover, .wcvendors-pro-dashboard-wrapper .wcv-search-form .btn-inverse.wcv-button:hover, .wcv-form .control-group .control>input.btn-inverse.wcv-button:hover:not(#clear_button), .wcv-order-header .wcv-form .control>input.btn-inverse#clear_button:hover, table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input.btn-inverse[type="submit"]:hover, table.wcvendors-table-order form .btn-inverse#tracking_number_save_button:hover, form#wcv-store-settings input.btn-inverse#store_save_button:hover, .wcv_store_search form input.btn-inverse[type="submit"]:hover, .wcv_vendor_search form input.btn-inverse[type="submit"]:hover, #custom-login-wrapper form button.btn-inverse[type="submit"]:hover, #custom-login-wrapper .create-account-question .btn-inverse.create-account-button:hover, .wc-block-cart__submit .btn-inverse.wc-block-cart__submit-button:hover, form.wc-block-components-totals-coupon__form .btn-inverse.wc-block-components-totals-coupon__button:hover, .wc-block-checkout__actions .btn-inverse.wc-block-components-checkout-place-order-button:hover, .wp-block-button.wc-block-components-product-button .btn-inverse.wc-block-components-product-button__button:hover, .btn-theme.btn-inverse:active, .woocommerce-cart .wc-proceed-to-checkout a.btn-inverse.checkout-button:active, .woocommerce-cart .return-to-shop .btn-inverse.button:active, .widget-woof .woof_submit_search_form_container .btn-inverse.woof_reset_search_form:active, .singular-shop div.product .information .btn-inverse.single_add_to_cart_button:active, .cart_totals table tr.shipping .btn-inverse.button:active, .woocommerce #payment .btn-inverse#place_order:active, .woocommerce-page #payment .btn-inverse#place_order:active, .woocommerce-page .woocommerce-message .btn-inverse.button:active, .yith-wcqv-wrapper #yith-quick-view-content .summary .btn-inverse.single_add_to_cart_button:active, .woocommerce table.wishlist_table .product-add-to-cart .add-cart a.btn-inverse:active, .woocommerce .woocommerce-MyAccount-content a.btn-inverse.button:active, .woocommerce .woocommerce-MyAccount-content input.btn-inverse.button:active, .singular-shop div.product .information .single_add_to_cart_button.added+a.btn-inverse:active, #shop-now.has-buy-now .btn-inverse.tbay-buy-now:active, #yith-quick-view-modal #yith-quick-view-content .btn-inverse.view-details-btn:active, .questions-section .btn-inverse#ywqa-submit-question:active, .wishlist_table.mobile .product-add-to-cart .add-cart a.btn-inverse:active, .woocommerce .yith-wfbt-submit-block .btn-inverse.yith-wfbt-submit-button-remove:active, .woocommerce .wpmc-nav-wrapper button.btn-inverse.button:active, .woocommerce input.btn-inverse.button.alt.yith-wcms-button:active, .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons .btn-inverse.button:active, body input.btn-inverse[type="submit"].dokan-btn:active, body .btn-inverse.dokan-btn-theme:active, body .btn-inverse.dokan-btn-success:active, .dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input.btn-inverse[type=submit]:active, .dokan-dashboard a.btn-inverse.add_new_attribute:active, .dokan-add-new-product-popup input.btn-inverse#dokan-create-new-product-btn:active, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .btn-inverse.dokan-follow-store-button:active, .dokan-orders-content #dokan-order-status-form a.btn-inverse.dokan-cancel-status:active, .form-row input.btn-inverse[name="apply_for_vendor_submit"]:active, form.wcv-form .btn-inverse.wcv-button[type="submit"]:active, .dashboard .wcv-dashboard-navigation ~ form input.btn-inverse[type="submit"]:active, .shop_settings input.btn-inverse[name="vendor_application_submit"]:active, form[name="export_orders"] input.btn-inverse:active, form[name="export_orders"] ~ table.table .order-comments input.btn-inverse.btn:active, form[name="export_orders"] ~ table.table .order-comments input.btn-inverse.button:active, .wcvendors-pro-dashboard-wrapper a.btn-inverse.button:active, .wcvendors-pro-dashboard-wrapper .wcv-form .control-group .btn-inverse.button:active, .wcvendors-pro-dashboard-wrapper input.btn-inverse#update_button:active, .wcvendors-pro-dashboard-wrapper .wcv-search-form .btn-inverse.wcv-button:active, .wcv-form .control-group .control>input.btn-inverse.wcv-button:active:not(#clear_button), .wcv-order-header .wcv-form .control>input.btn-inverse#clear_button:active, table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input.btn-inverse[type="submit"]:active, table.wcvendors-table-order form .btn-inverse#tracking_number_save_button:active, form#wcv-store-settings input.btn-inverse#store_save_button:active, .wcv_store_search form input.btn-inverse[type="submit"]:active, .wcv_vendor_search form input.btn-inverse[type="submit"]:active, #custom-login-wrapper form button.btn-inverse[type="submit"]:active, #custom-login-wrapper .create-account-question .btn-inverse.create-account-button:active, .wc-block-cart__submit .btn-inverse.wc-block-cart__submit-button:active, form.wc-block-components-totals-coupon__form .btn-inverse.wc-block-components-totals-coupon__button:active, .wc-block-checkout__actions .btn-inverse.wc-block-components-checkout-place-order-button:active, .wp-block-button.wc-block-components-product-button .btn-inverse.wc-block-components-product-button__button:active {
	color: var(--tb-theme-color);
	border-color: var(--tb-theme-color);
	background: transparent;
}

.btn-befo {
	position: relative;
}

.btn-befo:before {
	content: "";
	width: 25px;
	height: 25px;
	border-width: 12.5px;
	border-style: solid;
	border-color: var(--tb-theme-color) transparent transparent var(--tb-theme-color);
	position: absolute;
	top: -3px;
	left: -3px;
	right: auto;
	z-index: 2;
}

.search-popup .dropdown-menu {
	padding: 10px;
}

.btn-action {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	font-weight: 900;
	line-height: 30px;
	margin-bottom: 0;
	padding: 0 10px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
}

.searchform .input-search {
	padding: 15px;
	border-right: 0;
	line-height: 1.5;
}

.searchform .btn-search {
	vertical-align: top;
	color: #adafac;
	padding: 12px 10px;
}

.searchform .input-group-btn {
	line-height: 100%;
}

.search-category .btn, .search-category .button {
	margin-right: auto;
	margin-left: 10px !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
}

.search-category .wpo-search-inner label.form-control {
	border: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.search-category select {
	border: 0;
	text-transform: capitalize;
	font-weight: 500;
}

.chosen-container {
	width: 100% !important;
}

.input-group-form {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	background: transparent;
	margin: 0 0 5px 0;
}

.input-group-form .form-control-reversed {
	border: 0;
	background: #222;
	color: #ccc;
	font-size: 14px;
	height: 34px;
}

.input-group-form .form-control-reversed:hover, .input-group-form .form-control-reversed:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.input-group-form .input-group-addon {
	border: 0;
	background: #222;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.owl-carousel {
	display: none;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
	margin-right: -15px;
	margin-left: -15px;
}

.owl-carousel .slick-arrow {
	cursor: pointer;
	display: inline-block;
	font-size: 28px;
	line-height: normal;
	width: 40px;
	height: 40px;
	color: #303030;
	text-align: center;
	padding: 0;
	position: absolute;
	top: 40%;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	z-index: 1000;
	opacity: 0;
	filter: alpha(opacity=0);
}

.owl-carousel .slick-arrow:hover, .owl-carousel .slick-arrow:focus {
	outline: 0;
	color: var(--tb-theme-color);
}

.owl-carousel .slick-arrow.slick-prev {
	right: auto;
	left: -75px;
}

.owl-carousel .slick-arrow.slick-next {
	left: auto;
	right: -75px;
}

.owl-carousel.products {
	padding-bottom: 30px;
}

.owl-carousel:hover .slick-arrow {
	opacity: 1;
	filter: alpha(opacity=100);
	left: -70px;
	right: auto;
}

.owl-carousel:hover .slick-arrow.slick-next {
	left: auto;
	right: -70px;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: 0;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: left;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: inline-block;
	vertical-align: middle;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

@media (max-width:480px) {
	.slick-initialized .slick-slide {
		margin: 0 5px !important;
	}
}

.slick-loading .slick-list {
	background: #fff url("https://cdn-ilckpap.nitrocdn.com/iePdibcTnqFZGfQrAZiWduZfVIfoxcUY/assets/images/optimized/rev-7a9cce4/gadgetifybd.com/wp-content/themes/puca/images/ajax-loader.gif") center center no-repeat;
}

.slick-loading .slick-list.nitro-lazy {
	background: none !important;
}

.slick-prev, .slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: 0;
	outline: 0;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	outline: 0;
	background: transparent;
	color: transparent;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: 1;
}

.slick-prev {
	left: -25px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-next {
	right: -25px;
}

[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: 24px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 12px;
	width: 12px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 12px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	width: 12px;
	outline: 0;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
	outline: 0;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 12px;
	height: 12px;
	font-family: "slick";
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	color: #eee;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button {
	background: transparent;
}

.slick-dots li.slick-active button:before {
	color: var(--tb-theme-color);
	opacity: 1;
}

.no-margin {
	margin: 0 !important;
}

.no-margin .pagination {
	margin: 0;
}

.no-padding {
	padding: 0 !important;
}

.no-position {
	position: static !important;
}

.inline-block {
	display: inline-block;
	vertical-align: middle;
}

.lt-ie8 .inline-block {
	display: inline;
	zoom: 1;
}

.no-background {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none !important;
}

.no-effect a:before {
	content: none !important;
}

.clear-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.text-uppercase, .initialism {
	text-transform: uppercase !important;
}

.separator_align_center {
	text-align: center !important;
}

.vc_align_right, .separator_align_right {
	text-align: right !important;
}

.separator_align_left {
	text-align: left !important;
}

.font-size-lg {
	font-size: 48px;
}

.font-size-md {
	font-size: 30px;
}

.font-size-sm {
	font-size: 18px;
}

.font-size-xs {
	font-size: 14px;
}

.no-border {
	border: 0 !important;
}

.bg-transparent {
	background: transparent !important;
}

.tbay-page-loader {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fefefe;
	z-index: 100000;
}

.tbay-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	right: auto;
	margin: -25px 0 0 -25px;
	font-size: 10px;
	z-index: 100001;
}

.tbay-body {
	visibility: hidden;
}

.tbay-loader {
	text-indent: -12345px;
}

.tbay-body-loader {
	overflow: hidden;
}

@keyframes spinner-one {
	0% {
		transform: rotate(0);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

@keyframes -webkit-spinner-one {
	0% {
		-webkit-transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
	}
}

.tbay-page-loader #loader {
	-webkit-animation: 2s linear 0s normal none infinite running spinner-one;
	-o-animation: 2s linear 0s normal none infinite running spinner-one;
	animation: 2s linear 0s normal none infinite running spinner-one;
	border-color: #86bc42 transparent transparent;
	border-image: none;
	border-radius: 50%;
	border-style: solid;
	border-width: 3px;
	display: block;
	height: 150px;
	left: 50%;
	margin-left: -75px;
	margin-top: -75px;
	position: relative;
	top: 50%;
	width: 150px;
	z-index: 1001;
}

.tbay-page-loader #loader:before {
	-webkit-animation: 3s linear 0s normal none infinite running spinner-one;
	-o-animation: 3s linear 0s normal none infinite running spinner-one;
	animation: 3s linear 0s normal none infinite running spinner-one;
	border-color: #f65b47 transparent transparent;
	border-image: none;
	border-radius: 50%;
	border-style: solid;
	border-width: 3px;
	bottom: 5px;
	content: "";
	left: 5px;
	position: absolute;
	right: 5px;
	top: 5px;
}

.tbay-page-loader #loader:after {
	-webkit-animation: 1.5s linear 0s normal none infinite running spinner-one;
	-o-animation: 1.5s linear 0s normal none infinite running spinner-one;
	animation: 1.5s linear 0s normal none infinite running spinner-one;
	border-color: #f9c922 transparent transparent;
	border-image: none;
	border-radius: 50%;
	border-style: solid;
	border-width: 3px;
	bottom: 15px;
	content: "";
	left: 15px;
	position: absolute;
	right: 15px;
	top: 15px;
}

.tbay-page-loader .loader-section {
	background: #fefefe none repeat scroll 0 0;
	height: 100%;
	position: fixed;
	top: 0;
	transform: translateX(0);
	width: 51%;
	z-index: 1000;
}

.tbay-page-loader .loader-section.section-left {
	left: 0;
}

.tbay-page-loader .loader-section.section-right {
	right: 0;
}

.tbay-loader-two {
	position: relative;
	width: 80px;
	height: 80px;
	-webkit-animation: spinner 5s infinite linear;
	animation: spinner 5s infinite linear;
}

.tbay-loader-two span {
	width: 40px;
	height: 40px;
	position: absolute;
	background: red;
	display: block;
	-webkit-animation: spinner-two 800ms infinite linear;
	-o-animation: spinner-two 800ms infinite linear;
	animation: spinner-two 800ms infinite linear;
}

.tbay-loader-two span:nth-child(1) {
	background: #2ecc71;
}

.tbay-loader-two span:nth-child(2) {
	left: 44px;
	background: #51cbe2;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.tbay-loader-two span:nth-child(3) {
	top: 44px;
	background: #3498db;
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}

.tbay-loader-two span:nth-child(4) {
	top: 44px;
	left: 44px;
	background: #f1c40f;
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

@-webkit-keyframes spinner-two {
	0% {
		transform: scale(1);
	}
	
	50% {
		transform: scale(.5);
	}
	
	100% {
		transform: scale(1);
	}
}

@keyframes spinner-two {
	0% {
		transform: scale(1);
	}
	
	50% {
		transform: scale(.5);
	}
	
	100% {
		transform: scale(1);
	}
}

.tbay-loader-three {
	position: relative;
}

.tbay-loader-three span {
	display: block;
	bottom: 0;
	width: 9px;
	height: 5px;
	background: #51cbe2;
	position: absolute;
	-webkit-animation: spinner-three 1.5s infinite ease-in-out;
	-o-animation: spinner-three 1.5s infinite ease-in-out;
	animation: spinner-three 1.5s infinite ease-in-out;
}

.tbay-loader-three span:nth-child(2) {
	left: 11px;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.tbay-loader-three span:nth-child(3) {
	left: 22px;
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}

.tbay-loader-three span:nth-child(4) {
	left: 33px;
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

.tbay-loader-three span:nth-child(5) {
	left: 44px;
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}

@-webkit-keyframes spinner-three {
	0% {
		height: 5px;
		transform: translateY(0);
		background: #51cbe2;
	}
	
	25% {
		height: 30px;
		transform: translateY(15px);
		background: #3498db;
	}
	
	50% {
		height: 5px;
		transform: translateY(0);
		background: #51cbe2;
	}
	
	100% {
		height: 5px;
		transform: translateY(0);
		background: #51cbe2;
	}
}

@keyframes spinner-three {
	0% {
		height: 5px;
		transform: translateY(0);
		background: #51cbe2;
	}
	
	25% {
		height: 30px;
		transform: translateY(15px);
		background: #3498db;
	}
	
	50% {
		height: 5px;
		transform: translateY(0);
		background: #51cbe2;
	}
	
	100% {
		height: 5px;
		transform: translateY(0);
		background: #51cbe2;
	}
}

.tbay-loader-four {
	width: 80px;
	height: 80px;
}

.tbay-loader-four .spinner-cube {
	width: 33%;
	height: 33%;
	background-color: #51cbe2;
	float: left;
	-webkit-animation: spinner-four 1.3s infinite ease-in-out;
	-o-animation: spinner-four 1.3s infinite ease-in-out;
	animation: spinner-four 1.3s infinite ease-in-out;
}

.tbay-loader-four .spinner-cube1 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.tbay-loader-four .spinner-cube2 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.tbay-loader-four .spinner-cube3 {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}

.tbay-loader-four .spinner-cube4 {
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}

.tbay-loader-four .spinner-cube5 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.tbay-loader-four .spinner-cube6 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.tbay-loader-four .spinner-cube7 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.tbay-loader-four .spinner-cube8 {
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}

.tbay-loader-four .spinner-cube9 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

@-webkit-keyframes spinner-four {
	0%, 70%, 100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}
	
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}

@keyframes spinner-four {
	0%, 70%, 100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}
	
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}

.tbay-loader-five {
	width: 80px;
	height: 80px;
	position: relative;
}

.tbay-loader-five .spinner-cube {
	border: 2px solid transparent;
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.tbay-loader-five .spinner-cube:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #51cbe2;
	-webkit-animation: spinner-five 2.4s infinite linear both;
	-o-animation: spinner-five 2.4s infinite linear both;
	animation: spinner-five 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.tbay-loader-five .spinner-cube-2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	transform: scale(1.1) rotateZ(90deg);
}

.tbay-loader-five .spinner-cube-3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	transform: scale(1.1) rotateZ(180deg);
}

.tbay-loader-five .spinner-cube-4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	transform: scale(1.1) rotateZ(270deg);
}

.tbay-loader-five .spinner-cube-2:before {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.tbay-loader-five .spinner-cube-3:before {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

.tbay-loader-five .spinner-cube-4:before {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
}

@-webkit-keyframes spinner-five {
	0%, 10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}
	
	25%, 75% {
		-webkit-transform: perspective(140px) rotateX(0);
		transform: perspective(140px) rotateX(0);
		opacity: 1;
	}
	
	90%, 100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

@keyframes spinner-five {
	0%, 10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}
	
	25%, 75% {
		-webkit-transform: perspective(140px) rotateX(0);
		transform: perspective(140px) rotateX(0);
		opacity: 1;
	}
	
	90%, 100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

.tbay-loader-six {
	width: 70px;
	height: 70px;
	position: relative;
}

.tbay-loader-six .spinner-cube-1 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #3498db;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: spinner-six 2s infinite ease-in-out;
	-o-animation: spinner-six 2s infinite ease-in-out;
	animation: spinner-six 2s infinite ease-in-out;
}

.tbay-loader-six .spinner-cube-2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #3498db;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: spinner-six 2s infinite ease-in-out;
	-o-animation: spinner-six 2s infinite ease-in-out;
	animation: spinner-six 2s infinite ease-in-out;
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

@-webkit-keyframes spinner-six {
	0%, 100% {
		-webkit-transform: scale(0);
	}
	
	50% {
		-webkit-transform: scale(1);
	}
}

@keyframes spinner-six {
	0%, 100% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
	
	50% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

.effect-1 {
	position: relative;
}

.effect-1:after {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	left: 0;
	bottom: 0;
	right: 0;
	background: transparent;
	margin: auto;
}

.effect-1:hover:after {
	width: 100%;
	height: 1px;
	background: var(--tb-theme-color);
}

.zoom-2 {
	overflow: hidden;
	display: block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.zoom-2 img {
	position: relative;
	width: 100%;
	height: auto;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

.zoom-2:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.filter-grayscale, .category-image img {
	-webkit-transition: all .6s ease-out 0s;
	-o-transition: all .6s ease-out 0s;
	transition: all .6s ease-out 0s;
}

.filter-grayscale:hover, .category-image img:hover {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
}

.filter-brightness {
	-webkit-transition: all .4s ease-out 0s;
	-o-transition: all .4s ease-out 0s;
	transition: all .4s ease-out 0s;
}

.filter-brightness:hover {
	filter: brightness(.4);
	-webkit-filter: brightness(.4);
	-moz-filter: brightness(.4);
	-o-filter: brightness(.4);
	-ms-filter: brightness(.4);
}

.filter-blur {
	-webkit-transition: all .6s ease-out 0s;
	-o-transition: all .6s ease-out 0s;
	transition: all .6s ease-out 0s;
}

.filter-blur:hover {
	filter: blur(5px);
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
}

.close .fa {
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.close:hover .fa {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

.image-overlay-1:after, .image-overlay-1:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 100;
	background: rgba(0, 0, 0, .7);
	width: 100%;
	height: 100%;
	left: 0;
	right: auto;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.image-overlay-1:after {
	top: -100%;
}

.image-overlay-1:before {
	bottom: -100%;
}

.image-overlay-1:hover:after {
	top: -50%;
	opacity: 1;
	filter: alpha(opacity=100);
}

.image-overlay-1:hover:before {
	bottom: -50%;
	opacity: 1;
	filter: alpha(opacity=100);
}

.image-plus-1 {
	position: relative;
}

.image-plus-1::before {
	overflow: hidden;
	position: absolute;
	top: 0;
	content: "";
	z-index: 100;
	width: 100%;
	height: 100%;
	left: 0;
	right: auto;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	background: url("https://gadgetifybd.com/wp-content/themes/puca/images/fashionplus.png") no-repeat scroll center center/60px 60px rgba(0, 0, 0, .6);
}

.image-plus-1:hover::before {
	visibility: visible;
	opacity: .6;
	filter: alpha(opacity=60);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.image-plus-2 {
	position: relative;
}

.image-plus-2::before {
	content: "";
	z-index: 199;
	top: 0;
	position: absolute;
	background: url("https://gadgetifybd.com/wp-content/themes/puca/images/fashionplus.png") no-repeat scroll center center/60px 60px rgba(0, 0, 0, .8);
	width: 100%;
	height: 100%;
	left: 0;
	right: auto;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-background-size: 10px 10px, 100% 100%;
	-moz-background-size: 10px 10px, 100% 100%;
	-ms-background-size: 10px 10px, 100% 100%;
	-o-background-size: 10px 10px, 100% 100%;
	background-size: 10px 10px, 100% 100%;
	-webkit-background-origin: padding-box, padding-box;
	-moz-background-origin: padding-box, padding-box;
	-ms-background-origin: padding-box, padding-box;
	-o-background-origin: padding-box, padding-box;
	background-origin: padding-box, padding-box;
}

.image-plus-2:hover::before {
	opacity: .6;
	visibility: visible;
	-webkit-background-size: 60px 60px, 100% 100%;
	-moz-background-size: 60px 60px, 100% 100%;
	-ms-background-size: 60px 60px, 100% 100%;
	-o-background-size: 60px 60px, 100% 100%;
	background-size: 60px 60px, 100% 100%;
}

.image-plus-3 {
	position: relative;
}

.image-plus-3::before {
	content: "";
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	-webkit-transform: scale(.5) rotateX(180deg);
	-moz-transform: scale(.5) rotateX(180deg);
	-ms-transform: scale(.5) rotateX(180deg);
	-o-transform: scale(.5) rotateX(180deg);
	transform: scale(.5) rotateX(180deg);
	width: 100%;
	height: 100%;
	left: 0;
	right: auto;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	background: rgba(0, 0, 0, .8);
}

.image-plus-3:hover::before {
	visibility: visible;
	opacity: .6;
	filter: alpha(opacity=60);
	-webkit-transform: scale(1) rotateX(0);
	-moz-transform: scale(1) rotateX(0);
	-ms-transform: scale(1) rotateX(0);
	-o-transform: scale(1) rotateX(0);
	transform: scale(1) rotateX(0);
}

.icon-effect-1 {
	position: relative;
}

.icon-effect-1:before {
	content: "";
	display: block;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	-o-transform: scale(.5);
	transform: scale(.5);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-transition: transform .5s cubic-bezier(.19, 1, .22, 1), background-color .2s cubic-bezier(.19, 1, .22, 1);
	-o-transition: transform .5s cubic-bezier(.19, 1, .22, 1), background-color .2s cubic-bezier(.19, 1, .22, 1);
	transition: transform .5s cubic-bezier(.19, 1, .22, 1), background-color .2s cubic-bezier(.19, 1, .22, 1);
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: transparent;
}

.icon-effect-1:hover:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: transform .5s cubic-bezier(.19, 1, .22, 1), background-color .2s cubic-bezier(.19, 1, .22, 1);
	-o-transition: transform .5s cubic-bezier(.19, 1, .22, 1), background-color .2s cubic-bezier(.19, 1, .22, 1);
	transition: transform .5s cubic-bezier(.19, 1, .22, 1), background-color .2s cubic-bezier(.19, 1, .22, 1);
}

@-webkit-keyframes spinAround {
	from {
		-webkit-transform: rotate(0);
	}
	
	to {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes spinAround {
	from {
		-moz-transform: rotate(0);
	}
	
	to {
		-moz-transform: rotate(360deg);
	}
}

@keyframes spinAround {
	from {
		transform: rotate(0);
	}
	
	to {
		transform: rotate(360deg);
	}
}

.ajax-loader-wapper {
	top: 50%;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	z-index: 10;
}

.ajax-loader {
	border: 1px solid #f3f3f3;
	border-radius: 50%;
	border-top: 1px solid #c00;
	width: 80px;
	height: 80px;
	-webkit-animation: spin 1.75s linear infinite;
	animation: spin 1.75s linear infinite;
	position: relative;
	font-size: 0;
	display: inline-block;
}

.content-load-more {
	position: relative;
}

.ajax-loader-more {
	background: url("https://cdn-ilckpap.nitrocdn.com/iePdibcTnqFZGfQrAZiWduZfVIfoxcUY/assets/images/optimized/rev-7a9cce4/gadgetifybd.com/wp-content/themes/puca/images/load-more.gif") no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 150px;
	z-index: 999;
	background-position: center 100%;
	background-color: rgba(255, 255, 255, .4);
}

.ajax-loader-more.nitro-lazy {
	background: none !important;
}

@keyframes spin {
	from {
		transform: rotate(0);
	}
	
	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes circle-loading {
	0 {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes circle-loading {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.btn, .button {
	display: inline-block;
	margin-bottom: 0;
	font-family: var(--tb-text-primary-font);
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	text-transform: uppercase;
	padding: 13px 30px;
	font-size: 11px;
	line-height: 1.7;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	letter-spacing: 1.5px;
	-webkit-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
}

.btn.nitro-lazy, .button.nitro-lazy {
	background-image: none !important;
}

.btn:focus, .button:focus, .btn:active:focus, .button:active:focus, .btn.active:focus, .active.button:focus {
	outline: 0;
	outline: 5px auto -webkit-puca-ring-color;
	outline-offset: -2px;
}

.btn:hover, .button:hover, .btn:focus, .button:focus {
	color: #fff;
	text-decoration: none;
}

.btn:active, .button:active, .btn.active, .active.button {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn:active.nitro-lazy, .button:active.nitro-lazy, .btn.active.nitro-lazy, .active.button.nitro-lazy {
	background-image: none !important;
}

.btn.disabled, .disabled.button, .btn[disabled], [disabled].button, fieldset[disabled] .btn, fieldset[disabled] .button {
	cursor: not-allowed;
	pointer-events: none;
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-default {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.btn-default.dropdown-toggle {
	color: #fff;
	background-color: black;
	border-color: black;
}

.btn-default:active, .btn-default.active, .open>.btn-default.dropdown-toggle {
	background-image: none;
}

.btn-default:active.nitro-lazy, .btn-default.active.nitro-lazy, .open>.btn-default.dropdown-toggle.nitro-lazy {
	background-image: none !important;
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
	background-color: #000;
	border-color: #000;
}

.btn-default .badge {
	color: #000;
	background-color: #fff;
}

.btn-primary {
	color: #323232;
	background-color: #fff;
	border-color: #323232;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.btn-primary.dropdown-toggle {
	color: #323232;
	background-color: #e6e6e6;
	border-color: #131313;
}

.btn-primary:active, .btn-primary.active, .open>.btn-primary.dropdown-toggle {
	background-image: none;
}

.btn-primary:active.nitro-lazy, .btn-primary.active.nitro-lazy, .open>.btn-primary.dropdown-toggle.nitro-lazy {
	background-image: none !important;
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
	background-color: #fff;
	border-color: #323232;
}

.btn-primary .badge {
	color: #fff;
	background-color: #323232;
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}

.btn-success:active, .btn-success.active, .open>.btn-success.dropdown-toggle {
	background-image: none;
}

.btn-success:active.nitro-lazy, .btn-success.active.nitro-lazy, .open>.btn-success.dropdown-toggle.nitro-lazy {
	background-image: none !important;
}

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff;
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}

.btn-info:active, .btn-info.active, .open>.btn-info.dropdown-toggle {
	background-image: none;
}

.btn-info:active.nitro-lazy, .btn-info.active.nitro-lazy, .open>.btn-info.dropdown-toggle.nitro-lazy {
	background-image: none !important;
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff;
}

.btn-warning {
	color: #fff;
	background-color: #86bc42;
	border-color: #79a93b;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open>.btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #6b9635;
	border-color: #587c2b;
}

.btn-warning:active, .btn-warning.active, .open>.btn-warning.dropdown-toggle {
	background-image: none;
}

.btn-warning:active.nitro-lazy, .btn-warning.active.nitro-lazy, .open>.btn-warning.dropdown-toggle.nitro-lazy {
	background-image: none !important;
}

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
	background-color: #86bc42;
	border-color: #79a93b;
}

.btn-warning .badge {
	color: #86bc42;
	background-color: #fff;
}

.btn-danger {
	color: #fff;
	background-color: #f65b47;
	border-color: #f5452f;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #f43016;
	border-color: #dc230b;
}

.btn-danger:active, .btn-danger.active, .open>.btn-danger.dropdown-toggle {
	background-image: none;
}

.btn-danger:active.nitro-lazy, .btn-danger.active.nitro-lazy, .open>.btn-danger.dropdown-toggle.nitro-lazy {
	background-image: none !important;
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
	background-color: #f65b47;
	border-color: #f5452f;
}

.btn-danger .badge {
	color: #f65b47;
	background-color: #fff;
}

.btn-link {
	color: #323232;
	font-weight: normal;
	cursor: pointer;
	border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
	border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
	color: #333;
	text-decoration: underline;
	background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
	color: #777;
	text-decoration: none;
}

.btn-lg {
	padding: 10px 30px;
	font-size: 11px;
	line-height: 1.33333;
	border-radius: 0;
}

.btn-sm, .button {
	padding: 4px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 0;
}

.btn-xs {
	padding: 2px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 0;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block+.btn-block {
	margin-top: 5px;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width: 100%;
}

.alert {
	padding: 15px;
	margin-bottom: 23px;
	border: 1px solid transparent;
	border-radius: 0;
}

.alert h4 {
	margin-top: 0;
	color: inherit;
}

.alert .alert-link {
	font-weight: bold;
}

.alert>p, .alert>ul {
	margin-bottom: 0;
}

.alert>p+p {
	margin-top: 5px;
}

.alert-dismissable, .alert-dismissible {
	padding-right: 35px;
}

.alert-dismissable .close, .alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}

.alert-success hr {
	border-top-color: #c9e2b3;
}

.alert-success .alert-link {
	color: #2b542c;
}

.alert-success .close {
	color: #3c763d;
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}

.alert-info hr {
	border-top-color: #a6e1ec;
}

.alert-info .alert-link {
	color: #245269;
}

.alert-info .close {
	color: #31708f;
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}

.alert-warning hr {
	border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
	color: #66512c;
}

.alert-warning .close {
	color: #8a6d3b;
}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}

.alert-danger hr {
	border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
	color: #843534;
}

.alert-danger .close {
	color: #a94442;
}

.count_wishlist .blockUI.blockOverlay {
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}

.tbay-woocommerce-breadcrumb.breadcrumb>li+li:before {
	content: "/";
	padding: 0 5px;
	color: #ccc;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 47px;
}

.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 47px;
	line-height: 47px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-color: #eee;
	outline: 0;
	font-weight: normal;
	font-family: var(--tb-text-primary-font);
	text-align: left;
}

.woocommerce form .form-row textarea {
	height: 6em;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
	margin: 0;
}

.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
	background: #fff;
	color: #17181a;
	border: 1px solid #eee;
	padding: 6px 30px;
	line-height: 1.7;
	border-radius: 0 !important;
	text-transform: none;
	font-size: 16px;
	font-weight: 500;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display: inline-block;
}

.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover {
	border-color: #000;
	color: #fff;
	background: #000;
	text-decoration: none;
}

.product-block.list .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.button {
	border: 1px solid #eee;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.button {
	background-color: #fff;
	padding: 0;
	border: 0;
	color: #222;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.button:hover {
	background-color: var(--tb-theme-color);
	color: #fff;
}

.yith-wcwl-add-to-wishlist .ajax-loading {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.yith-wcwl-add-button {
	position: relative;
}

.woocommerce div.product .product_title {
	color: #323232;
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	height: auto;
	margin: 0 0 5px;
}

.woocommerce div.product p.stock {
	font-size: 30px;
	text-transform: uppercase;
	background: #eee;
	padding: 0 20px;
	margin: 20px 0;
	font-weight: 700;
}

.woocommerce p.stars.selected a.active::before, .woocommerce p.stars:hover a::before, .woocommerce p.stars.selected a:not(.active):before {
	content: "";
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins, .woocommerce div.product span.price .woocs_price_code {
	font-size: 14px !important;
	font-weight: 600;
	text-decoration: none;
}

.add_to_cart_button .fa {
	padding-left: auto;
	padding-right: 10px;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
	opacity: 1;
	filter: alpha(opacity=100);
	font-size: 14px !important;
}

.variations label {
	color: #232323;
	font-size: 15px;
	text-transform: capitalize;
	margin: 5px 0;
}

.variations .value {
	padding: 0;
}

.variations tr {
	margin: 0 0 10px;
}

.woocommerce div.product form.cart .group_table {
	border: 0;
}

.woocommerce div.product form.cart .group_table .price del {
	font-size: 12px !important;
}

.woocommerce div.product form.cart .group_table .price, .woocommerce div.product form.cart .group_table .price ins {
	font-size: 18px !important;
}

.woocommerce div.product form.cart .group_table td {
	width: auto !important;
	vertical-align: middle;
	white-space: normal;
}

.woocommerce div.product form.cart .group_table td div.quantity {
	min-width: 135px;
}

.woocommerce div.product form.cart .group_table .label {
	padding: .5em;
	vertical-align: middle;
	font-size: 14px;
	display: table-cell;
	text-align: inherit;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
	line-height: 3em;
}

.single_variation_wrap .woocommerce-variation {
	float: left;
	line-height: 45px;
	margin-right: 20px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.woocommerce .order_details {
	padding: 0;
}

.tb-cart-total .cart_totals {
	width: 45%;
	float: right;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	font-size: 14px;
	width: auto;
	margin: 0 !important;
	line-height: normal;
	display: inline-block;
}

@media (max-width:1199px) {
	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
		font-size: 13px;
		line-height: 28px;
	}
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:after {
	display: none;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:before {
	content: "";
	font-family: "simple-line-icons";
	margin-right: 5px;
}

.cart-bottom {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}

.cart-bottom .update {
	border: 1px solid #eee;
	padding: 0 30px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	background: #f5f5f5;
	margin-right: 20px;
	margin-left: 0;
}

.cart-bottom .update:before {
	content: "";
	font-family: "simple-line-icons";
	margin-right: 5px;
	vertical-align: middle;
}

.cart-bottom .update input {
	background: transparent !important;
	border: 0;
	line-height: 46px;
	color: #232323;
	padding: 0;
	letter-spacing: 0;
	font-size: 14px;
	font-weight: 700;
	min-width: auto;
}

.cart-bottom .update:hover {
	background: var(--tb-theme-color);
	color: #fff;
	border-color: var(--tb-theme-color);
}

.cart-bottom .update:hover input {
	color: #fff;
}

.woocommerce .continue-to-shop a {
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 30px;
	line-height: 45px;
	font-size: 14px;
}

.woocommerce .continue-to-shop a:before {
	content: "";
	font-family: "simple-line-icons";
	font-weight: 400;
	margin-right: 5px;
}

.woocommerce .continue-to-shop a:hover {
	background: var(--tb-theme-color);
	border-color: var(--tb-theme-color);
	color: #fff;
}

.coupon label {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
}

.coupon p {
	font-size: 13px;
	color: #aaa;
}

.coupon .box {
	float: left;
	border: 1px solid #eee;
	padding: 3px;
}

.coupon .box input[type=submit] {
	float: right;
}

@media (max-width:991px) {
	.coupon .box {
		margin-bottom: 20px;
	}
}

@media (max-width:480px) {
	.coupon .box {
		float: none;
	}
}

.coupon .box input {
	height: 40px;
	border: 0;
	padding: 0 0 0 10px;
	min-width: auto;
}

.coupon .box input.btn, .coupon .box input.button {
	padding: 0 30px;
}

.coupon .box input:focus {
	outline: 0;
}

.coupon .box .text {
	min-width: 280px;
}

.woocommerce span.onsale {
	background-color: transparent;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 0 10px;
	position: absolute;
	text-align: center;
	left: 0;
	right: auto;
	width: 100%;
	top: 15px;
	line-height: 18px;
	min-height: auto;
	pointer-events: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.woocommerce span.onsale .saled {
	background: #6133b6;
	padding: 0 8px;
	line-height: 18px;
	margin: 0 3px;
	display: inline-block;
}

.woocommerce span.onsale .featured {
	background: #35ce4a;
	padding: 0 8px;
	line-height: 18px;
	margin: 0 3px;
	display: inline-block;
}

.woocommerce .grid.product-type-variable .product-block span.onsale {
	top: auto;
	bottom: 8px;
}

.woocommerce .grid.product-type-variable.wvs-pro-product .product-block span.onsale {
	bottom: auto;
	top: 15px;
}

.woocommerce .block-save-price {
	background: #f5f5f5;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	padding: 0 22px;
	position: absolute;
	text-align: center;
	text-transform: none;
	left: 20px;
	right: auto;
	top: 20px;
	line-height: 46px;
	min-height: auto;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	z-index: 100;
}

.woocommerce .block-save-price span.price {
	margin-bottom: 0 !important;
	font-size: 18px;
	font-weight: 900;
}

.popup-cart .title-count, .popup-cart .title-add {
	font-size: 20px;
	margin: 0 0 20px;
}

.popup-cart .gr-buttons {
	margin: 50px 0 0;
}

@media (max-width:992px) {
	.popup-cart .gr-buttons {
		margin-top: 20px;
	}
}

.popup-cart .title-add {
	color: #5cb85c;
}

.popup-cart .image img {
	max-width: 100px;
}

.popup-cart .name {
	margin: 30px 0 15px;
	font-size: 16px;
}

.popup-cart .widget-product {
	margin-top: 30px;
}

#tbay-cart-modal .btn-close {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	z-index: 99;
	background: #fff;
	width: 30px;
	height: 30px;
	line-height: 26px;
	text-align: center;
	display: inline-block;
}

#tbay-cart-modal .modal-content {
	background: #fff none repeat scroll 0 0;
	min-width: 200px;
	max-width: 100%;
	min-height: 270px;
	margin-top: 40%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

#tbay-cart-modal .modal-body {
	padding: 40px;
}

#tbay-cart-modal .woocommerce-Price-amount {
	font-weight: bold;
}

#tbay-cart-modal .total {
	font-size: 18px;
}

@media (max-width:992px) {
	#tbay-cart-modal .total {
		margin-top: 40px;
	}
}

#tbay-cart-modal .btn-default.checkout {
	color: #232323;
	background-color: #eee !important;
	border-color: #eee !important;
}

.name {
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	margin: 0 0 3px;
	font-family: var(--tb-text-primary-font);
	color: #232323;
	text-align: center;
}

.name a {
	color: #222;
}

.name a:hover {
	color: var(--tb-theme-color);
}

.woocommerce .product-block .yith-wcwl-add-to-wishlist a.add_to_wishlist.button.alt {
	color: #232323;
	font-size: 14px;
}

.woocommerce .product-block .yith-wcwl-add-to-wishlist a.add_to_wishlist.button.alt:hover {
	color: #fff;
}

.woocommerce .product-block .yith-wcwl-add-to-wishlist.exists .yith-wcwl-add-button a.add_to_wishlist.button.alt, .woocommerce .product-block .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a.add_to_wishlist.button.alt, .woocommerce .product-block .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a.add_to_wishlist.button.alt {
	color: #fff;
	background: var(--tb-theme-color);
}

.product-block .sale-off {
	background: #f65b47 none repeat scroll 0 0;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	padding: 4px 10px;
	position: absolute;
	right: 20px;
	left: auto;
	text-align: center;
	text-transform: uppercase;
	top: 20px;
}

.product-block .tbay-subtitle {
	margin-bottom: 17px;
	color: #bbb;
	font-size: 13px;
}

.product-block .image {
	position: relative;
	overflow: hidden;
}

.product-block .image img {
	transition: opacity .7s, box-shadow .3s, -webkit-filter .6s, -webkit-transform .6s;
	transition: filter .6s, opacity .7s, transform .6s, box-shadow .3s;
	transition: filter .6s, opacity .7s, transform .6s, box-shadow .3s, -webkit-filter .6s, -webkit-transform .6s;
}

.product-block .image .image-hover {
	opacity: 0;
	transition: opacity .7s, max-height .6s, -webkit-transform .6s, -webkit-filter .6s;
	transition: opacity .7s, transform .6s, max-height .6s, filter .6s;
	transition: opacity .7s, transform .6s, max-height .6s, filter .6s, -webkit-transform .6s, -webkit-filter .6s;
	-webkit-filter: blur(0);
	filter: blur(0);
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
}

.product-block .image ul.show-brand {
	position: absolute;
	left: 20px;
	right: auto;
	bottom: 13px;
}

.product-block .image .out-stock {
	position: absolute;
	width: 100%;
	text-align: center;
	padding: 12px 0;
	background: rgba(255, 255, 255, .8);
	top: 44%;
	left: 0;
	right: auto;
	text-transform: uppercase;
	font-weight: bold;
}

.product-block .image a.product-image {
	color: #232323;
}

.product-block .sold-dokan {
	text-align: center;
}

.product-block .yith-wcwl-add-to-wishlist span span {
	display: none;
}

.product-block .yith-wcwl-add-to-wishlist>div a>span {
	display: none;
}

.product-block .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a {
	border: 1px solid #eee;
	line-height: 34px;
}

.product-block .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a:hover {
	border-color: var(--tb-theme-color);
}

.product-block .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a.delete_item {
	font-size: 0;
	display: block;
	text-align: center;
	background: var(--tb-theme-color);
	color: #fff;
	border-color: var(--tb-theme-color);
}

@media (max-width:767px) {
	.product-block .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a.delete_item {
		background: transparent !important;
		color: var(--tb-theme-color);
		border-color: transparent !important;
		width: 36px;
		line-height: 34px;
		font-size: 14px;
	}
}

.product-block .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a.delete_item+span {
	display: none;
}

.product-block .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a.delete_item ~ .view-wishlist {
	display: none;
}

.product-block .yith-wcwl-add-to-wishlist.exists .yith-wcwl-add-button a.delete_item {
	font-size: 0;
}

.product-block .yith-wcwl-add-to-wishlist.exists .yith-wcwl-add-button a.delete_item i {
	vertical-align: middle;
	font-size: 14px;
}

.product-block .groups-button-image {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.product-block .button-wishlist .yith-wcwl-wishlistexistsbrowse>a, .product-block .button-wishlist .yith-wcwl-wishlistaddedbrowse>a {
	font-size: 0;
}

.product-block .yith-wcwl-wishlistexistsbrowse, .product-block .yith-wcwl-wishlistaddedbrowse {
	position: relative;
	float: left;
}

.product-block .yith-wcwl-wishlistexistsbrowse>span.feedback, .product-block .yith-wcwl-wishlistaddedbrowse>span.feedback {
	position: absolute;
	left: 50%;
	right: auto;
	line-height: 1;
	display: block;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	color: #fff;
	cursor: pointer;
	pointer-events: none;
}

@media (max-width:767px) {
	.product-block .yith-wcwl-wishlistexistsbrowse>span.feedback, .product-block .yith-wcwl-wishlistaddedbrowse>span.feedback {
		color: var(--tb-theme-color);
		font-size: 14px;
	}
}

.product-block .yith-wcwl-wishlistexistsbrowse>span.feedback>i, .product-block .yith-wcwl-wishlistaddedbrowse>span.feedback>i {
	margin-right: 0;
}

.product-block .groups-button-image>div, .product-block .groups-button-image>a, .product-block .buttons>div, .product-block .buttons>a {
	width: 36px;
	text-align: center;
	line-height: 36px;
	padding: 0;
	border: 0;
	display: inline-block;
	float: none;
	vertical-align: top;
	margin-right: 5px;
}

.product-block .groups-button-image>div:last-child, .product-block .groups-button-image>a:last-child, .product-block .buttons>div:last-child, .product-block .buttons>a:last-child {
	margin-right: 0;
}

.product-block .groups-button-image>div>span, .product-block .groups-button-image>a>span, .product-block .buttons>div>span, .product-block .buttons>a>span {
	display: block;
}

.product-block .groups-button-image>div>span i, .product-block .groups-button-image>a>span i, .product-block .buttons>div>span i, .product-block .buttons>a>span i {
	display: block;
	line-height: 36px;
}

.product-block .groups-button-image>div a, .product-block .groups-button-image>a a, .product-block .buttons>div a, .product-block .buttons>a a {
	line-height: 36px;
	display: block;
	background: #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	color: #232323;
}

.product-block .groups-button-image>div a:hover, .product-block .groups-button-image>a a:hover, .product-block .buttons>div a:hover, .product-block .buttons>a a:hover {
	color: #fff;
	background: var(--tb-theme-color);
}

.product-block .groups-button-image>div:hover, .product-block .groups-button-image>a:hover, .product-block .buttons>div:hover, .product-block .buttons>a:hover {
	color: #fff;
	background: var(--tb-theme-color);
}

.product-block .groups-button-image .tooltip, .product-block .buttons .tooltip {
	width: auto;
	display: none !important;
}

.product-block:hover .image .image-hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1) translateZ(0) translateY(0) !important;
	transform: scale(1) translateZ(0) translateY(0) !important;
	pointer-events: inherit;
}

.product-block:hover .groups-button-image, .product-block:hover .groups-button {
	bottom: 30px;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.product-block .category {
	text-transform: none;
	font-weight: 300;
	font-style: italic;
	font-size: 12px;
}

.product-block .category a {
	color: #000;
}

.product-block .category a:hover {
	color: var(--tb-theme-color);
}

.product-block .clear, .product-block .added_to_cart {
	display: none !important;
}

.product-block .add_to_cart_button {
	position: relative;
}

.product-block .price {
	color: #232323 !important;
	font-size: 14px !important;
	font-weight: 600;
	margin-bottom: 5px;
	display: block;
	text-align: center;
	margin-top: 7px;
}

.product-block .price del {
	font-size: 14px;
	color: #333;
	color: #ccc;
	margin-left: 4px;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
}

.product-block .rating {
	text-align: center;
}

.product-block .rating .star-rating {
	margin: 0;
}

.product-block .rating .count {
	margin-top: 0;
	font-size: 11px;
	line-height: 18px;
	color: #bbb;
	display: inline-block;
}

.product-block .yith-wcwl-add-to-wishlist {
	margin: 0;
}

.product-block .yith-wcwl-add-to-wishlist.exists .yith-wcwl-add-button>a {
	background: var(--tb-theme-color) !important;
	border: 1px solid var(--tb-theme-color) !important;
	color: #fff;
}

.product-block .quick-view .quickview {
	bottom: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	height: 46px;
	overflow: hidden;
	padding: 20px 6px 0 0;
	position: absolute;
	right: 0;
	left: auto;
	text-align: right;
	width: 46px;
	color: #fff;
	z-index: 3;
}

.product-block .quick-view .quickview:before {
	border-bottom: 46px solid #17181a;
	border-left: 46px solid transparent;
	bottom: 0;
	content: "";
	position: absolute;
	right: 0;
	left: auto;
	z-index: -1;
}

.product-block .quick-view .quickview:hover {
	color: var(--tb-theme-color);
}

.product-block:hover .quick-view .quickview {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.product-block.product-special .groups-button-icon>div, .product-block.product-special .groups-button-icon>a {
	float: left;
	margin-right: 10px;
}

.product-block.product-special .add-cart .added_to_cart {
	padding: 0 !important;
	font-size: 0;
	width: 36px;
	position: relative;
	overflow: hidden;
	line-height: 36px;
}

.product-block.product-special .add-cart .added_to_cart:before {
	content: "";
	font-family: "simple-line-icons";
	position: absolute;
	width: 100%;
	font-size: 12px;
	left: 0;
	right: auto;
}

.product-block.product-special .add-cart:hover {
	background: transparent;
}

.product-block.list {
	margin-bottom: 30px;
}

.product-block.list .tbay-variations {
	margin-right: 20px;
	position: relative;
	top: auto;
	right: auto;
	left: auto;
}

.product-block.list .tbay-variations .variable-items-wrapper {
	justify-content: flex-start;
}

.product-block.list .tbay-variations .reset_variations {
	float: left !important;
	margin-bottom: 0;
}

.product-block.list .meta>p {
	margin: 20px 0 0;
}

.product-block.list .rating {
	text-align: left;
}

.product-block.list .rating .star-rating {
	display: inline-block;
	vertical-align: middle;
}

.product-block.list .name, .product-block.list .price {
	text-align: left;
	font-weight: 500;
}

.product-block.list .price {
	margin: 5px 0 0;
}

.product-block.list .add-cart .product_type_external, .product-block.list .add-cart .product_type_grouped, .product-block.list .add-cart .add_to_cart_button, .product-block.list .add-cart a.button {
	line-height: 45px;
	padding: 0 30px;
	margin: 0;
}

@media (max-width:767px) {
	.product-block.list .add-cart .product_type_external, .product-block.list .add-cart .product_type_grouped, .product-block.list .add-cart .add_to_cart_button, .product-block.list .add-cart a.button {
		line-height: 37px;
	}
}

.product-block.list .add-cart .product_type_external:hover, .product-block.list .add-cart .product_type_grouped:hover, .product-block.list .add-cart .add_to_cart_button:hover, .product-block.list .add-cart a.button:hover {
	background: #232323;
}

.product-block.list .add-cart a.added_to_cart {
	line-height: 45px;
}

.product-block.list .groups-button {
	margin-top: 20px;
}

.product-block.list .groups-button:before, .product-block.list .groups-button:after {
	content: " ";
	display: table;
}

.product-block.list .groups-button:after {
	clear: both;
}

.product-block.list .groups-button>div {
	float: left;
	margin-right: 10px;
}

.product-block.list .yith-wcwl-wishlistexistsbrowse>a, .product-block.list .yith-wcwl-wishlistaddedbrowse>a, .product-block.list .yith-wcwl-add-to-wishlist>a, .product-block.list .yith-compare>a, .product-block.list .add_to_wishlist, .product-block.list .yith-wcqv-button {
	width: 45px;
	height: 45px;
	line-height: 45px;
	color: #232323;
}

.product-block.list .yith-wcwl-wishlistexistsbrowse>a.added, .product-block.list .yith-wcwl-wishlistaddedbrowse>a.added, .product-block.list .yith-wcwl-add-to-wishlist>a.added, .product-block.list .yith-compare>a.added, .product-block.list .add_to_wishlist.added, .product-block.list .yith-wcqv-button.added {
	width: 45px;
	height: 45px;
}

.product-block.list .yith-wcwl-wishlistexistsbrowse>a i, .product-block.list .yith-wcwl-wishlistaddedbrowse>a i, .product-block.list .yith-wcwl-add-to-wishlist>a i, .product-block.list .yith-compare>a i, .product-block.list .add_to_wishlist i, .product-block.list .yith-wcqv-button i {
	line-height: 45px;
}

.product-block.list .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a {
	width: 45px;
	line-height: 43px;
}

.product-block.list .yith-wcwl-wishlistexistsbrowse a, .product-block.list .yith-wcwl-wishlistaddedbrowse a {
	background: var(--tb-theme-color) !important;
	color: #fff;
	font-size: 0;
}

.product-block.list .yith-compare a:after, .product-block.list .yith-compare a.added:after {
	line-height: 45px;
}

.product-block.list .sold-dokan {
	text-align: left;
}

.product-block .add-cart .product_type_external, .product-block .add-cart .product_type_grouped, .product-block .add-cart .add_to_cart_button, .product-block .add-cart a.button, .product-block .add-cart a.added_to_cart {
	border: 0;
	padding: 0 30px;
	line-height: 37px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #fff;
	background: var(--tb-theme-color);
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
}

.product-block .add-cart .product_type_external:hover, .product-block .add-cart .product_type_grouped:hover, .product-block .add-cart .add_to_cart_button:hover, .product-block .add-cart a.button:hover, .product-block .add-cart a.added_to_cart:hover {
	border-color: #000;
	background: #000;
	color: #fff;
}

.product-block .add-cart .product_type_external.added, .product-block .add-cart .product_type_grouped.added, .product-block .add-cart .add_to_cart_button.added, .product-block .add-cart a.button.added, .product-block .add-cart a.added_to_cart.added {
	border-color: var(--tb-theme-color);
	background: var(--tb-theme-color);
	color: #fff;
	display: none;
}

.product-block .add-cart .product_type_external.added+a.added_to_cart, .product-block .add-cart .product_type_grouped.added+a.added_to_cart, .product-block .add-cart .add_to_cart_button.added+a.added_to_cart, .product-block .add-cart a.button.added+a.added_to_cart, .product-block .add-cart a.added_to_cart.added+a.added_to_cart {
	display: inline-block !important;
	padding: 0 15px;
}

.product-block .add-cart .product_type_external.added+a.added_to_cart:after, .product-block .add-cart .product_type_grouped.added+a.added_to_cart:after, .product-block .add-cart .add_to_cart_button.added+a.added_to_cart:after, .product-block .add-cart a.button.added+a.added_to_cart:after, .product-block .add-cart a.added_to_cart.added+a.added_to_cart:after {
	display: none !important;
}

.product-block .add-cart .product_type_external.added:after, .product-block .add-cart .product_type_grouped.added:after, .product-block .add-cart .add_to_cart_button.added:after, .product-block .add-cart a.button.added:after, .product-block .add-cart a.added_to_cart.added:after {
	display: none !important;
}

.product-block .add-cart .product_type_external.loading:after, .product-block .add-cart .product_type_grouped.loading:after, .product-block .add-cart .add_to_cart_button.loading:after, .product-block .add-cart a.button.loading:after, .product-block .add-cart a.added_to_cart.loading:after {
	top: 0 !important;
}

.product-block .add-cart .product_type_external i, .product-block .add-cart .product_type_grouped i, .product-block .add-cart .add_to_cart_button i, .product-block .add-cart a.button i, .product-block .add-cart a.added_to_cart i {
	margin-right: 3px;
	font-size: 13px;
}

.product-block .yith-wcwl-wishlistexistsbrowse>a, .product-block .yith-wcwl-wishlistaddedbrowse>a, .product-block .yith-wcwl-add-to-wishlist>a, .product-block .yith-compare>a, .product-block .add_to_wishlist, .product-block .yith-wcqv-button {
	background-color: #fff !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	width: 36px;
	height: 36px;
	line-height: 36px;
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	color: #bbb;
	position: relative;
	border: 1px solid #eee !important;
	text-align: center;
	padding: 0 !important;
	vertical-align: middle;
	float: left;
	font-size: 14px;
	font-weight: normal;
}

.product-block .yith-wcwl-wishlistexistsbrowse>a>*, .product-block .yith-wcwl-wishlistaddedbrowse>a>*, .product-block .yith-wcwl-add-to-wishlist>a>*, .product-block .yith-compare>a>*, .product-block .add_to_wishlist>*, .product-block .yith-wcqv-button>* {
	margin: 0;
	padding: 0;
}

.product-block .yith-wcwl-wishlistexistsbrowse>a i, .product-block .yith-wcwl-wishlistaddedbrowse>a i, .product-block .yith-wcwl-add-to-wishlist>a i, .product-block .yith-compare>a i, .product-block .add_to_wishlist i, .product-block .yith-wcqv-button i {
	margin-right: 0;
	display: block;
	line-height: 34px;
}

.product-block .yith-wcwl-wishlistexistsbrowse>a:hover, .product-block .yith-wcwl-wishlistaddedbrowse>a:hover, .product-block .yith-wcwl-add-to-wishlist>a:hover, .product-block .yith-compare>a:hover, .product-block .add_to_wishlist:hover, .product-block .yith-wcqv-button:hover {
	border-color: var(--tb-theme-color) !important;
	background: var(--tb-theme-color) !important;
	color: #fff;
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.product-block .yith-wcwl-wishlistexistsbrowse>a span span, .product-block .yith-wcwl-wishlistaddedbrowse>a span span, .product-block .yith-wcwl-add-to-wishlist>a span span, .product-block .yith-compare>a span span, .product-block .add_to_wishlist span span, .product-block .yith-wcqv-button span span {
	display: none;
}

.product-block .yith-wcwl-wishlistexistsbrowse>a>div.show a>span, .product-block .yith-wcwl-wishlistaddedbrowse>a>div.show a>span, .product-block .yith-wcwl-add-to-wishlist>a>div.show a>span, .product-block .yith-compare>a>div.show a>span, .product-block .add_to_wishlist>div.show a>span, .product-block .yith-wcqv-button>div.show a>span {
	display: none;
}

.product-block .yith-wcwl-wishlistexistsbrowse>a>div.show.yith-wcwl-add-button a>span, .product-block .yith-wcwl-wishlistaddedbrowse>a>div.show.yith-wcwl-add-button a>span, .product-block .yith-wcwl-add-to-wishlist>a>div.show.yith-wcwl-add-button a>span, .product-block .yith-compare>a>div.show.yith-wcwl-add-button a>span, .product-block .add_to_wishlist>div.show.yith-wcwl-add-button a>span, .product-block .yith-wcqv-button>div.show.yith-wcwl-add-button a>span {
	display: block;
}

.product-block .yith-wcwl-wishlistexistsbrowse>a, .product-block .yith-wcwl-wishlistaddedbrowse>a {
	border-color: var(--tb-theme-color) !important;
	background: var(--tb-theme-color) !important;
	color: #fff !important;
}

.product-block .yith-compare>a {
	margin-right: 0;
}

.product-block .yith-compare>a.added {
	width: 36px;
	text-indent: -10000px;
	position: relative;
	background-color: var(--tb-theme-color) !important;
	border-color: var(--tb-theme-color) !important;
	color: #fff;
}

.product-block .yith-wcqv-button span {
	display: block;
}

.product-block .feedback, .product-block .sub-title {
	display: none;
}

.product-block.grid {
	position: relative;
	margin: 0;
	background: #fff;
}

.product-block.grid .category {
	margin: 0 0 8px;
	overflow: hidden;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product-block.grid .block-inner {
	position: relative;
}

.product-block.grid .caption {
	padding: 26px 0 10px;
	position: relative;
}

.product-block.grid .caption .star-rating {
	float: none;
	display: inline-block;
	vertical-align: middle;
}

.product-block.grid .caption .meta {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.product-block.grid .caption .groups-button {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 6px;
	left: 0;
	right: auto;
	width: 100%;
	text-align: center;
}

.product-block.grid ul.variations>li {
	justify-content: center;
	text-align: center;
}

.product-block.grid:hover .caption .meta {
	opacity: 0;
	filter: alpha(opacity=0);
}

.product-block.grid:hover .caption .groups-button {
	opacity: 1;
	filter: alpha(opacity=100);
	position: absolute;
	top: 30px;
}

.product-block.grid.style-horizontal:hover .caption .meta {
	opacity: 1;
	filter: alpha(opacity=100);
}

.product-block.grid.style-horizontal:hover .caption .meta .infor>* {
	opacity: 0;
	filter: alpha(opacity=0);
}

.product-block.grid.style-horizontal:hover .caption .meta .infor>*.groups-button {
	opacity: 1;
	filter: alpha(opacity=100);
}

.product-block.grid.style-horizontal:hover .caption .meta .infor>*.groups-button .quick-view, .product-block.grid.style-horizontal:hover .caption .meta .infor>*.groups-button .yith-compare, .product-block.grid.style-horizontal:hover .caption .meta .infor>*.groups-button .yith-wcwl-add-to-wishlist {
	display: none;
}

.product-block.carousel-special .add-cart, .product-block.product-special .add-cart {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.product-block.carousel-special .add-cart .product_type_external, .product-block.carousel-special .add-cart .product_type_grouped, .product-block.carousel-special .add-cart .add_to_cart_button, .product-block.carousel-special .add-cart a.button, .product-block.product-special .add-cart .product_type_external, .product-block.product-special .add-cart .product_type_grouped, .product-block.product-special .add-cart .add_to_cart_button, .product-block.product-special .add-cart a.button {
	width: 100%;
}

@media (max-width:991px) {
	.product-block.carousel-special .add-cart .product_type_external, .product-block.carousel-special .add-cart .product_type_grouped, .product-block.carousel-special .add-cart .add_to_cart_button, .product-block.carousel-special .add-cart a.button, .product-block.product-special .add-cart .product_type_external, .product-block.product-special .add-cart .product_type_grouped, .product-block.product-special .add-cart .add_to_cart_button, .product-block.product-special .add-cart a.button {
		padding: 0;
	}
}

.product-block.carousel-special:hover .caption .meta, .product-block.product-special:hover .caption .meta {
	opacity: 1;
	filter: alpha(opacity=100);
}

ul.show-brand {
	margin-bottom: 0 !important;
	padding: 0;
}

ul.show-brand li {
	display: inline-block;
}

ul.show-brand li a {
	font-size: 12px;
	color: #000;
	line-height: 20px;
	display: block;
	padding: 0 10px;
	background: #f5f5f5;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	margin-right: 10px;
}

.widget-products u, .widget-products ins {
	text-decoration: none;
}

.widget-products.widget-products.widget-carousel-special .owl-carousel .owl-dots {
	bottom: -35px;
}

.widget-products.carousel, .widget-products.widget-carousel, .widget-products.carousel-special, .widget-products.widget-carousel-special {
	margin-top: 20px;
}

@media (max-width:767px) {
	.widget-products.carousel, .widget-products.widget-carousel, .widget-products.carousel-special, .widget-products.widget-carousel-special {
		margin-top: 0;
	}
}

.widget-products.carousel .widget-title, .widget-products.widget-carousel .widget-title, .widget-products.carousel-special .widget-title, .widget-products.widget-carousel-special .widget-title {
	padding-bottom: 57px;
}

@media (max-width:767px) {
	.widget-products.carousel .widget-title, .widget-products.widget-carousel .widget-title, .widget-products.carousel-special .widget-title, .widget-products.widget-carousel-special .widget-title {
		padding-bottom: 30px;
	}
}

.widget-products.carousel .owl-carousel .owl-controls, .widget-products.widget-carousel .owl-carousel .owl-controls, .widget-products.carousel-special .owl-carousel .owl-controls, .widget-products.widget-carousel-special .owl-carousel .owl-controls {
	position: static;
	top: auto;
	right: auto;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	z-index: 100;
}

.widget-products.carousel .owl-carousel .owl-controls .owl-nav, .widget-products.widget-carousel .owl-carousel .owl-controls .owl-nav, .widget-products.carousel-special .owl-carousel .owl-controls .owl-nav, .widget-products.widget-carousel-special .owl-carousel .owl-controls .owl-nav {
	position: static;
	top: -50px;
	width: 100%;
	text-align: center;
	display: inline-block;
	right: auto;
	left: auto;
}

.widget-products.carousel .owl-carousel .owl-controls .owl-nav .owl-next, .widget-products.widget-carousel .owl-carousel .owl-controls .owl-nav .owl-next, .widget-products.carousel-special .owl-carousel .owl-controls .owl-nav .owl-next, .widget-products.widget-carousel-special .owl-carousel .owl-controls .owl-nav .owl-next {
	left: auto !important;
	right: -73px !important;
}

.widget-products.carousel .owl-carousel .owl-controls .owl-nav .owl-prev, .widget-products.widget-carousel .owl-carousel .owl-controls .owl-nav .owl-prev, .widget-products.carousel-special .owl-carousel .owl-controls .owl-nav .owl-prev, .widget-products.widget-carousel-special .owl-carousel .owl-controls .owl-nav .owl-prev {
	right: auto !important;
	left: -73px !important;
}

.widget-products.carousel .owl-carousel .owl-controls .owl-nav .owl-next, .widget-products.carousel .owl-carousel .owl-controls .owl-nav .owl-prev, .widget-products.widget-carousel .owl-carousel .owl-controls .owl-nav .owl-next, .widget-products.widget-carousel .owl-carousel .owl-controls .owl-nav .owl-prev, .widget-products.carousel-special .owl-carousel .owl-controls .owl-nav .owl-next, .widget-products.carousel-special .owl-carousel .owl-controls .owl-nav .owl-prev, .widget-products.widget-carousel-special .owl-carousel .owl-controls .owl-nav .owl-next, .widget-products.widget-carousel-special .owl-carousel .owl-controls .owl-nav .owl-prev {
	position: absolute;
	display: inline-block;
	font-size: 28px;
	line-height: normal;
	color: #303030;
	width: 40px;
	border: 0;
	background: transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.widget-products.carousel .owl-carousel .owl-controls .owl-nav .owl-next:hover, .widget-products.carousel .owl-carousel .owl-controls .owl-nav .owl-prev:hover, .widget-products.widget-carousel .owl-carousel .owl-controls .owl-nav .owl-next:hover, .widget-products.widget-carousel .owl-carousel .owl-controls .owl-nav .owl-prev:hover, .widget-products.carousel-special .owl-carousel .owl-controls .owl-nav .owl-next:hover, .widget-products.carousel-special .owl-carousel .owl-controls .owl-nav .owl-prev:hover, .widget-products.widget-carousel-special .owl-carousel .owl-controls .owl-nav .owl-next:hover, .widget-products.widget-carousel-special .owl-carousel .owl-controls .owl-nav .owl-prev:hover {
	color: var(--tb-theme-color);
}

.widget-products.carousel .owl-carousel .owl-dots, .widget-products.widget-carousel .owl-carousel .owl-dots, .widget-products.carousel-special .owl-carousel .owl-dots, .widget-products.widget-carousel-special .owl-carousel .owl-dots {
	bottom: 24px;
}

.widget-products.list .tbay-w-products-list, .widget-products.widget-list .tbay-w-products-list {
	list-style: none;
	padding: 0;
}

.widget-products.list .tbay-w-products-list .media-body *, .widget-products.widget-list .tbay-w-products-list .media-body * {
	text-align: left;
}

.widget-products.list .tbay-w-products-list .product-block .groups-button-image, .widget-products.widget-list .tbay-w-products-list .product-block .groups-button-image {
	opacity: 1;
	filter: alpha(opacity=100);
	position: initial;
}

.widget-products.list .tbay-w-products-list .product-block .groups-button-image .add-cart, .widget-products.widget-list .tbay-w-products-list .product-block .groups-button-image .add-cart {
	width: initial;
	margin-bottom: 15px;
}

.widget-products.list .tbay-w-products-list .product-block .groups-button-image .add-cart a.button, .widget-products.widget-list .tbay-w-products-list .product-block .groups-button-image .add-cart a.button {
	width: 100%;
}

.widget-products.list .tbay-w-products-list .product-block .groups-button-image .add-cart a:hover, .widget-products.widget-list .tbay-w-products-list .product-block .groups-button-image .add-cart a:hover {
	background: #232323;
}

.widget-products.list .tbay-w-products-list .product-block .groups-button-image .yith-wcqv-button, .widget-products.widget-list .tbay-w-products-list .product-block .groups-button-image .yith-wcqv-button {
	clear: both;
}

.widget-products.list .tbay-w-products-list .product-block .groups-button-image .groups-button-icon, .widget-products.widget-list .tbay-w-products-list .product-block .groups-button-image .groups-button-icon {
	display: inline-block;
	width: 100%;
}

.widget-products.list .tbay-w-products-list .product-block .groups-button-image .groups-button-icon:hover, .widget-products.widget-list .tbay-w-products-list .product-block .groups-button-image .groups-button-icon:hover {
	background: transparent;
}

.widget-products.list .tbay-w-products-list .product-block .groups-button-image .groups-button-icon *, .widget-products.widget-list .tbay-w-products-list .product-block .groups-button-image .groups-button-icon * {
	text-align: center;
}

.widget-products.list .tbay-w-products-list .product-block .groups-button-image .groups-button-icon>*, .widget-products.widget-list .tbay-w-products-list .product-block .groups-button-image .groups-button-icon>* {
	margin-right: 5px;
	display: inline-block;
	float: left;
}

.widget-products.list .tbay-w-products-list .product-block .groups-button-image .groups-button-icon>*:last-child, .widget-products.widget-list .tbay-w-products-list .product-block .groups-button-image .groups-button-icon>*:last-child {
	margin-right: 0;
}

.widget-products.list .tbay-w-products-list .product-block .groups-button-image .groups-button-icon>.yith-compare, .widget-products.widget-list .tbay-w-products-list .product-block .groups-button-image .groups-button-icon>.yith-compare {
	overflow: hidden;
}

.widget-products.list .product-block, .widget-products.widget-list .product-block {
	padding: 20px;
	background: #fff;
}

.widget-products.list .product-block .image, .widget-products.widget-list .product-block .image {
	padding: 0;
	margin: 0;
	border: 0;
}

.widget-products.list .media-body, .widget-products.widget-list .media-body {
	padding: 20px;
	border-left: 2px solid #f5f5f5;
}

.widget-products.list .row, .widget-products.widget-list .row {
	margin: 0;
}

.widget-products.special .product-block, .widget-products.widget-special .product-block, .widget-products.carousel-special .product-block, .widget-products.widget-carousel-special .product-block {
	padding: 0;
	margin-bottom: 30px;
}

@media (max-width:767px) {
	.widget-products.special .product-block, .widget-products.widget-special .product-block, .widget-products.carousel-special .product-block, .widget-products.widget-carousel-special .product-block {
		margin-bottom: 10px;
	}
}

.widget-products.special .product-block .row, .widget-products.widget-special .product-block .row, .widget-products.carousel-special .product-block .row, .widget-products.widget-carousel-special .product-block .row {
	margin: 0;
}

.widget-products.special .product-block .block-inner, .widget-products.widget-special .product-block .block-inner, .widget-products.carousel-special .product-block .block-inner, .widget-products.widget-carousel-special .product-block .block-inner {
	width: 31%;
	float: left;
}

@media (max-width:767px) {
	.widget-products.special .product-block .block-inner, .widget-products.widget-special .product-block .block-inner, .widget-products.carousel-special .product-block .block-inner, .widget-products.widget-carousel-special .product-block .block-inner {
		width: 100%;
	}
	
	.widget-products.special .product-block .block-inner .add-cart, .widget-products.widget-special .product-block .block-inner .add-cart, .widget-products.carousel-special .product-block .block-inner .add-cart, .widget-products.widget-carousel-special .product-block .block-inner .add-cart {
		display: none !important;
	}
}

.widget-products.special .product-block .caption, .widget-products.widget-special .product-block .caption, .widget-products.carousel-special .product-block .caption, .widget-products.widget-carousel-special .product-block .caption {
	float: right;
	padding: 0 30px;
	width: 69%;
}

@media (max-width:767px) {
	.widget-products.special .product-block .caption, .widget-products.widget-special .product-block .caption, .widget-products.carousel-special .product-block .caption, .widget-products.widget-carousel-special .product-block .caption {
		width: 100%;
		padding: 10px 0 0;
	}
}

@media (min-width:768px) {
	.widget-products.special .product-block .caption .onsale, .widget-products.widget-special .product-block .caption .onsale, .widget-products.carousel-special .product-block .caption .onsale, .widget-products.widget-carousel-special .product-block .caption .onsale {
		position: static;
		padding: 0;
	}
}

.widget-products.special .product-block .caption .name, .widget-products.widget-special .product-block .caption .name, .widget-products.carousel-special .product-block .caption .name, .widget-products.widget-carousel-special .product-block .caption .name {
	font-size: 14px;
	margin: 10px 0 0;
	text-align: left;
}

.widget-products.special .product-block .caption .rating, .widget-products.widget-special .product-block .caption .rating, .widget-products.carousel-special .product-block .caption .rating, .widget-products.widget-carousel-special .product-block .caption .rating {
	float: none;
	margin-bottom: 2px;
	text-align: left;
}

.widget-products.special .product-block .caption .rating .star-rating, .widget-products.widget-special .product-block .caption .rating .star-rating, .widget-products.carousel-special .product-block .caption .rating .star-rating, .widget-products.widget-carousel-special .product-block .caption .rating .star-rating {
	display: inline-block;
	vertical-align: middle;
}

.widget-products.special .product-block .caption .tbay-subtitle, .widget-products.widget-special .product-block .caption .tbay-subtitle, .widget-products.carousel-special .product-block .caption .tbay-subtitle, .widget-products.widget-carousel-special .product-block .caption .tbay-subtitle {
	margin-bottom: 0;
}

.widget-products.special .product-block .caption .price, .widget-products.widget-special .product-block .caption .price, .widget-products.carousel-special .product-block .caption .price, .widget-products.widget-carousel-special .product-block .caption .price {
	display: block;
	text-align: left;
	-webkit-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	margin-bottom: 25px;
}

.widget-products.special .product-block .caption .groups-button, .widget-products.widget-special .product-block .caption .groups-button, .widget-products.carousel-special .product-block .caption .groups-button, .widget-products.widget-carousel-special .product-block .caption .groups-button {
	display: inline-block;
	position: static;
	left: 15px;
	bottom: 20px;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	text-align: left;
}

.widget-products.special .product-block .caption .groups-button .add-cart .title-cart, .widget-products.widget-special .product-block .caption .groups-button .add-cart .title-cart, .widget-products.carousel-special .product-block .caption .groups-button .add-cart .title-cart, .widget-products.widget-carousel-special .product-block .caption .groups-button .add-cart .title-cart {
	display: none;
}

.widget-products.special .product-block .caption .groups-button .buttons>div, .widget-products.special .product-block .caption .groups-button .buttons>a, .widget-products.widget-special .product-block .caption .groups-button .buttons>div, .widget-products.widget-special .product-block .caption .groups-button .buttons>a, .widget-products.carousel-special .product-block .caption .groups-button .buttons>div, .widget-products.carousel-special .product-block .caption .groups-button .buttons>a, .widget-products.widget-carousel-special .product-block .caption .groups-button .buttons>div, .widget-products.widget-carousel-special .product-block .caption .groups-button .buttons>a {
	float: left;
	margin-right: 3px;
	margin-left: 0;
	min-width: 34px;
}

.widget-products.special .product-block .caption .groups-button .buttons>div.yith-compare, .widget-products.special .product-block .caption .groups-button .buttons>a.yith-compare, .widget-products.widget-special .product-block .caption .groups-button .buttons>div.yith-compare, .widget-products.widget-special .product-block .caption .groups-button .buttons>a.yith-compare, .widget-products.carousel-special .product-block .caption .groups-button .buttons>div.yith-compare, .widget-products.carousel-special .product-block .caption .groups-button .buttons>a.yith-compare, .widget-products.widget-carousel-special .product-block .caption .groups-button .buttons>div.yith-compare, .widget-products.widget-carousel-special .product-block .caption .groups-button .buttons>a.yith-compare {
	overflow: hidden;
}

.widget-products.special .product-block .caption .groups-button .add-cart a.button, .widget-products.widget-special .product-block .caption .groups-button .add-cart a.button, .widget-products.carousel-special .product-block .caption .groups-button .add-cart a.button, .widget-products.widget-carousel-special .product-block .caption .groups-button .add-cart a.button {
	background-color: var(--tb-theme-color) !important;
	width: 36px;
	height: 36px;
	line-height: 36px;
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	color: #fff;
	position: relative;
	border: 0;
	text-align: center;
	padding: 0 !important;
	vertical-align: middle;
	float: left;
	font-size: 14px;
	font-weight: normal;
}

.widget-products.special .product-block .caption .groups-button .add-cart a.button:hover, .widget-products.widget-special .product-block .caption .groups-button .add-cart a.button:hover, .widget-products.carousel-special .product-block .caption .groups-button .add-cart a.button:hover, .widget-products.widget-carousel-special .product-block .caption .groups-button .add-cart a.button:hover {
	background-color: var(--tb-theme-color) !important;
	color: #fff;
}

.widget-products.special .product-block .caption .groups-button .add-cart a.button i, .widget-products.widget-special .product-block .caption .groups-button .add-cart a.button i, .widget-products.carousel-special .product-block .caption .groups-button .add-cart a.button i, .widget-products.widget-carousel-special .product-block .caption .groups-button .add-cart a.button i {
	margin-right: 0;
	font-weight: normal;
}

.widget-products.special .product-block .caption .groups-button .add-cart a.button.added, .widget-products.widget-special .product-block .caption .groups-button .add-cart a.button.added, .widget-products.carousel-special .product-block .caption .groups-button .add-cart a.button.added, .widget-products.widget-carousel-special .product-block .caption .groups-button .add-cart a.button.added {
	background-color: var(--tb-theme-color) !important;
	color: #fff;
}

.widget-products.special .product-block .image .out-stock, .widget-products.widget-special .product-block .image .out-stock, .widget-products.carousel-special .product-block .image .out-stock, .widget-products.widget-carousel-special .product-block .image .out-stock {
	padding: 5px 0;
	top: 35%;
}

.widget-products.special .product-block:hover .caption .groups-button, .widget-products.widget-special .product-block:hover .caption .groups-button, .widget-products.carousel-special .product-block:hover .caption .groups-button, .widget-products.widget-carousel-special .product-block:hover .caption .groups-button {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}

.widget-products.special .product-block ul.show-brand, .widget-products.widget-special .product-block ul.show-brand, .widget-products.carousel-special .product-block ul.show-brand, .widget-products.widget-carousel-special .product-block ul.show-brand {
	margin-bottom: 20px !important;
	margin-left: 20px;
	display: none;
}

.widget-products.special .product-block .rating, .widget-products.widget-special .product-block .rating, .widget-products.carousel-special .product-block .rating, .widget-products.widget-carousel-special .product-block .rating {
	margin-bottom: 10px;
}

@media (min-width:768px) {
	.products-grid .first {
		clear: both;
	}
	
	.products-grid .first.list {
		clear: none;
	}
}

@media (max-width:767px) {
	.products-grid .product:nth-child(2n+1) {
		clear: both;
	}
}

.products .product-list {
	padding: 20px;
	background: #fff;
}

.products .product-list img {
	height: auto;
}

.products .product-list .rating:before, .products .product-list .rating:after {
	content: " ";
	display: table;
}

.products .product-list .rating:after {
	clear: both;
}

.products .product-list .rating .star-rating {
	float: right;
}

.products .product-list .price {
	text-align: right;
}

.products .product-list .price ins {
	text-align: right;
}

.products .product-list .price>* {
	width: inherit;
}

.products .product-list .description {
	text-align: justify;
}

.products .product-list .product-assets {
	text-align: right;
}

.products .product-list .product-assets .name {
	display: none;
}

.products .product-list .product-assets .btn-cart, .products .product-list .product-assets .btn-cart a {
	background: 0;
}

.products .product-list .product-assets .btn-cart:after, .products .product-list .product-assets .btn-cart:before, .products .product-list .product-assets .btn-cart a:after, .products .product-list .product-assets .btn-cart a:before {
	content: none !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	width: 40px;
	height: 40px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	font-size: 20px;
	line-height: 40px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
	content: "";
	border: 0;
	top: 0;
	left: 0;
	font-family: "simple-line-icons";
	width: 100%;
	height: 100%;
	text-align: center;
	text-indent: initial;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
	display: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger img {
	display: none !important;
}

.woocommerce div.product div.images div.thumbnails {
	padding-top: 20px;
}

.single-product #main-content .summary .variations td, .single-product #main-content .summary .variations th {
	line-height: inherit !important;
	text-align: left;
}

.single-product #main-content .wc-tabs-wrapper {
	margin-top: 35px;
}

.single-product #main-content .wc-tabs-wrapper .accordion-group .panel {
	border-top: 1px solid #eee;
	padding: 13px 20px;
}

.single-product #main-content .wc-tabs-wrapper .accordion-group .panel .tabs-title>a {
	line-height: 30px;
}

.single-product #main-content .wc-tabs-wrapper .accordion-group .panel .panel-collapse {
	padding-top: 20px;
}

.single-product #main-content .wc-tabs-wrapper .panel {
	padding: 20px 40px;
	border-top: 0;
	border-color: #eee;
}

.single-product #main-content .wc-tabs-wrapper .panel .tabs-title>a {
	display: block;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
}

.single-product #main-content .wc-tabs-wrapper .panel .tabs-title>a i {
	font-size: 24px;
	left: auto;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: absolute;
}

.single-product #main-content .wc-tabs-wrapper .panel p {
	line-height: 30px;
}

.single-product #main-content .wc-tabs-wrapper .panel .entry-content {
	margin-bottom: 30px;
}

.woocommerce div.product .woocommerce-product-rating {
	margin: 0 0 5px;
}

.woocommerce .woocommerce-product-rating .star-rating {
	margin: 0;
	display: inline-block;
	float: none;
	vertical-align: middle;
}

.woocommerce .woocommerce-product-rating .rate-sold {
	position: relative;
	padding-left: 15px;
	margin-left: 15px;
	color: #888;
	font-size: 14px;
}

.woocommerce .woocommerce-product-rating .rate-sold:after {
	background-color: #eee;
	content: "";
	position: absolute;
	left: 0;
	width: 1px;
	height: 14px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.woocommerce .woocommerce-product-rating .woocommerce-review-link {
	display: inline-block;
	line-height: 18px;
}

.woof_container h4 {
	margin: 0 0 20px !important;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
}

.woof_list label {
	vertical-align: top;
	padding-top: 2px;
}

.woof_list .woof_childs_list_opener {
	line-height: 30px;
	float: right;
}

.woof_list .woof_block_html_items ul {
	margin-left: 0 !important;
}

.woof_color_term {
	width: 28px;
	height: 28px;
}

.woof_products_top_panel {
	float: left;
}

.woof_submit_search_form_container {
	margin-bottom: 30px !important;
}

.woof_list_color .woof_color_term {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	margin: 0;
}

.woof_list_color .woof_color_term:hover {
	border-color: var(--tb-theme-color);
}

.widget-woof .woof_submit_search_form_container {
	margin-top: -20px;
}

.widget-woof .woof_submit_search_form_container .woof_reset_search_form {
	font-weight: 600;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width: 100%;
}

.singular-shop .tbay-time-wrapper {
	padding: 0;
}

.singular-shop .tbay-time {
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .06), 0 0 6px rgba(0, 0, 0, .06);
	box-shadow: 0 0 6px rgba(0, 0, 0, .06), 0 0 6px rgba(0, 0, 0, .06);
	margin-bottom: 50px;
	padding: 15px 0;
	text-align: center;
}

@media (max-width:767px) {
	.singular-shop .tbay-time {
		margin-bottom: 10px;
	}
}

.singular-shop .tbay-time>* {
	display: block;
	vertical-align: middle;
}

.singular-shop .tbay-time .title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #bbb;
}

.singular-shop .tbay-time .tbay-countdown .times {
	padding-top: 10px;
}

.singular-shop .tbay-time .tbay-countdown .times>div {
	font-size: 14px;
	height: auto;
	color: #bfbfbf;
	font-weight: bold;
	font-style: italic;
}

.singular-shop .tbay-time .tbay-countdown .times>div>span {
	border: 1px solid var(--tb-theme-color);
	background-color: var(--tb-theme-color);
	color: #fff;
	line-height: 40px;
	padding-top: 0;
	font-style: normal;
}

.singular-shop div.product .warranty_info {
	margin: 0;
}

@media (max-width:1300px) {
	.singular-shop div.product.style-stick .image-mains {
		width: 44%;
	}
}

@media (max-width:767px) {
	.singular-shop div.product.style-stick .image-mains {
		width: 100%;
		padding: 0;
	}
	
	.singular-shop div.product.style-stick .image-mains>.woocommerce-product-gallery {
		margin: 0;
	}
}

.singular-shop div.product.style-carousel .no-gallery-image {
	width: auto;
	text-align: center;
}

.singular-shop div.product.style-carousel .no-gallery-image img {
	width: auto;
	margin: 0 auto;
}

.singular-shop div.product.style-carousel .no-gallery-image .slick-slider .slick-track, .singular-shop div.product.style-carousel .no-gallery-image .slick-slider .slick-list {
	float: none;
}

.singular-shop div.product.style-carousel .image-mains, .singular-shop div.product.style-carousel .information {
	width: 100%;
	padding: 0;
}

.singular-shop div.product.style-carousel .information {
	padding-top: 6px;
}

.singular-shop div.product .image-mains {
	position: relative;
	width: 45%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

.singular-shop div.product .image-mains.is_stuck {
	padding-top: 60px;
}

.singular-shop div.product .information {
	position: relative;
	width: 55%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

.singular-shop div.product .information #reviews .reviews-summary .review-summary-total {
	min-width: 105px;
}

.singular-shop div.product .information .woocommerce-tabs.tabs-v1 ul.tabs li {
	padding-right: 20px;
	padding-left: 20px;
}

.singular-shop div.product .information .woocommerce-tabs.tabs-v1 ul.tabs li:last-child {
	padding-left: 20px;
}

.singular-shop div.product .information .cart {
	margin: 0;
	padding-top: 30px;
	padding-bottom: 50px;
}

.singular-shop div.product .information .clear {
	display: none;
}

.singular-shop div.product .information .yith-wcwl-add-to-wishlist {
	margin: 0 30px 0 0;
	display: inline-block;
}

.singular-shop div.product .information .yith-wcwl-add-to-wishlist a>i+span {
	display: inline-block !important;
}

.singular-shop div.product .information .yith-wcwl-add-to-wishlist a>i+span i {
	display: none;
}

.singular-shop div.product .information .yith-wcwl-add-to-wishlist a.delete_item {
	color: var(--tb-theme-color);
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.5px;
}

.singular-shop div.product .information .yith-wcwl-add-to-wishlist a.delete_item ~ .view-wishlist {
	font-size: 12px;
	font-weight: 700;
	padding: 0;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	border: 0;
}

.singular-shop div.product .information .yith-wcwl-add-to-wishlist a.delete_item i {
	font-weight: bold;
	margin-right: 5px !important;
}

.singular-shop div.product .information .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback, .singular-shop div.product .information .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .singular-shop div.product .information .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback, .singular-shop div.product .information .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
	color: var(--tb-theme-color);
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
}

.singular-shop div.product .information .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback, .singular-shop div.product .information .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
	margin-right: 7px;
	margin-left: 0;
}

.singular-shop div.product .information .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback i, .singular-shop div.product .information .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback i {
	font-weight: bold;
	font-size: 12px;
}

.singular-shop div.product .information .yith-wcwl-add-to-wishlist.exists .yith-wcwl-add-button a {
	color: var(--tb-theme-color);
}

.singular-shop div.product .information .yith-wcwl-add-to-wishlist.exists .yith-wcwl-add-button a:hover {
	background: transparent;
}

.singular-shop div.product .information .yith-wcwl-add-to-wishlist.exists .yith-wcwl-add-button a+span, .singular-shop div.product .information .yith-wcwl-add-to-wishlist.exists .yith-wcwl-add-button a+span+a {
	display: none;
}

.singular-shop div.product .information .tbay-social-share, .singular-shop div.product .information .product_meta {
	overflow: hidden;
	margin: 20px 0 0;
	padding-top: 20px;
	border-top: 1px solid #eee;
	clear: both;
}

.singular-shop div.product .information .tbay-social-share>span, .singular-shop div.product .information .product_meta>span {
	display: block;
	font-weight: 700;
	line-height: 30px;
}

.singular-shop div.product .information .tbay-social-share>span span, .singular-shop div.product .information .tbay-social-share>span a, .singular-shop div.product .information .product_meta>span span, .singular-shop div.product .information .product_meta>span a {
	font-weight: 400;
	display: inline-block;
}

.singular-shop div.product .information .tbay-social-share>span a:first-child, .singular-shop div.product .information .product_meta>span a:first-child {
	margin-left: 5px;
	margin-right: 0;
}

.singular-shop div.product .information .tbay-social-share>span.yith-wcbr-brands, .singular-shop div.product .information .product_meta>span.yith-wcbr-brands {
	margin: 0;
}

.singular-shop div.product .information .price {
	color: #232323;
	margin: 15px 0;
	font-weight: bold;
	font-size: 18px;
}

.singular-shop div.product .information .price ins {
	font-weight: bold;
}

.singular-shop div.product .information .price ins, .singular-shop div.product .information .price del {
	font-size: 18px !important;
}

.singular-shop div.product .information .price del {
	color: #ccc;
	margin-left: 4px;
	letter-spacing: .3px;
	font-weight: 400;
}

.singular-shop div.product .information .woocommerce-variation-price .price {
	color: var(--tb-theme-color);
}

.singular-shop div.product .information .single_variation_wrap .single_variation {
	width: 100%;
	margin-bottom: 10px;
	margin-top: -15px;
}

.singular-shop div.product .information .single_variation_wrap .single_variation .price {
	font-size: 18px;
}

.singular-shop div.product .information .single_variation_wrap .single_variation .price .woocs_price_code {
	font-size: 18px !important;
}

.singular-shop div.product .information .single_add_to_cart_button {
	color: #fff;
	padding: 0 30px;
	line-height: 45px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
	border: 0;
	display: inline-block;
	letter-spacing: 1px;
}

.singular-shop div.product .information .single_add_to_cart_button:before {
	display: block;
	float: left;
	content: "";
	color: #fff;
	text-align: center;
	font-family: "simple-line-icons";
	font-size: 16px;
	margin-right: 11px;
	min-width: 14px;
	position: relative;
	left: auto;
	bottom: auto;
	height: auto;
	width: auto;
}

.singular-shop div.product .information .compare {
	font-size: 11px;
	font-weight: 700;
	padding: 0;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	border: 0;
}

.singular-shop div.product .information .compare:before {
	content: "";
	font-family: "simple-line-icons";
	font-size: 12px;
	position: relative;
	margin-right: 5px;
}

.singular-shop div.product .information .compare.added {
	color: var(--tb-theme-color);
}

.singular-shop div.product .information .compare.added:before {
	display: none;
}

.singular-shop div.product .information .compare:hover {
	color: var(--tb-theme-color);
	background-color: transparent;
}

.singular-shop div.product .information .compare:hover:before {
	color: var(--tb-theme-color);
}

.singular-shop div.product .information .yith-wcwl-wishlistexistsbrowse a, .singular-shop div.product .information .yith-wcwl-wishlistaddedbrowse a, .singular-shop div.product .information .yith-compare>a, .singular-shop div.product .information .add_to_wishlist {
	color: #232323;
	font-size: 12px;
	font-weight: 700;
	padding: 0;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	background: transparent;
}

.singular-shop div.product .information .yith-wcwl-wishlistexistsbrowse a:hover, .singular-shop div.product .information .yith-wcwl-wishlistaddedbrowse a:hover, .singular-shop div.product .information .yith-compare>a:hover, .singular-shop div.product .information .add_to_wishlist:hover {
	color: var(--tb-theme-color);
	background: transparent;
}

.singular-shop div.product .information .yith-wcwl-wishlistexistsbrowse a i, .singular-shop div.product .information .yith-wcwl-wishlistaddedbrowse a i, .singular-shop div.product .information .yith-compare>a i, .singular-shop div.product .information .add_to_wishlist i {
	margin-right: 5px !important;
	margin-left: auto;
	font-weight: bold;
}

.singular-shop div.product .tbay-social-share a {
	margin-right: 20px;
	margin-left: auto;
}

.singular-shop div.product .thumbnails-image {
	margin-top: 40px;
}

.singular-shop div.product .flex-control-thumbs .owl-item {
	padding: 0;
}

.singular-shop div.product .flex-control-thumbs .slick-list li {
	padding: 0 4px;
}

.singular-shop div.product .flex-control-thumbs .slick-list li img {
	border: 1px solid #eee;
	overflow: hidden;
	margin: 1px !important;
}

.singular-shop div.product .flex-control-thumbs .slick-list li img.flex-active {
	border-color: var(--tb-theme-color);
}

.singular-shop div.product.style-slide>.row {
	position: relative;
	display: flex;
}

@media (max-width:1300px) {
	.singular-shop div.product.style-slide>.row {
		margin-right: 10px;
		margin-left: 10px;
	}
}

.singular-shop div.product.style-slide .image-mains {
	position: initial;
}

@media (max-width:1300px) {
	.singular-shop div.product.style-slide .image-mains {
		margin-left: 0 !important;
	}
}

.singular-shop div.product.style-slide .image-mains .images {
	margin-bottom: 0;
}

.singular-shop div.product.style-slide .image-mains .slick-slider {
	position: initial;
}

@media (max-width:767px) {
	.singular-shop div.product.style-slide .image-mains .slick-slider {
		position: relative;
	}
	
	.singular-shop div.product.style-slide .image-mains .slick-slider .zoom.slick-slide {
		pointer-events: none;
	}
	
	.singular-shop div.product.style-slide .image-mains .slick-slider .zoom.slick-slide>img {
		pointer-events: none;
	}
	
	.singular-shop div.product.style-slide .image-mains .slick-slider .slick-arrow.owl-prev {
		left: 0;
	}
}

.singular-shop div.product.style-slide .information {
	padding-left: 30px;
	margin-left: -15px;
	padding-top: 53px;
	-webkit-box-shadow: 6px 3px 13px 0 rgba(0, 0, 0, .16);
	box-shadow: 6px 3px 13px 0 rgba(0, 0, 0, .16);
}

.singular-shop .style-horizontal .flex-control-nav .slick-arrow {
	opacity: 1;
	filter: alpha(opacity=100);
}

.singular-shop .style-horizontal .flex-control-nav .slick-arrow.owl-next {
	right: -5px;
}

@media (max-width:1199px) and (min-width:768px) {
	.singular-shop .style-vertical .woocommerce-product-gallery:hover .owl-prev {
		top: 50% !important;
	}
}

#tbay-gallery {
	display: none !important;
}

.tbay-slider-for .slick-arrow {
	cursor: pointer;
	color: #222;
	width: 50px;
	height: 50px;
	pointer-events: all;
	-webkit-transition: all 500ms;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
	transition: all 500ms;
	position: absolute;
	z-index: 9;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.tbay-slider-for .slick-arrow:hover:after {
	background: var(--tb-theme-color);
	border-color: var(--tb-theme-color);
	color: #fff;
}

.tbay-slider-for .slick-arrow:after {
	font-family: "simple-line-icons";
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	width: 100%;
	text-indent: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 50px;
	background: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
	border: 1px solid #eee;
}

.tbay-slider-for .slick-arrow.owl-next:after {
	content: "";
}

.tbay-slider-for .slick-arrow.owl-prev {
	right: auto;
	left: 0;
}

.tbay-slider-for .slick-arrow.owl-next {
	right: 0;
	left: auto;
}

.product-category .product-category-content {
	position: relative;
	overflow: hidden;
	min-height: 45px;
	margin: 0 0 30px 0;
}

.product-category .product-category-image {
	display: block;
}

.product-category .product-category-image img {
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
}

.product-category .product-category-title {
	text-transform: none;
	position: absolute;
	text-align: center;
	bottom: 0;
	left: 0;
	right: auto;
	width: 100%;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	margin: 0;
	padding: 15px 10px;
	background: rgba(0, 0, 0, .3);
}

.product-category .product-category-title .count {
	background: transparent;
	color: #fff;
}

#tbay_modal_quickview {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	width: auto;
	height: auto;
	border: 0;
}

#tbay_modal_quickview iframe {
	width: 100%;
	min-height: 600px;
}

#tbay_modal_quickview .modal-body {
	border: 0 solid #efefef;
	background: #efefef;
	padding: 5px;
}

#tbay_modal_quickview .modal-body>div {
	background: #fff;
}

#tbay_modal_quickview .modal-dialog {
	overflow: hidden;
}

#tbay_modal_quickview .modal-dialog del .amount {
	color: #232323;
}

@media (max-width:991px) {
	#tbay_modal_quickview .modal-dialog.modal-lg {
		width: 95%;
		margin: 15px auto;
	}
}

#tbay_modal_quickview .modal-content {
	border: 0;
}

#tbay_modal_quickview .modal-header {
	border: 0;
	padding: 0;
	min-height: inherit;
}

#tbay_modal_quickview .product-info {
	padding: 0;
	margin: 0;
}

#tbay_modal_quickview .product-info .summary {
	padding: 15px;
}

#tbay_modal_quickview .product-info .product-title {
	padding-top: 0;
	margin-top: 0;
	font-size: 30px;
}

#tbay_modal_quickview .product-info .qty {
	position: relative;
	left: 1px;
	right: auto;
}

#tbay_modal_quickview .product-info .product_meta {
	margin: 10px 0;
}

#tbay_modal_quickview .product-info .product_meta:before, #tbay_modal_quickview .product-info .product_meta:after {
	content: " ";
	display: table;
}

#tbay_modal_quickview .product-info .product_meta:after {
	clear: both;
}

#tbay_modal_quickview .product-info .product_meta>div {
	margin-top: 10px;
}

#tbay_modal_quickview .close {
	position: relative;
	z-index: 1;
	top: 0;
	border: 0;
	color: #a3a3a3;
	margin: 10px 0 10px;
	padding: 0;
	display: table;
	text-align: center;
	width: 30px;
	height: 30px;
	right: 15px;
	left: auto;
	-webkit-transition: .1s color linear;
	-o-transition: .1s color linear;
	transition: .1s color linear;
}

#tbay_modal_quickview .close .fa, #tbay_modal_quickview .close .icon {
	font-size: 20px;
	display: table-cell;
	vertical-align: middle;
	margin: 0 8px;
	float: left;
}

#tbay_modal_quickview .close:hover .fa, #tbay_modal_quickview .close:hover .icon {
	color: #000;
}

#tbay_modal_quickview #quickview-carousel {
	overflow: hidden;
}

#tbay_modal_quickview #quickview-carousel:hover .left {
	left: 15px;
	right: auto;
}

#tbay_modal_quickview #quickview-carousel:hover .right {
	right: 15px;
	left: auto;
}

#tbay_modal_quickview .carousel-indicators li {
	border-color: var(--tb-theme-color);
}

#tbay_modal_quickview .carousel-indicators .active {
	background: var(--tb-theme-color);
	border-color: var(--tb-theme-color);
}

#tbay_modal_quickview .carousel-control {
	line-height: 60px;
	top: 0;
	margin: 57% auto;
	font-weight: normal;
	color: #303030;
	border: 0;
	width: 30px;
	height: 60px;
	font-size: 40px;
	-webkit-transition: all .45s ease;
	-o-transition: all .45s ease;
	transition: all .45s ease;
}

#tbay_modal_quickview .carousel-control.left {
	left: -30px;
	right: auto;
}

#tbay_modal_quickview .carousel-control.right {
	right: -30px;
	left: auto;
}

#tbay_modal_quickview .carousel-control:hover {
	color: var(--tb-theme-color);
}

.button {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	letter-spacing: 0;
}

.button .fa, .button .icon {
	margin-right: 5px;
	margin-left: auto;
}

.select2-container>.select2-choice {
	border: 1px solid #ccc !important;
	border-radius: 0 !important;
	padding: 6px 22px !important;
	font-size: 14px;
	line-height: 1.7;
}

.form-row label {
	font-weight: normal;
}

.form-row .checkbox, .form-row .input-radio {
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 20px;
	margin-left: auto;
}

.form-row input[type="checkbox"] {
	float: left;
	margin-top: 7px;
}

p.demo_store {
	top: 0;
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 30px;
	padding: .5em 0;
	z-index: 99998;
	border: 1px solid #d5d5d5;
	-webkit-box-shadow: 0, 0, 0, 3px, rgba(255, 255, 255, .2);
	box-shadow: 0, 0, 0, 3px, rgba(255, 255, 255, .2);
}

.wc-forward:after, .wc-forward a:after {
	content: "";
	font-family: "FontAwesome";
	margin: 0 0 0 5px;
}

.wc-backward:before, .wc-backward a:before {
	content: "";
	font-family: "FontAwesome";
	margin: 0 5px 0 0;
}

.woocommerce #reviews #comments h2 {
	font-size: 14px;
}

.woocommerce #reviews #comments ol.commentlist li {
	margin: 0 0 40px;
}

.woocommerce #reviews #comments ol.commentlist li .tbay-avata {
	min-width: 120px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	width: 60px;
	border: 0;
	padding: 0;
	position: relative;
	margin: 0 0 10px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border-radius: 0;
	min-width: 800px;
	max-width: 100%;
}

.woocommerce #reviews #comments ol.commentlist li .meta {
	margin: 0 0 5px;
}

.woocommerce #reviews #comments ol.commentlist li .star-rating {
	float: left;
	margin: 0 0 5px;
}

#reviews #comments {
	margin: 0 0 30px;
}

#reviews .commentlist {
	padding: 0;
}

#reviews .reviews-summary .review-summary-total {
	text-align: center;
	font-weight: 400;
}

#reviews .reviews-summary .review-summary-total .review-summary-result {
	width: 70px;
	height: 70px;
	text-align: center;
	border: 2px solid var(--tb-theme-color);
	color: var(--tb-theme-color);
	line-height: 66px;
	font-size: 20px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	margin-bottom: 8px;
}

#reviews .reviews-summary .review-summary-detal {
	overflow: hidden;
	display: block;
}

#reviews .reviews-summary .review-summary-detal .review-label {
	color: #000;
	font-weight: 400;
}

#reviews .comments {
	padding: 30px 0;
}

#reviews .comments .commentlist {
	margin: 15px 0;
}

#reviews .comments .commentlist>li {
	font-style: normal;
	color: #000;
}

#reviews .comments .commentlist .comment {
	margin-bottom: 30px;
}

#reviews .comments .commentlist .comment-image {
	min-width: 100px;
	margin-right: 20px;
	margin-left: auto;
}

#reviews .comments .commentlist .comment-image>span {
	display: block;
	margin-bottom: 5px;
}

#reviews .comments .commentlist .comment-image .avatar {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

#reviews .comments .commentlist .comment-image .author {
	color: #000;
}

#reviews .comments .commentlist .comment-text {
	border: 1px solid #eee;
	padding: 15px 30px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

#reviews .comments .commentlist .comment-text>div {
	margin-bottom: 7px;
}

#reviews .comment-reply-title {
	font-size: 14px;
	font-weight: 600;
	margin-top: 15px;
	text-transform: uppercase;
	margin: 0 0 30px !important;
}

#respond .form-submit input {
	left: auto;
}

#respond textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#respond p.stars {
	position: relative;
	padding: 6px 0;
}

#respond p.stars a {
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
	text-indent: -9999px;
	position: relative;
	margin-right: 1em;
	margin-left: auto;
}

.lt-ie8 #respond p.stars a {
	display: inline;
	zoom: 1;
}

#respond p.stars a:last-child {
	border-right: 0;
}

#respond p.stars a.star-1, #respond p.stars a.star-2, #respond p.stars a.star-3, #respond p.stars a.star-4, #respond p.stars a.star-5 {
	border-right: 1px solid #eee;
}

#respond p.stars a.star-1:after, #respond p.stars a.star-2:after, #respond p.stars a.star-3:after, #respond p.stars a.star-4:after, #respond p.stars a.star-5:after {
	top: -6px;
	font-family: "star";
	text-indent: 0;
	position: absolute;
	left: 0;
	right: auto;
}

#respond p.stars a.star-1 {
	width: 2em;
}

#respond p.stars a.star-1:after {
	content: "S";
}

#respond p.stars a.star-1:hover:after, #respond p.stars a.star-1.active:after {
	content: "S";
}

#respond p.stars a.star-2 {
	width: 3em;
}

#respond p.stars a.star-2:after {
	content: "SS";
}

#respond p.stars a.star-2:hover:after, #respond p.stars a.star-2.active:after {
	content: "SS";
}

#respond p.stars a.star-3 {
	width: 4em;
}

#respond p.stars a.star-3:after {
	content: "SSS";
}

#respond p.stars a.star-3:hover:after, #respond p.stars a.star-3.active:after {
	content: "SSS";
}

#respond p.stars a.star-4 {
	width: 5em;
}

#respond p.stars a.star-4:after {
	content: "SSSS";
}

#respond p.stars a.star-4:hover:after, #respond p.stars a.star-4.active:after {
	content: "SSSS";
}

#respond p.stars a.star-5 {
	width: 6em;
	border: 0;
}

#respond p.stars a.star-5:after {
	content: "SSSSS";
}

#respond p.stars a.star-5:hover:after, #respond p.stars a.star-5.active:after {
	content: "SSSSS";
}

#respond p.stars a.active:after, #respond p.stars a:hover:after, #respond p.stars a:active:after {
	color: #f65b47;
}

.woocommerce #reviews #comment {
	height: auto;
}

.quantity {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
	display: block;
}

.quantity input.qty {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	padding: 8px;
	width: 100px;
	height: 45px;
	text-align: center;
	color: #000;
	font-weight: 400;
	border: 1px solid #eee;
}

.quantity input.qty:focus:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.quantity .plus {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	right: 0;
}

.quantity .minus {
	float: left;
	bottom: 0;
	right: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.form-row:before, .form-row:after {
	content: " ";
	display: table;
}

.form-row:after {
	clear: both;
}

.form-row label.hidden {
	visibility: hidden;
}

.form-row label.inline {
	display: inline;
}

.form-row label {
	display: block;
}

.form-row select {
	cursor: pointer;
}

.form-row .required {
	color: #ec5355;
	font-weight: 700;
	border: 0;
}

.form-row .input-text {
	width: 100%;
	padding: 5px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.form-row.form-row-first {
	width: 47%;
	float: left;
}

.form-row.form-row-last {
	width: 47%;
	float: right;
}

.form-row.form-row-wide {
	clear: both;
}

ul.tabs {
	list-style: none;
	padding: 0 0 0 1em;
	margin: 0 0 1.618em;
	overflow: hidden;
	position: relative;
}

ul.tabs li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 0;
	margin: 0 -5px;
	padding: 0 1em;
	border: 1px solid #d5d5d5;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .2), inset 0 1px 0 rgba(255, 255, 255, .6);
	box-shadow: 0 3px 3px rgba(0, 0, 0, .2), inset 0 1px 0 rgba(255, 255, 255, .6);
}

.lt-ie8 ul.tabs li {
	display: inline;
	zoom: 1;
}

ul.tabs li a {
	display: inline-block;
	vertical-align: middle;
	padding: .5em 0;
	font-weight: 700;
	color: #eee;
	text-decoration: none;
}

.lt-ie8 ul.tabs li a {
	display: inline;
	zoom: 1;
}

ul.tabs li a:hover {
	text-decoration: none;
	color: white;
}

ul.tabs li.active {
	background: #eee;
	z-index: 2;
	border-bottom-color: #eee;
}

ul.tabs li.active a {
	color: inherit;
	text-shadow: inherit;
}

ul.tabs li.active:before {
	-webkit-box-shadow: 2px 2px 0 #eee;
	box-shadow: 2px 2px 0 #eee;
}

ul.tabs li.active:after {
	-webkit-box-shadow: -2px 2px 0 #eee;
	box-shadow: -2px 2px 0 #eee;
}

ul.tabs li:before, ul.tabs li:after {
	border: 1px solid #d5d5d5;
	position: absolute;
	bottom: -1px;
	content: "";
	width: 5px;
	height: 5px;
}

ul.tabs li:before {
	border-width: 0 1px 1px 0;
	left: -6px;
	right: auto;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-box-shadow: 2px 2px 0 #d5d5d5;
	box-shadow: 2px 2px 0 #d5d5d5;
}

ul.tabs li:after {
	border-width: 0 0 1px 1px;
	right: -6px;
	left: auto;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-box-shadow: -2px 2px 0 #d5d5d5;
	box-shadow: -2px 2px 0 #d5d5d5;
}

ul.tabs:before {
	position: absolute;
	content: "";
	width: 100%;
	bottom: 0;
	z-index: 1;
	left: 0;
	right: auto;
	border-bottom: 1px solid #d5d5d5;
}

.product-quantity .input-text .input-sm {
	height: 28px;
	padding: 6px 6px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 0;
}

.product-quantity .input-text select.input-sm {
	height: 28px;
	line-height: 28px;
}

.product-quantity .input-text textarea.input-sm, .product-quantity .input-text select[multiple].input-sm {
	height: auto;
}

.i-am-new li {
	background-image: none !important;
	background-color: #fff !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

.i-am-new li.nitro-lazy {
	background-image: none !important;
}

.i-am-new li .noty_message {
	padding: 20px 0 !important;
}

.onsale {
	top: 20px;
	left: 20px;
	right: auto;
	z-index: 1 !important;
	text-align: center !important;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 5px 12px;
	text-transform: uppercase;
	position: absolute;
}

.cart-dropdown .cart-icon {
	position: relative;
}

.cart-dropdown .cart-icon i {
	color: #000;
	font-size: 16px;
}

@media (max-width:1599px) {
	.cart-dropdown .cart-icon i {
		font-size: 12px;
	}
}

.cart-dropdown .cart-icon .icon-cart {
	background: url("https://gadgetifybd.com/wp-content/themes/puca/images/fashion/icon-cart.png") no-repeat scroll top center transparent;
	display: inline-block;
	width: 26px;
	height: 26px;
}

.cart-dropdown .cart-icon .icon-cart.nitro-lazy {
	background: none !important;
}

.cart-dropdown .cart-icon .mini-cart-items {
	display: inline-block;
	padding: 0;
	background-color: var(--tb-theme-color);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 10px;
	position: absolute;
	content: "";
	bottom: -5px;
	right: -1px;
	left: auto;
	font-weight: normal;
	min-width: 16px;
	line-height: 16px;
	border: 0;
}

@media (max-width:1599px) {
	.cart-dropdown .cart-icon .mini-cart-items {
		min-width: 14px;
		line-height: 14px;
	}
}

.cart-dropdown .mini-cart .qty {
	display: inherit;
	font-size: 14px;
	font-weight: 600;
	margin-left: 10px;
}

@media (max-width:1199px) {
	.cart-dropdown .mini-cart .qty {
		font-size: 12px;
	}
}

.cart-dropdown .mini-cart .qty i {
	display: none;
}

.cart-dropdown .title-cart {
	font-size: 14px;
	font-weight: 500;
	margin: 0;
}

.cart-dropdown .infor {
	display: inline-block;
}

.ui-autocomplete.ui-widget-content {
	margin: 0;
	list-style: none;
	background: #fff;
	z-index: 99;
}

.ui-autocomplete.ui-widget-content.style1 {
	background: #fdfdfd;
	-webkit-transform: translate(0, 150px);
	-ms-transform: translate(0, 150px);
	-o-transform: translate(0, 150px);
	transform: translate(0, 150px);
	-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .06);
	box-shadow: 0 3px 15px rgba(0, 0, 0, .06);
	border-top: 1px solid #eee;
	padding: 103px 50px 43px;
	width: 100% !important;
	left: 0 !important;
}

.ui-autocomplete.ui-widget-content.style1 li {
	display: inline-block;
	padding: 0 30px 0 0;
	vertical-align: top;
	width: auto;
	border: 0;
	background: transparent;
	margin: 0;
}

.ui-autocomplete.ui-widget-content.style1 li:not(.list-bottom)>a {
	float: none;
}

.ui-autocomplete.ui-widget-content.style1 li img {
	margin: 0 !important;
	width: 140px;
}

.ui-autocomplete.ui-widget-content.style1 li.list-header {
	font-size: 26px;
	font-weight: 700;
	position: absolute;
	padding: 0;
	top: 40px;
	left: 50px;
	right: auto;
	line-height: 44px;
	height: unset;
}

.ui-autocomplete.ui-widget-content.style1 .group {
	display: block !important;
	margin-top: 20px;
	padding: 0;
	max-width: 140px;
}

.woocommerce #tbay-dropdown-cart.v1, #tbay-top-cart.v1 {
	display: none;
}

.woocommerce #tbay-top-cart, #tbay-top-cart, #tbay-bottom-cart {
	background: #fdfdfd;
}

.woocommerce #tbay-top-cart .group-button a.button, #tbay-top-cart .group-button a.button, #tbay-bottom-cart .group-button a.button {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 9px 10px 10px;
	min-width: 170px;
	background: #fff;
	display: block;
	border: 1px solid #eee;
	margin-bottom: 6px;
	line-height: 1.5;
	color: #232323;
}

.woocommerce #tbay-top-cart .group-button a.button:hover, .woocommerce #tbay-top-cart .group-button a.button.checkout, #tbay-top-cart .group-button a.button:hover, #tbay-top-cart .group-button a.button.checkout, #tbay-bottom-cart .group-button a.button:hover, #tbay-bottom-cart .group-button a.button.checkout {
	background: var(--tb-theme-color);
	border-color: var(--tb-theme-color);
	color: #fff;
}

.woocommerce #tbay-top-cart .group-button a.button i, #tbay-top-cart .group-button a.button i, #tbay-bottom-cart .group-button a.button i {
	font-weight: 700;
	font-size: 13px;
	margin: 0 8px 0 0;
	display: inline-block;
}

.woocommerce #tbay-top-cart.v1 .mcart-border, #tbay-top-cart.v1 .mcart-border, #tbay-bottom-cart.v1 .mcart-border {
	padding-right: 200px;
}

@media (max-width:767px) {
	.woocommerce #tbay-top-cart.v1 .mcart-border, #tbay-top-cart.v1 .mcart-border, #tbay-bottom-cart.v1 .mcart-border {
		padding-right: 0;
	}
	
	.woocommerce #tbay-top-cart.v1 .mcart-border>ul, #tbay-top-cart.v1 .mcart-border>ul, #tbay-bottom-cart.v1 .mcart-border>ul {
		display: none !important;
	}
}

.woocommerce #tbay-top-cart.v1 .cart_list li, #tbay-top-cart.v1 .cart_list li, #tbay-bottom-cart.v1 .cart_list li {
	float: left;
	margin-top: 32px;
	margin-right: 30px;
	position: relative;
	width: 140px;
}

.woocommerce #tbay-top-cart.v1 .offcanvas-close, #tbay-top-cart.v1 .offcanvas-close, #tbay-bottom-cart.v1 .offcanvas-close {
	right: 50px;
	left: auto;
	top: 125px;
}

@media (max-width:767px) {
	.woocommerce #tbay-top-cart.v1 .offcanvas-close, #tbay-top-cart.v1 .offcanvas-close, #tbay-bottom-cart.v1 .offcanvas-close {
		right: 15px;
		left: auto;
		top: 10px;
	}
}

.woocommerce #tbay-top-cart.v1 .group-button, #tbay-top-cart.v1 .group-button, #tbay-bottom-cart.v1 .group-button {
	right: 50px;
	left: auto;
	top: 173px;
	position: absolute;
}

@media (max-width:767px) {
	.woocommerce #tbay-top-cart.v1 .group-button, #tbay-top-cart.v1 .group-button, #tbay-bottom-cart.v1 .group-button {
		position: relative;
		right: auto;
		left: auto;
		bottom: auto;
		top: auto;
	}
}

.woocommerce #tbay-top-cart a.wc-continue, #tbay-top-cart a.wc-continue, #tbay-bottom-cart a.wc-continue {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 20px 11px;
	background: var(--tb-theme-color);
	border: 1px solid var(--tb-theme-color);
	margin-top: 30px;
	color: #fff;
}

.woocommerce #tbay-top-cart a.wc-continue:hover, .woocommerce #tbay-top-cart a.wc-continue.checkout, #tbay-top-cart a.wc-continue:hover, #tbay-top-cart a.wc-continue.checkout, #tbay-bottom-cart a.wc-continue:hover, #tbay-bottom-cart a.wc-continue.checkout {
	background: var(--tb-theme-color);
	border-color: var(--tb-theme-color);
	color: #fff;
}

.woocommerce #tbay-top-cart .quantity, #tbay-top-cart .quantity, #tbay-bottom-cart .quantity {
	color: #ccc;
	font-size: 12px;
}

.woocommerce .cart-dropdown.cart-popup .dropdown-content, .woocommerce .cart-dropdown.cart-popup .content, .cart-dropdown.cart-popup .dropdown-content, .cart-dropdown.cart-popup .content {
	padding: 43px 50px;
	position: relative;
}

.woocommerce .cart-dropdown.cart-popup.open .dropdown-menu, .cart-dropdown.cart-popup.open .dropdown-menu {
	top: 50px;
	opacity: 1;
	filter: alpha(opacity=100);
	filter: none;
	-webkit-transform-origin: 29px -50px;
	-moz-transform-origin: 29px -50px;
	-ms-transform-origin: 29px -50px;
	transform-origin: 29px -50px;
	-webkit-filter: none;
	-moz-filter: none;
	-o-filter: none;
	-ms-filter: none;
	visibility: visible;
	color: #333;
}

.woocommerce .cart-dropdown.cart-popup .dropdown-menu, .cart-dropdown.cart-popup .dropdown-menu {
	top: 60px;
	border-left: 0;
	padding: 0;
	min-width: 300px;
	display: block;
	visibility: hidden;
	text-align: left;
	left: auto;
	right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}

.woocommerce .cart-dropdown.cart-popup .dropdown-menu:before, .woocommerce .cart-dropdown.cart-popup .dropdown-menu:after, .cart-dropdown.cart-popup .dropdown-menu:before, .cart-dropdown.cart-popup .dropdown-menu:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 100%;
	right: auto;
	margin-right: auto;
	margin-left: -31px;
}

.lt-ie8 .woocommerce .cart-dropdown.cart-popup .dropdown-menu:before, .lt-ie8 .woocommerce .cart-dropdown.cart-popup .dropdown-menu:after, .lt-ie8 .cart-dropdown.cart-popup .dropdown-menu:before, .lt-ie8 .cart-dropdown.cart-popup .dropdown-menu:after {
	display: inline;
	zoom: 1;
}

.woocommerce .cart-dropdown.cart-popup .dropdown-menu:before, .cart-dropdown.cart-popup .dropdown-menu:before {
	top: -10px;
	border-bottom: 11px solid rgba(0, 0, 0, .2);
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
}

.woocommerce .cart-dropdown.cart-popup .dropdown-menu:after, .cart-dropdown.cart-popup .dropdown-menu:after {
	top: -10px;
	border-bottom: 11px solid #fff;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
}

.woocommerce .cart-dropdown.cart-popup .dropdown-menu .quantity, .cart-dropdown.cart-popup .dropdown-menu .quantity {
	font-size: 14px;
}

.woocommerce .cart-dropdown.cart-popup .dropdown-menu ul, .cart-dropdown.cart-popup .dropdown-menu ul {
	padding: 20px 20px 0 !important;
	overflow: inherit !important;
	overflow-y: auto !important;
	max-height: 450px;
	display: block !important;
}

.woocommerce .cart-dropdown.cart-popup .dropdown-menu ul li, .cart-dropdown.cart-popup .dropdown-menu ul li {
	padding: 0;
	margin: 0 0 15px !important;
	position: relative;
	width: 100%;
	list-style: none;
	clear: both;
	float: left;
}

.woocommerce .cart-dropdown.cart-popup .dropdown-menu ul li:last-child, .cart-dropdown.cart-popup .dropdown-menu ul li:last-child {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 0;
	padding-bottom: 15px;
}

.woocommerce .cart-dropdown.cart-popup .dropdown-menu ul.cart_empty, .cart-dropdown.cart-popup .dropdown-menu ul.cart_empty {
	padding: 15px 16px 0;
	overflow-y: auto;
}

.woocommerce .cart-dropdown.cart-popup .dropdown-menu ul.cart_empty li.total, .cart-dropdown.cart-popup .dropdown-menu ul.cart_empty li.total {
	padding: 0;
	border: 0;
}

.woocommerce .cart-dropdown.cart-popup .dropdown-menu ul.cart_empty a.wc-continue, .cart-dropdown.cart-popup .dropdown-menu ul.cart_empty a.wc-continue {
	background: var(--tb-theme-color);
	border-color: var(--tb-theme-color);
	color: #fff;
}

.woocommerce .cart-dropdown.cart-popup .dropdown-menu .product-image, .cart-dropdown.cart-popup .dropdown-menu .product-image {
	float: left;
	width: 80px;
	padding-right: 15px;
}

.woocommerce .cart-dropdown.cart-popup .dropdown-menu .product-details, .cart-dropdown.cart-popup .dropdown-menu .product-details {
	margin: 0;
	max-width: 300px;
}

.woocommerce .cart-dropdown.cart-popup .dropdown-menu .product-details>a, .cart-dropdown.cart-popup .dropdown-menu .product-details>a {
	padding-right: 10px;
}

.woocommerce .cart-dropdown.cart-popup .dropdown-menu .product-details>a.remove, .cart-dropdown.cart-popup .dropdown-menu .product-details>a.remove {
	padding-right: 0;
}

.woocommerce .cart-dropdown.cart-popup .dropdown-menu .product-details .product-name, .cart-dropdown.cart-popup .dropdown-menu .product-details .product-name {
	margin: 5px 0;
}

.woocommerce .cart-dropdown.cart-popup .dropdown-menu .product-details .quantity-wrap .quantity, .cart-dropdown.cart-popup .dropdown-menu .product-details .quantity-wrap .quantity {
	display: flex;
	border: 1px solid #eee;
}

.woocommerce .cart-dropdown.cart-popup .dropdown-menu .product-details .quantity, .cart-dropdown.cart-popup .dropdown-menu .product-details .quantity {
	display: inline-block;
	border: 0;
	float: none !important;
	font-size: 12px;
	color: #9a9a9a;
	line-height: inherit;
	overflow: initial;
}

.woocommerce .cart-dropdown.cart-popup .dropdown-menu .remove, .cart-dropdown.cart-popup .dropdown-menu .remove {
	border: 0;
	padding: 0 6px;
	color: #333 !important;
	background: transparent;
	display: inline-block;
	position: absolute;
	top: 0;
	line-height: 18px;
	right: -5px;
	left: auto;
	font-size: 18px;
	font-weight: bold !important;
}

.woocommerce .cart-dropdown.cart-popup .dropdown-menu .remove:hover, .cart-dropdown.cart-popup .dropdown-menu .remove:hover {
	color: var(--tb-theme-color) !important;
}

.woocommerce .cart-dropdown.cart-popup .dropdown-menu img, .cart-dropdown.cart-popup .dropdown-menu img {
	width: 80px;
}

.woocommerce .cart-dropdown.cart-popup .dropdown-menu .total, .cart-dropdown.cart-popup .dropdown-menu .total {
	text-align: left;
	font-size: 14px;
	padding: 5px 20px;
	margin-bottom: 0;
}

.woocommerce .cart-dropdown.cart-popup .dropdown-menu .total .woocs_special_price_code, .cart-dropdown.cart-popup .dropdown-menu .total .woocs_special_price_code {
	display: unset !important;
}

.woocommerce .cart-dropdown.cart-popup .dropdown-menu .total .amount, .cart-dropdown.cart-popup .dropdown-menu .total .amount {
	float: right;
	color: var(--tb-theme-color);
}

.woocommerce .cart-dropdown.cart-popup .dropdown-menu p.buttons, .cart-dropdown.cart-popup .dropdown-menu p.buttons {
	margin: 0;
	background: transparent;
	padding: 20px 20px 10px;
	text-align: center;
}

.woocommerce .cart-dropdown.cart-popup .dropdown-menu p.buttons a, .cart-dropdown.cart-popup .dropdown-menu p.buttons a {
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	border-color: #222;
	margin-bottom: 10px;
	padding: 10px;
	background: #222;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff !important;
}

.woocommerce .cart-dropdown.cart-popup .dropdown-menu p.buttons a:hover, .cart-dropdown.cart-popup .dropdown-menu p.buttons a:hover {
	background: var(--tb-theme-color);
	border-color: var(--tb-theme-color);
	color: #fff !important;
}

.woocommerce .cart-dropdown.cart-popup .dropdown-menu p.buttons a.checkout, .cart-dropdown.cart-popup .dropdown-menu p.buttons a.checkout {
	background: var(--tb-theme-color);
	border-color: var(--tb-theme-color);
	color: #fff;
}

.woocommerce .cart-dropdown.cart-popup .heading-title, .cart-dropdown.cart-popup .heading-title {
	margin: 0;
	font-size: 30px;
	font-weight: 900;
	padding: 0 20px 0 0;
}

.woocommerce .cart-dropdown.cart-popup .cart_list, .cart-dropdown.cart-popup .cart_list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	overflow: hidden !important;
	overflow-x: auto !important;
	overflow-y: hidden !important;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.woocommerce .cart-dropdown.cart-popup .cart_list:before, .woocommerce .cart-dropdown.cart-popup .cart_list:after, .cart-dropdown.cart-popup .cart_list:before, .cart-dropdown.cart-popup .cart_list:after {
	content: " ";
	display: table;
}

.woocommerce .cart-dropdown.cart-popup .cart_list:after, .cart-dropdown.cart-popup .cart_list:after {
	clear: both;
}

.woocommerce .cart-dropdown.cart-popup .cart_list li, .cart-dropdown.cart-popup .cart_list li {
	white-space: normal;
}

.woocommerce .cart-dropdown.cart-popup .cart_list .product-image, .cart-dropdown.cart-popup .cart_list .product-image {
	position: relative;
	display: inline-block;
}

.woocommerce .cart-dropdown.cart-popup .cart_list .product-image img, .cart-dropdown.cart-popup .cart_list .product-image img {
	width: auto;
	float: none;
	margin: 0;
}

.woocommerce .cart-dropdown.cart-popup .cart_list .woocs_special_price_code, .cart-dropdown.cart-popup .cart_list .woocs_special_price_code {
	display: inline-block;
}

#tbay-top-cart .dropdown-content {
	border-bottom: 1px solid #f5f5f5;
}

.tbay-dropdown-cart .dropdown-content, .tbay-dropdown-cart .content, #tbay-top-cart .dropdown-content, #tbay-top-cart .content, .tbay-bottom-cart .dropdown-content, .tbay-bottom-cart .content, .cart-popup .dropdown-content, .cart-popup .content {
	padding: 43px 50px;
	position: relative;
}

@media (max-width:992px) {
	.tbay-dropdown-cart .dropdown-content, .tbay-dropdown-cart .content, #tbay-top-cart .dropdown-content, #tbay-top-cart .content, .tbay-bottom-cart .dropdown-content, .tbay-bottom-cart .content, .cart-popup .dropdown-content, .cart-popup .content {
		padding: 15px;
	}
}

.tbay-dropdown-cart .dropdown-menu, #tbay-top-cart .dropdown-menu, .tbay-bottom-cart .dropdown-menu, .cart-popup .dropdown-menu {
	top: 50px;
	border-left: 0;
	padding: 0;
	min-width: 300px;
	display: block;
	visibility: hidden;
	text-align: left;
	left: auto;
	right: 0;
	border: 0;
	-webkit-box-shadow: 0 -5px 30px rgba(0, 0, 0, .175);
	box-shadow: 0 -5px 30px rgba(0, 0, 0, .175);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}

.tbay-dropdown-cart .dropdown-menu:before, .tbay-dropdown-cart .dropdown-menu:after, #tbay-top-cart .dropdown-menu:before, #tbay-top-cart .dropdown-menu:after, .tbay-bottom-cart .dropdown-menu:before, .tbay-bottom-cart .dropdown-menu:after, .cart-popup .dropdown-menu:before, .cart-popup .dropdown-menu:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 100%;
	right: auto;
	margin-right: auto;
	margin-left: -31px;
}

.lt-ie8 .tbay-dropdown-cart .dropdown-menu:before, .lt-ie8 .tbay-dropdown-cart .dropdown-menu:after, .lt-ie8 #tbay-top-cart .dropdown-menu:before, .lt-ie8 #tbay-top-cart .dropdown-menu:after, .lt-ie8 .tbay-bottom-cart .dropdown-menu:before, .lt-ie8 .tbay-bottom-cart .dropdown-menu:after, .lt-ie8 .cart-popup .dropdown-menu:before, .lt-ie8 .cart-popup .dropdown-menu:after {
	display: inline;
	zoom: 1;
}

.tbay-dropdown-cart .dropdown-menu:before, #tbay-top-cart .dropdown-menu:before, .tbay-bottom-cart .dropdown-menu:before, .cart-popup .dropdown-menu:before {
	top: -11px;
	border-bottom: 11px solid rgba(0, 0, 0, .2);
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
}

.tbay-dropdown-cart .dropdown-menu:after, #tbay-top-cart .dropdown-menu:after, .tbay-bottom-cart .dropdown-menu:after, .cart-popup .dropdown-menu:after {
	top: -10px;
	border-bottom: 11px solid #fff;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
}

.tbay-dropdown-cart .dropdown-menu .quantity, #tbay-top-cart .dropdown-menu .quantity, .tbay-bottom-cart .dropdown-menu .quantity, .cart-popup .dropdown-menu .quantity {
	font-size: 14px;
}

.tbay-dropdown-cart .dropdown-menu ul, #tbay-top-cart .dropdown-menu ul, .tbay-bottom-cart .dropdown-menu ul, .cart-popup .dropdown-menu ul {
	padding: 20px 20px 0 !important;
	overflow: inherit !important;
	overflow-y: scroll !important;
	margin-bottom: 15px;
	max-height: 450px;
	display: block !important;
}

.tbay-dropdown-cart .dropdown-menu ul li, #tbay-top-cart .dropdown-menu ul li, .tbay-bottom-cart .dropdown-menu ul li, .cart-popup .dropdown-menu ul li {
	padding: 0;
	margin: 0 !important;
	position: relative;
	margin-bottom: 15px;
	width: 100%;
	list-style: none;
	clear: both;
}

.tbay-dropdown-cart .dropdown-menu ul li:last-child, #tbay-top-cart .dropdown-menu ul li:last-child, .tbay-bottom-cart .dropdown-menu ul li:last-child, .cart-popup .dropdown-menu ul li:last-child {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 0;
	padding-bottom: 15px;
}

.tbay-dropdown-cart .dropdown-menu ul.cart_empty, #tbay-top-cart .dropdown-menu ul.cart_empty, .tbay-bottom-cart .dropdown-menu ul.cart_empty, .cart-popup .dropdown-menu ul.cart_empty {
	padding: 15px 16px 0;
	overflow-y: auto;
}

.tbay-dropdown-cart .dropdown-menu ul.cart_empty li.total, #tbay-top-cart .dropdown-menu ul.cart_empty li.total, .tbay-bottom-cart .dropdown-menu ul.cart_empty li.total, .cart-popup .dropdown-menu ul.cart_empty li.total {
	padding: 0;
	border: 0;
}

.tbay-dropdown-cart .dropdown-menu .product-image, #tbay-top-cart .dropdown-menu .product-image, .tbay-bottom-cart .dropdown-menu .product-image, .cart-popup .dropdown-menu .product-image {
	float: left;
	width: 80px;
}

.tbay-dropdown-cart .dropdown-menu .product-details, #tbay-top-cart .dropdown-menu .product-details, .tbay-bottom-cart .dropdown-menu .product-details, .cart-popup .dropdown-menu .product-details {
	position: relative;
	min-height: 80px;
	margin: 0;
}

.tbay-dropdown-cart .dropdown-menu .product-details .product-name, #tbay-top-cart .dropdown-menu .product-details .product-name, .tbay-bottom-cart .dropdown-menu .product-details .product-name, .cart-popup .dropdown-menu .product-details .product-name {
	display: block;
	color: #333 !important;
	font-size: 13px;
	line-height: 1.7;
	padding-right: 18px;
}

.tbay-dropdown-cart .dropdown-menu .product-details .quantity, #tbay-top-cart .dropdown-menu .product-details .quantity, .tbay-bottom-cart .dropdown-menu .product-details .quantity, .cart-popup .dropdown-menu .product-details .quantity {
	display: block;
	border: 0;
	float: none !important;
	font-size: 12px;
	color: #9a9a9a;
	line-height: 2.14;
}

.tbay-dropdown-cart .dropdown-menu .product-details .woocommerce-Price-amount, #tbay-top-cart .dropdown-menu .product-details .woocommerce-Price-amount, .tbay-bottom-cart .dropdown-menu .product-details .woocommerce-Price-amount, .cart-popup .dropdown-menu .product-details .woocommerce-Price-amount {
	line-height: 20px;
	display: inline-block;
}

.tbay-dropdown-cart .dropdown-menu .remove, #tbay-top-cart .dropdown-menu .remove, .tbay-bottom-cart .dropdown-menu .remove, .cart-popup .dropdown-menu .remove {
	border: 0;
	padding: 0 6px;
	color: #333 !important;
	background: transparent;
	display: inline-block;
	position: absolute;
	top: 0;
	line-height: 18px;
	right: -8px;
	left: auto;
	font-size: 18px;
	font-weight: bold !important;
}

.tbay-dropdown-cart .dropdown-menu img, #tbay-top-cart .dropdown-menu img, .tbay-bottom-cart .dropdown-menu img, .cart-popup .dropdown-menu img {
	width: 80px;
}

.tbay-dropdown-cart .dropdown-menu .total, #tbay-top-cart .dropdown-menu .total, .tbay-bottom-cart .dropdown-menu .total, .cart-popup .dropdown-menu .total {
	text-align: left;
	font-size: 16px;
	padding: 5px 20px;
}

.tbay-dropdown-cart .dropdown-menu .total .woocs_special_price_code, #tbay-top-cart .dropdown-menu .total .woocs_special_price_code, .tbay-bottom-cart .dropdown-menu .total .woocs_special_price_code, .cart-popup .dropdown-menu .total .woocs_special_price_code {
	display: unset !important;
}

.tbay-dropdown-cart .dropdown-menu .total .amount, #tbay-top-cart .dropdown-menu .total .amount, .tbay-bottom-cart .dropdown-menu .total .amount, .cart-popup .dropdown-menu .total .amount {
	float: right;
	color: var(--tb-theme-color);
}

.tbay-dropdown-cart .dropdown-menu p.buttons, #tbay-top-cart .dropdown-menu p.buttons, .tbay-bottom-cart .dropdown-menu p.buttons, .cart-popup .dropdown-menu p.buttons {
	margin: 0;
	background: var(--tb-theme-color);
	padding: 20px 20px 5px;
	text-align: center;
}

.tbay-dropdown-cart .dropdown-menu p.buttons a, #tbay-top-cart .dropdown-menu p.buttons a, .tbay-bottom-cart .dropdown-menu p.buttons a, .cart-popup .dropdown-menu p.buttons a {
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	border: 1px solid #fff;
	margin-bottom: 15px;
	padding: 10px;
	background: transparent;
	min-width: 60%;
	font-size: 12px;
	text-transform: uppercase;
}

.tbay-dropdown-cart .dropdown-menu p.buttons a.view-cart:hover, .tbay-dropdown-cart .dropdown-menu p.buttons a.checkout:hover, #tbay-top-cart .dropdown-menu p.buttons a.view-cart:hover, #tbay-top-cart .dropdown-menu p.buttons a.checkout:hover, .tbay-bottom-cart .dropdown-menu p.buttons a.view-cart:hover, .tbay-bottom-cart .dropdown-menu p.buttons a.checkout:hover, .cart-popup .dropdown-menu p.buttons a.view-cart:hover, .cart-popup .dropdown-menu p.buttons a.checkout:hover {
	background: #fff;
	color: var(--tb-theme-color) !important;
}

.tbay-dropdown-cart .dropdown-menu p.buttons a.view-cart:hover:after, .tbay-dropdown-cart .dropdown-menu p.buttons a.checkout:hover:after, #tbay-top-cart .dropdown-menu p.buttons a.view-cart:hover:after, #tbay-top-cart .dropdown-menu p.buttons a.checkout:hover:after, .tbay-bottom-cart .dropdown-menu p.buttons a.view-cart:hover:after, .tbay-bottom-cart .dropdown-menu p.buttons a.checkout:hover:after, .cart-popup .dropdown-menu p.buttons a.view-cart:hover:after, .cart-popup .dropdown-menu p.buttons a.checkout:hover:after {
	color: var(--tb-theme-color) !important;
}

.tbay-dropdown-cart .woocommerce-mini-cart__empty-message, #tbay-top-cart .woocommerce-mini-cart__empty-message, .tbay-bottom-cart .woocommerce-mini-cart__empty-message, .cart-popup .woocommerce-mini-cart__empty-message {
	padding: 20px;
}

.tbay-dropdown-cart .heading-title, #tbay-top-cart .heading-title, .tbay-bottom-cart .heading-title, .cart-popup .heading-title {
	margin: 0;
	font-size: 26px;
	font-weight: 700;
	padding: 0 35px 0 0;
}

@media (max-width:992px) {
	.tbay-dropdown-cart .heading-title, #tbay-top-cart .heading-title, .tbay-bottom-cart .heading-title, .cart-popup .heading-title {
		font-size: 18px;
	}
}

.tbay-dropdown-cart .cart_list, #tbay-top-cart .cart_list, .tbay-bottom-cart .cart_list, .cart-popup .cart_list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	overflow: hidden !important;
	overflow-x: auto !important;
	overflow-y: hidden !important;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.tbay-dropdown-cart .cart_list:before, .tbay-dropdown-cart .cart_list:after, #tbay-top-cart .cart_list:before, #tbay-top-cart .cart_list:after, .tbay-bottom-cart .cart_list:before, .tbay-bottom-cart .cart_list:after, .cart-popup .cart_list:before, .cart-popup .cart_list:after {
	content: " ";
	display: table;
}

.tbay-dropdown-cart .cart_list:after, #tbay-top-cart .cart_list:after, .tbay-bottom-cart .cart_list:after, .cart-popup .cart_list:after {
	clear: both;
}

.tbay-dropdown-cart .cart_list li, #tbay-top-cart .cart_list li, .tbay-bottom-cart .cart_list li, .cart-popup .cart_list li {
	white-space: normal;
}

.tbay-dropdown-cart .cart_list .product-name, #tbay-top-cart .cart_list .product-name, .tbay-bottom-cart .cart_list .product-name, .cart-popup .cart_list .product-name {
	font-weight: normal;
}

.tbay-dropdown-cart .cart_list .product-image, #tbay-top-cart .cart_list .product-image, .tbay-bottom-cart .cart_list .product-image, .cart-popup .cart_list .product-image {
	position: relative;
	display: inline-block;
}

.tbay-dropdown-cart .cart_list .product-image img, #tbay-top-cart .cart_list .product-image img, .tbay-bottom-cart .cart_list .product-image img, .cart-popup .cart_list .product-image img {
	width: auto;
	float: none;
	margin: 0;
}

.tbay-dropdown-cart .cart_list .woocs_special_price_code, #tbay-top-cart .cart_list .woocs_special_price_code, .tbay-bottom-cart .cart_list .woocs_special_price_code, .cart-popup .cart_list .woocs_special_price_code {
	font-weight: 600;
}

.tbay-dropdown-cart .offcanvas-close, #tbay-top-cart .offcanvas-close, .tbay-bottom-cart .offcanvas-close, .cart-popup .offcanvas-close {
	position: absolute;
}

.tbay-dropdown-cart .offcanvas-close span, #tbay-top-cart .offcanvas-close span, .tbay-bottom-cart .offcanvas-close span, .cart-popup .offcanvas-close span {
	border: 1px solid #eee;
	padding: 0 0 1px 0;
	margin-left: 5px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-size: 14px;
	line-height: 22px;
	width: 26px;
	display: block;
	text-align: center;
}

.tbay-dropdown-cart .offcanvas-close:hover span, #tbay-top-cart .offcanvas-close:hover span, .tbay-bottom-cart .offcanvas-close:hover span, .cart-popup .offcanvas-close:hover span {
	border-color: var(--tb-theme-color);
}

.tbay-dropdown-cart .product-details, #tbay-top-cart .product-details, .tbay-bottom-cart .product-details, .cart-popup .product-details {
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tbay-dropdown-cart .product-details .variation, #tbay-top-cart .product-details .variation, .tbay-bottom-cart .product-details .variation, .cart-popup .product-details .variation {
	border: 0;
	padding: 0;
	margin-bottom: 0;
}

.tbay-dropdown-cart .product-details .variation dt, #tbay-top-cart .product-details .variation dt, .tbay-bottom-cart .product-details .variation dt, .cart-popup .product-details .variation dt {
	font-weight: 700;
	padding: 0 0 .25em;
	margin: 0 4px 0 0;
	clear: left;
}

.tbay-dropdown-cart .product-details .variation:before, .tbay-dropdown-cart .product-details .variation:after, #tbay-top-cart .product-details .variation:before, #tbay-top-cart .product-details .variation:after, .tbay-bottom-cart .product-details .variation:before, .tbay-bottom-cart .product-details .variation:after, .cart-popup .product-details .variation:before, .cart-popup .product-details .variation:after {
	content: " ";
	display: table;
}

.tbay-dropdown-cart .product-details .variation dt, .tbay-dropdown-cart .product-details .variation dd, #tbay-top-cart .product-details .variation dt, #tbay-top-cart .product-details .variation dd, .tbay-bottom-cart .product-details .variation dt, .tbay-bottom-cart .product-details .variation dd, .cart-popup .product-details .variation dt, .cart-popup .product-details .variation dd {
	display: inline-block;
	float: left;
	padding: 0 0 .25em;
	margin: 0 5px 0 0;
	width: auto;
}

.tbay-dropdown-cart .product-details .variation+.woocs_special_price_code, #tbay-top-cart .product-details .variation+.woocs_special_price_code, .tbay-bottom-cart .product-details .variation+.woocs_special_price_code, .cart-popup .product-details .variation+.woocs_special_price_code {
	clear: both;
}

.tbay-dropdown-cart p, #tbay-top-cart p, .tbay-bottom-cart p, .cart-popup p {
	margin: 0;
}

.tbay-dropdown-cart .total, #tbay-top-cart .total, .tbay-bottom-cart .total, .cart-popup .total {
	margin-bottom: 20px;
	text-align: left;
	font-weight: 600;
	color: #000;
}

.tbay-dropdown-cart .total .woocs_special_price_code, #tbay-top-cart .total .woocs_special_price_code, .tbay-bottom-cart .total .woocs_special_price_code, .cart-popup .total .woocs_special_price_code {
	float: right;
	color: var(--tb-theme-color);
}

.tbay-dropdown-cart .cart_empty .total, #tbay-top-cart .cart_empty .total, .tbay-bottom-cart .cart_empty .total, .cart-popup .cart_empty .total {
	text-align: left;
}

.tbay-dropdown-cart a.wc-continue, #tbay-top-cart a.wc-continue, .tbay-bottom-cart a.wc-continue, .cart-popup a.wc-continue {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 20px 11px;
	background: var(--tb-theme-color);
	border: 1px solid var(--tb-theme-color);
	margin-top: 30px;
	color: #fff;
}

.tbay-dropdown-cart a.wc-continue:hover, .tbay-dropdown-cart a.wc-continue.checkout, #tbay-top-cart a.wc-continue:hover, #tbay-top-cart a.wc-continue.checkout, .tbay-bottom-cart a.wc-continue:hover, .tbay-bottom-cart a.wc-continue.checkout, .cart-popup a.wc-continue:hover, .cart-popup a.wc-continue.checkout {
	background: #222;
	border-color: #222;
	color: #fff;
}

.tbay-dropdown-cart .mini_cart_content a.remove, #tbay-top-cart .mini_cart_content a.remove, .tbay-bottom-cart .mini_cart_content a.remove, .cart-popup .mini_cart_content a.remove {
	background: #fff;
	border: 1px solid #eee;
	padding: 0 0 1px 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	font-size: 14px;
	line-height: 25px;
	width: 25px;
	height: 25px;
	display: block;
	text-align: center;
	border-radius: 0;
	font-weight: 400 !important;
	color: #232323 !important;
}

.tbay-dropdown-cart .mini_cart_content a.remove:hover, #tbay-top-cart .mini_cart_content a.remove:hover, .tbay-bottom-cart .mini_cart_content a.remove:hover, .cart-popup .mini_cart_content a.remove:hover {
	border-color: var(--tb-theme-color);
	background: #fff !important;
	color: var(--tb-theme-color) !important;
}

.tbay-dropdown-cart>.dropdown-content .mini_cart_content a.remove, #tbay-top-cart>.dropdown-content .mini_cart_content a.remove, .tbay-bottom-cart>.dropdown-content .mini_cart_content a.remove, .cart-popup>.dropdown-content .mini_cart_content a.remove {
	position: absolute;
	top: 5px;
	right: 5px;
	left: auto;
}

.tbay-dropdown-cart:after, #tbay-top-cart:after, .tbay-bottom-cart:after, .cart-popup:after {
	content: "";
	background: rgba(0, 0, 0, .66);
	position: fixed;
	z-index: 10;
	pointer-events: none;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}

.tbay-dropdown-cart.active:after, #tbay-top-cart.active:after, .tbay-bottom-cart.active:after, .cart-popup.active:after {
	z-index: 1000;
	pointer-events: all;
	opacity: 1;
	filter: alpha(opacity=100);
}

.tbay-dropdown-cart.v2 .offcanvas-close, #tbay-top-cart.v2 .offcanvas-close, .tbay-bottom-cart.v2 .offcanvas-close, .cart-popup.v2 .offcanvas-close {
	right: 16px;
	left: auto;
	top: 37px;
}

.tbay-dropdown-cart.v2 .dropdown-content, #tbay-top-cart.v2 .dropdown-content, .tbay-bottom-cart.v2 .dropdown-content, .cart-popup.v2 .dropdown-content {
	position: fixed;
	top: 0;
	height: 100%;
	background: #fff;
	-webkit-transition: all .2s;
	-webkit-transition: all 500ms;
	-o-transition: all .2s;
	-o-transition: all 500ms;
	transition: all .2s;
	transition: all 500ms;
	overflow-y: auto;
	width: 400px;
	z-index: 9999;
	padding: 30px 16px;
}

@media (max-width:992px) {
	.tbay-dropdown-cart.v2 .dropdown-content, #tbay-top-cart.v2 .dropdown-content, .tbay-bottom-cart.v2 .dropdown-content, .cart-popup.v2 .dropdown-content {
		padding: 0;
		width: 287px;
		font-size: 13px;
	}
	
	.tbay-dropdown-cart.v2 .dropdown-content .cart_empty, #tbay-top-cart.v2 .dropdown-content .cart_empty, .tbay-bottom-cart.v2 .dropdown-content .cart_empty, .cart-popup.v2 .dropdown-content .cart_empty {
		padding: 0 15px;
	}
	
	.tbay-dropdown-cart.v2 .dropdown-content .heading-title, #tbay-top-cart.v2 .dropdown-content .heading-title, .tbay-bottom-cart.v2 .dropdown-content .heading-title, .cart-popup.v2 .dropdown-content .heading-title {
		font-size: 18px;
		padding: 15px;
		border-bottom: 1px solid #f5f5f5;
	}
	
	.tbay-dropdown-cart.v2 .dropdown-content .offcanvas-close, #tbay-top-cart.v2 .dropdown-content .offcanvas-close, .tbay-bottom-cart.v2 .dropdown-content .offcanvas-close, .cart-popup.v2 .dropdown-content .offcanvas-close {
		top: 20px;
		left: auto;
		right: 10px;
	}
	
	.tbay-dropdown-cart.v2 .dropdown-content .cart_list, #tbay-top-cart.v2 .dropdown-content .cart_list, .tbay-bottom-cart.v2 .dropdown-content .cart_list, .cart-popup.v2 .dropdown-content .cart_list {
		padding: 0;
	}
	
	.tbay-dropdown-cart.v2 .dropdown-content .cart_list li, #tbay-top-cart.v2 .dropdown-content .cart_list li, .tbay-bottom-cart.v2 .dropdown-content .cart_list li, .cart-popup.v2 .dropdown-content .cart_list li {
		margin-top: 0;
		padding: 15px;
		border-bottom: 1px solid #f5f5f5;
	}
	
	.tbay-dropdown-cart.v2 .dropdown-content .cart_list .woocs_special_price_code span, #tbay-top-cart.v2 .dropdown-content .cart_list .woocs_special_price_code span, .tbay-bottom-cart.v2 .dropdown-content .cart_list .woocs_special_price_code span, .cart-popup.v2 .dropdown-content .cart_list .woocs_special_price_code span {
		font-size: 13px;
	}
	
	.tbay-dropdown-cart.v2 .dropdown-content .product-details, #tbay-top-cart.v2 .dropdown-content .product-details, .tbay-bottom-cart.v2 .dropdown-content .product-details, .cart-popup.v2 .dropdown-content .product-details {
		font-size: 12px;
		position: relative;
		max-width: 182px;
		padding-right: 20px;
	}
	
	.tbay-dropdown-cart.v2 .dropdown-content .product-image, #tbay-top-cart.v2 .dropdown-content .product-image, .tbay-bottom-cart.v2 .dropdown-content .product-image, .cart-popup.v2 .dropdown-content .product-image {
		max-width: 60px;
		margin-right: 15px;
	}
	
	.tbay-dropdown-cart.v2 .dropdown-content .group-button a.button, #tbay-top-cart.v2 .dropdown-content .group-button a.button, .tbay-bottom-cart.v2 .dropdown-content .group-button a.button, .cart-popup.v2 .dropdown-content .group-button a.button {
		min-width: 243px;
	}
	
	.tbay-dropdown-cart.v2 .dropdown-content .total, #tbay-top-cart.v2 .dropdown-content .total, .tbay-bottom-cart.v2 .dropdown-content .total, .cart-popup.v2 .dropdown-content .total {
		margin-bottom: 15px;
	}
}

.tbay-dropdown-cart.v2 .cart_list, #tbay-top-cart.v2 .cart_list, .tbay-bottom-cart.v2 .cart_list, .cart-popup.v2 .cart_list {
	padding-top: 17px;
}

.tbay-dropdown-cart.v2 .cart_list li, #tbay-top-cart.v2 .cart_list li, .tbay-bottom-cart.v2 .cart_list li, .cart-popup.v2 .cart_list li {
	margin: 15px 0 0;
	float: left;
	width: 100%;
	position: relative;
}

.tbay-dropdown-cart.v2 .product-details, #tbay-top-cart.v2 .product-details, .tbay-bottom-cart.v2 .product-details, .cart-popup.v2 .product-details {
	margin: 0;
	max-width: 180px;
}

.tbay-dropdown-cart.v2 .product-details .quantity, #tbay-top-cart.v2 .product-details .quantity, .tbay-bottom-cart.v2 .product-details .quantity, .cart-popup.v2 .product-details .quantity {
	margin: 2px 0 5px 0;
	color: #ccc;
	font-size: 13px;
	overflow: visible;
	float: none !important;
	border: 0;
}

.tbay-dropdown-cart.v2 .product-details a.remove, #tbay-top-cart.v2 .product-details a.remove, .tbay-bottom-cart.v2 .product-details a.remove, .cart-popup.v2 .product-details a.remove {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	margin: 0;
	line-height: 18px;
	width: 20px;
	height: 20px;
}

.tbay-dropdown-cart.v2 .product-image, #tbay-top-cart.v2 .product-image, .tbay-bottom-cart.v2 .product-image, .cart-popup.v2 .product-image {
	float: left;
	max-width: 90px;
	margin-right: 20px;
}

.tbay-dropdown-cart.v2.sidebar-right .dropdown-content, #tbay-top-cart.v2.sidebar-right .dropdown-content, .tbay-bottom-cart.v2.sidebar-right .dropdown-content, .cart-popup.v2.sidebar-right .dropdown-content {
	left: auto;
	right: -545px;
}

.tbay-dropdown-cart.v2.sidebar-right.active .dropdown-content, #tbay-top-cart.v2.sidebar-right.active .dropdown-content, .tbay-bottom-cart.v2.sidebar-right.active .dropdown-content, .cart-popup.v2.sidebar-right.active .dropdown-content {
	right: 0;
	left: auto;
}

.tbay-dropdown-cart.v2.sidebar-left .dropdown-content, #tbay-top-cart.v2.sidebar-left .dropdown-content, .tbay-bottom-cart.v2.sidebar-left .dropdown-content, .cart-popup.v2.sidebar-left .dropdown-content {
	right: auto;
	left: -545px;
}

.tbay-dropdown-cart.v2.sidebar-left.active .dropdown-content, #tbay-top-cart.v2.sidebar-left.active .dropdown-content, .tbay-bottom-cart.v2.sidebar-left.active .dropdown-content, .cart-popup.v2.sidebar-left.active .dropdown-content {
	left: 0;
	right: auto;
}

.tbay-dropdown-cart.v2 .group-button, #tbay-top-cart.v2 .group-button, .tbay-bottom-cart.v2 .group-button, .cart-popup.v2 .group-button {
	margin-top: 100px;
	margin-bottom: 16px;
}

@media (max-width:992px) {
	.tbay-dropdown-cart.v2 .group-button, #tbay-top-cart.v2 .group-button, .tbay-bottom-cart.v2 .group-button, .cart-popup.v2 .group-button {
		margin-top: 30px;
		margin-bottom: 30px;
		padding: 0 15px;
	}
}

.tbay-dropdown-cart.v2 .group-button a.button, #tbay-top-cart.v2 .group-button a.button, .tbay-bottom-cart.v2 .group-button a.button, .cart-popup.v2 .group-button a.button {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 9px 10px 10px;
	min-width: 300px;
	background: #fff;
	display: block;
	border: 1px solid #eee;
	margin-bottom: 6px;
}

@media (max-width:992px) {
	.tbay-dropdown-cart.v2 .group-button a.button, #tbay-top-cart.v2 .group-button a.button, .tbay-bottom-cart.v2 .group-button a.button, .cart-popup.v2 .group-button a.button {
		background: #f4f9fc;
		border: 0;
	}
}

.tbay-dropdown-cart.v2 .group-button a.button:hover, .tbay-dropdown-cart.v2 .group-button a.button.checkout, #tbay-top-cart.v2 .group-button a.button:hover, #tbay-top-cart.v2 .group-button a.button.checkout, .tbay-bottom-cart.v2 .group-button a.button:hover, .tbay-bottom-cart.v2 .group-button a.button.checkout, .cart-popup.v2 .group-button a.button:hover, .cart-popup.v2 .group-button a.button.checkout {
	background: var(--tb-theme-color);
	border-color: var(--tb-theme-color);
	color: #fff;
}

.tbay-dropdown-cart.v2 .group-button a.button i, #tbay-top-cart.v2 .group-button a.button i, .tbay-bottom-cart.v2 .group-button a.button i, .cart-popup.v2 .group-button a.button i {
	font-weight: 700;
	font-size: 13px;
	margin: 0 8px 0 0;
	color: inherit;
}

.tbay-dropdown-cart.v2 .cart_list, #tbay-top-cart.v2 .cart_list, .tbay-bottom-cart.v2 .cart_list, .cart-popup.v2 .cart_list {
	display: block !important;
}

#tbay-bottom-cart>.content .mini_cart_content a.remove {
	position: absolute;
	top: 5px;
	right: 5px;
	left: auto;
}

.tbay-dropdown-cart.v2 .product-details a.remove {
	display: block;
}

.woocs_price_code ins, .woocs_price_code .woocommerce-Price-amount {
	text-decoration: unset;
	font-weight: 600;
}

.woocs_price_code del .woocommerce-Price-amount {
	font-weight: normal;
}

body.active-admin-bar .woocommerce.v2 .dropdown-content, body.active-admin-bar .tbay-dropdown-cart.v2 .dropdown-content, body.active-admin-bar .tbay-bottom-cart.v2 .dropdown-content, body.admin-bar .product-canvas-sidebar .content {
	top: 32px;
}

@media (max-width:782px) {
	body.active-admin-bar .woocommerce.v2 .dropdown-content, body.active-admin-bar .tbay-dropdown-cart.v2 .dropdown-content, body.active-admin-bar .tbay-bottom-cart.v2 .dropdown-content, body.admin-bar .product-canvas-sidebar .content {
		top: 46px;
	}
}

.tbay-bottom-cart {
	position: relative;
}

.tbay-bottom-cart .content {
	position: fixed;
	bottom: 0;
	background: white;
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	-o-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
	left: 0;
	right: auto;
	width: 100%;
	z-index: 1000;
	opacity: 0;
	filter: alpha(opacity=0);
}

.tbay-bottom-cart .content .product_list_widget li {
	display: inline-block;
}

.tbay-bottom-cart .cart_list li {
	float: left;
	margin-top: 40px;
	margin-right: 50px;
}

.tbay-bottom-cart .offcanvas-close {
	right: 50px;
	left: auto;
}

.tbay-bottom-cart .group-button {
	right: 50px;
	top: 150px;
	left: auto;
	position: absolute;
}

.tbay-bottom-cart.active .content {
	bottom: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.tbay-bottom-cart.active:after {
	position: fixed;
	z-index: 9;
	background: rgba(0, 0, 0, .66);
	content: "";
	left: 0;
	height: 100%;
	top: 0;
	width: 100%;
}

body.offcanvas-right .tbay-dropdown-cart.v2 {
	visibility: visible;
	right: 0;
}

.wrapper-container {
	position: relative;
	left: 0;
	right: 0;
	height: 100%;
	-webkit-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.wrapper-container.offcanvas-right {
	z-index: 999;
}

.wrapper-container.offcanvas-left {
	z-index: 999;
}

.search-totop-content-wrapper {
	position: relative;
	z-index: 99;
}

.search-totop-content {
	padding: 48px 0 56px;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	background: #fff;
	width: 100%;
	z-index: 99;
	top: 0;
	pointer-events: none;
}

.search-totop-content.active {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
	filter: alpha(opacity=100);
	pointer-events: visible;
}

.search-totop-content .tbay-search-form {
	background: transparent;
	text-align: center;
	border: 0;
}

.search-totop-content .tbay-search-form .input-group {
	border: 0;
	border-bottom: 1px solid #eee;
	width: 100%;
	max-width: 770px;
	margin: 0 auto;
}

.search-totop-content .tbay-search-form .tbay-preloader {
	line-height: 52px;
	font-size: 18px;
	left: auto;
	right: 40px;
}

.search-totop-content .tbay-search-form .tbay-search {
	background: transparent;
	font-size: 18px;
	font-weight: bold;
	color: #232323;
	border-bottom: 0;
	height: 54px;
	padding: 0;
}

.search-totop-content .tbay-search-form .tbay-search::-webkit-input-placeholder {
	color: #232323;
}

.search-totop-content .tbay-search-form .tbay-search::-moz-placeholder {
	color: #232323;
}

.search-totop-content .tbay-search-form .tbay-search:-ms-input-placeholder {
	color: #232323;
}

.search-totop-content .tbay-search-form .tbay-search:-moz-placeholder {
	color: #232323;
}

.search-totop-content .tbay-search-form .button-group {
	background: transparent;
}

.search-totop-content .tbay-search-form .button-group .button-search {
	height: 54px !important;
	margin-top: 0;
	padding: 0 !important;
}

.search-totop-content .tbay-search-form .button-group .button-search:hover, .search-totop-content .tbay-search-form .button-group .button-search:focus {
	background: transparent !important;
}

.search-totop-content .tbay-search-form .button-group .button-search i {
	font-size: 18px;
	margin: 0;
}

.search-totop-wrapper {
	display: inline-block;
}

.search-totop-wrapper>form {
	border: 0;
}

.search-totop-wrapper .btn-search-totop {
	font-size: 15px;
	color: #232323;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
	padding: 0 10px;
}

.search-totop-wrapper .btn-search-totop:hover, .search-totop-wrapper .btn-search-totop:focus {
	color: var(--tb-theme-color);
	outline: 0;
}

.search-totop-wrapper .form-control {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	width: 0;
	top: 0;
	right: 0;
	left: auto;
	height: 36px;
	border: 1px solid #eee;
	border-radius: 8px;
	-webkit-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	padding: 5px;
}

.search-totop-wrapper:hover .form-control {
	opacity: 1;
	filter: alpha(opacity=100);
	width: 200px;
}

.more_products, .tbay-pagination-load-more, .show-view-all {
	text-align: center;
	margin-top: 10px;
}

.more_products i, .tbay-pagination-load-more i, .show-view-all i {
	margin-right: 5px;
	vertical-align: middle;
}

.more_products span, .tbay-pagination-load-more span, .show-view-all span {
	vertical-align: middle;
}

.more_products a, .tbay-pagination-load-more a, .show-view-all a {
	display: inline-block;
	padding: 0 30px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	background: var(--tb-theme-color);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.more_products a:hover, .tbay-pagination-load-more a:hover, .show-view-all a:hover {
	background: #222 !important;
	color: #fff;
}

.more_products a:focus, .tbay-pagination-load-more a:focus, .show-view-all a:focus {
	color: #fff;
}

.more_products a.active, .tbay-pagination-load-more a.active, .show-view-all a.active {
	background: rgba(255, 255, 255, .4) url("https://cdn-ilckpap.nitrocdn.com/iePdibcTnqFZGfQrAZiWduZfVIfoxcUY/assets/images/optimized/rev-7a9cce4/gadgetifybd.com/wp-content/themes/puca/images/load-more.gif") no-repeat top center !important;
	width: 100%;
	background-size: 100px !important;
	z-index: 999;
	border: 0;
	padding: 1px 0;
	color: transparent;
}

.more_products a.active.nitro-lazy, .tbay-pagination-load-more a.active.nitro-lazy, .show-view-all a.active.nitro-lazy {
	background: none !important;
}

.woocommerce .star-rating {
	margin: auto 0;
	overflow: hidden;
	position: relative;
	width: 6.5em;
	height: 18px;
	line-height: 1.2em;
	font-family: "star";
	font-size: 11px;
}

.woocommerce .star-rating:before {
	content: "SSSSS";
	color: #dbdbdb;
	float: left;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	left: 0;
	right: auto;
	position: absolute;
	letter-spacing: 3px;
	font-size: 11px;
}

.woocommerce .star-rating span {
	overflow: hidden;
	float: left;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 0;
	left: 0;
	right: auto;
	position: absolute;
	padding-top: 1.5em;
}

.woocommerce .star-rating span:before {
	content: "SSSSS";
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: absolute;
	left: 0;
	right: auto;
	color: #ffc02a;
	letter-spacing: 3px;
	font-size: 11px;
}

.woocommerce.single-product .information .star-rating {
	font-size: 14px;
	margin-top: -3px;
	width: 6.3em;
}

.woocommerce.single-product .information .star-rating span:before {
	font-size: 14px;
}

.archive-shop .page-title {
	font-size: 30px;
	font-weight: 900;
	text-align: left;
	margin: 0 0 20px;
}

.archive-shop #content>img {
	margin-bottom: 20px;
}

.tbay-filter {
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}

.tbay-filter .display-mode {
	float: left;
}

.tbay-filter .change-view {
	background: #fff;
	padding: 0;
	margin-right: 10px;
	margin-left: auto;
	border: 1px solid #eee;
	color: #bbb;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.tbay-filter .change-view:focus {
	outline: 0;
}

.tbay-filter .change-view.list {
	font-size: 18px;
}

.tbay-filter .change-view.grid {
	-webkit-transform: translate(0, -1px);
	-ms-transform: translate(0, -1px);
	-o-transform: translate(0, -1px);
	transform: translate(0, -1px);
}

.tbay-filter .change-view.active, .tbay-filter .change-view:hover {
	color: #fff;
	background: var(--tb-theme-color);
	border-color: var(--tb-theme-color);
}

.tbay-filter .woocommerce-result-count {
	color: #333;
	font-weight: 500;
	line-height: 40px;
	margin: 0;
}

.tbay-filter .woocommerce-ordering {
	margin: 0 !important;
	font-weight: 500;
	color: #333;
	padding: 0 20px;
	border: 1px solid #eee;
	z-index: 1;
}

.tbay-filter .woocommerce-ordering>span {
	float: left;
	margin-right: 10px;
	overflow: hidden;
	line-height: 40px;
}

.tbay-filter .SumoSelect {
	float: left;
	line-height: 40px;
	width: auto;
}

.tbay-filter .SumoSelect>.CaptionCont {
	border: 0;
	padding: 0 8px;
	background: transparent;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.tbay-filter .SumoSelect>.CaptionCont>label {
	margin: 0;
	width: auto;
	right: 0;
	left: auto;
}

.tbay-filter .SumoSelect>.CaptionCont>label:before {
	content: "";
	font-family: "simple-line-icons";
}

.tbay-filter .SumoSelect>.CaptionCont>label>i {
	display: none;
}

.tbay-filter .SumoSelect>.CaptionCont>span {
	cursor: pointer;
	font-weight: 700;
	padding-right: 30px;
}

.tbay-filter .SumoSelect>.CaptionCont:hover {
	color: var(--tb-theme-color);
}

.tbay-filter .SumoSelect>.optWrapper {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	min-width: 200px;
	top: 40px !important;
	left: -26px;
	z-index: 10;
}

.tbay-filter .SumoSelect>.optWrapper>.options li.opt {
	padding: 0 0 0 10px;
}

.tbay-filter .SumoSelect>.optWrapper>.options li.opt label {
	font-size: 12px;
	font-weight: 400;
}

.tbay-filter .SumoSelect:focus>.CaptionCont, .tbay-filter .SumoSelect:hover>.CaptionCont, .tbay-filter .SumoSelect.open>.CaptionCont {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.tbay-filter select {
	padding: 0 5px;
	vertical-align: middle !important;
}

.tbay-filter+.products .row .product-block.grid {
	margin-bottom: 30px;
}

.woocommerce .widget_price_filter .price_slider_amount {
	display: flex;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-direction: column-reverse;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label {
	text-align: left !important;
	margin: 10px 0;
	font-size: 14px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	max-width: 100px;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
}

.top-cart .dropdown.open .mini-cart:before {
	content: "";
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	width: 100%;
	height: 200px;
}

.top-cart .name a {
	color: #000 !important;
}

.top-cart .name a:hover {
	color: var(--tb-theme-color) !important;
}

.cart_list>div {
	margin: 10px 0;
	padding: 10px 0;
	overflow: hidden;
}

.cart_list .cart-item {
	line-height: 1.1;
	margin: 0;
	font-size: 14px !important;
}

.cart_list .cart-item .amount {
	font-size: 14px !important;
}

.cart_list .cart-main-content {
	text-align: left;
	position: relative;
}

.cart_list+.total {
	text-align: right;
	margin-top: 10px;
}

.cart_list+.total .amount {
	font-size: 15px !important;
}

.count {
	display: inline-block;
}

@media (max-width:991px) and (min-width:768px) {
	.woocommerce-cart .woocommerce form>.row>* {
		width: 100%;
		padding: 0;
	}
	
	.woocommerce-cart .woocommerce form>.row>* .cart_totals .wc-proceed-to-checkout {
		position: static;
		text-align: center;
	}
	
	.woocommerce-cart .woocommerce form>.row>* .cart_totals .wc-proceed-to-checkout a.checkout-button {
		display: inline-block;
		width: auto;
		margin: 0 auto;
	}
}

@media (max-width:991px) {
	.woocommerce-cart .woocommerce form>.row>* .cart_totals {
		padding: 10px;
	}
	
	.woocommerce-cart .woocommerce form>.row>* .cart_totals table.shop_table_responsive tbody th, .woocommerce-cart .woocommerce form>.row>* .cart_totals table.shop_table_responsive tbody td {
		display: initial;
	}
	
	.woocommerce-cart .woocommerce form>.row>* .cart_totals .wc-proceed-to-checkout {
		margin-top: 20px;
	}
}

@media (max-width:767px) {
	.shop_table .cart-bottom>.clearfix .update {
		display: none;
	}
}

@media (max-width:480px) {
	.shop_table .cart-bottom>.clearfix>* {
		width: auto;
		padding: 0 10px;
		font-size: 13px;
		text-transform: capitalize;
	}
	
	.shop_table .cart-bottom>.clearfix>*.continue-to-shop {
		padding: 0;
	}
	
	.shop_table .cart-bottom>.clearfix>* input[type="submit"] {
		font-size: 13px;
		font-weight: 600;
	}
	
	.shop_table .cart-bottom>.cart-bottom .coupon {
		display: inline-block;
		margin-bottom: 20px;
	}
}

@media (max-width:375px) {
	.shop_table .cart-bottom>.clearfix>* {
		width: 100%;
		padding: 0;
	}
	
	.shop_table .cart-bottom>.clearfix>*.update {
		text-align: center;
	}
	
	.shop_table .cart-bottom>.clearfix>* a {
		width: 100%;
	}
	
	.shop_table .cart-bottom>.clearfix>* input[type="submit"] {
		text-transform: capitalize;
	}
}

.shop_table .cart_item {
	display: flex;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-items: center;
	background: #fcfcfc;
	margin-bottom: 15px;
}

@media (max-width:1199px) {
	.shop_table .cart_item>span.product-thumbnail {
		max-width: 80px;
		padding-right: 10px;
	}
	
	.shop_table .cart_item>span.product-quantity .quantity button.minus, .shop_table .cart_item>span.product-quantity .quantity button.plus {
		width: 25px;
		font-size: 10px;
	}
}

@media (max-width:767px) {
	.shop_table .cart_item {
		display: block;
		padding-left: 100px;
		position: relative;
		background: #fff;
		border-bottom: 1px solid #eee;
		margin-bottom: 20px;
		min-height: 125px;
	}
	
	.shop_table .cart_item:first-child {
		margin-top: 40px;
	}
	
	.shop_table .cart_item>span {
		float: left;
		line-height: 38px;
	}
	
	.shop_table .cart_item>span.product-thumbnail {
		text-align: left;
		position: absolute;
		left: 0;
	}
	
	.shop_table .cart_item>span.product-thumbnail>a {
		max-width: 80px;
		display: inline-block;
		margin-bottom: 15px;
	}
	
	.shop_table .cart_item>span.product-name {
		float: left;
		width: 100%;
		padding-bottom: 5px;
		padding-top: 0;
		text-align: left;
		padding-right: 30px;
		line-height: 25px;
	}
	
	.shop_table .cart_item>span.product-subtotal b {
		font-weight: 500;
	}
	
	.shop_table .cart_item>span.product-price {
		min-width: 55px;
	}
	
	.shop_table .cart_item>span.product-remove {
		position: absolute;
		right: 5px;
		top: 0;
		line-height: 20px;
	}
	
	.shop_table .cart_item>span.product-remove a.remove {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 13px;
	}
	
	.shop_table .cart_item>span.product-quantity {
		margin: 0 20px;
	}
	
	.shop_table .cart_item>span.product-quantity .quantity {
		margin: 0 !important;
		min-width: 10px;
	}
	
	.shop_table .cart_item>span.product-quantity .quantity button.minus, .shop_table .cart_item>span.product-quantity .quantity button.plus {
		width: 15px;
		height: 36px;
		float: left;
		line-height: 36px;
	}
	
	.shop_table .cart_item>span.product-quantity .quantity input.qty {
		float: left;
		line-height: 36px;
		height: 36px;
		font-weight: normal;
	}
	
	.shop_table .cart_item>span p {
		display: none !important;
	}
}

.shop_table .cart_item>span {
	-webkit-box-flex: 1.5;
	-moz-box-flex: 1.5;
	-webkit-flex: 1.5;
	-ms-flex: 1.5;
	flex: 1.5;
	font-weight: normal;
	text-align: center;
}

.shop_table .cart_item>span p {
	display: inline-block;
	font-weight: 500;
	margin: 0 3px 0 0;
}

.shop_table .cart_item>span b {
	display: inline-block;
}

.shop_table .cart_item>span.product-thumbnail {
	max-width: 120px;
	margin-right: 20px;
}

.shop_table .cart_item>span.product-thumbnail img {
	width: 120px;
}

.shop_table .cart_item>span.product-remove {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.shop_table .cart_item>span.product-name {
	-webkit-box-flex: 2.5;
	-moz-box-flex: 2.5;
	-webkit-flex: 2.5;
	-ms-flex: 2.5;
	flex: 2.5;
	font-weight: 600;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media (max-width:767px) {
	.shop_table .cart_item>span.product-name {
		align-items: flex-start;
	}
}

.shop_table .cart_item>span.product-name .variation .variation-SoldBy {
	display: inline-block;
	width: auto;
}

.shop_table a.remove {
	width: 30px;
	height: 30px;
	border: 1px solid #eee;
	color: inherit !important;
	display: inline-block;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	line-height: 30px;
	font-weight: normal;
}

.shop_table a.remove:hover {
	border-color: var(--tb-theme-color);
	background: var(--tb-theme-color) !important;
	color: #fff !important;
}

.cart_totals {
	padding: 40px 30px;
	background: #fcfcfc;
	position: relative;
	margin: 0 !important;
}

.cart_totals h2 {
	margin: 0 0 10px;
	font-size: 18px;
}

.cart_totals table, .cart_totals table * {
	margin: 0 !important;
	border: 0 !important;
}

.cart_totals table tr, .cart_totals table * tr {
	height: 40px;
}

.cart_totals table tr *, .cart_totals table * tr * {
	padding: 0 !important;
}

.cart_totals table tr th, .cart_totals table * tr th {
	font-weight: normal !important;
}

.cart_totals table tr td, .cart_totals table * tr td {
	font-weight: 700;
	text-align: right;
}

.cart_totals table tr.shipping a, .cart_totals table * tr.shipping a {
	color: var(--tb-theme-color);
}

.cart_totals table tr.shipping .button, .cart_totals table * tr.shipping .button {
	line-height: 40px;
	padding: 0 30px !important;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 20px !important;
	font-weight: 700;
}

.cart_totals table tr.shipping .button:hover, .cart_totals table * tr.shipping .button:hover {
	border-color: #000;
	color: #fff;
	background: #000;
	text-decoration: none;
}

.cart_totals .wc-proceed-to-checkout {
	padding: 0;
	margin-top: 10px;
}

.return-to-shop {
	padding-top: 15px;
}

.place-order {
	padding: 40px;
}

.yith-wcwl-add-button>a i {
	margin: 0 !important;
}

.yith-wcwl-share ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.display, ul#shipping_method, ul.payment_methods {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.payment_methods li {
	margin-bottom: 40px;
}

ul.products-list {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 20px;
}

.input-text {
	border: 1px solid #eee;
	padding: 5px 10px;
}

.woocommerce address {
	margin-bottom: 20px;
}

.woocommerce .quantity button.minus, .woocommerce-page .quantity button.minus, .woocommerce .quantity button.plus, .woocommerce-page .quantity button.plus {
	border: 0;
	background: transparent;
	padding: 0;
	width: 40px;
	height: 43px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	text-align: center;
}

.woocommerce .quantity button.minus:focus, .woocommerce .quantity button.minus:hover, .woocommerce-page .quantity button.minus:focus, .woocommerce-page .quantity button.minus:hover, .woocommerce .quantity button.plus:focus, .woocommerce .quantity button.plus:hover, .woocommerce-page .quantity button.plus:focus, .woocommerce-page .quantity button.plus:hover {
	outline: 0;
	color: var(--tb-theme-color);
}

.single-product-cart .quantity span {
	display: none;
}

.woocommerce .product-quantity .quantity, .woocommerce-page form.cart .quantity {
	border: 1px solid #eee;
	margin-right: 10px !important;
	margin-left: auto;
	float: left !important;
	min-width: 116px;
}

.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
	height: 43px;
	border: 0 !important;
	background: transparent;
	width: 30px;
	padding: 0;
	font-weight: 700;
	display: inline-block;
	margin: 0;
}

.woocommerce div.product .woocommerce-tabs.tabs-v1 {
	margin-top: 30px;
}

.woocommerce div.product .woocommerce-tabs.tabs-v1 ul.tabs {
	margin: 0;
	padding: 0;
	position: relative;
	background: #fff;
}

.woocommerce div.product .woocommerce-tabs.tabs-v1 ul.tabs:before {
	content: "";
	background: #eee;
	width: 100%;
	height: 1px;
	bottom: 0;
	position: absolute;
	left: 0;
	right: auto;
	z-index: 0;
	border-color: #eee;
}

.woocommerce div.product .woocommerce-tabs.tabs-v1 ul.tabs:after {
	display: none !important;
}

.woocommerce div.product .woocommerce-tabs.tabs-v1 ul.tabs li {
	padding: 20px 30px;
	float: left;
	line-height: 20px;
	border: 1px solid transparent;
	margin: 0;
	background: transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs.tabs-v1 ul.tabs li:after, .woocommerce div.product .woocommerce-tabs.tabs-v1 ul.tabs li:before {
	display: none;
}

.woocommerce div.product .woocommerce-tabs.tabs-v1 ul.tabs li:first-child {
	padding-left: 40px;
}

.woocommerce div.product .woocommerce-tabs.tabs-v1 ul.tabs li:first-child:not(.active) {
	border-left-color: transparent;
}

.woocommerce div.product .woocommerce-tabs.tabs-v1 ul.tabs li:last-child {
	padding-right: 30px;
	border-right: 1px solid transparent;
}

.woocommerce div.product .woocommerce-tabs.tabs-v1 ul.tabs li.active {
	border-color: #eee;
	border-bottom-color: transparent;
	position: relative;
}

.woocommerce div.product .woocommerce-tabs.tabs-v1 ul.tabs li.active:before {
	content: "";
	background: #fff;
	width: 100%;
	height: 1px;
	bottom: -2px;
	position: absolute;
	left: 0;
	right: auto;
	display: block;
	z-index: 9;
	box-shadow: none;
	border: 0;
}

.woocommerce div.product .woocommerce-tabs.tabs-v1 ul.tabs li.active>a {
	color: #232323;
	border: 0;
}

.woocommerce div.product .woocommerce-tabs.tabs-v1 ul.tabs li:hover a {
	border-color: transparent !important;
}

.woocommerce div.product .woocommerce-tabs.tabs-v1 ul.tabs li>a {
	color: #bbb;
	font-size: 14px;
	direction: ltr;
}

.woocommerce div.product .woocommerce-tabs.tabs-v1.vertical-tabs {
	position: relative;
	padding-left: 200px;
}

@media (max-width:767px) {
	.woocommerce div.product .woocommerce-tabs.tabs-v1.vertical-tabs {
		padding-left: 0;
	}
}

.woocommerce div.product .woocommerce-tabs.tabs-v1.vertical-tabs .wc-tab {
	border-top: 1px solid #eee !important;
}

.woocommerce div.product .woocommerce-tabs.tabs-v1.vertical-tabs ul.tabs {
	position: absolute;
	padding: 0;
	left: 1px;
	right: auto;
	border-right: 0;
	height: auto;
	width: 200px;
	z-index: 9;
}

@media (max-width:767px) {
	.woocommerce div.product .woocommerce-tabs.tabs-v1.vertical-tabs ul.tabs {
		position: relative;
		left: auto;
		width: 100%;
	}
}

.woocommerce div.product .woocommerce-tabs.tabs-v1.vertical-tabs ul.tabs:before {
	display: none !important;
}

.woocommerce div.product .woocommerce-tabs.tabs-v1.vertical-tabs ul.tabs li {
	display: block !important;
	float: none;
	max-width: 200px;
	padding-left: 20px !important;
	border: 1px solid #eee;
	border-bottom: 0;
	text-align: center;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	padding: 15px 30px;
}

@media (max-width:767px) {
	.woocommerce div.product .woocommerce-tabs.tabs-v1.vertical-tabs ul.tabs li {
		padding: 5px 10px;
		max-width: 100%;
		border: 1px solid transparent !important;
	}
	
	.woocommerce div.product .woocommerce-tabs.tabs-v1.vertical-tabs ul.tabs li.active, .woocommerce div.product .woocommerce-tabs.tabs-v1.vertical-tabs ul.tabs li:hover {
		border-color: #eee !important;
		border-bottom-color: transparent !important;
	}
	
	.woocommerce div.product .woocommerce-tabs.tabs-v1.vertical-tabs ul.tabs li.active:before, .woocommerce div.product .woocommerce-tabs.tabs-v1.vertical-tabs ul.tabs li:hover:before {
		display: none;
	}
}

.woocommerce div.product .woocommerce-tabs.tabs-v1.vertical-tabs ul.tabs li.active:before, .woocommerce div.product .woocommerce-tabs.tabs-v1.vertical-tabs ul.tabs li:hover:before {
	width: 1px;
	height: 100%;
	left: auto;
	right: -1px;
	bottom: 0;
}

.woocommerce div.product .woocommerce-tabs.tabs-v1.vertical-tabs ul.tabs li:last-child {
	border-bottom: 1px solid #eee;
}

.woocommerce div.product .woocommerce-tabs.tabs-v1.vertical-tabs ul.tabs li a {
	line-height: 20px;
	border: 0 !important;
}

.woocommerce div.product .woocommerce-tabs.tabs-v1.vertical-tabs ul.tabs li:first-child {
	border-bottom-width: 1px;
}

.woocommerce div.product .woocommerce-tabs.tabs-v1.vertical-tabs ul.tabs li:first-child:not(.active) {
	border-left-color: #eee;
	border-right-color: #eee;
}

.woocommerce div.product .woocommerce-tabs.tabs-v1.vertical-tabs .tab-content {
	border: 1px solid #eee;
	border-left: 0;
	min-height: 300px;
}

.woocommerce div.product .woocommerce-tabs.tabs-v1 .wc-tab {
	padding: 20px 40px;
	border: 1px solid #eee;
	min-height: 250px;
}

.woocommerce-product-details__short-description {
	font-size: 13px;
}

.widget.upsells, .widget.related {
	margin-top: 60px;
}

.widget.upsells .products-grid>.row, .widget.related .products-grid>.row {
	margin: 0;
}

.widget.upsells .widget-title, .widget.related .widget-title {
	padding-bottom: 20px !important;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
	line-height: normal;
}

@media (max-width:767px) {
	.widget.upsells .widget-title, .widget.related .widget-title {
		padding-top: 0;
	}
}

.widget.upsells .owl-carousel, .widget.related .owl-carousel {
	padding: 0 !important;
}

.widget.upsells .owl-carousel .slick-arrow, .widget.related .owl-carousel .slick-arrow {
	top: -33px;
	border: 0;
	font-size: 20px;
	font-size: 14px;
	background: transparent;
	opacity: 1;
	filter: alpha(opacity=100);
}

.widget.upsells .owl-carousel .slick-arrow.slick-prev, .widget.related .owl-carousel .slick-arrow.slick-prev {
	right: 30px;
	left: auto;
}

.widget.upsells .owl-carousel .slick-arrow.slick-prev i:before, .widget.related .owl-carousel .slick-arrow.slick-prev i:before {
	content: "";
	font-family: "simple-line-icons";
}

.widget.upsells .owl-carousel .slick-arrow.slick-next, .widget.related .owl-carousel .slick-arrow.slick-next {
	right: 0;
	left: auto;
}

.widget.upsells .owl-carousel .slick-arrow.slick-next i:before, .widget.related .owl-carousel .slick-arrow.slick-next i:before {
	content: "";
	font-family: "simple-line-icons";
}

.widget.upsells .owl-carousel .slick-arrow:hover, .widget.related .owl-carousel .slick-arrow:hover {
	background: transparent;
	color: var(--tb-theme-color);
}

.related {
	margin: 0;
}

.related .woocommerce-product-gallery__trigger, .related .zoomImg {
	display: none !important;
}

.woocommerce form .form-row textarea {
	height: 150px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	overflow: hidden;
}

.woocommerce form .form-row input.input-text {
	padding-left: 10px !important;
	font-weight: normal;
	margin-bottom: 10px !important;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	padding: 0;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.flex-control-thumbs li {
	padding: 0;
	margin-top: 15px !important;
}

.no-carousel[data-columns="2"] .flex-control-thumbs li {
	width: 50% !important;
}

.no-carousel[data-columns="3"] .flex-control-thumbs li {
	width: 33.33333% !important;
}

.no-carousel[data-columns="4"] .flex-control-thumbs li {
	width: 25% !important;
}

.no-carousel[data-columns="5"] .flex-control-thumbs li {
	width: 20% !important;
}

.image-mains .flex-control-thumbs.owl-theme:hover .owl-controls div {
	opacity: 1;
	filter: alpha(opacity=100);
}

.top-archive .widget-title {
	margin-bottom: 10px;
	display: inline-block;
	font-weight: bold !important;
	margin: 0 !important;
}

.top-archive .subtitle {
	display: inline-block;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 300;
	color: #222;
	margin-left: 5px;
}

.top-archive .widget-products.products {
	margin-top: 65px;
}

.top-archive .widget-products.widget-carousel .owl-carousel .owl-controls .owl-nav {
	text-align: left;
	left: 15px;
}

.image-mains .flex-control-thumbs {
	padding: 0 25px !important;
}

.style-vertical .image-mains .flex-control-thumbs {
	padding: 0 !important;
}

@media (max-width:1199px) {
	.style-vertical .image-mains .flex-control-thumbs {
		padding: 0 25px !important;
	}
}

.style-vertical .image-mains span.onsale {
	left: 115px !important;
	width: auto;
}

.style-vertical.vertical-right .image-mains span.onsale {
	left: 20px !important;
}

@media (max-width:767px) {
	.style-vertical.vertical-right .image-mains span.onsale {
		left: 5px !important;
	}
}

.flex-control-thumbs li {
	padding: 0;
	margin-top: 15px !important;
}

.style-horizontal .flex-control-thumbs li, .style-vertical .flex-control-thumbs li, .style-default .flex-control-thumbs li {
	clear: none !important;
}

@media (max-width:1199px) {
	.style-horizontal .flex-control-thumbs li, .style-vertical .flex-control-thumbs li, .style-default .flex-control-thumbs li {
		margin-top: 0 !important;
	}
}

.no-carousel[data-columns="2"] .flex-control-thumbs li {
	width: 50% !important;
}

.no-carousel[data-columns="3"] .flex-control-thumbs li {
	width: 33.33333% !important;
}

.no-carousel[data-columns="4"] .flex-control-thumbs li {
	width: 25% !important;
}

.no-carousel[data-columns="5"] .flex-control-thumbs li {
	width: 20% !important;
}

.image-mains .flex-control-thumbs.owl-theme:hover .owl-controls div {
	opacity: 1;
	filter: alpha(opacity=100);
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	margin-bottom: 0 !important;
}

.slick-slider .slick-dots {
	margin: 15px 0 0 !important;
	position: static;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: 0;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	margin: 0 15px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-initialized .slick-slide:focus {
	outline: 0;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

@media (min-width:1200px) {
	.style-vertical .image-mains .woocommerce-product-gallery {
		padding-left: 90px;
	}
	
	.style-vertical .image-mains .woocommerce-product-gallery.no-gallery-image {
		padding: 0 !important;
	}
	
	.style-vertical .image-mains .woocommerce-product-gallery .flex-control-nav {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		right: auto;
		width: 80px;
		padding: 0;
	}
}

.style-vertical.vertical-right .woocommerce-product-gallery.no-gallery-image .woocommerce-product-gallery__trigger {
	right: .5em !important;
	top: .5em !important;
}

@media (min-width:1200px) {
	.style-vertical.vertical-right .woocommerce-product-gallery {
		padding-left: 0;
		padding-right: 90px;
	}
	
	.style-vertical.vertical-right .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
		right: 110px !important;
		top: 15px !important;
	}
	
	.style-vertical.vertical-right .woocommerce-product-gallery .flex-control-nav {
		right: 0;
		left: auto;
	}
	
	.style-vertical.vertical-right .woocommerce-product-gallery .tbay-modalButton {
		right: 110px;
	}
}

.style-vertical .woocommerce-product-gallery:hover .slick-arrow {
	opacity: 1;
	filter: alpha(opacity=100);
}

.style-vertical .woocommerce-product-gallery:hover .owl-prev {
	top: -30px;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.style-horizontal .flex-control-nav .slick-list li {
	margin-top: 0 !important;
}

.style-horizontal.horizontal-top .woocommerce-product-gallery {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column-reverse;
}

.style-horizontal.horizontal-top .woocommerce-product-gallery .flex-control-nav.slick-initialized {
	margin-top: 0 !important;
	margin-bottom: 20px !important;
}

.style-horizontal.horizontal-top .woocommerce-product-gallery.no-gallery-image .woocommerce-product-gallery__trigger {
	top: .5em !important;
}

.style-horizontal.horizontal-top .woocommerce-product-gallery.no-gallery-image .onsale {
	top: 15px !important;
}

.style-horizontal.horizontal-top .woocommerce-product-gallery.no-gallery-image .tbay-modalButton {
	top: 15px !important;
}

.style-horizontal.horizontal-top .woocommerce-product-gallery .onsale {
	top: 180px !important;
}

.style-horizontal.horizontal-top .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	top: 167px !important;
}

.style-horizontal.horizontal-top .woocommerce-product-gallery .tbay-modalButton {
	top: 155px !important;
}

.style-horizontal.horizontal-top .woocommerce-product-gallery:hover .slick-arrow {
	opacity: 1;
	filter: alpha(opacity=100);
}

.style-horizontal.horizontal-top .woocommerce-product-gallery:hover .owl-prev {
	left: -3px;
}

.style-horizontal.horizontal-top .woocommerce-product-gallery:hover .owl-next {
	right: -3px;
}

.flex-control-nav.slick-initialized {
	margin-top: 20px !important;
}

@media (max-width:1199px) {
	.flex-control-nav.flex-control-thumbs .slick-arrow {
		opacity: 1;
		filter: alpha(opacity=100);
	}
}

.flex-control-nav:hover .slick-arrow {
	opacity: 1;
	filter: alpha(opacity=100);
}

.flex-control-nav .slick-arrow {
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	color: #222;
	width: 30px;
	height: 30px;
	pointer-events: all;
	-webkit-transition: all 500ms;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
	transition: all 500ms;
	position: absolute;
	z-index: 9;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.flex-control-nav .slick-arrow:hover.owl-prev, .flex-control-nav .slick-arrow:hover.owl-next {
	color: var(--tb-theme-color);
}

.flex-control-nav .slick-arrow:after {
	font-family: "simple-line-icons";
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	width: 100%;
	text-indent: 0;
	font-size: 20px;
	font-weight: normal;
}

.flex-control-nav .slick-arrow.owl-next:after {
	content: "";
}

.flex-control-nav .slick-arrow.owl-prev {
	right: auto;
	left: 0;
}

.flex-control-nav .slick-arrow.owl-next {
	right: 0;
	left: auto;
}

.flex-control-nav.slick-vertical {
	margin-top: 0 !important;
}

.flex-control-nav.slick-vertical.flex-control-thumbs {
	overflow: visible !important;
}

.flex-control-nav.slick-vertical.flex-control-thumbs li {
	margin-top: 0 !important;
	margin-bottom: 10px !important;
}

.flex-control-nav.slick-vertical.flex-control-thumbs li:last-child {
	margin-bottom: 0 !important;
}

.flex-control-nav.slick-vertical .slick-track, .flex-control-nav.slick-vertical .slick-list {
	margin: 0 !important;
}

.flex-control-nav.slick-vertical .slick-arrow {
	position: absolute;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	width: 30px;
	height: 30px;
	background: transparent;
	pointer-events: all;
	border: none !important;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
	transform: translate(-50%, 0);
	left: 50% !important;
}

.flex-control-nav.slick-vertical .slick-arrow.owl-prev {
	top: -30px;
}

.flex-control-nav.slick-vertical .slick-arrow.owl-prev:after {
	transform: rotate(90deg);
}

.flex-control-nav.slick-vertical .slick-arrow.owl-next {
	top: auto;
	bottom: -15px;
}

.flex-control-nav.slick-vertical .slick-arrow.owl-next:after {
	transform: rotate(90deg);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#reviews .reviews-summary {
	padding: 0;
	outline: 0;
}

#reviews .reviews-summary>.row {
	outline: 0;
}

#reviews .reviews-summary>.row>* {
	outline: 0;
}

#reviews .reviews-summary #comments {
	background-color: transparent;
}

#reviews .reviews-summary #comments:before, #reviews .reviews-summary #comments:after {
	display: none;
}

#reviews .reviews-summary .reviews-col1>h5, #reviews .reviews-summary .reviews-col2>h5 {
	font-weight: bold;
}

#reviews .reviews-summary h5 {
	text-transform: capitalize;
	margin: 0 0 20px;
	border-bottom: 1px solid #eee;
	padding: 0 0 15px;
}

@media (max-width:992px) {
	#reviews .reviews-summary h5 {
		border-bottom: 1px solid #eee;
	}
}

#reviews .reviews-summary .tbay-author {
	text-align: center;
	margin-top: 5px;
}

#reviews .reviews-summary .review-summary-total {
	text-align: center;
	font-weight: 400;
}

#reviews .reviews-summary .review-summary-total .review-summary-result {
	width: 90px;
	height: 90px;
	text-align: center;
	border: 2px solid #f65b47;
	color: #f65b47;
	line-height: 90px;
	font-size: 24px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	margin-bottom: 8px;
}

#reviews .reviews-summary .media-body {
	width: 10000px;
}

#reviews .reviews-summary .review-summary-detal {
	overflow: hidden;
	display: block;
}

#reviews .reviews-summary .review-summary-detal .review-label {
	color: #000;
	font-weight: 400;
	line-height: 18px;
}

#reviews .progress {
	max-width: 300px;
	line-height: 18px;
	height: 18px;
}

#reviews .comments {
	border: 0;
	padding-top: 0;
	padding: 0;
}

@media (max-width:992px) {
	#reviews .comments {
		padding: 0;
	}
}

#reviews .comments h5 {
	margin-bottom: 20px;
	text-transform: capitalize;
}

#reviews .comments .commentlist {
	margin: 15px 0;
}

#reviews .comments .commentlist li {
	color: initial;
	font-style: initial;
}

#reviews .comments .commentlist li .description {
	font-size: 13px;
}

#reviews .comments .commentlist .comment {
	margin-bottom: 19px;
	padding-bottom: 19px;
	border-bottom: 1px solid #eee;
	line-height: normal;
}

#reviews .comments .commentlist .comment:last-child {
	border-bottom: 0;
}

#reviews .comments .commentlist .tbay-avata {
	width: 100px;
	text-align: center;
	margin-left: -20px;
	text-overflow: ellipsis;
	overflow: hidden;
}

@media (max-width:767px) {
	#reviews .comments .commentlist .tbay-avata {
		margin-left: -15px;
	}
}

#reviews .comments .commentlist .tbay-avata>div {
	display: inline-block;
}

#reviews .comments .commentlist .tbay-avata .tbay-image .avatar {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 5px;
}

#reviews .comments .commentlist .tbay-avata .tbay-author {
	color: #000;
	font-weight: 600;
	font-style: initial;
	font-size: 13px;
	padding-top: 10px;
	text-transform: capitalize;
}

#reviews .comments .commentlist .comment-text {
	border: 0;
	padding: 0;
}

#reviews .comments .commentlist .comment-text .meta {
	color: #bbb;
	margin: 0;
}

#reviews .comments .commentlist .comment-text>div {
	width: 100%;
}

#reviews .comments .commentlist .comment-text>div.comment-date-author>* {
	display: inline-block;
	color: var(--tb-theme-color);
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}

#reviews .comments .commentlist .comment-text>div.comment-date-author>* i, #reviews .comments .commentlist .comment-text>div.comment-date-author>* span {
	color: #f65b47;
	float: left;
}

#reviews .comments .commentlist .comment-text>div.comment-date-author>* span {
	margin: 0 4px;
	text-transform: capitalize;
}

#reviews .comments .commentlist .comment-text>div.comment-date-author>* i {
	font-size: 14px;
}

#reviews .comments .commentlist .comment-text>div.comment-date-author time {
	padding-left: 15px;
}

@media (max-width:480px) {
	#reviews .comments .commentlist .comment-text>div.comment-date-author time {
		padding-left: 0;
		margin-top: 5px;
	}
}

#reviews .comments .commentlist .comment-text .star-rating {
	margin-bottom: 15px;
	width: 6.5em;
	float: left;
}

#reviews .review_form_wrapper {
	padding: 0;
}

#reviews .review_form_wrapper p.stars a {
	font-size: 16px;
	color: #dbdbdb;
}

#reviews .review_form_wrapper p.stars a:before {
	content: "";
}

#reviews .review_form_wrapper #respond p {
	margin: 0 0 3px;
	position: relative;
	z-index: 0;
}

#reviews .review_form_wrapper #respond p.comment-form-email+p {
	margin-top: 20px;
}

#reviews .review_form_wrapper #respond p.comment-form-comment {
	margin-top: 25px;
}

#reviews .review_form_wrapper #respond p .fa {
	position: absolute;
	color: #cdcac3;
	z-index: 100;
	font-size: 13px;
	border: 0;
	left: 12px;
	right: auto;
	top: 10px;
}

#reviews .review_form_wrapper #respond .form-submit input {
	float: right;
	background-color: var(--tb-theme-color);
	padding: 5px 33px;
	text-transform: uppercase;
	color: #fff;
	box-shadow: none;
	border: 0;
}

#reviews .review_form_wrapper #respond .form-submit input:hover, #reviews .review_form_wrapper #respond .form-submit input:focus {
	background: #f8f8f8;
	color: #232323;
}

#reviews .review_form_wrapper #respond #comment, #reviews .review_form_wrapper #respond input[type="text"] {
	background-color: #fff;
	border: solid 1px #eee;
	min-height: 36px;
	padding: 1px 30px;
	margin-bottom: 15px;
}

#reviews .review_form_wrapper #respond input[type="text"] {
	height: 36px;
}

#reviews .review_form_wrapper #respond #comment {
	padding-top: 6px;
	overflow: hidden;
}

#reviews .progress {
	margin-bottom: 15px;
	background-color: #eee;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#reviews .progress .progress-bar {
	color: #222;
	line-height: 18px;
	background-image: none;
}

#reviews .progress .progress-bar.nitro-lazy {
	background-image: none !important;
}

#reviews .progress .progress-bar.progress-bared {
	color: #fff;
}

#reviews #reply-title {
	margin-bottom: 14px;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 500;
}

.woocommerce table.cart thead tr th {
	border-bottom: 0;
	text-align: center;
}

.woocommerce table.cart tbody tr td {
	text-align: center !important;
}

.woocommerce table.cart img {
	width: 70px;
}

.woocommerce table.cart .quantity {
	float: none;
}

.woocommerce table.cart .product-name a {
	color: #222;
	font-weight: 500;
}

.woocommerce table.cart .product-name a:hover, .woocommerce table.cart .product-name a:focus {
	color: var(--tb-theme-color);
}

.woocommerce table.cart .product-name .tbay-subtitle {
	color: #bbb;
}

.woocommerce table.cart .product-price *, .woocommerce table.cart .product-subtotal * {
	color: #222;
	font-weight: 500;
}

@media (min-width:768px) {
	#main>.woocommerce {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width:768px) {
	body.woocommerce-checkout #main>.woocommerce, .woocommerce-cart #main>.woocommerce {
		padding-left: 0;
		padding-right: 0;
	}
}

#yith-wcwl-form .wishlist_table .product-remove a {
	display: inline-block;
}

#yith-wcwl-form .wishlist_table tr td.product-stock-status span.wishlist-in-stock {
	color: #2d7;
	text-transform: capitalize;
	font-size: 14px;
}

#yith-wcwl-form .yith-wcwl-share ul {
	margin: 0;
	padding: 0;
}

#yith-wcwl-form thead th {
	font-size: 16px;
}

#yith-wcwl-form .yith-wcqv-button {
	display: none;
}

.woocommerce .cart_totals {
	margin-bottom: 44px;
}

.woocommerce .woocommerce-checkout {
	margin-bottom: 50px;
}

@media (max-width:480px) {
	.woocommerce-cart table.cart td.actions .coupon .input-text {
		width: 100%;
		margin-bottom: 10px;
	}
}

@media (max-width:480px) {
	.woocommerce-cart table.cart td.actions .coupon input, .woocommerce-cart table.cart .pull-right input {
		width: 100%;
	}
}

@media (max-width:480px) {
	.woocommerce-cart table.cart .pull-right {
		float: none !important;
	}
}

.woocommerce-checkout .woocommerce-info {
	border: 1px solid #eee;
	line-height: 50px;
	padding: 0;
	background: transparent;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
}

.woocommerce-checkout .woocommerce-info:before {
	display: none;
}

.woocommerce-checkout .woocommerce-info a {
	display: block;
	padding: 0 30px;
	position: relative;
}

@media (max-width:480px) {
	.woocommerce-checkout .woocommerce-info a {
		padding: 0 15px;
	}
}

.woocommerce-checkout .woocommerce-info a i {
	position: absolute;
	right: 20px;
	left: auto;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.woocommerce-checkout .woocommerce-info a span {
	font-size: 13px;
	text-transform: initial;
	font-weight: normal;
	margin-left: 5px;
}

.woocommerce-checkout .woocommerce-info a span:before {
	content: "(";
}

.woocommerce-checkout .woocommerce-info a span:after {
	content: ")";
}

.woocommerce-checkout form.login, .woocommerce-checkout form.checkout_coupon {
	border: 0;
	margin: -10px 0 10px;
	padding: 40px;
	background: #fcfcfc;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

@media (max-width:480px) {
	.woocommerce-checkout form.login, .woocommerce-checkout form.checkout_coupon {
		padding: 15px;
	}
}

.woocommerce-checkout form.login>p, .woocommerce-checkout form.checkout_coupon>p {
	max-width: 600px;
	margin: 0 auto !important;
}

.woocommerce-checkout form.login>p:not(.form-row):not(.lost_password), .woocommerce-checkout form.checkout_coupon>p:not(.form-row):not(.lost_password) {
	text-align: center;
	margin-bottom: 20px !important;
}

@media (max-width:375px) {
	.woocommerce-checkout form.login>p, .woocommerce-checkout form.checkout_coupon>p {
		max-width: initial;
		width: 100%;
	}
	
	.woocommerce-checkout form.login>p input[type="submit"], .woocommerce-checkout form.checkout_coupon>p input[type="submit"] {
		margin: 15px auto 0;
	}
}

.woocommerce-checkout form.login #nsl-custom-login-form-1, .woocommerce-checkout form.checkout_coupon #nsl-custom-login-form-1 {
	max-width: 600px;
	margin: 0 auto !important;
}

.woocommerce-checkout form.login .lost_password a, .woocommerce-checkout form.checkout_coupon .lost_password a {
	text-decoration: underline;
}

.woocommerce-checkout form.login .lost_password a:hover, .woocommerce-checkout form.checkout_coupon .lost_password a:hover {
	text-decoration: none;
}

.woocommerce-checkout .form-row {
	padding: 0 !important;
	margin: 0 0 20px !important;
}

.woocommerce-checkout .form-row input[type="checkbox"] {
	float: none;
	margin: 0 5px 0 0;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	position: static;
}

.woocommerce-checkout .form-row button[type="submit"], .woocommerce-checkout .form-row input[type="submit"] {
	background: var(--tb-theme-color);
	color: #fff;
	line-height: 40px;
	padding: 0 30px;
	border: 0;
	margin-right: 20px;
	font-size: 13px;
	text-transform: uppercase;
}

.woocommerce-checkout .form-row button[type="submit"]:hover, .woocommerce-checkout .form-row input[type="submit"]:hover {
	background: #222;
}

.woocommerce-checkout .form-row input {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.woocommerce-checkout .form-row label {
	font-weight: 500;
}

.woocommerce-checkout .form-row label span {
	vertical-align: middle;
	font-weight: normal;
}

.woocommerce-checkout .form-row.woocommerce-invalid label {
	color: inherit !important;
}

.woocommerce-checkout form.login .form-row {
	padding-bottom: 20px !important;
}

.woocommerce-checkout form.login .form-row.last {
	padding-bottom: 10px !important;
}

.woocommerce-checkout form.checkout {
	padding: 25px 30px 28px;
	border: 1px solid #eee;
	position: relative;
}

@media (max-width:480px) {
	.woocommerce-checkout form.checkout {
		padding: 15px;
	}
}

.woocommerce-checkout form.checkout h3 {
	text-transform: uppercase;
	margin: 30px 0 0;
	font-size: 14px;
}

.woocommerce-checkout form.checkout .subtitle {
	color: #aaa;
	margin-bottom: 10px;
}

.woocommerce-checkout form.checkout .subtitle a {
	color: var(--tb-theme-color);
}

.woocommerce-checkout form.checkout .subtitle a:hover {
	text-decoration: underline;
}

#order_review .shop_table:before, #order_review .shop_table:after {
	content: " ";
	display: table;
}

#order_review .shop_table:after {
	clear: both;
}

@media (max-width:767px) {
	#order_review .shop_table.woocommerce-checkout-review-order-table .cart_item>span.product-name {
		padding: 0;
	}
	
	#order_review .shop_table.woocommerce-checkout-review-order-table .cart_item>span.product-quantity {
		margin: 0 20px;
	}
	
	#order_review .shop_table.woocommerce-checkout-review-order-table .cart_item>span.product-quantity b {
		font-weight: normal;
	}
	
	#order_review .shop_table.woocommerce-checkout-review-order-table .cart_item>span.product-quantity b:before {
		content: "×";
		position: relative;
		top: 2px;
		margin-right: 1px;
	}
}

#order_review .shop_table .cart_item>span.product-price, #order_review .shop_table .cart_item>span.product-quantity {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

#order_review .shop_table .cart_item>span.product-name, #order_review .shop_table .cart_item>span.product-total {
	-webkit-box-flex: 2;
	-moz-box-flex: 2;
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2;
}

#order_review .shop_table .cart_totals {
	margin: 15px 0 !important;
	line-height: 30px;
	padding: 20px;
	background: #f5f5f5;
	max-width: 350px;
}

@media (max-width:480px) {
	#order_review .shop_table .cart_totals {
		width: 100%;
		margin: 0 0 20px !important;
	}
}

#order_review .shop_table .cart_totals>div>p, #order_review .shop_table .cart_totals>div>span {
	display: inline-block;
}

#order_review .shop_table .cart_totals>div>p {
	min-width: 125px;
	margin: 0;
}

#order_review .shop_table .cart_totals>div>span {
	font-weight: 700;
	float: right;
}

.tb-cart-total {
	clear: both;
	float: left;
	width: 100%;
	margin: 20px 0;
}

.woocommerce-shipping-fields .radio input[type="radio"], .woocommerce-shipping-fields .radio-inline input[type="radio"], .woocommerce-shipping-fields .checkbox input[type="checkbox"], .woocommerce-shipping-fields .checkbox-inline input[type="checkbox"] {
	position: relative;
	margin: 0 5px 0 0;
}

.order-payment h3 {
	margin-bottom: 20px !important;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	padding-bottom: 30px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

#add_payment_method #payment div.form-row #place_order, .woocommerce-cart #payment div.form-row #place_order, .woocommerce-checkout #payment div.form-row #place_order {
	margin: 0 0 0 20px !important;
	float: none;
	position: relative;
	padding: 0 !important;
	background: var(--tb-theme-color);
	min-width: 250px;
	color: #fff;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

#add_payment_method #payment div.form-row #place_order:hover, .woocommerce-cart #payment div.form-row #place_order:hover, .woocommerce-checkout #payment div.form-row #place_order:hover {
	background: #222;
}

#add_payment_method #payment p.wc-terms-and-conditions, .woocommerce-cart #payment p.wc-terms-and-conditions, .woocommerce-checkout #payment p.wc-terms-and-conditions {
	float: none;
}

#add_payment_method #payment label, .woocommerce-cart #payment label, .woocommerce-checkout #payment label {
	font-weight: normal;
}

#add_payment_method #payment label.checkbox, .woocommerce-cart #payment label.checkbox, .woocommerce-checkout #payment label.checkbox {
	margin: 0 0 0 20px;
}

#add_payment_method #payment label a, .woocommerce-cart #payment label a, .woocommerce-checkout #payment label a {
	color: var(--tb-theme-color);
	text-decoration: underline;
}

#add_payment_method #payment label a:hover, .woocommerce-cart #payment label a:hover, .woocommerce-checkout #payment label a:hover {
	text-decoration: none;
}

.woocommerce-terms-and-conditions {
	background: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
	border: 0;
	padding: 20px;
}

#add_payment_method #payment ul.payment_methods li>input, .woocommerce-cart #payment ul.payment_methods li>input, .woocommerce-checkout #payment ul.payment_methods li>input {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

#add_payment_method #payment ul.payment_methods ul, .woocommerce-cart #payment ul.payment_methods ul, .woocommerce-checkout #payment ul.payment_methods ul {
	list-style: none;
	padding: 0;
}

.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
	width: 100%;
}

.woocommerce-account #main-content .woocommerce form.login {
	border: 0;
	margin: 0;
	padding: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.woocommerce-account #main-content .woocommerce form.login>p, .woocommerce-account #main-content .woocommerce form.login>div {
	max-width: 600px;
	margin: 0 auto !important;
}

.woocommerce-account #main-content .woocommerce form.login>p.form-row-wide label, .woocommerce-account #main-content .woocommerce form.login>div.form-row-wide label {
	font-weight: 500;
	-webkit-box-flex: 2;
	-moz-box-flex: 2;
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2;
}

.woocommerce-account #main-content .woocommerce form.login>p.form-row-wide input, .woocommerce-account #main-content .woocommerce form.login>div.form-row-wide input {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-color: #eee;
	-webkit-box-flex: 5;
	-moz-box-flex: 5;
	-webkit-flex: 5;
	-ms-flex: 5;
	flex: 5;
}

.woocommerce-account #main-content .woocommerce form.login>p.form-row-wide input:focus, .woocommerce-account #main-content .woocommerce form.login>div.form-row-wide input:focus {
	-webkit-box-shadow: 0 5px 21px rgba(0, 0, 0, .14);
	box-shadow: 0 5px 21px rgba(0, 0, 0, .14);
}

.woocommerce-account #main-content .woocommerce form.login>p a, .woocommerce-account #main-content .woocommerce form.login>div a {
	color: var(--tb-theme-color);
}

.woocommerce-account #main-content .woocommerce form.login>p a:hover, .woocommerce-account #main-content .woocommerce form.login>div a:hover {
	text-decoration: underline;
}

.woocommerce-account #main-content .woocommerce form.login .rememberme, .woocommerce-account #main-content .woocommerce form.login .lost_password, .woocommerce-account #main-content .woocommerce form.login .creat-account {
	line-height: 30px;
}

.woocommerce-account #main-content .woocommerce .tbay-search-form .button-search {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0;
	color: #232323;
	background-color: transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	padding: 0;
	border: 0;
	margin: 0;
}

.woocommerce-account #main-content .woocommerce input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0;
	vertical-align: middle;
}

.woocommerce-account #main-content .woocommerce button[type="submit"], .woocommerce-account #main-content .woocommerce input[type="submit"] {
	margin-top: 20px;
	padding: 0 50px;
	line-height: 40px;
	font-size: 14px;
	background: var(--tb-theme-color);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	border: 0;
}

.woocommerce-account #main-content .woocommerce form.register {
	max-width: 600px;
	margin: 0 auto;
}

.woocommerce-account #main-content .woocommerce form.register .form-row {
	position: relative;
}

.woocommerce-account #main-content .woocommerce form.register .form-row input {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-color: #eee;
	height: auto;
}

.woocommerce-account #main-content .woocommerce form.register .form-row input:focus {
	-webkit-box-shadow: 0 5px 21px rgba(0, 0, 0, .14);
	box-shadow: 0 5px 21px rgba(0, 0, 0, .14);
	border-color: #eee;
}

.woocommerce-account #main-content .woocommerce form.register .form-row input.button {
	margin: 0;
}

#yith-quick-view-modal.open .yith-wcqv-main {
	overflow-y: auto;
}

.yith-wcqv-wrapper .carousel-indicators li {
	border-color: var(--tb-theme-color);
}

.yith-wcqv-wrapper .carousel-indicators li.active {
	background-color: var(--tb-theme-color);
}

.yith-wcqv-wrapper #yith-quick-view-close {
	color: #232323;
	opacity: 1;
	top: 20px;
	right: 20px;
	left: auto;
}

.yith-wcqv-wrapper #yith-quick-view-close:hover, .yith-wcqv-wrapper #yith-quick-view-close:focus {
	border-color: var(--tb-theme-color);
	color: var(--tb-theme-color);
}

.yith-wcqv-wrapper #yith-quick-view-content .product {
	padding: 15px;
}

.yith-wcqv-wrapper #yith-quick-view-content .carousel-controls-v3 .carousel-control {
	top: 50%;
	transform: translate(0, -50%);
	border: 0;
	background: #fff;
	color: #232323;
	text-shadow: none;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	font-size: 14px;
}

.yith-wcqv-wrapper #yith-quick-view-content .carousel-controls-v3 .carousel-control.right {
	right: 20px;
	left: auto;
}

.yith-wcqv-wrapper #yith-quick-view-content .carousel-controls-v3 .carousel-control.left {
	left: 20px;
	right: auto;
}

.yith-wcqv-wrapper #yith-quick-view-content .carousel-controls-v3 .carousel-control:hover {
	color: #fff !important;
	background: var(--tb-theme-color);
}

.yith-wcqv-wrapper #yith-quick-view-content #quickview-carousel {
	position: relative;
}

.yith-wcqv-wrapper #yith-quick-view-content .woocommerce-product-rating .rate-sold {
	top: 2px;
}

.yith-wcqv-wrapper #yith-quick-view-content #shop-now.has-buy-now button {
	padding-left: 15px;
	padding-right: 15px;
}

.yith-wcqv-wrapper #yith-quick-view-content .summary {
	width: 100%;
	padding: 0;
}

.yith-wcqv-wrapper #yith-quick-view-content .summary .price {
	color: #232323;
	font-size: 18px;
	margin-bottom: 6px;
}

.yith-wcqv-wrapper #yith-quick-view-content .summary .price * {
	font-size: 18px !important;
}

.yith-wcqv-wrapper #yith-quick-view-content .summary .price del {
	margin-right: 5px;
	margin-left: auto;
	color: #ccc;
}

.yith-wcqv-wrapper #yith-quick-view-content .summary .price ins {
	text-decoration: none;
}

.yith-wcqv-wrapper #yith-quick-view-content .summary form.cart .quantity {
	border: 1px solid #eee;
	margin-right: 10px !important;
	margin-left: auto;
	float: left !important;
}

.yith-wcqv-wrapper #yith-quick-view-content .summary form.cart .variations select {
	border-color: #eee;
	padding-top: 8px;
	padding-bottom: 8px;
}

.yith-wcqv-wrapper #yith-quick-view-content .summary form.cart .variations select:focus {
	outline: 0;
}

.yith-wcqv-wrapper #yith-quick-view-content .summary form.cart .woocommerce-variation-add-to-cart-enabled {
	display: block;
}

.yith-wcqv-wrapper #yith-quick-view-content .summary .woocommerce-product-details__short-description {
	margin-bottom: 30px;
}

.yith-wcqv-wrapper #yith-quick-view-content .summary .product_meta {
	border-top: 1px solid #eee;
	padding-top: 32px;
	margin-top: 35px;
}

.yith-wcqv-wrapper #yith-quick-view-content .summary .product_meta>* {
	display: block;
}

.yith-wcqv-wrapper #yith-quick-view-content .summary .product_meta>span {
	display: block;
	font-weight: 700;
	line-height: 30px;
}

.yith-wcqv-wrapper #yith-quick-view-content .summary .product_meta>span span, .yith-wcqv-wrapper #yith-quick-view-content .summary .product_meta>span a {
	font-weight: 400;
}

.yith-wcqv-wrapper #yith-quick-view-content .summary .product_meta>span a:first-child {
	margin-left: 5px;
	margin-right: 0;
}

.yith-wcqv-wrapper #yith-quick-view-content .summary .single_add_to_cart_button {
	color: #fff;
	padding: 0 30px;
	line-height: 45px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
	border: 0;
	display: inline-block;
	letter-spacing: 1px;
}

@media (max-width:991px) {
	.yith-wcqv-wrapper #yith-quick-view-content .summary .single_add_to_cart_button {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.yith-wcqv-wrapper #yith-quick-view-content .summary .single_add_to_cart_button:before {
	display: block;
	float: left;
	content: "";
	color: #fff;
	text-align: center;
	font-family: "simple-line-icons";
	font-size: 16px;
	margin-right: 11px;
	min-width: 14px;
	position: relative;
	left: auto;
	bottom: auto;
	height: auto;
	width: auto;
}

.all-subcategories {
	list-style: none;
	padding: 0;
}

.all-subcategories>li {
	display: inline-block;
	width: 33.3333333%;
	float: left;
	padding: 0 15px;
	margin-bottom: 30px;
	text-align: center;
}

.all-subcategories h3 {
	font-size: 14px;
	text-transform: uppercase;
}

.all-subcategories h3 .count {
	font-size: 12px;
	background: transparent;
	color: #a5a5a5;
	display: block;
	font-weight: initial;
}

.all-subcategories a {
	display: block;
}

.all-subcategories a img {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	width: auto;
}

.all-subcategories a {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.all-subcategories a:hover h3 {
	color: var(--tb-theme-color);
}

.all-subcategories a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.yith-compare a, .yith-compare a.added {
	text-indent: -9999px;
	position: relative !important;
	background: var(--tb-theme-color) !important;
}

.yith-compare a:after, .yith-compare a.added:after {
	font-family: "simple-line-icons";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 34px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	text-indent: 0;
	width: 100%;
}

.yith-compare a i, .yith-compare a.added i {
	display: none;
}

.woocommerce div.product div.images.tbay-gallery-varible {
	margin-bottom: 0;
}

.products-grid .tbay-variations {
	top: 0;
	right: 5px;
	left: auto;
}

.tbay-variations {
	margin-bottom: 0 !important;
	position: absolute;
	top: -9px;
	right: -9px;
	left: auto;
}

.tbay-variations .reset_variations {
	font-size: 10px !important;
	color: #fff;
	padding: 1px 4px;
	background: #000;
}

.tbay-variations .reset_variations:hover, .tbay-variations .reset_variations:focus {
	background: var(--tb-theme-color);
}

.tbay-variations .tawcvs-swatches {
	height: 20px;
	margin-bottom: 8px;
	overflow: visible;
}

.tbay-variations .tawcvs-swatches .swatch {
	border: 1px solid transparent;
	width: 20px;
	height: 20px;
	font-size: 10px;
	line-height: 18px;
	margin: 0 8px 0 0;
	color: #222;
	opacity: 1;
	filter: alpha(opacity=100);
	background-color: #fff;
}

.tbay-variations .tawcvs-swatches .swatch.selected, .tbay-variations .tawcvs-swatches .swatch:hover, .tbay-variations .tawcvs-swatches .swatch:focus {
	box-shadow: none;
	border-color: var(--tb-theme-color);
	opacity: 1;
}

.tbay-variations .tawcvs-swatches .swatch.selected:before, .tbay-variations .tawcvs-swatches .swatch:hover:before, .tbay-variations .tawcvs-swatches .swatch:focus:before {
	top: 3px;
	left: 6px;
	width: 5px;
	height: 8px;
}

.tbay-variations .tawcvs-swatches .swatch.swatch-color {
	width: 15px;
	height: 15px;
}

.tbay-variations .tawcvs-swatches .swatch.swatch-color:before {
	top: 2px;
	left: 4px;
	width: 6px;
}

.product-canvas-sidebar {
	margin: 0 !important;
}

.product-canvas-sidebar.active:after {
	z-index: 1000;
	opacity: 1;
	filter: alpha(opacity=100);
}

.product-canvas-sidebar.active.left .content {
	left: 0;
	right: auto;
}

.product-canvas-sidebar.active.right .content {
	right: 0;
	left: auto;
}

.product-canvas-sidebar.left .content {
	right: auto;
	left: -350px;
}

.product-canvas-sidebar.right .content {
	left: auto;
	right: -350px;
}

.product-canvas-sidebar:after {
	content: "";
	background: rgba(0, 0, 0, .66);
	position: fixed;
	z-index: -1;
	pointer-events: none;
	left: 0;
	right: auto;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}

.product-canvas-sidebar .content {
	position: fixed;
	top: 0;
	height: 100%;
	background: #fff;
	-webkit-transition: all .2s;
	-webkit-transition: all 500ms;
	-o-transition: all .2s;
	-o-transition: all 500ms;
	transition: all .2s;
	transition: all 500ms;
	font-size: 16px;
	overflow-y: auto;
	width: 350px;
	z-index: 9999;
	padding: 70px 25px;
}

.product-canvas-sidebar .product-canvas-close {
	position: absolute;
	right: 20px;
	left: auto;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	z-index: 1;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background: #222;
	color: #fff;
	top: 20px;
}

.product-canvas-sidebar .product-canvas-close:hover {
	background: var(--tb-theme-color);
}

body.canvas-right .button-canvas-sidebar {
	right: 0;
	left: auto;
}

.button-canvas-sidebar {
	padding: 0 15px;
	padding: 0;
	line-height: 50px;
	background: transparent;
	border: 1px solid #eee;
	position: fixed;
	left: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-box-shadow: 5px 0 30px rgba(0, 0, 0, .2);
	box-shadow: 5px 0 30px rgba(0, 0, 0, .2);
	width: 50px;
	height: 50px;
	font-size: 16px;
}

.button-canvas-sidebar:focus {
	outline: 0;
}

.button-canvas-sidebar>span {
	-webkit-animation: spinAround 2s linear infinite running;
	-o-animation: spinAround 2s linear infinite running;
	animation: spinAround 2s linear infinite running;
	position: absolute;
	z-index: 5;
	top: 0;
	left: 14px;
	right: auto;
}

@media (max-width:1300px) {
	body.canvas-left .tbay-filter {
		position: relative;
		padding-left: 51px;
	}
	
	body.canvas-left .tbay-filter .button-canvas-sidebar {
		position: absolute;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	body.canvas-left .tbay-filter .button-canvas-sidebar>span {
		left: 10px;
	}
}

@media (max-width:767px) {
	body.canvas-left .archive-shop .tbay-filter .button-canvas-sidebar {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	
	body.canvas-left .archive-shop .tbay-filter .button-canvas-sidebar>span {
		animation-name: unset;
	}
	
	body.canvas-left .archive-shop .tbay-filter.fixed {
		padding-left: 61px;
	}
	
	body.canvas-left .archive-shop .tbay-filter.fixed .button-canvas-sidebar {
		left: 10px;
	}
}

@media (max-width:1300px) {
	body.canvas-right .tbay-filter {
		position: relative;
		padding-right: 51px;
	}
	
	body.canvas-right .tbay-filter .button-canvas-sidebar {
		position: absolute;
	}
	
	body.canvas-right .tbay-filter .button-canvas-sidebar>span {
		right: 10px;
	}
}

@media (max-width:767px) {
	body.canvas-right .archive-shop .tbay-filter.fixed {
		padding-right: 61px;
	}
	
	body.canvas-right .archive-shop .tbay-filter.fixed .button-canvas-sidebar {
		right: 10px;
	}
}

.woocommerce table.shop_attributes td {
	padding: 10px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.woocommerce table.shop_attributes th {
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.product-top-sidebar.active {
	background: #fafafa;
}

.product-top-sidebar.active .product-top-button-wrapper {
	background: #fff;
}

.product-top-sidebar.active .button-product-top .first {
	display: none;
}

.product-top-sidebar.active .button-product-top .second {
	display: inline-block;
}

.product-top-sidebar .product-top-button-wrapper {
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
	box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
	position: relative;
	padding: 40px 0;
	z-index: 10;
}

@media (max-width:767px) {
	.product-top-sidebar .product-top-button-wrapper {
		padding: 10px 0;
	}
}

.product-top-sidebar .button-product-top .first {
	display: inline-block;
}

.product-top-sidebar .button-product-top .second {
	display: none;
}

.product-top-sidebar>.container .content, .dokan-dashboard #tbay-main-content.product-top-sidebar>.dokan-dashboard-wrap .content {
	display: none;
}

[class*="multi-viewed-"] .widget .widget-title {
	font-size: 16px;
	color: #000;
	text-align: left;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0;
	line-height: inherit;
}

[class*="multi-viewed-"] .widget.widget_media_image {
	margin-bottom: 30px !important;
}

[class*="multi-viewed-"] .owl-carousel {
	padding: 0 !important;
}

[class*="multi-viewed-"] .owl-carousel .slick-arrow {
	top: -30px;
	border: 0;
	font-size: 14px;
	opacity: 1;
	filter: alpha(opacity=100);
}

[class*="multi-viewed-"] .owl-carousel .slick-arrow.slick-prev {
	right: 25px;
	left: auto;
}

[class*="multi-viewed-"] .owl-carousel .slick-arrow.slick-next {
	right: 0;
	left: auto;
}

[class*="multi-viewed-"] .owl-carousel .slick-arrow:hover {
	background: transparent;
	color: var(--tb-theme-color);
}

[class*="multi-viewed-"] .owl-carousel:hover .slick-arrow.slick-next {
	right: 0;
}

[class*="style-gallery"] .woocommerce-product-gallery__trigger {
	display: none;
}

[class*="style-gallery"] .zoomImg {
	display: none !important;
}

[class*="style-gallery"] .woocommerce-product-gallery {
	margin-left: -5px;
	margin-right: -5px;
}

[class*="style-gallery"] .woocommerce-product-gallery .flex-control-thumbs {
	display: none;
}

[class*="style-gallery"] .woocommerce-product-gallery .flex-viewport {
	height: auto !important;
}

[class*="style-gallery"] .woocommerce-product-gallery .flex-viewport>* {
	width: auto !important;
}

[class*="style-gallery"] .woocommerce-product-gallery[data-columns="3"] .woocommerce-product-gallery__image>div {
	width: 33.3333% !important;
	float: left;
	padding: 0 5px 10px;
}

[class*="style-gallery"] .woocommerce-product-gallery[data-columns="2"] .woocommerce-product-gallery__wrapper>div {
	width: 50% !important;
	float: left;
	padding: 0 5px 10px;
}

[class*="style-gallery"] .woocommerce-product-gallery[data-columns="2"] .woocommerce-product-gallery__wrapper>div:nth-child(2n+1) {
	clear: both;
}

[class*="style-gallery"] .woocommerce-product-gallery[data-columns="1"] .woocommerce-product-gallery__image>div {
	width: 100% !important;
	float: left;
	padding: 0 5px 10px;
}

[class*="style-gallery"] .woocommerce-product-gallery.no-gallery-image[data-columns] .woocommerce-product-gallery__wrapper>div {
	width: 100% !important;
}

.style-stick .woocommerce-product-gallery__trigger {
	display: none;
}

.style-stick .zoomImg {
	display: none !important;
}

.style-stick .image-mains {
	padding-bottom: 50px;
}

.style-stick .image-mains .woocommerce-product-gallery>.flex-viewport {
	height: auto !important;
}

.style-stick .image-mains .woocommerce-product-gallery .flex-control-thumbs {
	display: none;
}

.style-stick .image-mains .woocommerce-product-gallery__wrapper {
	width: auto !important;
}

.style-stick .image-mains .woocommerce-product-gallery__wrapper>div {
	margin-bottom: 30px;
	width: 100% !important;
}

.style-stick .information.is_stuck {
	padding-top: 90px;
}

@media (max-width:1300px) {
	.style-stick .information.is_stuck {
		padding-top: 30px;
	}
}

#tbay-header.sticky-header1+#tbay-main-content .style-stick .information.is_stuck {
	padding-top: 130px;
}

.style-carousel .tbay-modalButton {
	display: none;
}

.style-carousel .wc-tabs-wrapper {
	clear: both;
}

.style-carousel .slick-slider {
	margin-left: -15px;
	margin-right: -15px;
}

.style-carousel .tbay-slider-for .slick-arrow.owl-prev {
	left: 30px;
}

.style-carousel .tbay-slider-for .slick-arrow.owl-next {
	right: 30px;
}

.style-carousel .information {
	text-align: center;
}

.style-carousel .information .woocommerce-product-details__short-description {
	max-width: 700px;
	margin: 0 auto;
}

.style-carousel .information .cart {
	display: block;
	margin: 0 auto !important;
}

.style-carousel .information .yith-wcwl-add-to-wishlist {
	float: none !important;
	display: inline-block;
}

.style-carousel .information .compare {
	display: inline-block;
}

.style-carousel form.cart .quantity {
	float: none !important;
	display: inline-block;
	overflow: inherit;
}

.style-carousel form.cart .button {
	float: none !important;
}

.filter-bar .tbay-filter {
	display: flex;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.filter-bar .tbay-filter>form {
	-webkit-box-flex: 2;
	-moz-box-flex: 2;
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2;
	padding: 10px 0;
	text-align: center;
	border-right: 1px solid #eee;
}

.filter-bar .tbay-filter>form:last-child {
	border: 0;
}

.filter-bar .tbay-filter>form.display-mode {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.filter-bar .tbay-filter .woocommerce-result-count {
	display: none;
}

.filter-bar .tbay-filter .woocommerce-ordering {
	border: 0;
	border-right: 1px solid #eee;
}

.filter-bar .tbay-filter .woocommerce-ordering>span {
	float: none;
	display: inline-block;
	overflow: inherit;
}

.filter-bar .tbay-filter .SumoSelect {
	float: none;
	vertical-align: middle;
}

.filter-bar .tbay-filter .SumoSelect>.optWrapper {
	top: 50px !important;
	text-align: left;
}

.filter-bar .tbay-filter .SumoSelect>.CaptionCont {
	padding: 0 20px 0 0;
}

.filter-bar .tbay-filter .SumoSelect>.CaptionCont>span {
	padding: 0;
}

.filter-bar .tbay-filter .SumoSelect>.CaptionCont>label {
	font-size: 10px;
}

.filter-bar .tbay-filter select {
	border: 0;
	cursor: pointer;
	padding: 0;
	height: 40px;
}

.filter-bar .tbay-filter select:focus {
	outline: 0;
}

@media (max-width:1199px) {
	.filter-bar .tbay-filter {
		padding: 0 10px;
	}
}

.style-horizontal .tbay-modalButton, .style-default .tbay-modalButton {
	bottom: auto;
	top: 0;
	right: auto;
	left: 15px;
}

.style-slide .tbay-modalButton {
	right: auto;
	left: 45px;
}

.style-slide .image-mains .slick-initialized .slick-slide {
	margin: 0;
}

.style-slide .tbay-slider-for .slick-arrow.owl-prev {
	left: -5px;
	right: auto;
}

.style-slide .tbay-slider-for .slick-arrow.owl-next {
	right: -10px;
	left: auto;
}

@media (max-width:1300px) {
	.style-slide .tbay-slider-for .slick-arrow.owl-next {
		right: 0;
	}
}

.style-slide .tbay-popup, .style-carousel .tbay-popup {
	width: 40px;
	height: 40px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	text-indent: 0;
	position: absolute;
	top: .5em;
	right: .5em;
	left: auto;
	font-size: 20px;
	z-index: 9;
	line-height: 40px;
	background: #fff;
}

.style-slide .tbay-popup:before, .style-carousel .tbay-popup:before {
	content: "";
	content: "";
	display: block;
	width: 10px;
	width: 100%;
	height: 10px;
	height: 100%;
	border: 2px solid #000;
	border: 0;
	border-radius: 100%;
	position: absolute;
	top: 9px;
	top: 0;
	box-sizing: content-box;
	left: 0;
	right: auto;
	font-family: "simple-line-icons";
	text-align: center;
}

@media (max-width:767px) {
	.style-slide .tbay-popup, .style-carousel .tbay-popup {
		display: none;
	}
}

.tbay-modalButton {
	display: block;
	margin: 15px auto;
	padding: 5px 15px;
	background: white;
	border: 1px solid #eee;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	position: absolute;
	outline: 0;
	right: 15px;
	left: auto;
	z-index: 9;
	bottom: 0;
	font-size: 12px;
	font-weight: 300;
}

@media (max-width:1199px) {
	.tbay-modalButton {
		bottom: auto;
		top: 70px;
		right: .5em;
		left: auto;
	}
}

.tbay-modalButton i {
	margin-right: 5px;
	color: #ff3838;
}

.tbay-modalButton:hover {
	background: #232323;
	color: #fff;
	border-color: transparent;
}

.tbay-modalButton:hover i {
	color: #fff;
}

.close-button {
	overflow: hidden;
}

.modal-content.tbay-modalContent {
	box-shadow: none;
	background-color: transparent;
	border: 0;
}

.modal-content.tbay-modalContent .close {
	font-size: 30px;
	line-height: 30px;
	padding: 7px 4px 7px 13px;
	text-shadow: none;
	opacity: .7;
	color: #fff;
}

.modal-content.tbay-modalContent .close span {
	display: block;
}

.modal-content.tbay-modalContent .close:hover, .modal-content.tbay-modalContent .close:focus {
	opacity: 1;
	outline: 0;
}

.modal-content.tbay-modalContent iframe {
	display: block;
	margin: 0 auto;
}

.product-nav {
	width: 100%;
}

@media (max-width:992px) {
	.product-nav {
		right: 20px;
	}
}

.product-nav>.link-images>.psnav {
	left: 0;
	top: calc(50% - 40px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	z-index: 99;
}

.product-nav>.link-images>.psnav.right {
	right: 0;
	left: auto;
}

.product-nav>.link-images>.psnav.right .single_nav {
	left: auto;
	right: 100%;
}

.product-nav>.link-images>.psnav:hover .single_nav {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: rotateX(0);
	visibility: visible;
	display: inline-block;
}

.product-nav>.link-images>.psnav img {
	height: 80px;
	width: auto;
	border: 1px solid #e1e8ee;
}

.product-nav>.link-images>.psnav .img-link {
	border: 0;
	width: auto;
}

.product-nav>.link-images>.psnav .single_nav {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	visibility: hidden;
	height: 80px;
	padding: 14px 20px 18px;
	transform: rotateX(90deg);
	background-color: #ebebeb;
	justify-content: center;
	min-width: 230px;
	text-align: center;
	position: absolute;
	left: 100%;
	right: auto;
}

.product-nav>.link-images>.psnav .single_nav a {
	display: inline-block;
	border: 0;
	width: 100%;
	font-size: 13px;
	line-height: 18px;
	height: auto;
	background: transparent;
	box-shadow: none;
	-webkit-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	-o-transform: translate(0, 50%);
	transform: translate(0, 50%);
	margin-top: 9px;
}

.product-nav>.link-images>.psnav .single_nav .single_nav a:hover, .product-nav>.link-images>.psnav .single_nav .single_nav a:focus {
	color: var(--tb-theme-color);
}

.product-nav>.link-images>.psnav .single_nav .price {
	margin-top: 0;
}

.product-nav>.link-images>.psnav .single_nav .price>* {
	font-size: 18px;
}

.product-nav>.link-images>.psnav .single_nav .price>ins {
	margin-top: 3px;
}

.product-nav p {
	float: left;
}

.product-nav p:nth-child(2) {
	float: right;
}

.product-nav .single_nav a {
	font-size: 12px;
	color: #232323;
	font-weight: 500;
	line-height: 30px;
	background: transparent;
	width: 28px;
	height: 28px;
	text-align: center;
	display: block;
	border: 1px solid #232323;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.product-nav .single_nav a .fa {
	padding: 0 4px;
	line-height: 28px;
	display: block;
}

.product-nav .single_nav a:hover, .product-nav .single_nav a:focus {
	color: var(--tb-theme-color);
	border-color: var(--tb-theme-color);
	-webkit-box-shadow: 0 0 0 30px var(--tb-theme-color) inset;
	box-shadow: 0 0 0 30px var(--tb-theme-color) inset;
}

#onepage-single-product {
	position: fixed;
	top: -60px;
	left: 0;
	width: 100%;
	z-index: 99;
	background: #2b3034;
	pointer-events: none;
	display: flex;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

#onepage-single-product.active {
	opacity: 1;
	filter: alpha(opacity=100);
	top: 0;
	pointer-events: auto;
}

#onepage-single-product li {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0;
	border-right: 1px solid rgba(255, 255, 255, .1);
}

#onepage-single-product li:last-child {
	border-right: 0;
}

#onepage-single-product li.current a, #onepage-single-product li:hover a, #onepage-single-product li:focus a {
	background: #39434d;
}

#onepage-single-product li a, #onepage-single-product li .add-cart a {
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding-top: 20px;
	text-align: center;
	padding-bottom: 20px;
}

#onepage-single-product li a:hover, #onepage-single-product li a:focus, #onepage-single-product li .add-cart a:hover, #onepage-single-product li .add-cart a:focus {
	background: #39434d;
}

#onepage-single-product .shop-now {
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}

#onepage-single-product .shop-now a {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: var(--tb-theme-color) !important;
	color: #fff;
	padding: 20px 0;
	width: 100%;
	border: 0;
	text-transform: uppercase;
}

#onepage-single-product .quantity, #onepage-single-product .add_to_cart_inline {
	display: none;
}

.widget_deals_products .product-block.grid {
	margin-bottom: 20px;
}

.widget_deals_products [class*="products-carousel-thumbnail-"] .tbay-modalButton {
	display: none;
}

.widget_deals_products [class*="products-carousel-thumbnail-"] .groups-button>* {
	display: inline-block;
}

.widget_deals_products [class*="products-carousel-thumbnail-"] .time {
	bottom: 200px;
}

.widget_deals_products [class*="products-carousel-thumbnail-"] .time .tbay-countdown .times>div {
	width: 20%;
	font-size: 14px;
	height: 70px;
}

.widget_deals_products [class*="products-carousel-thumbnail-"] .time .tbay-countdown .times>div>span {
	font-size: 26px;
	line-height: 30px;
}

@media (max-width:991px) {
	.widget_deals_products [class*="products-carousel-thumbnail-"] .time {
		bottom: 250px;
	}
}

.widget_deals_products [class*="products-carousel-thumbnail-"] .style-vertical .caption, .widget_deals_products [class*="products-carousel-thumbnail-"] .style-vertical .time {
	padding-left: 90px;
}

.widget_deals_products [class*="products-carousel-thumbnail-"] .style-vertical .time {
	bottom: 30px;
}

@media (max-width:1199px) {
	.widget_deals_products [class*="products-carousel-thumbnail-"] .style-vertical .time {
		bottom: 200px;
	}
}

@media (max-width:991px) {
	.widget_deals_products [class*="products-carousel-thumbnail-"] .style-vertical .time {
		bottom: 320px;
	}
}

.widget_deals_products [class*="products-carousel-thumbnail-"] .owl-carousel .style-horizontal .slick-arrow {
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.widget_deals_products [class*="products-carousel-thumbnail-"] .owl-carousel .style-horizontal:hover .slick-arrow {
	left: -5px;
	opacity: 1;
	filter: alpha(opacity=100);
}

.widget_deals_products [class*="products-carousel-thumbnail-"] .owl-carousel .style-horizontal:hover .slick-arrow.owl-next {
	left: auto;
	right: -5px;
}

.widget_deals_products [class*="products-carousel-thumbnail-"] .owl-carousel .style-vertical:hover .slick-arrow {
	opacity: 1;
	filter: alpha(opacity=100);
}

.widget_deals_products [class*="products-carousel-thumbnail-"] .owl-carousel:hover .slick-arrow {
	opacity: 0;
	filter: alpha(opacity=0);
	left: 0;
}

.widget_deals_products [class*="products-carousel-thumbnail-"] .owl-carousel:hover .slick-arrow.owl-next {
	left: auto;
	right: 0;
}

@media (max-width:1199px) {
	.widget_deals_products [class*="products-carousel-thumbnail-"] .owl-carousel .style-vertical .slick-arrow {
		top: 50% !important;
	}
}

.widget_deals_products [class*="products-carousel-thumbnail-"] .meta {
	position: relative;
}

.widget_deals_products [class*="products-carousel-thumbnail-"] .description {
	text-align: center;
}

.widget_deals_products [class*="products-carousel-thumbnail-"] .product-block:hover .caption .meta {
	opacity: 1;
	filter: alpha(opacity=100);
}

.widget_deals_products [class*="products-carousel-thumbnail-"] .product-block:hover .caption .meta .infor>* {
	opacity: 0;
	filter: alpha(opacity=0);
}

.widget_deals_products [class*="products-carousel-thumbnail-"] .product-block:hover .caption .meta .infor>*.groups-button {
	opacity: 1;
	filter: alpha(opacity=100);
	top: 0;
}

.woocommerce #yith-wcwl-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 0;
}

.woocommerce .wishlist-title h2 {
	padding: 0;
	margin-bottom: 30px;
	margin-top: 0;
}

.woocommerce table.wishlist_table {
	font-size: 100%;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.woocommerce table.wishlist_table *:not(.remove) {
	border: 0;
	max-width: initial;
	line-height: inherit;
}

@media (max-width:768px) {
	.woocommerce table.wishlist_table {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.woocommerce table.wishlist_table thead, .woocommerce table.wishlist_table tfoot {
	display: none;
}

.woocommerce table.wishlist_table tbody {
	margin-left: -15px;
	margin-right: -15px;
	display: grid;
	grid-template-columns: repeat(4, 25%);
}

@media (max-width:992px) {
	.woocommerce table.wishlist_table tbody {
		grid-template-columns: repeat(3, 33.33333%);
	}
}

@media (max-width:480px) {
	.woocommerce table.wishlist_table tbody {
		grid-template-columns: repeat(2, 50%);
		padding: 0 10px;
	}
	
	.woocommerce table.wishlist_table tbody tr {
		padding: 0 5px !important;
	}
}

.woocommerce table.wishlist_table tbody tr {
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	padding-bottom: 30px;
}

.woocommerce table.wishlist_table tbody tr td {
	padding-left: 15px;
	padding-right: 15px;
	display: block;
}

.woocommerce table.wishlist_table tbody tr td.product-thumbnail {
	max-width: inherit;
	width: 100%;
	padding: 0;
	display: block;
}

.woocommerce table.wishlist_table tbody tr td.product-thumbnail a {
	max-width: inherit;
}

.woocommerce table.wishlist_table tbody tr .product-name {
	padding: 26px 0 0;
}

.woocommerce table.wishlist_table tbody tr .product-remove {
	position: absolute;
	top: 0;
	left: 15px;
	right: auto;
	padding: 0;
}

.woocommerce table.wishlist_table tbody tr .product-remove a {
	width: 25px;
	height: 25px;
	font-size: 13px;
	line-height: 25px;
	background: #fff;
}

.woocommerce table.wishlist_table tbody tr .product-remove a:hover {
	border-color: var(--tb-theme-color);
}

.woocommerce table.wishlist_table tbody tfoot {
	border-top: 1px solid #eee;
}

.woocommerce table.wishlist_table .product-price {
	color: #232323;
	margin-bottom: 4px;
	padding: 2px 0 0;
}

.woocommerce table.wishlist_table .product-price * {
	font-weight: bold;
}

.woocommerce table.wishlist_table .product-price ins {
	text-decoration: initial;
}

.woocommerce table.wishlist_table .product-price del {
	margin-left: 4px;
	color: #ccc;
}

.woocommerce table.wishlist_table .product-price del span {
	color: #ccc;
	font-weight: normal;
}

.woocommerce table.wishlist_table .product-stock-status {
	padding: 0;
}

.woocommerce table.wishlist_table .product-add-to-cart {
	padding: 12px 0 0;
}

.woocommerce table.wishlist_table .product-add-to-cart .add-cart {
	display: inline-block;
}

.woocommerce table.wishlist_table .product-add-to-cart .add-cart a {
	margin: 0 !important;
	line-height: 40px;
	padding: 0 30px !important;
}

.woocommerce table.wishlist_table .product-add-to-cart .add-cart a i {
	font-size: 16px;
	line-height: 1;
	margin-left: 0;
	margin-right: 10px;
	vertical-align: middle;
	display: inline-block;
}

.woocommerce table.wishlist_table .product-add-to-cart .add-cart a span {
	display: inline-block;
	vertical-align: middle;
}

.woocommerce table.wishlist_table .product-add-to-cart .remove_from_wishlist.button:hover {
	background: transparent;
	color: var(--tb-theme-color);
}

.wishlist_table.mobile .item-details-table * {
	font-weight: 600;
}

.wishlist_table.mobile .item-details-table del {
	color: #ccc;
}

.wishlist_table.mobile .item-details-table del span {
	color: #ccc;
}

#customer_login input.button {
	color: #fff;
	border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-ms-border-radius: 4px !important;
	-o-border-radius: 4px !important;
}

.woocommerce form.login, .woocommerce form.register {
	border: 0;
}

.woocommerce form.login.woocommerce-form-login, .woocommerce form.register.woocommerce-form-login {
	min-height: 10px;
}

.woocommerce-ResetPassword label {
	margin-right: 15px;
}

@media (min-width:769px) {
	.woocommerce .woocommerce-MyAccount-navigation {
		width: 20%;
	}
}

.woocommerce .woocommerce-MyAccount-navigation ul {
	padding: 0;
	list-style: none;
}

.woocommerce .woocommerce-MyAccount-navigation ul li:first-child a {
	border-top: 1px solid #e0e0e0;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a {
	display: block;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
	box-shadow: none;
	outline: 0;
	margin: 0;
	cursor: pointer;
	padding: 12px 5px 12px 12px;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	color: #666;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a:before {
	display: inline-block;
	font-family: simple-line-icons;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 14px;
	margin-left: 0;
	font-size: 18px;
	line-height: 1;
	vertical-align: middle;
}

.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce .woocommerce-MyAccount-navigation ul li:hover a, .woocommerce .woocommerce-MyAccount-navigation ul li:focus a {
	background: var(--tb-theme-color);
	color: #fff;
	border-color: transparent;
	border-bottom-color: #fff;
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
	content: "";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
	content: "";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
	content: "";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
	content: "";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
	content: "";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
	content: "";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
	content: "";
}

.woocommerce .woocommerce-MyAccount-content label {
	font-weight: 500;
}

@media (min-width:769px) {
	.woocommerce .woocommerce-MyAccount-content {
		width: 80%;
		padding-left: 30px;
	}
}

.woocommerce .woocommerce-MyAccount-content .form-control {
	height: 38px;
	line-height: 38px;
}

.woocommerce .woocommerce-MyAccount-content .form-control:focus {
	-webkit-box-shadow: 0 5px 21px 0 rgba(0, 0, 0, .14);
	box-shadow: 0 5px 21px 0 rgba(0, 0, 0, .14);
	outline: 0;
	border-color: #fff;
}

.woocommerce .woocommerce-MyAccount-content legend {
	font-weight: 500;
	padding: 17px 0 10px;
	margin-bottom: 6px;
}

.woocommerce .woocommerce-MyAccount-content input[type="submit"] {
	margin-top: 6px;
}

.woocommerce .woocommerce-MyAccount-content .address {
	margin-top: 16px;
}

.woocommerce .woocommerce-MyAccount-content h3 {
	margin-top: 0;
}

.woocommerce .woocommerce-MyAccount-content .form-row .input-text {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border: 1px solid #e0e0e0;
}

.woocommerce .woocommerce-MyAccount-content input.button {
	color: #fff;
}

.woocommerce ul.order_details {
	display: flex;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	background: #fcfcfc;
	padding: 20px;
}

.woocommerce ul.order_details li {
	float: none;
	width: 100%;
	margin-bottom: 0;
	padding: 10px 0;
	border-right: 0;
	border-bottom: 1px dashed #d3ced2;
	margin: 0;
	font-size: 12px;
}

@media (min-width:768px) {
	.woocommerce table.shop_table>thead>tr>th, .woocommerce table.shop_table>thead>tr>td, .woocommerce table.shop_table>tbody>tr>td, .woocommerce table.shop_table>tbody>tr>th {
		line-height: 40px;
	}
}

.woocommerce table.shop_table.account-orders-table, .woocommerce table.shop_table.order_details {
	margin: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.woocommerce table.shop_table.account-orders-table>thead>tr>th, .woocommerce table.shop_table.account-orders-table>thead>tr>td, .woocommerce table.shop_table.account-orders-table>tbody>tr>td, .woocommerce table.shop_table.account-orders-table>tbody>tr>th, .woocommerce table.shop_table.order_details>thead>tr>th, .woocommerce table.shop_table.order_details>thead>tr>td, .woocommerce table.shop_table.order_details>tbody>tr>td, .woocommerce table.shop_table.order_details>tbody>tr>th {
	padding: 10px;
	border: 0;
	border-bottom: 1px solid #eee;
}

::placeholder {
	color: #bbb;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #bbb;
}

::-ms-input-placeholder {
	color: #bbb;
}

.select2-container--default .select2-selection--single {
	background: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	position: static;
	border: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
	content: "";
	font-family: "simple-line-icons";
	font-size: 10px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
	content: "";
}

.woocommerce .woocommerce-MyAccount-content a.button, .woocommerce table.shop_table input[type=submit] {
	min-width: 100px !important;
	margin-right: 5px !important;
}

a.button.wcsts-get-help-button {
	margin-left: 0 !important;
}

.woocommerce .woocommerce-MyAccount-content a.button:hover {
	color: #fff !important;
}

.woocommerce .table-responsive {
	padding: 0;
}

.woocommerce table.shop_attributes th {
	line-height: 37px;
	padding: 0 20px;
}

.woocommerce table.wishlist_table tr td.product-remove {
	text-align: center !important;
}

.archive-shop div.product .information .yith-wcwl-wishlistexistsbrowse>a, .archive-shop div.product .information .yith-wcwl-wishlistaddedbrowse>a, .woocommerce-message::before {
	color: var(--tb-theme-color);
}

.woocommerce-message {
	border-top-color: var(--tb-theme-color);
}

.woocommerce-page .woocommerce-message .button {
	background-color: var(--tb-theme-color);
	border-color: var(--tb-theme-color);
	color: #fff !important;
}

.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
	font-weight: 500;
	margin-bottom: 18px;
}

.woocommerce-order-received .woocommerce-order h2 {
	font-size: 24px;
	margin-bottom: 15px;
}

.woocommerce-order-received .woocommerce-order table.shop_table td {
	border-top: 0;
}

.woocommerce-order-received .woocommerce-order table.shop_table td:first-child {
	border-right: 0;
}

.woocommerce-order-received .woocommerce-order table.shop_table thead tr th {
	border-bottom-width: 1px;
	padding-left: 20px;
	padding-right: 20px;
	border-top: 1px solid;
}

.woocommerce-order-received .woocommerce-order table.shop_table thead tr th:first-child {
	border-right: 0;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table {
	border: 0;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table td {
	padding-left: 20px;
	padding-right: 20px;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table * {
	border-color: #f5f5f5;
	text-align: left !important;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table tfoot {
	background: #fcfcfc;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table tfoot th {
	border-top: 0;
	padding-left: 20px;
	padding-right: 20px;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table tfoot th:first-child {
	border-right: 0;
}

.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
	margin-top: 44px;
}

.woocommerce-order-received .woocommerce-order .woocommerce-customer-details address {
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	background: #fcfcfc;
	padding: 20px;
}

#cboxContent {
	background: transparent;
}

#cboxLoadedContent {
	overflow: visible !important;
	padding: 50px 40px 0 40px;
}

#cboxTopCenter, #cboxTopLeft, #cboxTopRight, #cboxBottomLeft, #cboxBottomRight, #cboxBottomCenter, #cboxMiddleLeft, #cboxMiddleRight {
	background: transparent;
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
}

#cboxClose {
	bottom: auto;
	top: 60px;
	right: 70px;
	left: auto;
	position: absolute !important;
	background-image: none;
	background-image: none !important;
	width: 30px;
	height: 30px;
	text-indent: -99999px;
	transition: all 150ms ease 0s;
	-webkit-transition: all 150ms ease 0s;
	-moz-transition: all 150ms ease 0s;
	background-color: transparent;
}

#cboxClose.nitro-lazy {
	background-image: none !important;
}

#cboxClose:before {
	font-family: "FontAwesome";
	content: "";
	display: block;
	border: 1px solid #eee;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	line-height: 26px;
	text-shadow: none !important;
	text-indent: 0 !important;
	font-size: 14px;
	font-weight: 300;
	transition: all 150ms ease 0s;
	-webkit-transition: all 150ms ease 0s;
	-moz-transition: all 150ms ease 0s;
	color: #232323;
	background: #fff;
}

#cboxClose:hover {
	background: var(--tb-theme-color);
}

#cboxClose:hover:before {
	color: var(--tb-theme-color);
	border-color: var(--tb-theme-color);
}

body table.compare-list tr.remove td>a {
	line-height: 18px;
	background: transparent !important;
}

body table.compare-list tr.remove td>a:hover {
	color: red;
}

body table.compare-list tr.remove td>a:hover .remove {
	color: red;
}

body table.compare-list .remove td a .remove {
	position: relative;
	width: auto;
	height: auto;
	line-height: 18px;
	background: transparent !important;
}

body table.compare-list tr.title td {
	font-size: 14px;
	font-weight: 500;
}

body table.compare-list .price td {
	text-decoration: none;
}

body table.compare-list .add-to-cart .tooltip {
	display: none !important;
}

body table.compare-list .add-to-cart a.add_to_cart_button {
	font-size: 13px;
}

body table.compare-list .woocs_price_code {
	font-size: 14px;
	font-weight: bold;
}

body table.compare-list .woocs_price_code ins {
	text-decoration: none;
	font-weight: bold;
}

body table.compare-list .woocs_price_code del {
	color: #ccc;
	font-weight: 400;
}

body table.compare-list .price.repeated {
	display: none;
}

body table.compare-list td ins .woocommerce-Price-amount {
	color: #333;
	margin-left: 0;
	margin-right: 10px;
	font-weight: 700;
}

body table.compare-list del .woocommerce-Price-amount {
	text-decoration: line-through;
}

table.compare-list .description td p {
	margin: 0;
}

body.woocommerce>h1:first-child {
	background: transparent;
	color: #333;
	font-family: "Roboto", sans-serif !important;
	font-size: 28px;
	text-transform: none;
	margin-top: 10px;
	padding: 6px 30px 15px;
	line-height: normal;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 0;
}

body table.compare-list {
	border: 0 !important;
}

body table.compare-list td.odd {
	background: #fafafa;
}

body table.compare-list td img {
	border: 0 !important;
	padding: 0 !important;
	max-width: 100%;
}

body table.compare-list>tbody>tr>td, body table.compare-list>tbody>tr>th {
	border: 0;
	border-bottom: 1px solid #f5f5f5;
	text-decoration: none;
}

body table.compare-list>tbody>tr>th {
	padding: 20px 0 20px 40px;
}

body table.compare-list .add-to-cart td a.button {
	background-color: var(--tb-theme-color);
	color: #fff;
	padding: 0 30px;
	line-height: 43px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
	border: 0;
	border: 1px solid var(--tb-theme-color);
	display: inline-block;
	letter-spacing: 1px;
}

body table.compare-list .add-to-cart td a.button:hover {
	border-color: #000 !important;
	background: #000 !important;
	color: #fff !important;
}

body table.compare-list th {
	font-weight: 500;
}

body table.compare-list .price.repeated td {
	padding-bottom: 40px;
	text-decoration: none;
}

body table.compare-list .price td {
	padding-bottom: 40px;
}

body table.compare-list s, body table.compare-list strike, body table.compare-list del, body table.compare-list ins {
	text-decoration: none;
}

body table.compare-list ins .woocommerce-Price-amount {
	color: var(--tb-theme-color);
	margin-left: 10px;
	margin-right: 0;
	font-weight: 700;
}

body table.compare-list .remove td a {
	margin-top: 10px;
	display: block;
	margin-bottom: 10px;
}

.DTFC_LeftWrapper table.compare-list th {
	font-weight: 700;
}

.dataTables_scroll table.compare-list td {
	padding: 20px 30px;
}

#yith-quick-view-modal .yith-wcqv-main {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.tbay-body-woocommerce-catalog-mod .product-add-to-cart, .tbay-body-woocommerce-catalog-mod .add-to-cart, .tbay-body-woocommerce-catalog-mod .single_add_to_cart_button, .tbay-body-woocommerce-catalog-mod .cart, .tbay-body-woocommerce-catalog-mod .yith-compare {
	display: none !important;
}

.tbay-body-woocommerce-catalog-mod .product-block.grid:hover .caption .meta {
	opacity: 1;
	filter: alpha(opacity=100);
}

.tbay-body-product-tabs-right [class*="style-"]>.row>*:not(.image-mains):not(.information) {
	pointer-events: none;
}

.woocs_show_flags .dd-selected .dd-selected-description, .woocs_show_flags .dd-selected .dd-selected-text, .woocs_show_flags .dd-options .dd-desc, .woocs_show_flags .dd-options .dd-option-text {
	display: none;
}

.woocs_show_flags a.dd-option {
	border-color: #eee;
}

.woocs_show_flags ul.dd-options {
	-webkit-box-shadow: 0 12px 10px 2px rgba(238, 238, 238, .7);
	box-shadow: 0 12px 10px 2px rgba(238, 238, 238, .7);
}

.tbay-homepage-demo.woocommerce-page #main-content {
	margin: 0;
}

.product-block .image .out-of-stock {
	text-align: center;
	padding: 12px 0 !important;
	background: rgba(255, 255, 255, .8) !important;
	font-size: 16px !important;
	margin-top: 40px !important;
}

.tbay-hide-variation-selector .tbay-variations {
	display: none !important;
}

.product-nav>.link-images>.psnav .single_nav a {
	margin-top: 13px;
	height: 100%;
	position: relative;
	top: -50%;
}

.singular-shop div.product.style-stick .information {
	z-index: 9;
}

.woof_products_top_panel {
	line-height: 61px;
	margin: 0 0 0 15px;
}

.tbay-gallery-varible .woocommerce-product-gallery__trigger {
	display: none;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	background: transparent;
}

.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
	height: initial;
	display: table-row;
}

.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
	display: table-cell;
}

.woocommerce table.my_account_orders {
	font-size: inherit;
}

#add_payment_method #payment div.form-row #place_order, .woocommerce-cart #payment div.form-row #place_order, .woocommerce-checkout #payment div.form-row #place_order {
	width: auto;
}

.woof_products_top_panel li a {
	display: block;
	line-height: 41px;
}

body.ajax_cart_right .active-cart #tbay-header, body.ajax_cart_left .active-cart #tbay-header, body.ajax_cart_bottom .active-cart #tbay-header, body.ajax_cart_top .active-cart #tbay-header {
	animation-name: none !important;
}

.tbay-filter {
	z-index: 2;
	position: relative;
}

@media (max-width:599px) {
	body.tbay-body-mobile-product-two .tbay-filter+.row .products>.row {
		margin-left: -5px !important;
		margin-right: -5px !important;
	}
	
	body.tbay-body-mobile-product-two .tbay-filter+.row .products .row>.product {
		width: 50% !important;
		margin: 0 0 20px 0 !important;
		padding: 0 5px !important;
	}
	
	body.tbay-body-mobile-product-two .tbay-filter+.row .products .row>.product:nth-child(3n+1) {
		clear: none;
	}
	
	body.tbay-body-mobile-product-two .tbay-filter+.row .products .row>.product:nth-child(2n+1) {
		clear: both;
	}
	
	body.tbay-body-mobile-product-two .tbay-filter+.row .products.products-list .row>.product {
		width: 100% !important;
	}
}

.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon, #add_payment_method #payment ul.payment_methods li img.stripe-icon {
	float: none;
}

.woocommerce .style-slide span.onsale, .woocommerce .style-stick span.onsale, .woocommerce .style-gallery span.onsale {
	text-align: left !important;
	left: 20px;
}

@media (max-width:767px) {
	.woocommerce .style-slide span.onsale, .woocommerce .style-stick span.onsale, .woocommerce .style-gallery span.onsale {
		left: 5px;
	}
}

@media (max-width:767px) {
	.style-slide .tbay-slider-for .slick-arrow.owl-next {
		right: 0;
	}
	
	.tbay-slider-for .slick-arrow {
		top: 50% !important;
	}
	
	.style-horizontal.horizontal-top .woocommerce-product-gallery .flex-control-nav.slick-initialized {
		margin-bottom: -50px !important;
	}
}

.style-horizontal.horizontal-top .image-mains span.onsale {
	top: 170px;
}

@media (max-width:1024px) {
	.style-horizontal.horizontal-top .image-mains span.onsale {
		top: 180px;
	}
}

@media (max-width:768px) {
	.style-horizontal.horizontal-top .image-mains span.onsale {
		top: 140px;
	}
}

@media (max-width:480px) {
	.style-horizontal.horizontal-top .image-mains span.onsale {
		top: 120px;
	}
}

.tbay-ajax-update-quantity .cart-bottom .update {
	display: none;
}

.tbay-variations .tawcvs-swatches .swatch.swatch-label {
	min-width: 20px;
	width: auto;
	padding: 0 3px;
}

.tawcvs-swatches .swatch.swatch-label {
	min-width: 30px;
	width: auto;
	padding: 0 4px;
}

.tbay-gallery-varible .zoomImg {
	display: none !important;
}

.woocommerce div.product form.tbay-variations .variations select {
	display: none;
}

.cross-sells div.images.tbay-gallery-varible {
	opacity: 1 !important;
}

body.modal-open .mm-slideout {
	z-index: unset;
}

ul.payment_methods li label {
	vertical-align: middle;
}

.woocommerce-terms-and-conditions-wrapper {
	padding: 0 20px 10px;
}

.woocommerce-terms-and-conditions-wrapper a {
	color: var(--tb-theme-color);
}

.woocommerce-terms-and-conditions-wrapper a:hover {
	text-decoration: underline;
}

.ui-autocomplete.ui-widget-content li.list-header {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.navbar-nav.megamenu>li.aligned-left>.dropdown-menu, .navbar-nav.megamenu>li.aligned-right>.dropdown-menu {
	padding-right: 15px;
	padding-left: 15px;
}

@media (max-width:767px) {
	.mobile-hidden-footer-icon #tbay-footer {
		padding-bottom: 0;
	}
}

.tbay-body-default .woocommerce .continue-to-shop a:hover {
	text-decoration: none !important;
	color: #fff !important;
}

.tbay-page-loader.loader-img img {
	position: absolute;
	z-index: 999;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media (max-width:767px) {
	.tbay-page-loader.loader-img img {
		max-width: 150px;
	}
}

.singular-shop div.product .information .disabled.single_add_to_cart_button {
	opacity: .8;
	filter: alpha(opacity=80);
	cursor: not-allowed;
	pointer-events: all;
}

.wvs-css .information .variations_form .woo-variation-items-wrapper {
	width: 80%;
}

.wvs-css .variable-items-wrapper {
	margin-bottom: 5px !important;
	padding-bottom: 10px;
}

.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
	width: auto;
	min-width: 30px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	padding: 0 7px;
}

.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected, .wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:hover {
	background: var(--tb-theme-color);
	color: #fff;
}

.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color {
	opacity: .7;
	filter: alpha(opacity=70);
}

.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color:after {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected .variable-item-span-color {
	opacity: 1;
	filter: alpha(opacity=100);
}

.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	-webkit-box-shadow: 0 0 0 1px #eee;
	box-shadow: 0 0 0 1px #eee;
}

.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover, .wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
	-webkit-box-shadow: 0 0 0 1px var(--tb-theme-color);
	box-shadow: 0 0 0 1px var(--tb-theme-color);
}

.wvs-css .tbay-variations {
	margin-top: 20px;
	margin-right: 10px;
}

.wvs-css .tbay-variations .variable-item:not(.radio-variable-item).image-variable-item {
	width: 15px;
	padding: 0;
}

.wvs-css .tbay-variations .variable-item:not(.radio-variable-item).button-variable-item {
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	padding: 0 5px;
	min-width: 30px;
}

.wvs-css .tbay-variations .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
	font-size: 10px;
}

.wvs-css .tbay-variations .variable-items-wrapper {
	margin-bottom: 0;
	justify-content: flex-end;
}

.wvs-css .tbay-variations .variable-items-wrapper li.disabled:before, .wvs-css .tbay-variations .variable-items-wrapper li.disabled:after {
	display: block;
}

.wvs-css .tbay-variations .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item {
	margin-right: 5px !important;
}

.wvs-css .tbay-variations .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected .variable-item-span-color:after {
	border-width: 0 1px 1px 0;
	width: 4px;
	top: 1px;
	left: 6px;
}

.wvs-css .tbay-variations .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item:last-child {
	margin-right: 0 !important;
}

@media (max-width:767px) {
	.woocommerce #yith-wcwl-form .wishlist-empty {
		padding: 0 20px;
	}
	
	.woocommerce #yith-wcwl-form table.wishlist_table tbody tr {
		margin-bottom: 20px;
	}
	
	.widget.title-about .description {
		padding: 0 10px;
	}
	
	.service-home4 .widget.widget-text-heading {
		padding: 10px 10px 0 !important;
	}
	
	.about-sub, .testimonials-body .description {
		max-width: 95%;
	}
	
	.vc_toggle .vc_toggle_title {
		padding: 10px 20px 10px 10px;
		line-height: 26px;
	}
	
	#main-content .vc_row[data-vc-full-width], #tbay-footer .vc_row[data-vc-full-width] {
		padding: 10px !important;
	}
	
	.form-horizontal .form-group {
		margin-left: 0;
		margin-right: 0;
	}
}

.woocommerce-checkout #payment label.checkbox {
	margin: 0;
}

.woocommerce-checkout #payment label.checkbox input[type="checkbox"] {
	margin-right: 1em;
}

#reviews .comments .commentlist>li {
	clear: both;
}

#reviews .comments .commentlist>li .tbay-avata .tbay-author {
	padding-top: 0;
}

#yith-woocompare table.compare-list {
	width: unset;
}

.navbar-nav.megamenu .dropdown-menu .widget ul li.variable-item {
	display: flex;
}

@media (min-width:1200px) {
	.wp-block-woocommerce-products .woocommerce.columns-1 .products-grid>.row>div {
		width: 100%;
		clear: unset;
	}
	
	.wp-block-woocommerce-products .woocommerce.columns-1 .products-grid>.row>div:nth-child(1n+1) {
		clear: both;
	}
	
	.wp-block-woocommerce-products .woocommerce.columns-2 .products-grid>.row>div {
		width: 50%;
		clear: unset;
	}
	
	.wp-block-woocommerce-products .woocommerce.columns-2 .products-grid>.row>div:nth-child(2n+1) {
		clear: both;
	}
	
	.wp-block-woocommerce-products .woocommerce.columns-3 .products-grid>.row>div {
		width: 33.33333%;
		clear: unset;
	}
	
	.wp-block-woocommerce-products .woocommerce.columns-3 .products-grid>.row>div:nth-child(3n+1) {
		clear: both;
	}
	
	.wp-block-woocommerce-products .woocommerce.columns-4 .products-grid>.row>div {
		width: 25%;
		clear: unset;
	}
	
	.wp-block-woocommerce-products .woocommerce.columns-4 .products-grid>.row>div:nth-child(4n+1) {
		clear: both;
	}
	
	.wp-block-woocommerce-products .woocommerce.columns-5 .products-grid>.row>div {
		width: 20%;
		clear: unset;
	}
	
	.wp-block-woocommerce-products .woocommerce.columns-5 .products-grid>.row>div:nth-child(5n+1) {
		clear: both;
	}
	
	.wp-block-woocommerce-products .woocommerce.columns-6 .products-grid>.row>div {
		width: 16.66667%;
		clear: unset;
	}
	
	.wp-block-woocommerce-products .woocommerce.columns-6 .products-grid>.row>div:nth-child(6n+1) {
		clear: both;
	}
}

.woocommerce ul#shipping_method {
	text-align: left;
	float: right;
}

.woocommerce ul#shipping_method li {
	line-height: 28px;
}

.woocommerce ul#shipping_method li input {
	margin: 6px 10px 0 0 !important;
}

.woocommerce ul#shipping_method ~ .woocommerce-shipping-destination {
	clear: both;
}

.verticle-menu .navbar-nav>li>.dropdown-menu>li:hover>.dropdown-menu {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
	margin: 0;
	border-left: 1px solid #eee;
}

@media (max-width:767px) {
	.iframe-container>iframe {
		width: 100% !important;
	}
}

#reviews .comments .commentlist .tbay-avata {
	text-overflow: ellipsis;
	overflow: hidden;
}

.tbay-preloader {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.woocommerce ul.order_details li:last-of-type {
	border-bottom: 1px dashed #d3ced2;
}

#order_review .shop_table .cart_totals>div {
	clear: both;
}

input#ywqa-submit-question {
	background-color: #fd6e4f;
	border: 0;
}

.questions-section h3 {
	margin-bottom: 15px;
	margin-top: 0;
	padding-left: 0;
}

#ywqa_question_list, #ask_question {
	padding-left: 0;
}

#ywqa_ask_question_text {
	width: 70%;
}

#reviews .comments .commentlist>li .tbay-avata .tbay-author {
	display: block;
}

@media (max-width:767px) {
	.style-carousel .slick-initialized .slick-slide.zoom {
		pointer-events: none;
	}
}

#order_review .shop_table .cart_totals>div {
	clear: both;
}

.col-xlg-1\/5 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width:1200px) {
	.col-xlg-1\/5 {
		float: left;
		width: 20%;
	}
}

.col-sm-1\/5 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width:768px) {
	.col-sm-1\/5 {
		float: left;
		width: 20%;
	}
}

.col-md-1\/5 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width:992px) {
	.col-md-1\/5 {
		float: left;
		width: 20%;
	}
}

@media (min-width:992px) {
	.col-md-push-1\/5 {
		left: 20%;
	}
}

@media (min-width:992px) {
	.col-md-pull-1\/5 {
		right: 20%;
	}
}

@media (min-width:992px) {
	.col-md-offset-1\/5 {
		margin-left: 20%;
	}
}

.ui-autocomplete.ui-widget-content.style3 {
	float: left;
}

.ui-autocomplete.ui-widget-content.style3 .group {
	display: block;
}

.ui-autocomplete.ui-widget-content.style3 li {
	float: left;
	width: 100%;
}

.ui-autocomplete.ui-widget-content.style3 li>a {
	float: left;
}

.ui-autocomplete.ui-widget-content.style3 li.list-bottom {
	text-align: center;
}

.ui-autocomplete.ui-widget-content.style3 li.list-bottom>a {
	float: none;
}

.woof_products_top_panel {
	display: none !important;
}

.singular-shop div.product .information .single_add_to_cart_button.added {
	display: none;
}

.singular-shop div.product .information .single_add_to_cart_button.added+a {
	color: #fff;
	padding: 0 30px;
	line-height: 45px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
	border: 0;
	border: 0;
	display: inline-block;
	letter-spacing: 1px;
	float: left;
}

.singular-shop div.product .information .single_add_to_cart_button.added+a:before {
	display: inline-block !important;
	float: none;
	float: left;
	content: "";
	color: #fff;
	text-align: center;
	font-family: "simple-line-icons";
	font-size: 16px;
	margin-right: 11px;
	min-width: 14px;
	position: relative;
	left: auto;
	bottom: auto;
	height: auto;
	width: auto;
}

.singular-shop div.product .information .single_add_to_cart_button.added+a:after {
	display: none;
}

.singular-shop div.product .information .single_add_to_cart_button.loading {
	opacity: 1;
	filter: alpha(opacity=100);
}

.singular-shop div.product .information .single_add_to_cart_button.loading:after {
	top: 0;
}

@media (max-width:767px) {
	.singular-shop div.product .information .single_add_to_cart_button.loading:after {
		margin-left: 8px;
		position: static;
	}
}

#main .products.load-ajax {
	position: relative;
	opacity: .6;
	filter: alpha(opacity=60);
}

#main .products.load-ajax:after {
	content: "";
	z-index: 2;
	position: absolute;
	border: 2px solid #ddd;
	border-top-color: #222;
	border-top-color: var(--tb-theme-color);
	border-radius: 100%;
	height: 40px;
	width: 40px;
	top: 200px;
	left: 50%;
	margin-left: -webkit-calc(-40px / 2);
	margin-left: -moz-calc(-40px / 2);
	margin-left: calc(-40px / 2);
	-webkit-animation: circle-loading .35s linear infinite;
	-o-animation: circle-loading .35s linear infinite;
	animation: circle-loading .35s linear infinite;
}

.wvs-css .tbay-variations .variable-item:not(.radio-variable-item) {
	width: auto;
	height: 15px;
	min-width: 15px;
}

.wvs-css .tbay-variations .variable-item::before, .wvs-css .tbay-variations .variable-item::after {
	display: none;
}

.wvs-css .tbay-variations .variable-item.disabled::before, .wvs-css .tbay-variations .variable-item.disabled::after {
	display: block;
}

.wvs-css.woo-variation-swatches-pro .wvs-archive-variation-wrapper .variations>li {
	margin: 0;
}

.wvs-css.woo-variation-swatches-pro .wvs-archive-variation-wrapper .reset_variations a {
	border: 1px solid #eee;
	padding: 2px 7px;
	margin: 5px 0;
	display: inline-block;
	line-height: 22px;
}

.wvs-css.woo-variation-swatches-pro .wvs-archive-variation-wrapper .reset_variations a::before {
	display: inline-block;
	font-family: "simple-line-icons";
	font-weight: normal;
	font-style: normal;
	letter-spacing: normal;
	text-rendering: auto;
	content: "";
	margin-right: 5px;
	color: red;
	vertical-align: top;
}

.wvs-css.woo-variation-swatches-pro .products-list .wvs-archive-variation-wrapper .variable-items-wrapper, .wvs-css.woo-variation-swatches-pro .products-list .wvs-archive-variation-wrapper .variations {
	justify-content: left;
	text-align: left;
}

.wvs-css.woo-variation-swatches-pro .variable-item-span-color:after {
	display: none !important;
}

.wvs-css.woo-variation-swatches-pro .product-block.list .meta>p {
	margin: 10px 0 0;
}

.wvs-css.woo-variation-swatches-pro .product-block.grid:hover .caption .meta {
	opacity: 1;
	filter: alpha(opacity=100);
}

.wvs-css.woo-variation-swatches-pro .product-block.grid:hover .caption .meta .name, .wvs-css.woo-variation-swatches-pro .product-block.grid:hover .caption .meta .rating {
	opacity: 0;
	filter: alpha(opacity=0);
}

.woocommerce div.product form.cart .reset_variations {
	border: 1px solid #eee;
	padding: 2px 7px;
	margin: 5px 0;
	display: inline-block;
	line-height: 22px;
}

.woocommerce div.product form.cart .reset_variations::before {
	display: inline-block;
	font-family: "simple-line-icons";
	font-weight: normal;
	font-style: normal;
	letter-spacing: normal;
	text-rendering: auto;
	content: "";
	margin-right: 5px;
	color: red;
	vertical-align: top;
}

.woocommerce div.product form.cart.tbay-variations .reset_variations {
	float: right;
	border: 0;
	padding: 0 5px;
}

.woocommerce div.product form.cart.tbay-variations .reset_variations::before {
	display: none;
}

.wvs-css.woo-variation-swatches-pro .product-block.list .wvs-archive-variation-wrapper {
	margin-top: 10px;
}

.woof_list_label li {
	position: relative;
}

.woof_list_label .woof_label_term {
	width: auto;
	border-radius: 0 !important;
	padding: 0 10px !important;
	background: #fff;
}

.woof_label_count {
	top: -10px;
	right: -10px;
	z-index: 10;
	margin: 0;
}

.puca-sidebar-mobile-btn {
	display: none;
	float: left;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
	cursor: pointer;
	background: #fff;
	padding: 0;
	margin-right: 10px;
	margin-left: auto;
	border: 1px solid #eee;
	color: #bbb;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.puca-sidebar-mobile-btn i {
	margin: 0 auto;
}

.puca-sidebar-mobile-btn span {
	text-transform: capitalize;
	margin-left: 10px;
}

.sidebar-mobile-wrapper .widget-mobile-heading {
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
	padding: 9px 15px;
	text-align: right;
	display: none;
}

@media (max-width:767px) {
	.sidebar-mobile-wrapper .widget-mobile-heading {
		display: block;
	}
}

.sidebar-mobile-wrapper .widget-mobile-heading a {
	display: inline-block;
	color: unset;
}

.sidebar-mobile-wrapper .widget-mobile-heading i {
	font-size: 22px;
	line-height: 32px;
}

.puca-close-side {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 400;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0, 0, 0, .7);
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
}

body.show-sidebar .puca-close-side {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .25s ease, visibility 0s ease;
	transition: opacity .25s ease, visibility 0s ease;
}

body.show-sidebar .mm-slideout {
	z-index: unset;
}

@media (max-width:767px) {
	#main-container .sidebar-mobile-wrapper {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		width: 300px;
		max-width: none;
		overflow: hidden;
		z-index: 500;
		background-color: #fff;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 0;
		-webkit-transition: -webkit-transform .25s ease;
		transition: -webkit-transform .25s ease;
		transition: transform .25s ease;
		transition: transform .25s ease, -webkit-transform .25s ease;
		-webkit-transform: translate3d(-300px, 0, 0);
		height: auto;
		overflow-y: visible;
	}
	
	#main-container .sidebar-mobile-wrapper .sidebar {
		margin: 0 !important;
	}
	
	#main-container .sidebar-mobile-wrapper .sidebar>aside {
		padding: 5px 15px;
		border-bottom: 1px solid #eee;
		float: left;
		width: 100%;
	}
	
	#main-container .sidebar-mobile-wrapper .sidebar>aside .widget.widget-woof {
		padding: 0 15px !important;
		margin: 10px 0;
	}
	
	#main-container .sidebar-mobile-wrapper .sidebar>aside:last-child {
		border: 0;
	}
	
	#main-container .sidebar-mobile-wrapper .sidebar>aside .button {
		min-width: initial;
	}
	
	#main-container .sidebar-mobile-wrapper .sidebar>aside .widget-title {
		padding-top: 20px;
	}
	
	#main-container .sidebar-mobile-wrapper .sidebar>aside.WOOF_Widget {
		padding-left: 0;
		padding-right: 0;
	}
	
	#main-container .sidebar-mobile-wrapper .sidebar>aside.WOOF_Widget ul.woof_list {
		background: transparent;
		padding: 0;
	}
	
	#main-container .sidebar-mobile-wrapper .sidebar>aside.WOOF_Widget [class*="iradio_flat-"] {
		top: 3px;
	}
	
	#main-container .sidebar-mobile-wrapper .sidebar>aside.WOOF_Widget .woof_container h4 {
		margin-top: 15px !important;
	}
	
	#main-container .sidebar-mobile-wrapper .sidebar>aside.WOOF_Widget .woof_submit_search_form_container {
		padding: 0 30px;
		margin: 0 0 10px !important;
	}
	
	.puca-sidebar-mobile-btn {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	
	body.show-sidebar #main-container .sidebar-mobile-wrapper {
		transform: none;
		-webkit-transform: none;
	}
	
	body.show-sidebar .puca-sidebar-mobile-btn {
		color: var(--tb-theme-color);
	}
}

@media screen and (max-width:782px) {
	body.active-admin-bar .topbar-device-mobile ~ #tbay-main-content .sidebar-mobile-wrapper {
		top: 46px;
	}
}

.recommended-top .product-block .rating {
	text-align: left;
}

.yith-wcqv-wrapper #yith-quick-view-content .single_variation_wrap .woocommerce-variation {
	float: none;
}

.woocommerce .tbay-gallery-varible+span.onsale {
	top: auto;
	bottom: 8px;
}

@media (max-width:767px) {
	.product-block .groups-button-image>div:hover, .product-block .groups-button-image>a:hover, .product-block .buttons>div:hover, .product-block .buttons>a:hover {
		color: #fff;
		background: transparent;
	}
	
	.button-wishlist .ajax-loading {
		display: none !important;
	}
}

#add_payment_method #payment ul.payment_methods li img.stripe-icon, .woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
	max-width: 40px;
	padding-left: 3px;
	margin: 0;
}

.widget-products.widget-carousel-special .product-block .block-inner .tbay-variations {
	display: none;
}

@media (min-width:768px) {
	.variation {
		margin-top: 10px;
	}
	
	.variation dl {
		display: block;
		margin-block-start: 1em;
		margin-block-end: 1em;
		margin-inline-start: 0;
		margin-inline-end: 0;
	}
	
	.variation dt {
		float: left;
		width: 35%;
		padding-bottom: 0;
	}
	
	.variation dd {
		margin-left: 35%;
		text-align: left;
	}
}

#shop-now.has-buy-now .tbay-buy-now {
	color: #fff;
	padding: 0 30px;
	line-height: 45px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
	border: 0;
	display: inline-block;
	letter-spacing: 1px;
	margin: 0 0 0 15px;
}

@media (max-width:991px) and (min-width:768px) {
	#shop-now.has-buy-now .tbay-buy-now {
		margin: 20px 0 0;
		clear: both;
	}
}

#shop-now.has-buy-now .tbay-buy-now.disabled {
	pointer-events: auto;
}

#shop-now.has-buy-now .tbay-buy-now.disabled:hover, #shop-now.has-buy-now .tbay-buy-now.disabled:focus {
	color: #fff;
	background-color: #232323 !important;
	border-color: #232323 !important;
}

#shop-now.has-buy-now .tbay-buy-now:before {
	display: block;
	float: left;
	content: "";
	color: #fff;
	text-align: center;
	font-family: "simple-line-icons";
	font-size: 16px;
	margin-right: 11px;
	min-width: 14px;
	position: relative;
	left: auto;
	bottom: auto;
	height: auto;
	width: auto;
}

@media (max-width:767px) {
	#shop-now.has-buy-now .tbay-buy-now.button {
		position: fixed;
		z-index: 1000;
		bottom: 0;
		width: calc(100% - 125px);
		left: 0;
		margin: 0;
		height: 50px;
		line-height: 50px;
		margin-left: 125px;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-size: 16px;
		max-height: 50px;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	
	#shop-now.has-buy-now .tbay-buy-now.button:hover, #shop-now.has-buy-now .tbay-buy-now.button:focus {
		background-color: var(--tb-theme-color) !important;
		border-color: var(--tb-theme-color) !important;
	}
	
	#shop-now.has-buy-now .tbay-buy-now.button:before {
		display: none !important;
	}
	
	#shop-now.has-buy-now .single_add_to_cart_button {
		width: 125px;
		font-size: 0;
	}
	
	#shop-now.has-buy-now .single_add_to_cart_button+.added_to_cart.wc-forward {
		width: 125px;
		font-size: 0;
		height: 50px;
	}
	
	#shop-now.has-buy-now .single_add_to_cart_button+.added_to_cart.wc-forward:hover, #shop-now.has-buy-now .single_add_to_cart_button+.added_to_cart.wc-forward:focus {
		background-color: var(--tb-theme-color) !important;
		border-color: var(--tb-theme-color) !important;
	}
	
	#shop-now.has-buy-now .single_add_to_cart_button+.added_to_cart.wc-forward:after {
		content: "";
		font-family: simple-line-icons;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		line-height: 50px;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 18px;
		top: 0;
		position: absolute;
		left: 0;
		right: 0;
		display: block !important;
		margin: 0;
	}
	
	#shop-now.has-buy-now .single_add_to_cart_button+.added_to_cart.wc-forward:before {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		top: 50%;
		width: 1px;
		height: 30px;
		background-color: #fff;
		transform: translate(0, -50%);
		min-width: unset;
	}
	
	#shop-now.has-buy-now .single_add_to_cart_button:hover, #shop-now.has-buy-now .single_add_to_cart_button:focus {
		background-color: var(--tb-theme-color) !important;
		border-color: var(--tb-theme-color) !important;
	}
	
	#shop-now.has-buy-now .single_add_to_cart_button:after {
		content: "";
		font-family: simple-line-icons;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		line-height: 50px;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 18px;
		top: 0;
		position: absolute;
		left: 0;
		right: 0;
	}
	
	#shop-now.has-buy-now .single_add_to_cart_button:before {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		top: 50%;
		width: 1px;
		height: 30px;
		background-color: #fff;
		transform: translate(0, -50%);
		min-width: unset;
	}
	
	#shop-now.has-buy-now .single_add_to_cart_button.loading:after {
		font-family: WooCommerce !important;
		content: "";
		vertical-align: top;
		font-weight: 400;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		font-size: 18px;
	}
}

@media (min-width:768px) {
	.singular-shop.col-lg-9 .information #shop-now.has-buy-now .tbay-buy-now {
		margin: 20px 0 0 0;
		clear: both;
	}
}

@media (max-width:1199px) and (min-width:992px) {
	.singular-shop div.product.style-slide>.row {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media (max-width:991px) and (min-width:768px) {
	.style-carousel #shop-now.has-buy-now .tbay-buy-now {
		clear: unset;
		margin: 0 0 0 15px;
	}
}

@media (max-width:680px) {
	#reviews .wcpr-stars-count .wcpr-row .wcpr-col-star {
		width: 65px;
	}
}

#reviews #comments .wcpr-overall-rating-and-rating-count .wcpr-overall-rating .wcpr-overall-rating-right .star-rating {
	width: 63px;
}

.product .woocommerce-product-rating .star-rating:before, .commentlist .comment-text .star-rating:before, .wcpr-overall-rating-right .wcpr-overall-rating-right-star .star-rating:before {
	color: #dbdbdb !important;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.woocommerce.single-product .product .information .star-rating {
	width: 71px;
}

.sold-by-meta.sold-mvx {
	text-align: center;
}

#mvx-store-conatiner .mvx-store-detail-list .star-rating:before {
	font-size: 12px;
}

.mvx_vendor_banner_template .mvx_vendor_rating .star-rating>span>strong {
	display: none;
}

.mvx_regi_main .register button.button {
	border-color: var(--tb-theme-color);
}

#mvx-store-conatiner input[type="submit"]:hover, #mvx-store-conatiner input[type="submit"]:focus, .woocommerce #reviews #mvx_vendor_reviews #respond .form-submit input:hover, .woocommerce #reviews #mvx_vendor_reviews #respond .form-submit input:focus, .mvx_regi_main .register button.button:hover, .mvx_regi_main .register button.button:focus {
	background: #000;
	border-color: #000;
}

#qna-ask-input button#ask-qna {
	border: 1px solid var(--tb-theme-color);
	background: var(--tb-theme-color);
}

#qna-ask-input button#ask-qna:hover, #qna-ask-input button#ask-qna:focus {
	background: #000;
	border-color: #000;
	color: #fff;
}

.pagination-wrap ul.pagination>li>.next:hover:before, .pagination-wrap ul.pagination>li>.next:focus:before, .pagination-wrap ul.pagination>li>.prev:hover:before, .pagination-wrap ul.pagination>li>.prev:focus:before {
	color: #fff !important;
}

.dokan-store-sidebar .dokan-widget-area {
	margin-top: 0;
}

.dokan-widget-area .widget-title:after {
	display: none;
}

.dokan-widget-area .dokan-store-widget .store-cat-stack-dokan ul li, .dokan-widget-area .dokan-store-widget div#cat-drop-stack>ul li {
	padding: 10px 0;
	border-top: 1px solid #eee;
	border-bottom: 0;
}

.dokan-widget-area .dokan-store-widget.widget {
	margin-bottom: 40px !important;
	padding-bottom: 0;
	border-bottom: 0;
}

.dokan-widget-area .dokan-store-widget ul.product_list_widget li {
	padding: 0;
	border: 0;
}

.dokan-widget-area .dokan-store-widget ul.product_list_widget li:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dokan-widget-area .dokan-store-widget.widget.dokan-category-menu {
	border-bottom: 0;
}

.dokan-widget-area .dokan-store-widget.widget.dokan-category-menu h3.widget-title {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 30px;
}

.dashboard .wcv-dashboard-navigation ~ form input.btn-inverse[type="submit"]:hover, .dashboard .wcv-dashboard-navigation ~ form input.btn-inverse[type="submit"]:focus {
	background: #000;
	border: 1px solid #000;
	color: #fff;
}

@media (max-width:767px) {
	.categorymenu .menu-category-menu-container ul, .widget_tbay_custom_menu .menu-category-menu-container ul {
		border: 0 !important;
	}
	
	.widget_deals_products .caption .groups-button>div {
		display: none;
	}
}

.woocommerce-checkout form.checkout.checkout-column-two #order_review .shop_table .cart_totals {
	max-width: unset;
}

.singular-shop.col-lg-9 #shop-now.has-buy-now .quantity button {
	padding: 0;
}

input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="text"], input[type="tel"] {
	height: 40px;
	line-height: normal;
}

.tbay-product-categories-tabs-ajax .tbay-addon-content.load-ajax>.tab-pane.current .owl-carousel:not(.slick-slider)[data-pagination="true"], .tbay-product-tabs-ajax .tbay-addon-content.load-ajax>.tab-pane.current .owl-carousel:not(.slick-slider)[data-pagination="true"] {
	padding-bottom: 47px;
	margin-top: 15px;
	float: left;
}

.singular-shop .information .puca-social-links {
	margin-top: 12px;
}

.tbay-swatches-wrapper {
	top: 20px;
	bottom: auto;
	right: 15px;
	left: auto;
}

.wrapper-container .mini_cart_content .group {
	display: flex;
	flex-direction: column;
}

.wrapper-container .mini_cart_content .group-content {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.wrapper-container .mini_cart_content .group-content .quantity {
	margin: 0;
	margin-right: 3px;
}

.wrapper-container .mini_cart_content .quantity-wrap {
	display: inline-block;
	margin: 5px 10px 5px 0;
}

.wrapper-container .mini_cart_content .quantity-wrap .quantity {
	border: 1px solid #eee;
	display: flex;
	padding: 0;
	margin: 0 !important;
}

.wrapper-container .mini_cart_content .quantity-wrap .quantity button, .wrapper-container .mini_cart_content .quantity-wrap .quantity input.qty {
	border: 0;
	text-align: center;
	outline: 0;
	padding: 0;
}

.wrapper-container .mini_cart_content .quantity-wrap .quantity button {
	line-height: 34px;
	height: 34px;
	width: auto;
	padding: 0 7px;
	color: #000;
	background: #fff;
}

.wrapper-container .mini_cart_content .quantity-wrap .quantity button span {
	font-size: 10px;
	color: #000;
	margin: 0;
}

.wrapper-container .mini_cart_content .quantity-wrap .quantity button:hover span {
	color: var(--tb-theme-color);
}

.wrapper-container .mini_cart_content .quantity-wrap .quantity input.qty {
	height: 34px;
	min-height: 34px;
	width: 45px;
	color: #000;
	font-weight: 500;
}

.details-btn-wrapper {
	display: none !important;
}

#yith-quick-view-modal #yith-quick-view-content:hover .details-btn-wrapper {
	transform: translatey(0);
}

#yith-quick-view-modal #yith-quick-view-content .onsale {
	position: absolute;
	z-index: 2;
	pointer-events: none;
	top: 10px;
	left: 10px;
	text-align: left !important;
	padding: 0 15px;
}

#yith-quick-view-modal #yith-quick-view-content .onsale .saled {
	margin: 0 30px 0 0;
}

#yith-quick-view-modal #yith-quick-view-content .onsale .featured {
	margin: 0;
}

#yith-quick-view-modal #yith-quick-view-content .details-btn-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	text-align: center;
	width: 100%;
	transform: translatey(100px);
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	display: block !important;
}

#yith-quick-view-modal #yith-quick-view-content .view-details-btn {
	display: block !important;
	width: 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	font-weight: normal;
	letter-spacing: 1px;
}

#yith-quick-view-modal #yith-quick-view-content div.images {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#yith-quick-view-modal #yith-quick-view-content div.images .tbay-modalButton, #yith-quick-view-modal #yith-quick-view-content div.images .woocommerce-product-gallery__trigger, #yith-quick-view-modal #yith-quick-view-content div.images .zoomImg, #yith-quick-view-modal #yith-quick-view-content div.images .flex-control-nav {
	display: none !important;
}

#yith-quick-view-modal #yith-quick-view-content div.images .flex-viewport {
	height: 100% !important;
}

#yith-quick-view-modal #yith-quick-view-content div.images .woocommerce-product-gallery__image, #yith-quick-view-modal #yith-quick-view-content div.images .woocommerce-product-gallery__image--placeholder {
	pointer-events: none;
	margin: 0;
}

#yith-quick-view-modal #yith-quick-view-content div.images .woocommerce-product-gallery__image img, #yith-quick-view-modal #yith-quick-view-content div.images .woocommerce-product-gallery__image--placeholder img {
	width: 100%;
}

#yith-quick-view-modal .yith-wcqv-main .woocommerce-product-gallery__wrapper {
	margin: 0 !important;
	width: 100% !important;
	transform: translate3d(0, 0, 0) !important;
}

#yith-quick-view-modal .yith-wcqv-main .woocommerce-product-gallery__wrapper .slick-list {
	display: flex !important;
	flex-direction: column;
}

#yith-quick-view-modal .slick-slider .slick-list {
	height: 100% !important;
}

#yith-quick-view-modal .slick-slider .slick-dots {
	position: absolute;
	top: auto;
	bottom: 50px;
	z-index: 2;
	left: auto;
	right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	list-style-type: none;
	height: 20px;
}

#yith-quick-view-modal .slick-slider .slick-dots li {
	margin: 3px;
}

#yith-quick-view-modal .slick-slider .slick-dots li::marker {
	display: none !important;
}

#yith-quick-view-modal .slick-slider .slick-dots li button {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: transparent;
	border: 1px solid var(--tb-theme-color);
	padding: 0;
	font-size: 0;
	text-indent: -999px;
}

#yith-quick-view-modal .slick-slider .slick-dots li.slick-active button {
	background: var(--tb-theme-color);
}

#yith-quick-view-modal .slick-slider .slick-arrow {
	position: absolute;
	z-index: 2;
	left: 20px;
	right: auto;
	top: 50%;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 44px;
	height: 44px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	background: #f5f5f5;
	color: #232323;
	text-align: center;
	opacity: .6;
	filter: alpha(opacity=60);
	padding: 0;
	border: 0;
}

#yith-quick-view-modal .slick-slider .slick-arrow:hover, #yith-quick-view-modal .slick-slider .slick-arrow:focus {
	background: var(--tb-theme-color);
	color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
}

#yith-quick-view-modal .slick-slider .slick-arrow.slick-next {
	left: auto;
	right: 20px;
}

#yith-quick-view-modal .slick-slider .slick-arrow i {
	font-size: 14px;
	display: block;
	line-height: 44px;
	height: 44px;
}

.woo-swatches-pro-btn div.add-cart a.wvs-add-to-cart-button::before {
	font-family: simple-line-icons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	margin-right: 3px;
	font-size: 13px;
}

.woo-swatches-pro-btn div.add-cart a.wvs-add-to-cart-button i {
	display: none;
}

.tb-link-theme-color a {
	color: var(--tb-theme-color);
}

.row-products {
	margin-bottom: 40px;
}

.widget_layered_nav {
	font-size: 13px;
}

.widget_layered_nav>ul {
	list-style: none;
	padding: 10px 30px;
}

.widget_layered_nav>ul a {
	color: #232323;
	line-height: 27px;
}

.widget_layered_nav>ul a:hover, .widget_layered_nav>ul a:active {
	color: var(--tb-theme-color);
}

.sumo_woocommerce-currency-switcher div#undefined {
	display: none;
}

.widget_product_categories .product-categories {
	padding: 0;
	list-style: none;
	margin: 0;
}

.widget_product_categories .product-categories a {
	line-height: 2;
	font-weight: 600;
}

.widget_product_categories .product-categories a:hover {
	color: var(--tb-theme-color);
}

.widget_product_categories .product-categories .children {
	list-style: none;
	padding-left: 20px;
}

.widget_product_categories .product-categories .current-cat>a {
	color: var(--tb-theme-color);
}

.widget_price_filter .price_slider_amount .price_label {
	font-weight: 500;
	display: inline-block;
	float: right;
}

.widget_price_filter .price_slider_amount .price_label .from, .widget_price_filter .price_slider_amount .price_label .to {
	font-weight: 500;
	color: #222;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-range {
	top: 0;
	height: 100%;
	background: #ddd;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	z-index: 2;
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 20px !important;
	cursor: pointer;
	top: -5px !important;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: #eaeaea;
	height: 4px;
	margin: 5px 10px 20px;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	background-color: var(--tb-theme-color) !important;
	border: 0 !important;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	margin-bottom: 10px;
	background-color: #eee !important;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	background: var(--tb-theme-color) !important;
}

.widget_price_filter .price_slider_amount .button {
	background: var(--tb-theme-color);
	text-transform: uppercase;
	color: #fff;
	border: 1px solid var(--tb-theme-color);
	border-radius: 5px !important;
	letter-spacing: 0;
}

.widget_price_filter .price_slider_amount .button:hover {
	background: transparent !important;
	color: var(--tb-theme-color);
	border-color: var(--tb-theme-color);
}

.woocommerce ul.cart_empty, ul.cart_empty {
	padding: 0;
	list-style: none;
	margin: 20px 0 0;
}

.product_list_v1_widget .product-block {
	padding: 25px 15px;
	border-bottom: 1px solid #eee;
	margin-top: 0;
}

.product_list_v1_widget .product-block:last-child {
	border-bottom: 0;
}

.product_list_v1_widget .product-block .image {
	padding: 0;
}

@media (min-width:1199px) {
	.product_list_v1_widget .product-block .image {
		width: 150px;
		height: auto;
	}
}

@media (max-width:1199px) {
	.product_list_v1_widget .product-block .image {
		width: 100px;
		height: auto;
	}
}

.product_list_v1_widget .product-block .caption .price {
	margin-bottom: 10px;
	text-align: left;
}

.product_list_v1_widget .product-block .caption .action-bottom {
	min-height: 40px;
}

.product_list_v1_widget .product-block .caption .action-bottom .btn-cart {
	display: inline-block;
	display: inline-block;
	background-color: var(--tb-theme-color);
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.product_list_v1_widget .product-block .caption .action-bottom .btn-cart a {
	min-width: 135px;
	padding: 5px;
	display: block;
	text-align: left;
}

.product_list_v1_widget .product-block .caption .action-bottom .btn-cart:hover {
	background-color: #f65b47;
}

.product_list_v1_widget .product-block .caption .action-bottom .btn-cart .icon-cart {
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background-color: #fff;
	margin-right: 5px;
	margin-left: auto;
}

.product_list_v1_widget .product-block .caption .action-bottom .btn-cart .title-cart {
	font-size: 12px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	padding-left: auto;
	padding-right: 10px;
}

@media (max-width:991px) {
	.product_list_v1_widget .product-block .caption .action-bottom .btn-cart .icon-cart {
		display: none !important;
	}
	
	.product_list_v1_widget .product-block .caption .action-bottom .btn-cart .title-cart {
		display: block !important;
		line-height: 32px;
		padding-left: auto;
		padding-right: 0;
		text-align: center;
	}
}

.product_list_v1_widget .name {
	font-weight: 400;
	margin-top: 0;
	height: 42px;
	overflow: hidden;
}

.product_special_widget .widget-product {
	margin: 0;
	position: relative;
	border-bottom: 1px solid #fff;
}

.product_special_widget .widget-product:first-child {
	padding: 0;
}

.product_special_widget .widget-product:first-child .image {
	max-width: 60%;
	position: relative;
	margin: 0;
	margin-right: 10px;
	margin-left: auto;
}

.product_special_widget .widget-product:first-child .image .first-order {
	width: 32px;
	height: 32px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: auto;
	background: var(--tb-theme-color);
	padding: 5px 11px;
	z-index: 99;
	color: #fff;
	font-weight: 900;
}

.product_special_widget .widget-product:first-child .media-body {
	max-width: 40%;
	float: none;
	padding: 0;
}

.product_special_widget .widget-product .media-body {
	padding: 0 10px 10px 40px;
}

.product_special_widget .widget-product .order {
	width: 32px;
	background: #dadada;
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	height: 100%;
	color: #6a6a6a;
	font-weight: 900;
	padding: 0 10px;
}

.product_special_widget .widget-product .order span {
	position: relative;
	top: 50%;
	margin-top: -10px;
	display: block;
}

.product_special_widget .widget-product .review {
	clear: left;
}

.product_special_widget .widget-product .rating {
	margin-bottom: 35px;
}

.product_special_widget .widget-product .star-rating {
	margin: 0;
}

.product_special_widget .widget-product .name {
	font-size: 14px;
	font-weight: 400;
}

.product_special_widget .widget-product .price {
	text-align: left;
}

.product_special_widget .widget-product .price>* {
	color: #000;
}

.product_special_widget .widget-product.last {
	background: #f5f5f5;
}

.tbay-sidebar .product_list_widget .image {
	margin-right: 10px;
	margin-left: auto;
	width: 80px;
	height: auto;
}

.vertical-menu .product-block.product-list .image {
	width: 70px;
	height: auto;
}

.woocommerce ul.product_list_widget li {
	clear: both;
	margin: 0 0 40px;
	padding: 0;
}

.woocommerce ul.product_list_widget li img {
	margin-left: 0;
}

@media (min-width:1199px) {
	.woocommerce ul.product_list_widget li img {
		width: 90px;
		height: auto;
		margin-right: 15px;
		float: left;
	}
}

@media (max-width:1199px) {
	.woocommerce ul.product_list_widget li img {
		width: 60px;
		height: auto;
		margin-right: 8px;
		float: left;
	}
}

@media (max-width:767px) {
	.woocommerce ul.product_list_widget li img {
		margin-right: 10px;
	}
}

.woocommerce-currency-switcher-form {
	min-width: initial;
}

.woocommerce-currency-switcher-form .dd-select {
	background: #fff !important;
	border: 0;
	border-radius: 0;
}

.woocommerce-currency-switcher-form ul.dd-options {
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.woocommerce-currency-switcher-form ul.dd-options li {
	padding: 0;
	border: 0;
}

.widget-woocommerce-currency-switcher .dd-desc {
	display: none;
}

.widget-woocommerce-currency-switcher a.dd-option, .widget-woocommerce-currency-switcher .dd-selected {
	padding: 5px 10px !important;
}

.widget-woocommerce-currency-switcher label {
	line-height: 100%;
	float: left;
	margin: 0;
}

.widget-woocommerce-currency-switcher .dd-pointer {
	border: none !important;
	margin: 0 !important;
}

.widget-woocommerce-currency-switcher .dd-pointer:before {
	font-family: FontAwesome;
	position: absolute;
	line-height: 100%;
	right: 0;
	left: auto;
	bottom: -4px;
}

.widget-woocommerce-currency-switcher .dd-pointer.dd-pointer-down:before {
	content: "";
}

.widget-woocommerce-currency-switcher .dd-pointer.dd-pointer-up:before {
	content: "";
}

.widget-products .owl-carousel .product-wrapper {
	padding-left: 15px;
	padding-right: 15px;
}

.widget-products .carousel-controls {
	position: absolute;
	right: 0;
	left: auto;
	top: -35px;
	width: 100%;
}

.widget-products .carousel-controls.carousel-controls-v4 {
	width: 50px;
}

.widget-productcats.style2 .widget-heading {
	background: #fff;
	text-align: left;
}

.widget-productcats.style2 .widget-heading .widget-title {
	border-bottom: 1px solid #eee;
	font-size: 24px;
}

.widget-productcats.style2 .widget-heading .nav-tabs {
	float: right;
	margin: -44px 0 0;
}

.owl-carousel .owl-controls {
	position: static;
	top: auto;
	right: auto;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	z-index: 100;
}

.owl-carousel .owl-controls .owl-nav {
	position: absolute;
	top: -24px;
	right: 0;
	left: auto;
}

.owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
	font-size: 20px;
	line-height: 30px;
	color: #aaa;
	width: 46px;
	border: 2px solid #eee;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}

.owl-carousel .owl-controls .owl-nav .owl-next .fa, .owl-carousel .owl-controls .owl-nav .owl-prev .fa {
	display: block;
	line-height: 30px;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
	right: 15px !important;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
	right: 65px;
	left: auto !important;
}

.owl-carousel .owl-dots {
	position: absolute;
	top: auto;
	bottom: 0;
	right: 0;
	left: auto;
	width: 100%;
}

.widget_deals_products .woocommerce .owl-carousel .owl-controls .owl-nav {
	top: -55px !important;
}

.widget-categoriestabs, .widget_deals_products {
	margin-bottom: 0 !important;
	margin-top: 53px;
}

.widget-categoriestabs .woocommerce .btn-view-all, .widget_deals_products .woocommerce .btn-view-all {
	color: #fff !important;
	display: inline-block;
	width: auto;
	margin-top: 10px;
	padding: 0 30px;
	line-height: 40px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	background: var(--tb-theme-color);
	font-size: 14px;
	letter-spacing: 0;
	border: 1px solid var(--tb-theme-color) !important;
}

.widget-categoriestabs .woocommerce .btn-view-all i, .widget_deals_products .woocommerce .btn-view-all i {
	color: #fff !important;
	padding-right: 0;
	display: none;
}

.widget-categoriestabs .woocommerce .btn-view-all:hover, .widget_deals_products .woocommerce .btn-view-all:hover {
	color: #fff !important;
	background: #222;
	border-color: #222 !important;
}

.widget-categoriestabs .woocommerce .btn-view-all:hover i, .widget_deals_products .woocommerce .btn-view-all:hover i {
	color: var(--tb-theme-color) !important;
}

.widget-categoriestabs .woocommerce .tab-pane, .widget_deals_products .woocommerce .tab-pane {
	text-align: center;
}

.widget-categoriestabs .woocommerce .tab-pane .owl-carousel, .widget-categoriestabs .woocommerce .tab-pane .products-grid, .widget_deals_products .woocommerce .tab-pane .owl-carousel, .widget_deals_products .woocommerce .tab-pane .products-grid {
	text-align: left;
}

.widget-categoriestabs .woocommerce .owl-carousel .owl-controls, .widget_deals_products .woocommerce .owl-carousel .owl-controls {
	position: static;
	top: auto;
	right: auto;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.widget-categoriestabs .woocommerce .owl-carousel .owl-controls .owl-nav, .widget_deals_products .woocommerce .owl-carousel .owl-controls .owl-nav {
	position: absolute;
	top: -183px;
	width: 100%;
	text-align: center;
	display: inline-block;
}

.widget-categoriestabs .woocommerce .owl-carousel .owl-dots, .widget_deals_products .woocommerce .owl-carousel .owl-dots {
	position: absolute;
	bottom: -13px;
	right: 0;
	left: auto;
}

.widget-categoriestabs .woocommerce .widget-inner, .widget_deals_products .woocommerce .widget-inner {
	position: relative;
}

.widget-categoriestabs ul.nav-tabs, .widget_deals_products ul.nav-tabs {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 40px;
	border: 1px solid #eee;
	display: table;
}

.widget-categoriestabs ul.nav-tabs>li, .widget_deals_products ul.nav-tabs>li {
	padding: 12px 0;
	position: relative;
	float: none;
	display: inline-block;
	margin: 0 20px -1px;
}

.widget-categoriestabs ul.nav-tabs>li:hover, .widget_deals_products ul.nav-tabs>li:hover {
	border-bottom: 1px solid var(--tb-theme-color);
}

.widget-categoriestabs ul.nav-tabs>li:hover a, .widget_deals_products ul.nav-tabs>li:hover a {
	color: var(--tb-theme-color);
}

.widget-categoriestabs ul.nav-tabs>li:hover a i, .widget_deals_products ul.nav-tabs>li:hover a i {
	color: var(--tb-theme-color);
}

.widget-categoriestabs ul.nav-tabs>li>a, .widget_deals_products ul.nav-tabs>li>a {
	font-size: 14px;
	font-weight: bold;
	padding: 0 3px;
	text-transform: uppercase;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	color: #333;
	position: relative;
	background-color: transparent;
	border: 0;
	margin: 0;
}

.widget-categoriestabs ul.nav-tabs>li>a i, .widget_deals_products ul.nav-tabs>li>a i {
	display: block;
	font-size: 35px;
	color: #ddd;
	margin-bottom: 10px;
}

.widget-categoriestabs ul.nav-tabs>li>a>img, .widget_deals_products ul.nav-tabs>li>a>img {
	display: block;
}

.widget-categoriestabs ul.nav-tabs>li.active, .widget_deals_products ul.nav-tabs>li.active {
	border-bottom: 1px solid var(--tb-theme-color);
}

.widget-categoriestabs ul.nav-tabs>li.active>a, .widget_deals_products ul.nav-tabs>li.active>a {
	color: var(--tb-theme-color);
}

.widget-categoriestabs ul.nav-tabs>li.active>a i, .widget_deals_products ul.nav-tabs>li.active>a i {
	color: var(--tb-theme-color);
}

.widget-categoriestabs ul.nav-tabs>li.active>a:hover, .widget-categoriestabs ul.nav-tabs>li.active>a:focus, .widget_deals_products ul.nav-tabs>li.active>a:hover, .widget_deals_products ul.nav-tabs>li.active>a:focus {
	border: 0;
	color: var(--tb-theme-color);
	background-color: transparent;
}

.widget-categoriestabs.style2 ul.nav-tabs {
	border: 0;
}

.widget-categoriestabs.style2 ul.nav-tabs>li, .widget-categoriestabs.style2 ul.nav-tabs li.active {
	border: 0;
	padding: 0;
}

.widget-categoriestabs.style2 ul.nav-tabs>li>a, .widget-categoriestabs.style2 ul.nav-tabs li.active>a {
	padding: 0 15px;
}

.widget-categoriestabs.style2 ul.nav-tabs>li img, .widget-categoriestabs.style2 ul.nav-tabs li.active img {
	display: block;
	margin: 0 auto;
	padding-bottom: 20px;
}

@media (max-width:991px) {
	.widget-categoriestabs.style2 ul.nav-tabs>li, .widget-categoriestabs.style2 ul.nav-tabs li.active {
		padding: 0 !important;
		margin: 0;
	}
	
	.widget-categoriestabs.style2 ul.nav-tabs>li img, .widget-categoriestabs.style2 ul.nav-tabs li.active img {
		display: none;
	}
}

.widget-special .block-inner .image {
	margin-bottom: 0;
}

.widget-special .products-grid>.row div.product {
	padding: 0;
}

.tbay_countdown_home_1 .products-carousel .product-block.grid .caption .infor .description {
	display: none;
}

.widget_deals_products .carousel-vertical .block-inner, .widget_deals_products .carousel-vertical .caption {
	float: left;
	width: 50%;
}

.widget_deals_products .carousel-vertical .caption {
	padding: 10px 0 0;
}

.widget_deals_products .carousel-vertical .caption .groups-button {
	position: static;
	left: 0;
	width: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	background: #fff;
	z-index: 100;
	text-align: left;
	padding: 20px 0 0 20px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.widget_deals_products .carousel-vertical .caption .description {
	display: block;
	line-height: 26px;
	margin: 10px 0 0;
}

.widget_deals_products .carousel-vertical .meta {
	padding-left: 20px;
}

.widget_deals_products .carousel-vertical .name, .widget_deals_products .carousel-vertical .price {
	text-align: left;
}

.widget_deals_products .carousel-vertical .name {
	font-size: 16px;
	font-weight: 500;
}

.widget_deals_products .carousel-vertical .product-block .groups-button .add-cart .add_to_cart_button {
	padding-left: 11px;
	padding-right: 11px;
}

.widget_deals_products .carousel-vertical .product-block.grid:hover .caption .meta {
	opacity: 1;
	filter: alpha(opacity=100);
}

.widget_deals_products .carousel-vertical .product-block.grid:hover .caption .groups-button {
	position: static;
}

.widget_deals_products .block-inner .image {
	margin-bottom: 0;
}

.widget_deals_products .block-inner .flex-control-thumbs .owl-item {
	padding: 0;
}

.widget_deals_products .block-inner .flex-control-thumbs li {
	padding: 0 4px;
}

.widget_deals_products .block-inner .flex-control-thumbs li img {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border: 2px solid #eee;
	overflow: hidden;
}

.widget_deals_products .block-inner .flex-control-thumbs li img.flex-active {
	border-color: var(--tb-theme-color);
}

.widget_deals_products .block-inner div.images.woocommerce-product-gallery {
	margin-bottom: 0;
}

.widget_deals_products>.woocommerce>.products-carousel .block-inner .image {
	border-bottom: 0;
}

.widget_deals_products .product-block .groups-button {
	display: block;
	position: relative;
	left: auto;
	bottom: auto;
}

.widget_deals_products .product-block .groups-button>div.buttons {
	margin-left: 5px;
	margin-right: 0;
}

.widget_deals_products .product-block .groups-button .buttons, .widget_deals_products .product-block .groups-button .add-cart {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	margin-top: 5px;
}

.widget_deals_products .product-block .groups-button .add-cart .product_type_external, .widget_deals_products .product-block .groups-button .add-cart .product_type_grouped, .widget_deals_products .product-block .groups-button .add-cart .add_to_cart_button, .widget_deals_products .product-block .groups-button .add-cart a.button {
	margin: 0;
	padding: 0 20px;
	line-height: 36px;
}

@media (max-width:1600px) {
	.widget_deals_products .product-block .groups-button .add-cart .product_type_external, .widget_deals_products .product-block .groups-button .add-cart .product_type_grouped, .widget_deals_products .product-block .groups-button .add-cart .add_to_cart_button, .widget_deals_products .product-block .groups-button .add-cart a.button {
		padding: 0 10px;
	}
}

.widget_deals_products .product-block .groups-button .yith-compare, .widget_deals_products .product-block .groups-button .yith-wcwl-add-to-wishlist {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.widget_deals_products .products-carousel-special .product-block .add-cart {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.widget_deals_products .products-carousel-special .product-block:hover .add-cart {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.widget_deals_products .time {
	position: absolute;
	bottom: 30px;
	text-align: center;
	width: 100%;
}

.widget_deals_products .style-horizontal .time {
	bottom: auto;
	top: 50px;
}

.widget_deals_products .owl-carousel:hover .style-horizontal .slick-arrow {
	left: -8px;
	right: auto;
}

.widget_deals_products .owl-carousel:hover .style-horizontal .slick-arrow.owl-next {
	right: -8px;
	left: auto;
}

.widget_deals_products .sub .rating, .widget_deals_products .sub .price {
	display: none;
}

.widget_deals_products .sub .tbay-subtitle {
	display: block !important;
}

.widget_deals_products .description {
	margin-bottom: 15px;
	display: none;
	font-size: 13px;
}

.widget_deals_products .tbay-subtitle {
	display: none;
}

.widget_deals_products .products-carousel-arrow {
	text-align: center;
}

.widget_deals_products .products-carousel-arrow .owl-carousel {
	text-align: left;
}

.widget_deals_products .products-carousel-arrow .owl-carousel .owl-controls {
	top: 50%;
	margin-top: -25px;
}

.widget_deals_products .products-carousel-special .widget-title {
	top: 39px;
	right: 0;
	left: auto;
}

.widget_deals_products .products-carousel-special .product-block {
	padding: 40px 160px 0 40px;
}

.widget_deals_products .products-carousel-special .product-block .caption {
	padding: 15px 0 0;
}

.widget_deals_products .products-carousel-special .block-inner {
	float: none;
	width: auto;
}

.widget_deals_products .products-carousel-special .groups-button {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	left: 0;
	content: "";
	width: 100%;
	height: 40px;
	text-align: center;
}

.widget_deals_products .products-carousel-special .groups-button .add-cart {
	float: none;
	display: inline-block;
}

.widget_deals_products .products-carousel-special .tbay-countdown {
	position: absolute;
	right: -100px;
	left: auto;
	bottom: 0;
}

.widget_deals_products .products-carousel-special .tbay-countdown .times>div {
	margin-top: 10px;
	display: block;
	text-align: left;
}

.widget_deals_products .products-carousel-special .tbay-countdown .times>div>span {
	margin-right: 10px;
	margin-left: auto;
	display: inline-block;
}

.widget_deals_products .products-carousel-special .owl-controls .owl-dots {
	text-align: right;
	right: 30px;
	left: inherit;
}

.widget_deals_products .owl-carousel .owl-controls {
	top: 88%;
}

.widget_deals_products div.images .flex-control-thumbs.owl-carousel .owl-controls {
	display: none;
}

.widget_deals_products .products-carousel-thumbnail .tbay-countdown {
	padding-left: 0;
	border-top: 0;
	padding-top: 5px;
}

.widget_deals_products .products-carousel-thumbnail .block-inner .image {
	padding-bottom: 0;
	border-bottom: 0;
}

.widget_deals_products .products-carousel-thumbnail .product-block .image ul.show-brand {
	display: none;
}

.tbay-countdown .times {
	overflow: hidden;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.tbay-countdown .times>div {
	font-size: 12px;
	padding: 0 3px;
	display: inline-block;
	position: relative;
	text-align: center;
	height: 52px;
	width: 56px;
	line-height: 25px;
	overflow: hidden;
	background: #fff !important;
	margin-right: 2px;
	margin-left: 0;
	color: #ccc;
}

.tbay-countdown .times>div>span {
	font-size: 16px;
	line-height: 15px;
	padding: 0 5px;
	font-weight: 700;
	display: block;
	text-align: center;
	padding-top: 10px;
	color: #000;
}

.tbay-countdown .times>div:last-child {
	padding-left: auto;
	padding-right: 0;
}

.tbay-countdown .times>div:last-child:before {
	content: "";
}

.tbay-countdown .times>div:first-child {
	padding-left: 0;
}

.SumoSelect>.optWrapper>.options li.opt {
	padding: 0 0 0 10px !important;
	font-size: 13px;
}

.SumoSelect>.optWrapper>.options li.opt label {
	margin: 0;
}

.SumoSelect>.optWrapper>.options li.opt:hover, .SumoSelect>.optWrapper>.options li.opt.selected {
	background-color: var(--tb-theme-color) !important;
	color: #fff;
}

.woocommerce-currency-switcher-form .SumoSelect {
	width: 80px;
	vertical-align: middle;
}

.woocommerce-currency-switcher-form .SumoSelect>.CaptionCont {
	border: 0;
	line-height: 30px;
	padding: 0 15px;
	background: #fafafa;
}

.woocommerce-currency-switcher-form .SumoSelect>.CaptionCont>label {
	width: 22px;
	right: 6px;
	left: auto;
	top: 4px;
	cursor: pointer;
}

.woocommerce-currency-switcher-form .SumoSelect>.CaptionCont>label i {
	background-size: 10px auto;
	background: none !important;
}

.woocommerce-currency-switcher-form .SumoSelect>.CaptionCont>label i::after {
	font-family: simple-line-icons;
	content: "";
	font-style: normal;
	font-size: 10px;
	position: absolute;
	top: -6px;
	left: 0;
}

.woocommerce-currency-switcher-form .SumoSelect>.CaptionCont>span {
	padding: 0;
	cursor: pointer;
	font-size: 13px;
}

.woocommerce-currency-switcher-form .SumoSelect.open .CaptionCont, .woocommerce-currency-switcher-form .SumoSelect:hover .CaptionCont, .woocommerce-currency-switcher-form .SumoSelect:focus>.CaptionCont {
	border: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background: #fafafa;
}

.woocommerce-currency-switcher-form .SumoSelect .optWrapper li {
	width: 100%;
}

.woocommerce-currency-switcher-form .SumoSelect .optWrapper label {
	font-weight: 400;
	margin-bottom: 0;
}

.woocommerce-currency-switcher-form .SumoSelect>.optWrapper {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 0;
	background: #fafafa;
}

.quantity input[type='number'] {
	-moz-appearance: textfield;
}

.quantity input::-webkit-outer-spin-button, .quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

#reviews .review_form_wrapper #respond p.form-submit {
	z-index: 99;
}

.button-canvas-sidebar>span {
	-webkit-animation: none;
	-o-animation: unset;
	animation: none;
}

.button-canvas-sidebar .icon-settings:before {
	content: "";
}

@media (max-width:1300px) {
	body.canvas-left .tbay-filter .button-canvas-sidebar {
		line-height: 40px;
		-webkit-box-shadow: none;
		box-shadow: none;
		width: 40px;
		height: 40px;
	}
}

.body-germanized.woocommerce-checkout .shop_table {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}

.body-germanized.woocommerce-checkout #order_review .shop_table .clear {
	display: none;
}

.body-germanized.woocommerce-checkout #order_review .shop_table .wc-gzd-product-name-left {
	margin-bottom: 20px;
}

.body-germanized.woocommerce-checkout #order_review .shop_table .cart_totals {
	clear: both;
}

.filter-bar .products.products-list>.row>div, .canvas-left-sidebar .products.products-list>.row>div, .canvas-right-sidebar .products.products-list>.row>div, .full-width .products.products-list>.row>div {
	clear: unset;
	width: 50%;
	float: left;
}

.filter-bar .products.products-list>.row>div:nth-child(2n+1), .canvas-left-sidebar .products.products-list>.row>div:nth-child(2n+1), .canvas-right-sidebar .products.products-list>.row>div:nth-child(2n+1), .full-width .products.products-list>.row>div:nth-child(2n+1) {
	clear: both;
}

@media (min-width:992px) {
	.filter-bar .products.products-list .product-block.list, .canvas-left-sidebar .products.products-list .product-block.list, .canvas-right-sidebar .products.products-list .product-block.list, .full-width .products.products-list .product-block.list {
		border-bottom: 0;
	}
}

@media (max-width:991px) {
	.filter-bar .products.products-list .product-block.list .list-img, .filter-bar .products.products-list .product-block.list .list-content, .canvas-left-sidebar .products.products-list .product-block.list .list-img, .canvas-left-sidebar .products.products-list .product-block.list .list-content, .canvas-right-sidebar .products.products-list .product-block.list .list-img, .canvas-right-sidebar .products.products-list .product-block.list .list-content, .full-width .products.products-list .product-block.list .list-img, .full-width .products.products-list .product-block.list .list-content {
		width: 100%;
	}
}

.questions-section {
	max-width: 100%;
}

.questions-section h3, .questions-section #ywqa_question_list, .questions-section #ask_question {
	padding-left: 0;
}

.questions-section #ywqa-submit-question {
	border: 0 !important;
	border-radius: 0 !important;
}

.questions-section #ywqa_ask_question_text {
	outline: 0;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: normal;
}

.questions-section .ywqa-ask-question {
	display: flex;
}

.questions-section h3 {
	font-size: 20px;
}

.questions-section span.question a, .questions-section #show-all-questions a.show-questions {
	color: #000;
}

.questions-section span.question a:hover, .questions-section span.question a:focus, .questions-section #show-all-questions a.show-questions:hover, .questions-section #show-all-questions a.show-questions:focus {
	color: var(--tb-theme-color);
}

.questions-section span.question-symbol, .questions-section span.answer-symbol {
	background: var(--tb-theme-color);
	border: 1px solid var(--tb-theme-color);
	color: #fff;
}

.mm-navbars_bottom .fa {
	font-family: "FontAwesome";
	font-weight: 400;
}

@media (max-width:767px) {
	input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="text"], input[type="tel"], #ask_question input#ywqa_ask_question_text, textarea {
		font-size: 16px !important;
	}
	
	.shop_table .cart_item>span.product-thumbnail>img {
		max-width: 80px;
		display: inline-block;
		margin-bottom: 15px;
	}
	
	.woocommerce-account .woocommerce-MyAccount-content {
		overflow: auto;
	}
	
	.woocommerce div.product form.cart.grouped_form .group_table td {
		padding: 0 0 2px 0 !important;
		width: auto !important;
	}
	
	.woocommerce div.product form.cart.grouped_form .group_table td.woocommerce-grouped-product-list-item__price {
		margin-bottom: 10px !important;
		width: 50% !important;
	}
	
	.posts-grid.owl-carousel:not(.slick-slider)>div {
		padding: 0 5px;
	}
	
	.questions-section {
		padding: 15px 0;
	}
}

.pswp__img {
	max-width: none !important;
}

@media (min-width:1300px) {
	.button-canvas-sidebar {
		top: 50%;
		margin-top: -25px;
	}
}

@media (max-width:767px) {
	.tbay-gallery-varible .woocommerce-product-gallery__image {
		pointer-events: none;
	}
	
	#onepage-single-product {
		display: none !important;
	}
}

rs-module-wrap {
	z-index: 0;
}

.yith-wcqv-wrapper #yith-quick-view-content .carousel-controls-v3 .carousel-control {
	bottom: auto;
}

.instagram-widget .instagram-item-inner>a {
	width: 100%;
	padding-top: 100%;
	position: relative;
}

.instagram-widget .instagram-item-inner>a img {
	position: absolute;
	top: 0;
	left: 0;
}

.instagram-widget .instagram-item-inner:before {
	z-index: 1;
}

.row.grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.row.grid:before, .row.grid:after {
	display: none;
}

.row.grid>div {
	padding: 0 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

@media (min-width:1601px) {
	.row.grid[data-xlgdesktop="1"]>div {
		-webkit-box-flex: 100%;
		-moz-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}
	
	.row.grid[data-xlgdesktop="2"]>div {
		-webkit-box-flex: 50%;
		-moz-box-flex: 50%;
		-webkit-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
	}
	
	.row.grid[data-xlgdesktop="3"]>div {
		-webkit-box-flex: 33.33333%;
		-moz-box-flex: 33.33333%;
		-webkit-flex: 33.33333%;
		-ms-flex: 33.33333%;
		flex: 33.33333%;
		max-width: 33.33333%;
	}
	
	.row.grid[data-xlgdesktop="4"]>div {
		-webkit-box-flex: 25%;
		-moz-box-flex: 25%;
		-webkit-flex: 25%;
		-ms-flex: 25%;
		flex: 25%;
		max-width: 25%;
	}
	
	.row.grid[data-xlgdesktop="5"]>div {
		-webkit-box-flex: 20%;
		-moz-box-flex: 20%;
		-webkit-flex: 20%;
		-ms-flex: 20%;
		flex: 20%;
		max-width: 20%;
	}
	
	.row.grid[data-xlgdesktop="6"]>div {
		-webkit-box-flex: 16.66667%;
		-moz-box-flex: 16.66667%;
		-webkit-flex: 16.66667%;
		-ms-flex: 16.66667%;
		flex: 16.66667%;
		max-width: 16.66667%;
	}
	
	.row.grid[data-xlgdesktop="7"]>div {
		-webkit-box-flex: 14.28571%;
		-moz-box-flex: 14.28571%;
		-webkit-flex: 14.28571%;
		-ms-flex: 14.28571%;
		flex: 14.28571%;
		max-width: 14.28571%;
	}
	
	.row.grid[data-xlgdesktop="8"]>div {
		-webkit-box-flex: 12.5%;
		-moz-box-flex: 12.5%;
		-webkit-flex: 12.5%;
		-ms-flex: 12.5%;
		flex: 12.5%;
		max-width: 12.5%;
	}
	
	.row.grid[data-xlgdesktop="9"]>div {
		-webkit-box-flex: 11.11111%;
		-moz-box-flex: 11.11111%;
		-webkit-flex: 11.11111%;
		-ms-flex: 11.11111%;
		flex: 11.11111%;
		max-width: 11.11111%;
	}
	
	.row.grid[data-xlgdesktop="10"]>div {
		-webkit-box-flex: 10%;
		-moz-box-flex: 10%;
		-webkit-flex: 10%;
		-ms-flex: 10%;
		flex: 10%;
		max-width: 10%;
	}
	
	.row.grid[data-xlgdesktop="11"]>div {
		-webkit-box-flex: 9.09091%;
		-moz-box-flex: 9.09091%;
		-webkit-flex: 9.09091%;
		-ms-flex: 9.09091%;
		flex: 9.09091%;
		max-width: 9.09091%;
	}
	
	.row.grid[data-xlgdesktop="12"]>div {
		-webkit-box-flex: 8.33333%;
		-moz-box-flex: 8.33333%;
		-webkit-flex: 8.33333%;
		-ms-flex: 8.33333%;
		flex: 8.33333%;
		max-width: 8.33333%;
	}
}

@media (min-width:1200px) and (max-width:1600px) {
	.row.grid[data-desktop="1"]>div {
		-webkit-box-flex: 100%;
		-moz-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}
	
	.row.grid[data-desktop="2"]>div {
		-webkit-box-flex: 50%;
		-moz-box-flex: 50%;
		-webkit-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
	}
	
	.row.grid[data-desktop="3"]>div {
		-webkit-box-flex: 33.33333%;
		-moz-box-flex: 33.33333%;
		-webkit-flex: 33.33333%;
		-ms-flex: 33.33333%;
		flex: 33.33333%;
		max-width: 33.33333%;
	}
	
	.row.grid[data-desktop="4"]>div {
		-webkit-box-flex: 25%;
		-moz-box-flex: 25%;
		-webkit-flex: 25%;
		-ms-flex: 25%;
		flex: 25%;
		max-width: 25%;
	}
	
	.row.grid[data-desktop="5"]>div {
		-webkit-box-flex: 20%;
		-moz-box-flex: 20%;
		-webkit-flex: 20%;
		-ms-flex: 20%;
		flex: 20%;
		max-width: 20%;
	}
	
	.row.grid[data-desktop="6"]>div {
		-webkit-box-flex: 16.66667%;
		-moz-box-flex: 16.66667%;
		-webkit-flex: 16.66667%;
		-ms-flex: 16.66667%;
		flex: 16.66667%;
		max-width: 16.66667%;
	}
	
	.row.grid[data-desktop="7"]>div {
		-webkit-box-flex: 14.28571%;
		-moz-box-flex: 14.28571%;
		-webkit-flex: 14.28571%;
		-ms-flex: 14.28571%;
		flex: 14.28571%;
		max-width: 14.28571%;
	}
	
	.row.grid[data-desktop="8"]>div {
		-webkit-box-flex: 12.5%;
		-moz-box-flex: 12.5%;
		-webkit-flex: 12.5%;
		-ms-flex: 12.5%;
		flex: 12.5%;
		max-width: 12.5%;
	}
	
	.row.grid[data-desktop="9"]>div {
		-webkit-box-flex: 11.11111%;
		-moz-box-flex: 11.11111%;
		-webkit-flex: 11.11111%;
		-ms-flex: 11.11111%;
		flex: 11.11111%;
		max-width: 11.11111%;
	}
	
	.row.grid[data-desktop="10"]>div {
		-webkit-box-flex: 10%;
		-moz-box-flex: 10%;
		-webkit-flex: 10%;
		-ms-flex: 10%;
		flex: 10%;
		max-width: 10%;
	}
	
	.row.grid[data-desktop="11"]>div {
		-webkit-box-flex: 9.09091%;
		-moz-box-flex: 9.09091%;
		-webkit-flex: 9.09091%;
		-ms-flex: 9.09091%;
		flex: 9.09091%;
		max-width: 9.09091%;
	}
	
	.row.grid[data-desktop="12"]>div {
		-webkit-box-flex: 8.33333%;
		-moz-box-flex: 8.33333%;
		-webkit-flex: 8.33333%;
		-ms-flex: 8.33333%;
		flex: 8.33333%;
		max-width: 8.33333%;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.row.grid[data-desktopsmall="1"]>div {
		-webkit-box-flex: 100%;
		-moz-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}
	
	.row.grid[data-desktopsmall="2"]>div {
		-webkit-box-flex: 50%;
		-moz-box-flex: 50%;
		-webkit-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
	}
	
	.row.grid[data-desktopsmall="3"]>div {
		-webkit-box-flex: 33.33333%;
		-moz-box-flex: 33.33333%;
		-webkit-flex: 33.33333%;
		-ms-flex: 33.33333%;
		flex: 33.33333%;
		max-width: 33.33333%;
	}
	
	.row.grid[data-desktopsmall="4"]>div {
		-webkit-box-flex: 25%;
		-moz-box-flex: 25%;
		-webkit-flex: 25%;
		-ms-flex: 25%;
		flex: 25%;
		max-width: 25%;
	}
	
	.row.grid[data-desktopsmall="5"]>div {
		-webkit-box-flex: 20%;
		-moz-box-flex: 20%;
		-webkit-flex: 20%;
		-ms-flex: 20%;
		flex: 20%;
		max-width: 20%;
	}
	
	.row.grid[data-desktopsmall="6"]>div {
		-webkit-box-flex: 16.66667%;
		-moz-box-flex: 16.66667%;
		-webkit-flex: 16.66667%;
		-ms-flex: 16.66667%;
		flex: 16.66667%;
		max-width: 16.66667%;
	}
	
	.row.grid[data-desktopsmall="7"]>div {
		-webkit-box-flex: 14.28571%;
		-moz-box-flex: 14.28571%;
		-webkit-flex: 14.28571%;
		-ms-flex: 14.28571%;
		flex: 14.28571%;
		max-width: 14.28571%;
	}
	
	.row.grid[data-desktopsmall="8"]>div {
		-webkit-box-flex: 12.5%;
		-moz-box-flex: 12.5%;
		-webkit-flex: 12.5%;
		-ms-flex: 12.5%;
		flex: 12.5%;
		max-width: 12.5%;
	}
	
	.row.grid[data-desktopsmall="9"]>div {
		-webkit-box-flex: 11.11111%;
		-moz-box-flex: 11.11111%;
		-webkit-flex: 11.11111%;
		-ms-flex: 11.11111%;
		flex: 11.11111%;
		max-width: 11.11111%;
	}
	
	.row.grid[data-desktopsmall="10"]>div {
		-webkit-box-flex: 10%;
		-moz-box-flex: 10%;
		-webkit-flex: 10%;
		-ms-flex: 10%;
		flex: 10%;
		max-width: 10%;
	}
	
	.row.grid[data-desktopsmall="11"]>div {
		-webkit-box-flex: 9.09091%;
		-moz-box-flex: 9.09091%;
		-webkit-flex: 9.09091%;
		-ms-flex: 9.09091%;
		flex: 9.09091%;
		max-width: 9.09091%;
	}
	
	.row.grid[data-desktopsmall="12"]>div {
		-webkit-box-flex: 8.33333%;
		-moz-box-flex: 8.33333%;
		-webkit-flex: 8.33333%;
		-ms-flex: 8.33333%;
		flex: 8.33333%;
		max-width: 8.33333%;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.row.grid[data-tablet="1"]>div {
		-webkit-box-flex: 100%;
		-moz-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}
	
	.row.grid[data-tablet="2"]>div {
		-webkit-box-flex: 50%;
		-moz-box-flex: 50%;
		-webkit-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
	}
	
	.row.grid[data-tablet="3"]>div {
		-webkit-box-flex: 33.33333%;
		-moz-box-flex: 33.33333%;
		-webkit-flex: 33.33333%;
		-ms-flex: 33.33333%;
		flex: 33.33333%;
		max-width: 33.33333%;
	}
	
	.row.grid[data-tablet="4"]>div {
		-webkit-box-flex: 25%;
		-moz-box-flex: 25%;
		-webkit-flex: 25%;
		-ms-flex: 25%;
		flex: 25%;
		max-width: 25%;
	}
	
	.row.grid[data-tablet="5"]>div {
		-webkit-box-flex: 20%;
		-moz-box-flex: 20%;
		-webkit-flex: 20%;
		-ms-flex: 20%;
		flex: 20%;
		max-width: 20%;
	}
	
	.row.grid[data-tablet="6"]>div {
		-webkit-box-flex: 16.66667%;
		-moz-box-flex: 16.66667%;
		-webkit-flex: 16.66667%;
		-ms-flex: 16.66667%;
		flex: 16.66667%;
		max-width: 16.66667%;
	}
	
	.row.grid[data-tablet="7"]>div {
		-webkit-box-flex: 14.28571%;
		-moz-box-flex: 14.28571%;
		-webkit-flex: 14.28571%;
		-ms-flex: 14.28571%;
		flex: 14.28571%;
		max-width: 14.28571%;
	}
	
	.row.grid[data-tablet="8"]>div {
		-webkit-box-flex: 12.5%;
		-moz-box-flex: 12.5%;
		-webkit-flex: 12.5%;
		-ms-flex: 12.5%;
		flex: 12.5%;
		max-width: 12.5%;
	}
	
	.row.grid[data-tablet="9"]>div {
		-webkit-box-flex: 11.11111%;
		-moz-box-flex: 11.11111%;
		-webkit-flex: 11.11111%;
		-ms-flex: 11.11111%;
		flex: 11.11111%;
		max-width: 11.11111%;
	}
	
	.row.grid[data-tablet="10"]>div {
		-webkit-box-flex: 10%;
		-moz-box-flex: 10%;
		-webkit-flex: 10%;
		-ms-flex: 10%;
		flex: 10%;
		max-width: 10%;
	}
	
	.row.grid[data-tablet="11"]>div {
		-webkit-box-flex: 9.09091%;
		-moz-box-flex: 9.09091%;
		-webkit-flex: 9.09091%;
		-ms-flex: 9.09091%;
		flex: 9.09091%;
		max-width: 9.09091%;
	}
	
	.row.grid[data-tablet="12"]>div {
		-webkit-box-flex: 8.33333%;
		-moz-box-flex: 8.33333%;
		-webkit-flex: 8.33333%;
		-ms-flex: 8.33333%;
		flex: 8.33333%;
		max-width: 8.33333%;
	}
}

@media (min-width:480px) and (max-width:767px) {
	.row.grid[data-landscape="1"]>div {
		-webkit-box-flex: 100%;
		-moz-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}
	
	.row.grid[data-landscape="2"]>div {
		-webkit-box-flex: 50%;
		-moz-box-flex: 50%;
		-webkit-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
	}
	
	.row.grid[data-landscape="3"]>div {
		-webkit-box-flex: 33.33333%;
		-moz-box-flex: 33.33333%;
		-webkit-flex: 33.33333%;
		-ms-flex: 33.33333%;
		flex: 33.33333%;
		max-width: 33.33333%;
	}
	
	.row.grid[data-landscape="4"]>div {
		-webkit-box-flex: 25%;
		-moz-box-flex: 25%;
		-webkit-flex: 25%;
		-ms-flex: 25%;
		flex: 25%;
		max-width: 25%;
	}
	
	.row.grid[data-landscape="5"]>div {
		-webkit-box-flex: 20%;
		-moz-box-flex: 20%;
		-webkit-flex: 20%;
		-ms-flex: 20%;
		flex: 20%;
		max-width: 20%;
	}
	
	.row.grid[data-landscape="6"]>div {
		-webkit-box-flex: 16.66667%;
		-moz-box-flex: 16.66667%;
		-webkit-flex: 16.66667%;
		-ms-flex: 16.66667%;
		flex: 16.66667%;
		max-width: 16.66667%;
	}
	
	.row.grid[data-landscape="7"]>div {
		-webkit-box-flex: 14.28571%;
		-moz-box-flex: 14.28571%;
		-webkit-flex: 14.28571%;
		-ms-flex: 14.28571%;
		flex: 14.28571%;
		max-width: 14.28571%;
	}
	
	.row.grid[data-landscape="8"]>div {
		-webkit-box-flex: 12.5%;
		-moz-box-flex: 12.5%;
		-webkit-flex: 12.5%;
		-ms-flex: 12.5%;
		flex: 12.5%;
		max-width: 12.5%;
	}
	
	.row.grid[data-landscape="9"]>div {
		-webkit-box-flex: 11.11111%;
		-moz-box-flex: 11.11111%;
		-webkit-flex: 11.11111%;
		-ms-flex: 11.11111%;
		flex: 11.11111%;
		max-width: 11.11111%;
	}
	
	.row.grid[data-landscape="10"]>div {
		-webkit-box-flex: 10%;
		-moz-box-flex: 10%;
		-webkit-flex: 10%;
		-ms-flex: 10%;
		flex: 10%;
		max-width: 10%;
	}
	
	.row.grid[data-landscape="11"]>div {
		-webkit-box-flex: 9.09091%;
		-moz-box-flex: 9.09091%;
		-webkit-flex: 9.09091%;
		-ms-flex: 9.09091%;
		flex: 9.09091%;
		max-width: 9.09091%;
	}
	
	.row.grid[data-landscape="12"]>div {
		-webkit-box-flex: 8.33333%;
		-moz-box-flex: 8.33333%;
		-webkit-flex: 8.33333%;
		-ms-flex: 8.33333%;
		flex: 8.33333%;
		max-width: 8.33333%;
	}
}

@media (max-width:479px) {
	.row.grid[data-mobile="1"]>div {
		-webkit-box-flex: 100%;
		-moz-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}
	
	.row.grid[data-mobile="2"]>div {
		-webkit-box-flex: 50%;
		-moz-box-flex: 50%;
		-webkit-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
	}
	
	.row.grid[data-mobile="3"]>div {
		-webkit-box-flex: 33.33333%;
		-moz-box-flex: 33.33333%;
		-webkit-flex: 33.33333%;
		-ms-flex: 33.33333%;
		flex: 33.33333%;
		max-width: 33.33333%;
	}
	
	.row.grid[data-mobile="4"]>div {
		-webkit-box-flex: 25%;
		-moz-box-flex: 25%;
		-webkit-flex: 25%;
		-ms-flex: 25%;
		flex: 25%;
		max-width: 25%;
	}
	
	.row.grid[data-mobile="5"]>div {
		-webkit-box-flex: 20%;
		-moz-box-flex: 20%;
		-webkit-flex: 20%;
		-ms-flex: 20%;
		flex: 20%;
		max-width: 20%;
	}
	
	.row.grid[data-mobile="6"]>div {
		-webkit-box-flex: 16.66667%;
		-moz-box-flex: 16.66667%;
		-webkit-flex: 16.66667%;
		-ms-flex: 16.66667%;
		flex: 16.66667%;
		max-width: 16.66667%;
	}
	
	.row.grid[data-mobile="7"]>div {
		-webkit-box-flex: 14.28571%;
		-moz-box-flex: 14.28571%;
		-webkit-flex: 14.28571%;
		-ms-flex: 14.28571%;
		flex: 14.28571%;
		max-width: 14.28571%;
	}
	
	.row.grid[data-mobile="8"]>div {
		-webkit-box-flex: 12.5%;
		-moz-box-flex: 12.5%;
		-webkit-flex: 12.5%;
		-ms-flex: 12.5%;
		flex: 12.5%;
		max-width: 12.5%;
	}
	
	.row.grid[data-mobile="9"]>div {
		-webkit-box-flex: 11.11111%;
		-moz-box-flex: 11.11111%;
		-webkit-flex: 11.11111%;
		-ms-flex: 11.11111%;
		flex: 11.11111%;
		max-width: 11.11111%;
	}
	
	.row.grid[data-mobile="10"]>div {
		-webkit-box-flex: 10%;
		-moz-box-flex: 10%;
		-webkit-flex: 10%;
		-ms-flex: 10%;
		flex: 10%;
		max-width: 10%;
	}
	
	.row.grid[data-mobile="11"]>div {
		-webkit-box-flex: 9.09091%;
		-moz-box-flex: 9.09091%;
		-webkit-flex: 9.09091%;
		-ms-flex: 9.09091%;
		flex: 9.09091%;
		max-width: 9.09091%;
	}
	
	.row.grid[data-mobile="12"]>div {
		-webkit-box-flex: 8.33333%;
		-moz-box-flex: 8.33333%;
		-webkit-flex: 8.33333%;
		-ms-flex: 8.33333%;
		flex: 8.33333%;
		max-width: 8.33333%;
	}
}

.widget_tbay_instagram .instagram-feed.row.grid>div {
	float: left;
	padding: 0 5px;
	margin-bottom: 10px;
}

.widget_tbay_instagram .instagram-feed.row.grid>div .instagram-item-inner>a {
	padding-top: 0;
}

.widget_tbay_instagram .instagram-feed.row.grid>div .instagram-item-inner>a img {
	position: relative;
}

@media (max-width:767px) {
	.widget.widget-categoriestabs.widget-categoriestabs-2 ul.nav-tabs>li {
		margin: 0 5px;
		float: none;
	}
}

.product-block table, .product-block .table-bordered, .product-block td, .product-block tr {
	border: 0;
}

.widget_deals_products .block-inner div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	width: 100%;
	left: 0;
	height: 100%;
	top: 0;
	background: transparent;
	z-index: 2;
}

.widget_deals_products .block-inner div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
	display: none;
}

.widget_deals_products .block-inner div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger+.flex-control-thumbs {
	z-index: 3;
}

.widget_deals_products .block-inner div.images.woocommerce-product-gallery .zoomImg {
	pointer-events: none;
}

.woocommerce div.product div.images img {
	width: auto;
	margin: 0 auto;
}

div.wp-block-themepunch-revslider {
	margin-top: 0;
}

@media (min-width:768px) {
	body .vc_column_container {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	body .vc_column_container>.vc_column-inner {
		padding-left: 0;
		padding-right: 0;
	}
}

div.vc_row-has-fill>.vc_column_container>.vc_column-inner, div.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, div.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, div.vc_col-has-fill>.vc_column-inner {
	padding-top: 0;
}

.woocommerce table.wishlist_table .product-price ins {
	text-decoration: initial;
}

.wishlist_table.mobile {
	padding: 0;
	border: 0 !important;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.wishlist_table.mobile li {
	-webkit-box-flex: 50%;
	-moz-box-flex: 50%;
	-webkit-flex: 50%;
	-ms-flex: 50%;
	flex: 50%;
	max-width: 50%;
	padding: 0 15px;
	margin-bottom: 30px;
}

.wishlist_table.mobile li .item-wrapper {
	display: flex;
	flex-direction: column;
	width: auto;
	text-align: center;
}

.wishlist_table.mobile li .item-wrapper .product-thumbnail {
	padding-bottom: 20px;
}

.wishlist_table.mobile li .item-wrapper>div {
	width: auto !important;
	max-width: unset !important;
	margin: 0 !important;
}

.wishlist_table.mobile li .item-wrapper h3 {
	line-height: 20px;
	margin: 0 0 15px;
	font-size: 14px;
}

.wishlist_table.mobile li table td.label {
	display: none !important;
}

.wishlist_table.mobile li table td.value {
	text-align: center !important;
	font-size: inherit !important;
	padding: 0 !important;
}

.wishlist_table.mobile li .additional-info-wrapper .product-remove {
	text-align: center;
	padding-top: 10px;
}

.wishlist_table.mobile li .additional-info-wrapper .product-remove a {
	font-size: 16px;
	color: #999;
}

.wishlist_table.mobile li .additional-info-wrapper .product-remove a i {
	font-family: "simple-line-icons" !important;
}

.wishlist_table.mobile li .additional-info-wrapper .product-remove a i:before {
	content: "";
}

.wishlist_table.mobile .item-details-table {
	color: #232323;
	margin-bottom: 4px;
	padding: 2px 0 0;
}

.wishlist_table.mobile .item-details-table ins {
	text-decoration: initial;
}

.wishlist_table.mobile .item-details-table del {
	margin-left: 4px;
}

.wishlist_table.mobile .item-details-table del span {
	font-weight: normal;
}

.wishlist_table.mobile .additional-info .value {
	color: #2d7;
}

.wishlist_table.mobile .product-add-to-cart .add-cart a {
	width: 100%;
	padding: 0 !important;
	line-height: 40px;
	margin: 20px 0 0 !important;
}

.yith_wcwl_wishlist_footer {
	display: none;
}

.yith-wcwl-add-to-wishlist a>i+span {
	display: none !important;
}

@media (max-width:767px) {
	#shop-now.has-buy-now .single_add_to_cart_button {
		line-height: 50px;
		min-height: 50px;
	}
	
	.woocommerce #yith-wcwl-form {
		margin-left: 0;
		margin-right: 0;
	}
	
	#main-content .tbay-filter ~ .products>.row .product-block {
		width: 100%;
	}
}

@media (min-width:1200px) {
	.style-vertical.vertical-right .products-grid .woocommerce-product-gallery, .style-vertical.vertical-left .products-grid .woocommerce-product-gallery {
		padding: 0;
	}
}

.search-device-mobile .show-search {
	display: block;
}

.pswp__ui--fit .pswp__top-bar {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.pswp__ui--fit .pswp__top-bar .pswp__counter {
	order: -2;
}

.pswp__ui--fit .pswp__top-bar .pswp__preloader {
	order: -1;
}

.pswp__ui--fit .pswp__top-bar .pswp__button--close {
	margin-left: auto;
}

@media (min-width:992px) {
	.woocommerce-checkout form.checkout.checkout-column-two {
		display: inline-block;
		width: 100%;
	}
	
	.woocommerce-checkout form.checkout.checkout-column-two #order_review .cart_item {
		padding: 15px 5px;
	}
	
	.woocommerce-checkout form.checkout.checkout-column-two #order_review .cart_item>span.product-thumbnail {
		max-width: 50px;
		margin-right: 10px;
	}
	
	.woocommerce-checkout form.checkout.checkout-column-two #order_review .cart_item>span.product-thumbnail img {
		width: 100%;
	}
	
	.woocommerce-checkout form.checkout.checkout-column-two #order_review .cart_item .product-name {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		text-align: left;
		font-weight: normal;
	}
	
	.woocommerce-checkout form.checkout.checkout-column-two #order_review .cart_item .product-name a {
		line-height: 20px;
	}
	
	.woocommerce-checkout form.checkout.checkout-column-two #order_review .cart_item .product-name .variation {
		margin: 0;
	}
	
	.woocommerce-checkout form.checkout.checkout-column-two #order_review .cart_totals {
		max-width: unset;
	}
	
	.woocommerce-checkout form.checkout.checkout-column-two .details-check {
		width: 47.8260869565%;
		float: left;
		margin-right: 4.347826087%;
	}
	
	.woocommerce-checkout form.checkout.checkout-column-two .details-review {
		width: 47.8260869565%;
		float: right;
		margin-right: 0;
	}
}

.footer-device-mobile.layout-v2>* {
	border-right: 0;
}

.footer-device-mobile.layout-v2>* i {
	line-height: 22px;
	padding-top: 6px;
	display: inline-block;
	width: 100%;
	font-size: 18px;
}

.footer-device-mobile.layout-v2>* a span.icon span.count_wishlist {
	top: -7px;
	right: 10px;
	width: 22px;
	height: 22px;
	line-height: 22px;
}

.footer-device-mobile.layout-v2 .device-label {
	margin-bottom: 5px;
	display: inline-block;
	-webkit-transform: translate(0, -3px);
	-ms-transform: translate(0, -3px);
	-o-transform: translate(0, -3px);
	transform: translate(0, -3px);
}

.tbay-product-slider-gallery:not(.slick-initialized) .gallery_item:not(.first) {
	opacity: 0;
	filter: alpha(opacity=0);
}

.products-grid .tbay-variations .reset_variations {
	display: none !important;
}

.products.products-list>.row>div {
	-webkit-box-flex: 100%;
	-moz-box-flex: 100%;
	-webkit-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
	max-width: 100%;
}

.checkout .checkbox input[type="checkbox"] {
	margin: 0 7px 0 0;
	width: 15px;
	height: 15px;
}

@media (max-width:479px) {
	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
		width: 100%;
	}
}

#payment_heading {
	margin: 20px 0;
}

.product-block.grid {
	max-width: 100%;
}

.woocommerce table.shop_table.account-orders-table ~ .woocommerce-pagination {
	margin-top: 15px;
}

#woof_results_by_ajax ~ .products {
	clear: both;
}

.product-block.list .sold-by-meta.sold-mvx {
	text-align: left;
}

.product-image .woocommerce-product-gallery.tbay-gallery-varible {
	opacity: 1 !important;
}

.container-fluid .tbay-woo-share {
	float: left;
}

.woocommerce-account #main-content .woocommerce input[type="submit"] {
	margin-bottom: 9px;
}

.single-product #main-content .summary .variations td, .single-product #main-content .summary .variations th {
	text-align: left;
}

.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name {
	color: #333;
	font-weight: normal;
	font-size: 13px;
}

.woo-variation-swatches.wvs-show-label .variations td.label {
	text-align: left;
}

@media (max-width:768px) {
	.woocommerce div.product form.cart .variations label {
		margin: 0 !important;
	}
}

@media (max-width:479px) {
	.yith-wfbt-section.tbay-addon h3.tbay-addon-title {
		font-size: 16px;
		text-transform: capitalize;
	}
}

@media (min-height:701px) {
	#tbay-header .top-cart .dropdown-content .sidebar-right .widget_shopping_cart_content, #tbay-header .top-cart .dropdown-content .sidebar-left .widget_shopping_cart_content, #tbay-customize-header .top-cart .sidebar-right .dropdown-content .widget_shopping_cart_content, #tbay-customize-header .top-cart .sidebar-left .dropdown-content .widget_shopping_cart_content {
		top: 69px;
	}
}

img[data-lazy-src] {
	opacity: 0;
}

img.lazyloaded {
	-webkit-transition: opacity .5s linear .2s;
	-moz-transition: opacity .5s linear .2s;
	transition: opacity .5s linear .2s;
	opacity: 1;
}

.pswp-review-images .pswp__caption__center {
	display: flex;
	flex-direction: column;
	padding-bottom: 30px;
}

.pswp-review-images .pswp__caption__center .header-comment {
	display: flex;
}

.pswp-review-images .pswp__caption__center .header-comment .author {
	font-weight: 600;
	margin-left: 8px;
	color: #fff;
}

.pswp-review-images .pswp__caption__center .title-comment {
	color: #777;
}

.variation .variation-Vendor {
	display: inline-block;
}

.filter-bar .tbay-filter {
	z-index: 999;
}

@media (min-width:1200px) {
	.owl-carousel:not(.slick-slider)[data-items] div.item {
		float: left;
		padding: 0 15px;
	}
	
	.owl-carousel:not(.slick-slider)[data-items="6"] div.item {
		width: 16.6666666667%;
	}
	
	.owl-carousel:not(.slick-slider)[data-items="6"] div.item:nth-child(n+7) {
		display: none;
	}
	
	.owl-carousel:not(.slick-slider)[data-items="5"] div.item {
		width: 20%;
	}
	
	.owl-carousel:not(.slick-slider)[data-items="5"] div.item:nth-child(n+6) {
		display: none;
	}
	
	.owl-carousel:not(.slick-slider)[data-items="4"] div.item {
		width: 25%;
	}
	
	.owl-carousel:not(.slick-slider)[data-items="4"] div.item:nth-child(n+5) {
		display: none;
	}
	
	.owl-carousel:not(.slick-slider)[data-items="3"] div.item {
		width: 33.3333333333%;
	}
	
	.owl-carousel:not(.slick-slider)[data-items="3"] div.item:nth-child(n+4) {
		display: none;
	}
	
	.owl-carousel:not(.slick-slider)[data-items="2"] div.item {
		width: 50%;
	}
	
	.owl-carousel:not(.slick-slider)[data-items="2"] div.item:nth-child(n+3) {
		display: none;
	}
	
	.owl-carousel:not(.slick-slider)[data-items="1"] div.item {
		width: 100%;
		float: left;
	}
	
	.owl-carousel:not(.slick-slider)[data-items="1"] div.item:nth-child(n+2) {
		display: none;
	}
}

.shop_table .cart_item {
	clear: both;
}

body.single-product .dialog-lightbox-widget {
	display: none !important;
}

.inner-only-image .onsale {
	display: none !important;
}

.row.grid .inner-only-image {
	margin-bottom: 15px;
}

.wrapper-title-recently {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 4px;
}

.wrapper-title-recently .show-all {
	position: relative;
	color: #1f1f1f;
}

.wrapper-title-recently .show-all:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #1f1f1f;
	bottom: 1px;
	left: 0;
	right: auto;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.wrapper-title-recently .show-all:hover, .wrapper-title-recently .show-all:focus {
	color: var(--tb-theme-color);
}

.wrapper-title-recently .show-all:hover::after, .wrapper-title-recently .show-all:focus::after {
	background: var(--tb-theme-color);
}

.widget.related {
	display: inline-block;
	width: 100%;
}

.product-recently-viewed .tbay-addon-title {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}

.mfp-wrap.mfp-ready ~ #wrapper-container #tbay-main-content {
	z-index: unset;
}

@media (max-width:767px) {
	.wrapper-title-recently {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.wrapper-title-recently .show-all {
		margin: 10px 0 10px;
		display: block;
	}
}

.safe_fashion_01 {
	--safe-bg-color: #006397;
	--safe-text-color: #fff;
}

.safe_fashion_02 {
	--safe-bg-color: #000;
	--safe-text-color: #fff;
}

.safe_fashion_03 {
	--safe-bg-color: #1f1f1f;
	--safe-text-color: #fff;
}

.safe_furniture {
	--safe-bg-color: #4d6171;
	--safe-text-color: #fff;
}

.safe_supermaket_01 {
	--safe-bg-color: #4d6171;
	--safe-text-color: #fff;
}

.safe_supermaket_02 {
	--safe-bg-color: #222;
	--safe-text-color: #fff;
}

.safe_theme_color {
	--safe-bg-color: var(--tb-theme-color);
	--safe-text-color: #fff;
}

.widget.widget-text-safe-checkout {
	border-top: 1px solid #e9e9e9;
	margin: 24px 0 0;
	padding: 0;
}

.safe-checkout__content {
	border: 1px solid var(--safe-bg-color);
	text-align: center;
	margin-top: 36px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.safe-checkout__title {
	font-size: 14px;
	line-height: 28px;
	background-color: var(--safe-bg-color);
	border-radius: 3px;
	color: var(--safe-text-color);
	text-align: center;
	width: auto;
	position: relative;
	top: -16px;
	border: 0;
	padding: 3px 14px 1px;
	text-transform: uppercase;
	margin: 0 auto;
	display: inline-block;
	font-weight: normal;
}

.safe-checkout__img-wrapper {
	text-align: center;
	padding: 0 10px 17px;
}

.safe-checkout__lists {
	display: flex;
	justify-content: space-around;
	background: var(--safe-bg-color);
}

.safe-checkout__item {
	padding: 0 3px;
}

.safe-checkout__item-title, .safe-checkout__item-description {
	color: var(--safe-text-color);
}

.safe-checkout__item-title {
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
	margin: 8px 0 0;
}

.safe-checkout__item-description {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
}

.tbay-popup-content.mfp-hide {
	display: none;
}

.iziModal-isAttached .mm-slideout, .dokan-dashboard .mm-slideout {
	z-index: unset;
}

.irs--round .irs-bar, .irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
	background-color: var(--tb-theme-color) !important;
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before, .irs--round .irs-handle {
	border-color: var(--tb-theme-color) !important;
}

.tb-fix-full {
	margin-right: calc(50% - 50vw) !important;
	margin-left: calc(50% - 50vw) !important;
	width: auto !important;
	left: 0 !important;
	right: 0 !important;
}

.tb-fix-remove-padding-column rs-module-wrap {
	width: 100vw !important;
	left: 0 !important;
}

.tb-fix-remove-padding-column>.vc_column_container {
	padding-left: 0;
	padding-right: 0;
}

.navbar-nav.megamenu {
	display: block;
}

.woocommerce-ResetPassword label {
	font-weight: bold;
}

.woof_container .chosen-container-multi .chosen-choices {
	border: 1px solid #eee;
}

.product-top-sidebar .woof_price_search_container form .price_slider_wrapper {
	flex-direction: column;
}

.elementor-widget div[class^='wp-block-'], .elementor-widget figure[class^='wp-block-'], .elementor-widget ul[class^='wp-block-'] {
	margin: 0;
}

.elementor-editor-active .widget_deals_products .block-inner div.images.woocommerce-product-gallery {
	opacity: 1 !important;
}

.tbay-element-instagram .row.grid>div {
	float: left;
	padding: 0;
}

.tbay-element-instagram.instagram-widget .instagram-item-inner>a {
	padding-top: 0;
}

.tbay-element-instagram.instagram-widget .instagram-item-inner>a img {
	position: unset;
}

.mm-menu .sub-menu .elementor-widget-tbay-nav-menu {
	padding-bottom: 20px;
}

.mm-menu .sub-menu .widget .widget-title>span {
	font-size: 16px !important;
}

#tbay-header .elementor-edit-mode .elementor-background-overlay {
	display: none;
}

.elementor-editor-active .tbay-column-recentlyviewed {
	position: relative;
}

.elementor-editor-active .tbay-column-recentlyviewed .elementor-widget-wrap {
	position: relative;
}

.elementor-editor-active .product-recently-viewed-header:hover .content-view {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
}

.elementor-column-gap-default>.elementor-row>.elementor-column>div.elementor-element-populated, .elementor-column-gap-default>.elementor-column>div.elementor-element-populated {
	padding: 0 15px;
}

.elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 1200px;
}

.elementor-widget-wp-widget-tag_cloud h5 {
	display: none;
}

#elementor .tbay-element-nav-menu .dropdown-menu .elementor-nav-menu--main>ul>li:hover>a, #elementor .tbay-element-nav-menu .dropdown-menu .elementor-nav-menu--main>ul>li:focus>a, #elementor .tbay-element-nav-menu .dropdown-menu .elementor-nav-menu--main>ul>li.active>a {
	color: var(--tb-theme-color);
}

#elementor .tbay-element-nav-menu .dropdown-menu .elementor-nav-menu--main>ul>li>a {
	color: #999;
}

#elementor .tbay-element-nav-menu .dropdown-menu .elementor-nav-menu--main>ul>li>a:hover, #elementor .tbay-element-nav-menu .dropdown-menu .elementor-nav-menu--main>ul>li>a:focus {
	color: var(--tb-theme-color);
}

.tb-full.elementor-section-full_width>.elementor-container {
	max-width: 100% !important;
}

.tb-full.elementor-section-full_width>.elementor-container>.elementor-row>.elementor-column>.elementor-element-populated, .tb-full.elementor-section-full_width>.elementor-container>.elementor-column>.elementor-element-populated {
	padding: 0;
}

.tb-full.elementor-section-stretched {
	left: auto !important;
}

@media (min-width:768px) {
	.tb-full.elementor-section-stretched.elementor-section-boxed>.elementor-container {
		max-width: 750px;
	}
}

@media (min-width:992px) {
	.tb-full.elementor-section-stretched.elementor-section-boxed>.elementor-container {
		max-width: 970px;
	}
}

@media (min-width:1200px) {
	.tb-full.elementor-section-stretched.elementor-section-boxed>.elementor-container {
		max-width: 1200px;
	}
}

.tbay-element-video .modal.in .modal-dialog {
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
}

.tbay-element-video .tbay-addon-video {
	position: relative;
}

.tbay-element-video .tbay-modalButton {
	left: 50%;
	right: auto;
	top: 50%;
	bottom: auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
}

.single-product .pswp.pswp--open ~ #elementor-lightbox-slideshow-single-img {
	display: none !important;
}

.pswp {
	display: block;
	opacity: 0;
	transition: 1ms;
	visibility: hidden;
	transform: scale(0);
}

.pswp.pswp--open {
	visibility: visible;
	transform: scale(1);
}

.elementor-icon-box-content .elementor-icon-box-title {
	margin: 0;
}

#yith-quick-view-content #mobile-close-infor-wrapper {
	display: none !important;
}

.mobile-btn-cart-click, #mobile-close-infor-wrapper, .mobile-attribute-list, .mobile-infor-wrapper, #mobile-close-infor {
	display: none;
}

.tbay-to-top.tbay-to-top-mobile {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.open-main-content.mm-slideout {
	z-index: 95;
}

.open-main-content.mm-slideout ~ .tbay-to-top {
	z-index: 94;
}

.mobile-attribute-list {
	border: 1px solid #eee;
	position: relative;
	position: relative;
	padding: 5px 10px;
	margin-bottom: 15px;
}

.mobile-attribute-list #attribute-open {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.mobile-attribute-list #attribute-open i {
	float: right;
	top: 50%;
	position: absolute;
	right: 5px;
	font-size: 16px;
	-webkit-transform: translate(0, -8px);
	-ms-transform: translate(0, -8px);
	-o-transform: translate(0, -8px);
	transform: translate(0, -8px);
}

.mobile-attribute-list .list-wrapper {
	font-size: 13px;
}

.mobile-attribute-list .list-wrapper>* {
	text-align: left;
}

.mobile-attribute-list .list-wrapper .value {
	color: #232323;
	font-weight: 600;
}

.mobile-btn-cart-click.has-buy-now #tbay-click-addtocart {
	width: 125px;
	font-size: 0 !important;
}

.mobile-btn-cart-click.has-buy-now #tbay-click-addtocart::before {
	position: absolute;
	margin-right: 0;
	line-height: 50px;
	font-size: 18px;
}

.mobile-btn-cart-click #tbay-click-addtocart, .mobile-btn-cart-click #tbay-click-buy-now {
	letter-spacing: 1px;
	font-size: 16px !important;
}

.mobile-btn-cart-click #tbay-click-addtocart {
	margin: 0;
	position: fixed;
	bottom: 0;
	left: 0;
	right: auto;
	padding: 0;
	z-index: 500;
	border-radius: 0 !important;
	border: 0 !important;
	color: #fff !important;
	line-height: 50px;
	text-align: center;
	min-height: 50px;
	width: 100%;
	background: var(--tb-theme-color);
	font-size: 13px;
	text-transform: uppercase;
}

.mobile-btn-cart-click #tbay-click-addtocart::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	top: 50%;
	width: 1px;
	height: 30px;
	background-color: #fff;
	transform: translate(0, -50%);
	min-width: unset;
}

.mobile-btn-cart-click #tbay-click-addtocart::before {
	content: "";
	font-family: simple-line-icons;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	line-height: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	top: 0;
	position: relative;
	margin-right: 5px;
	left: 0;
	right: 0;
}

.mobile-btn-cart-click #tbay-click-buy-now {
	padding: 0 30px;
	position: fixed;
	z-index: 1000;
	bottom: 0;
	width: calc(100% - 125px);
	left: 0;
	margin: 0;
	height: 50px;
	line-height: 50px;
	margin-left: 125px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	max-height: 50px;
	opacity: 1;
	filter: alpha(opacity=100);
	text-align: center;
	color: #fff;
	background: var(--tb-theme-color);
}

#mobile-close-infor-wrapper {
	display: block;
	position: fixed;
	background: rgba(0, 0, 0, .7);
	width: 100vw;
	left: 0;
	height: 1000vw;
	top: 0;
	z-index: 998;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	pointer-events: none;
}

@media (max-width:767px) {
	.mobile-attribute-list, .mobile-btn-cart-click {
		display: block;
	}
	
	.form-cart-popup .information #shop-now {
		position: relative;
	}
	
	.form-cart-popup .information #shop-now .quantity {
		display: block !important;
		margin: 10px 15px 60px !important;
		padding: 0;
		height: 45px;
	}
	
	.form-cart-popup .information #shop-now .tbay-wishlist {
		position: absolute;
		z-index: 99;
		right: 15px;
		background: #fff;
		top: 12px;
	}
	
	.form-cart-popup .information #shop-now .tbay-compare {
		display: none !important;
	}
	
	.form-cart-popup .information #shop-now.has-buy-now.has-wishlist .tbay-buy-now {
		left: 0;
		right: auto;
		margin-left: 25px !important;
	}
	
	.form-cart-popup .information.product.product-type-grouped form.cart.grouped_form .single_add_to_cart_button, .form-cart-popup .information.product.product-type-grouped form.cart.grouped_form .tbay-buy-now {
		bottom: 0 !important;
	}
	
	.form-cart-popup .information.product.product-type-grouped form.cart.grouped_form .group_table {
		margin-bottom: 0 !important;
	}
	
	.form-cart-popup .information.product.product-type-grouped form.cart.grouped_form .group_table tr {
		border-bottom: 1px solid #eee;
		align-items: flex-start;
		padding: 0 185px 10px 15px;
		margin: 0;
	}
	
	.form-cart-popup .information.product.product-type-grouped form.cart.grouped_form .group_table tr:last-child {
		border-bottom: 0;
	}
	
	.form-cart-popup .information.product.product-type-grouped form.cart.grouped_form .group_table tr td.woocommerce-grouped-product-list-item__quantity {
		left: auto;
		width: auto;
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	
	.form-cart-popup .information.product.product-type-grouped form.cart.grouped_form .group_table tr td.woocommerce-grouped-product-list-item__quantity .add-cart {
		margin-right: 15px;
	}
	
	.form-cart-popup .information.product.product-type-grouped form.cart.grouped_form .group_table tr td.woocommerce-grouped-product-list-item__price {
		padding: 0;
		text-align: left;
	}
	
	.form-cart-popup .information form.cart {
		position: fixed;
		bottom: 0;
		width: 100vw;
		left: 0;
		background: #fff;
		z-index: 999;
		-webkit-transform: translate(0, 100%);
		-ms-transform: translate(0, 100%);
		-o-transform: translate(0, 100%);
		transform: translate(0, 100%);
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
	
	.form-cart-popup .information form.cart .group_table {
		margin: 10px 0 0 !important;
	}
	
	.form-cart-popup .information form.cart .group_table tr {
		padding: 0 15px;
		display: inline-block;
	}
	
	.form-cart-popup .information form.cart .group_table tr p.stock {
		background: white;
		font-size: 14px;
		padding: 0;
		margin: 0;
	}
	
	.form-cart-popup .information form.cart .group_table tr .woocommerce-Price-amount {
		font-size: 16px;
	}
	
	.form-cart-popup .information form.cart .mobile-infor-wrapper, .form-cart-popup .information form.cart #mobile-close-infor {
		display: block;
	}
	
	.form-cart-popup .information form.cart .mobile-infor-wrapper {
		padding: 0 15px 15px;
		border-bottom: 1px solid #eee;
	}
	
	.form-cart-popup .information form.cart .mobile-infor-wrapper .media-left {
		width: 87px;
	}
	
	.form-cart-popup .information form.cart .mobile-infor-wrapper img {
		max-height: 100px;
		width: auto;
	}
	
	.form-cart-popup .information form.cart .mobile-infor-wrapper .infor-body p.stock {
		background: white;
		font-size: 14px;
		padding: 0;
		margin: 0;
		text-align: left;
	}
	
	.form-cart-popup .information form.cart .mobile-infor-wrapper .infor-body .woocommerce-variation-description {
		max-height: 122px;
		overflow-y: auto;
	}
	
	.form-cart-popup .information form.cart .mobile-infor-wrapper .infor-body .price, .form-cart-popup .information form.cart .mobile-infor-wrapper .infor-body .woocommerce-Price-amount {
		font-size: 18px;
	}
	
	.form-cart-popup .information form.cart .single_variation_wrap, .form-cart-popup .information form.cart .woocommerce-product-details__short-description {
		display: none;
	}
	
	.form-cart-popup .information form.cart #mobile-close-infor {
		text-align: right;
	}
	
	.form-cart-popup .information form.cart #mobile-close-infor i {
		font-size: 24px;
		margin: 10px 10px 0;
		display: inline-block;
		cursor: pointer;
	}
	
	.form-cart-popup .information form.cart #mobile-close-infor i:hover {
		color: var(--tb-theme-color);
	}
	
	.form-cart-popup .information form.cart div.quantity {
		padding: 0;
		margin-bottom: 16px !important;
		margin-top: 8px !important;
		min-width: 115px !important;
	}
	
	.form-cart-popup .information form.cart .variations {
		padding: 15px;
		display: block;
		border-bottom: 1px solid #eee !important;
		max-height: 220px;
		overflow: hidden;
		overflow-y: scroll;
		margin-bottom: 0 !important;
	}
	
	.form-cart-popup .information form.cart .single_variation {
		display: none !important;
	}
	
	.form-cart-popup .information form.cart .single_add_to_cart_button.disabled, .form-cart-popup .information form.cart .tbay-buy-now.disabled {
		opacity: .7 !important;
		filter: alpha(opacity=70) !important;
	}
	
	.form-cart-popup .information form.cart.open {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
		z-index: 999;
		padding: 0 !important;
	}
	
	.form-cart-popup .information form.cart.open .variable-items-wrapper .wvs-has-image-tooltip:hover:after, .form-cart-popup .information form.cart.open .variable-items-wrapper .wvs-has-image-tooltip:hover:before, .form-cart-popup .information form.cart.open .variable-items-wrapper [data-wvstooltip]:hover:after, .form-cart-popup .information form.cart.open .variable-items-wrapper [data-wvstooltip]:hover:before {
		display: none;
	}
	
	.form-cart-popup .information form.cart.open .single_add_to_cart_button::before {
		margin: 0 !important;
	}
	
	.form-cart-popup .information form.cart.open.open-btn-all .single_variation_wrap #shop-now.has-buy-now .single_add_to_cart_button:before {
		right: 1px;
		margin-top: 0 !important;
	}
	
	.form-cart-popup .information form.cart.open.open-btn-addtocart .tbay-buy-now {
		display: none !important;
	}
	
	.form-cart-popup .information form.cart.open.open-btn-addtocart .single_add_to_cart_button+.added_to_cart.wc-forward {
		width: 100%;
		font-size: 16px;
		transition: none !important;
	}
	
	.form-cart-popup .information form.cart.open.open-btn-addtocart .single_add_to_cart_button+.added_to_cart.wc-forward::before, .form-cart-popup .information form.cart.open.open-btn-addtocart .single_add_to_cart_button+.added_to_cart.wc-forward::after {
		display: none !important;
	}
	
	.form-cart-popup .information form.cart.open.open-btn-addtocart #shop-now.has-buy-now .single_add_to_cart_button {
		width: 100%;
		margin: 0;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
		font-size: 16px;
	}
	
	.form-cart-popup .information form.cart.open.open-btn-addtocart #shop-now.has-buy-now .single_add_to_cart_button:before, .form-cart-popup .information form.cart.open.open-btn-addtocart #shop-now.has-buy-now .single_add_to_cart_button:after {
		display: none !important;
	}
	
	.form-cart-popup .information form.cart.open.open-btn-addtocart #shop-now.has-buy-now .single_add_to_cart_button.loading:after {
		position: relative;
		display: inline-block !important;
	}
	
	.form-cart-popup .information form.cart.open.open-btn-addtocart #shop-now.has-buy-now .single_add_to_cart_button+.added_to_cart.wc-forward {
		width: 100%;
		font-size: 16px;
		transition: none !important;
	}
	
	.form-cart-popup .information form.cart.open.open-btn-addtocart #shop-now.has-buy-now .single_add_to_cart_button+.added_to_cart.wc-forward::before, .form-cart-popup .information form.cart.open.open-btn-addtocart #shop-now.has-buy-now .single_add_to_cart_button+.added_to_cart.wc-forward::after {
		display: none !important;
	}
	
	.form-cart-popup .information form.cart.open.open-btn-buynow .single_add_to_cart_button {
		display: none !important;
	}
	
	.form-cart-popup .information form.cart.open.open-btn-buynow #shop-now.has-buy-now .tbay-buy-now {
		margin: 0;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
		font-size: 16px;
	}
	
	.form-cart-popup .information form.cart.open.open-btn-buynow #shop-now.has-buy-now .tbay-buy-now {
		width: 100%;
		margin: 0 !important;
	}
	
	.form-cart-popup .information form.cart.open ~ #mobile-close-infor-wrapper {
		opacity: 1;
		filter: alpha(opacity=100);
		visibility: visible;
		pointer-events: all;
	}
	
	.form-cart-popup .information form.cart.open ~ .mobile-btn-cart-click {
		display: none;
	}
}

.yith-wfbt-section {
	padding: 43px 0;
	margin: 50px 0 52px;
	position: relative;
	background: #fafafa;
}

.yith-wfbt-section:before, .yith-wfbt-section:after {
	content: " ";
	display: table;
}

.yith-wfbt-section:after {
	clear: both;
}

.yith-wfbt-section:before, .yith-wfbt-section:after {
	content: "";
	display: block;
	background: #fafafa;
	position: absolute;
	width: 10000px;
	height: 100%;
	left: 100%;
	right: auto;
	top: 0;
	z-index: -1;
}

.yith-wfbt-section:after {
	left: auto;
	right: 100%;
}

.yith-wfbt-section.tbay-addon .tbay-addon-title {
	font-size: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
	margin-top: 0;
	text-align: left;
	font-weight: 600;
}

.yith-wfbt-section .yith-wfbt-images {
	margin: 0;
	position: relative;
	float: none;
}

.yith-wfbt-section .yith-wfbt-images:before, .yith-wfbt-section .yith-wfbt-images:after {
	content: " ";
	display: table;
}

.yith-wfbt-section .yith-wfbt-images:after {
	clear: both;
}

.yith-wfbt-section .yith-wfbt-images ul:not(.yith-wfbt-items) {
	padding: 0;
	margin: 0;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	overflow: hidden;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.yith-wfbt-section .yith-wfbt-images ul:not(.yith-wfbt-items) li {
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
}

.yith-wfbt-section .yith-wfbt-images ul:not(.yith-wfbt-items) li:not(.image_plus) {
	min-width: 170px;
	max-width: 170px;
}

.yith-wfbt-section .yith-wfbt-images ul:not(.yith-wfbt-items) li.image_plus {
	justify-content: center;
}

.yith-wfbt-section .yith-wfbt-images .image-td {
	position: relative;
	border: 1px solid #eee;
	text-align: center;
	background: #fff;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}

.yith-wfbt-section .yith-wfbt-images .image-td:hover {
	border-color: var(--tb-theme-color);
}

.yith-wfbt-section .yith-wfbt-images .image-td .price .woocommerce-Price-amount {
	font-size: 15px;
	color: #333;
}

.yith-wfbt-section .yith-wfbt-images .image-td .price del .woocommerce-Price-amount {
	color: #ccc;
	text-decoration: line-through;
	font-weight: 500;
}

.yith-wfbt-section .yith-wfbt-images .caption {
	margin: 0 0 16px;
	padding: 0 5px;
}

.yith-wfbt-section .yith-wfbt-images .caption .name {
	padding: 7px 0 2px;
	display: block;
	line-height: 20px;
	white-space: normal;
}

.yith-wfbt-section .yith-wfbt-images .image_plus {
	width: auto;
	padding: 0 8px;
	align-items: center;
}

.yith-wfbt-section .yith-wfbt-images .image_plus i {
	font-weight: 600;
}

.yith-wfbt-section .yith-wfbt-items {
	margin: 23px 0 0;
	list-style: none;
}

.yith-wfbt-section .yith-wfbt-items label {
	display: inline-block;
	margin: 0;
	line-height: 28px;
	font-weight: 500;
	padding-left: 25px;
}

.yith-wfbt-section .yith-wfbt-items input[type="checkbox"] {
	display: none;
}

.yith-wfbt-section .yith-wfbt-items .product-name span {
	color: #888;
	font-weight: normal;
}

.yith-wfbt-section .yith-wfbt-items li {
	margin-bottom: 2px;
}

.yith-wfbt-section .yith-wfbt-items li:first-child {
	pointer-events: none;
}

.yith-wfbt-section .yith-wfbt-items li:first-child i {
	color: #888 !important;
}

.yith-wfbt-section .yith-wfbt-items.free label {
	padding: 0;
}

.yith-wfbt-form {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

.yith-wfbt-submit-block .price_text {
	color: #888;
	line-height: 25px;
}

.yith-wfbt-submit-block .price_text>span {
	display: block;
	font-weight: 500;
	color: #000;
	font-size: 15px;
}

.yith-wfbt-submit-block .price_text>span.total_price {
	font-size: 18px;
}

.yith-wfbt-submit-block .price_text>span.total_price ins .woocommerce-Price-amount {
	font-size: 16px;
}

.yith-wfbt-submit-block .price_text>span.total_price>.woocommerce-Price-amount {
	font-weight: 600;
}

.yith-wfbt-submit-block .price_text ins {
	text-decoration: none;
}

.yith-wfbt-submit-block .price_text del {
	color: #888;
	font-weight: normal;
}

.yith-wfbt-submit-block .price_text del .woocommerce-Price-amount {
	color: inherit;
}

.woocommerce .yith-wfbt-submit-block .yith-wfbt-submit-button-remove {
	margin-top: 12px !important;
	font-weight: bold !important;
}

.yith-wfbt-section .yith-wfbt-item input[type=checkbox] {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.yith-wfbt-section .yith-wfbt-item input[type=checkbox]:checked+i {
	color: var(--tb-theme-color);
}

.yith-wfbt-section .yith-wfbt-item i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: auto;
	font-size: 16px;
	cursor: pointer;
	color: #888;
}

.yith-wfbt-section .yith-wfbt-item button.yith-wfbt-open-modal {
	margin-left: 10px;
	margin-right: 0;
}

@media (min-width:1200px) {
	.yith-wfbt-section .yith-wfbt-images {
		padding-right: 300px;
		padding-left: 0;
	}
	
	.yith-wfbt-submit-block {
		position: absolute;
		top: 75px;
		right: 0;
		left: auto;
	}
}

@media (max-width:1199px) {
	.yith-wfbt-submit-block {
		margin-top: 20px;
	}
	
	.yith-wfbt-submit-block .price_text>span {
		display: inline-block;
	}
}

@media (max-width:767px) {
	.yith-wfbt-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.yith-wfbt-section .yith-wfbt-images ul:not(.yith-wfbt-items) li:not(.image_plus) {
		margin: 0;
		padding: 0;
		max-width: 138px;
	}
	
	.yith-wfbt-section .yith-wfbt-images .image_plus {
		padding: 0 !important;
		width: 0;
		position: relative;
		visibility: hidden;
		z-index: 100;
	}
	
	.yith-wfbt-section .yith-wfbt-images .image_plus:before {
		content: "";
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-family: "tb-icon";
	}
	
	.yith-wfbt-section .yith-wfbt-images .image_plus:before {
		font-size: 12px;
		color: #888;
		position: absolute;
		visibility: visible;
		background-color: #fff;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		right: auto;
		width: 35px;
		border: 1px solid #e5e5e5;
		line-height: 35px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		text-align: center;
	}
	
	.yith-wfbt-section .yith-wfbt-images .image-td {
		border-right: 0;
	}
	
	.yith-wfbt-section .yith-wfbt-images .image-td:last-child:before {
		content: "";
		position: absolute;
		width: 1px;
		background: #e5e5e5;
		right: 0;
		left: auto;
		bottom: 0;
		top: 0;
	}
}

.singular-shop:not(.archive-full) .yith-wfbt-section {
	background: #f4f9fc;
	padding: 50px 30px;
}

@media (min-width:1200px) {
	.singular-shop:not(.archive-full) .yith-wfbt-section:before, .singular-shop:not(.archive-full) .yith-wfbt-section:after {
		background: transparent;
	}
}

.yith-wfbt-section .yith-wfbt-items.free>li:before {
	content: "-";
	display: inline-block;
	margin-right: 3px;
	margin-left: 0;
}

@media (max-width:1199px) {
	.singular-shop:not(.archive-full) .yith-wfbt-section {
		padding: 43px 0;
	}
}

@media (max-width:479px) {
	#reviews .comments .commentlist .comment-text .kt-reviews-image-container {
		overflow: visible;
	}
	
	#reviews .comments .commentlist .comment-text .kt-reviews-image-container .big-review-images {
		margin-left: -105px;
		padding-left: 50px;
		padding-right: 50px;
		width: calc(100vw - 50px);
	}
}

#tbay-cart-modal.modal {
	max-width: 100%;
	width: 100%;
	background: transparent;
}

.woocommerce input.button.alt.yith-wcms-button.prev {
	float: left;
}

#checkout_timeline.text li.done {
	opacity: .7;
	filter: alpha(opacity=70);
}

#checkout_timeline.text li.active .timeline-wrapper a.timeline-label {
	color: var(--tb-theme-color);
}

@media (max-width:767px) {
	#checkout_timeline {
		margin-bottom: 35px;
	}
	
	#checkout_timeline.horizontal.text li {
		line-height: 18px;
		display: unset;
	}
	
	#checkout_timeline.horizontal.text li.active .timeline-wrapper a.timeline-label {
		font-weight: 600;
		color: var(--tb-theme-color);
	}
}

.argmc-wrapper .argmc-form-steps.current {
	padding: 30px;
	margin-bottom: 0;
}

.argmc-wrapper .argmc-nav-text, .argmc-wrapper .argmc-nav-buttons {
	border: 0 !important;
}

.woocommerce .argmc-wrapper form .form-row {
	margin: 0 !important;
}

@media (min-width:768px) {
	.argmc-wrapper #argmc-next, .argmc-wrapper #argmc-submit {
		margin-left: 15px !important;
	}
}

@media (max-width:767px) {
	.argmc-wrapper .argmc-form-steps.current {
		padding: 15px;
	}
	
	.argmc-wrapper .argmc-form-steps.current .shop_table .cart_item:first-child {
		margin-top: 0;
	}
}

#list-review-images {
	padding-top: 15px;
	text-align: left;
}

#list-review-images:before, #list-review-images:after {
	content: " ";
	display: table;
}

#list-review-images:after {
	clear: both;
}

#list-review-images h4 {
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 10px;
}

#list-review-images ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}

#list-review-images ul:before, #list-review-images ul:after {
	content: " ";
	display: table;
}

#list-review-images ul:after {
	clear: both;
}

#list-review-images ul li {
	float: left;
	border: 1px solid #eee;
	margin: 0;
}

#list-review-images ul li+li {
	margin-left: 10px;
}

#list-review-images ul li:nth-child(n+7) {
	display: none;
}

#list-review-images img {
	max-width: 65px;
}

#list-review-images .more {
	pointer-events: none;
	position: absolute;
	height: 100%;
	width: 67px;
	right: 0;
	left: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: rgba(0, 0, 0, .45);
}

#comments .wcpr-overall-rating-and-rating-count {
	border: 1px solid #eee;
	padding-bottom: 0;
}

#comments .wcpr-overall-rating-and-rating-count>div {
	padding: 25px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

#comments .wcpr-overall-rating-and-rating-count+h5 {
	padding-top: 20px;
}

#comments .wcpr-overall-rating-and-rating-count .wcpr-overall-rating {
	border-right: 1px solid #eee;
}

#comments .wcpr-overall-rating-and-rating-count .wcpr-overall-rating .wcpr-overall-rating-left {
	padding: 0;
	font-size: 40px;
	background: transparent;
	color: var(--tb-theme-color);
	margin: 0;
	line-height: 35px;
}

#comments .wcpr-overall-rating-and-rating-count .wcpr-overall-rating .wcpr-overall-rating-left .wcpr-overall-rating-left-average {
	line-height: inherit;
}

#comments .wcpr-overall-rating-and-rating-count .wcpr-overall-rating .wcpr-overall-rating-main {
	flex-direction: column;
	margin-top: 10px;
}

@media (min-width:681px) {
	#comments .wcpr-overall-rating-and-rating-count .wcpr-overall-rating .wcpr-overall-rating-main {
		align-items: flex-start;
	}
}

#comments .wcpr-overall-rating-and-rating-count .wcpr-overall-rating .wcpr-overall-rating-right {
	padding-left: 0;
}

#comments .wcpr-overall-rating-and-rating-count .wcpr-overall-rating .wcpr-overall-rating-right .star-rating {
	line-height: 30px;
	height: 30px;
	width: 64px;
}

#comments .wcpr-overall-rating-and-rating-count .wcpr-overall-rating .wcpr-overall-rating-right .star-rating:before {
	color: #dbdbdb !important;
}

@media (max-width:680px) {
	#comments .wcpr-overall-rating-and-rating-count .wcpr-overall-rating .wcpr-overall-rating-right {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

#comments .wcpr-overall-rating-and-rating-count .rate-percent-bg {
	height: 13px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

#comments .wcpr-overall-rating-and-rating-count .rate-percent-bg .rate-percent {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

#comments .wcpr-filter-container {
	border: 0 !important;
	padding: 40px 0 35px;
	margin: 0;
	display: block !important;
	text-align: left;
}

#comments .wcpr-filter-container ul.wcpr-filter-button-ul {
	top: 100%;
	margin-top: 0;
}

#comments .wcpr-filter-container ul.wcpr-filter-button-ul>li+li {
	margin-top: -1px !important;
}

#comments .wcpr-filter-button {
	font-weight: normal;
	margin: 0;
	padding: 14px 20px;
	text-align: center;
	font-size: 14px;
	text-transform: initial;
	min-width: 125px;
	border: 1px solid #e5e5e5;
	background-color: #f5f5f5;
	color: #000;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

#comments .wcpr-filter-button+.wcpr-filter-button {
	margin-left: 10px;
	margin-right: 0;
}

#comments .wcpr-filter-button:hover, #comments .wcpr-filter-button:focus {
	color: #fff;
	border-color: var(--tb-theme-color) !important;
	background-color: var(--tb-theme-color) !important;
}

#reviews .comments .commentlist .comment-text {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
}

#reviews .comments .commentlist .comment-text .star-rating, #reviews .comments .commentlist .comment-text .description>p {
	margin-bottom: 5px;
}

#reviews .comments .commentlist .comment-text .star-rating:before {
	color: #dbdbdb !important;
}

#reviews .comments .commentlist .comment-text .meta {
	font-size: 13px;
}

#reviews .comments .commentlist .comment-text .meta .woocommerce-review__author {
	font-weight: 500;
	color: #000;
}

#reviews .comments .commentlist .comment-text .kt-reviews-image-container {
	margin: 0;
}

#reviews .comments .commentlist .comment-text .kt-reviews-image-container .kt-wc-reviews-images-wrap-wrap {
	justify-content: flex-start;
}

#reviews .comments .commentlist .comment-text .description>p {
	font-size: 15px;
}

#reviews .comments .commentlist .comment_container {
	position: relative;
	padding-left: 105px;
	padding-right: 0;
}

#reviews .comments .commentlist li img.avatar {
	padding: 0;
	margin: 0;
	width: 66px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	right: auto;
}

@media (min-width:768px) {
	#reviews .review_form_wrapper #respond {
		max-width: 570px;
	}
}

#reviews .review_form_wrapper #respond .comment-form-rating {
	line-height: 1 !important;
}

#reviews .review_form_wrapper #respond .comment-form-rating .stars {
	display: inline-block;
	line-height: inherit !important;
	padding-left: 20px;
	padding-right: 0;
}

#reviews .review_form_wrapper #respond .comment-form-rating .stars a {
	font-size: 11px;
	margin-right: 7px;
}

#reviews .review_form_wrapper #respond .comment-form-rating .stars a:after {
	top: 0;
}

#reviews .review_form_wrapper #respond p.form-submit {
	float: left;
	margin-top: 20px;
}

#reviews .review_form_wrapper #respond p.form-submit input {
	outline: 0;
}

#reviews .review_form_wrapper #respond p.form-submit input:hover, #reviews .review_form_wrapper #respond p.form-submit input:focus {
	background: #000;
	color: #fff;
}

#reviews .comments .commentlist {
	margin: 0;
	padding: 20px 0;
}

#reviews .comments .commentlist li {
	padding: 22px 0;
}

#reviews .comments .commentlist li+li {
	border-top: 1px solid #eee;
}

.singular-shop.archive-full .style-carousel #list-review-images {
	text-align: center;
	margin-bottom: 30px;
}

.singular-shop.archive-full .style-carousel #list-review-images ul {
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.singular-shop.archive-full .style-stick .image-mains .woocommerce-product-gallery__wrapper>div:last-child {
	margin-bottom: 0;
}

@media (min-width:1200px) {
	#list-review-images {
		display: inline-block;
		width: 100%;
	}
}

@media (max-width:767px) {
	#list-review-images {
		margin: 30px 0;
		padding: 20px 0 25px;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}
}

@media (max-width:680px) {
	#comments .wcpr-overall-rating-and-rating-count .wcpr-overall-rating {
		border-right: 0;
	}
}

@media (max-width:480px) {
	#comments .wcpr-filter-button {
		display: block;
		text-align: center;
		width: 100%;
		margin-bottom: 10px;
	}
	
	#comments .wcpr-filter-button+.wcpr-filter-button {
		margin: 0;
		margin-bottom: 10px;
	}
}

@media (max-width:479px) {
	.wcpr-grid.wcpr-masonry-3-col, .wcpr-grid.wcpr-masonry-4-col, .wcpr-grid.wcpr-masonry-5-col {
		column-count: 1;
	}
	
	#reviews ul.wcpr-filter-button-ul {
		width: calc(100% - -2px);
		left: -1px;
		right: auto;
		padding: 0;
	}
	
	#reviews ul.wcpr-filter-button-ul li {
		display: block;
	}
	
	#reviews ul.wcpr-filter-button-ul li a {
		width: 125px;
		margin: 0 auto;
	}
	
	#reviews ul.wcpr-filter-button-ul li+li>a {
		border-top: 0;
	}
}

.wcpr-stars-count .wcpr-row .wcpr-col-star {
	width: 67px;
	margin-right: 13px;
}

.wcpr-stars-count .wcpr-row .wcpr-col-star:before, .wcpr-stars-count .wcpr-row .wcpr-col-star .star-rating:before {
	color: #dbdbdb !important;
	opacity: 1 !important;
}

.woocommerce.single-product .information .star-rating span:before {
	font-size: 11px;
}

.woocommerce div.product div.images {
	margin: 0;
}

@media (min-width:1200px) {
	.single-product .style-vertical #list-review-images {
		padding-left: 90px;
		display: inline-block;
		width: 100%;
	}
}

.single-product .vertical-right #list-review-images {
	padding-left: 0;
}

#reviews .wcpr-grid .wcpr-comment-author {
	font-weight: 400;
}

.wcpr-content .review-content-container .star-rating:before, .wcpr-stars-count .star-rating:before, .wcpr-modal-wrap .wcpr-modal-content .star-rating:before {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.woocommerce.single-product .information #tab-reviews .wcpr-stars-count .star-rating {
	width: 63px;
}

#reviews-content-left #reviews-content-left-modal {
	padding: 0;
	justify-content: center;
}

#reviews-content-left #reviews-content-left-modal .reviews-images-wrap {
	padding: 8px 4px;
	width: 100px;
	max-height: unset;
}

#reviews-content-left-main .reviews-images {
	max-height: 400px;
}

.wcpr-modal-light-box .wcpr-modal-light-box-wrapper .wcpr-modal-wrap .wcpr-modal-content .star-rating, .wcpr-grid .wcpr-grid-item .wcpr-content .review-content-container .star-rating {
	font-size: 12px;
	width: 80px;
}

.woocommerce .products .star-rating:before, .woocommerce .product .star-rating:before, .mvx-store-detail-list .star-rating:before, .woocommerce .star-rating:before {
	color: #d3ced2 !important;
}

.dokan-store #main {
	width: 1650px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 15px;
	max-width: 100%;
}

@media (min-width:768px) {
	.dokan-store #main {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.dokan-message:before {
	background: transparent;
	top: 15px;
	padding-top: 0;
	color: #8fae1b;
	font-size: 20px;
}

.dokan-message a {
	color: var(--tb-theme-color);
}

.dokan-message a:hover {
	text-decoration: underline;
}

.dokan-message .dokan-close {
	font-size: 25px;
}

.dokan-error:before {
	background: transparent;
	top: 10px;
	padding-top: 0;
	font-size: 20px;
	color: #b81c23;
}

.dokan-info {
	border: 0;
	border-top: 3px solid #109ae7;
}

.dokan-info:before {
	background: transparent;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-top: 0;
	font-size: 20px;
	color: #109ae7;
}

.dokan-store .filter {
	display: none;
}

body input[type="submit"].dokan-btn:active, body input[type="submit"].dokan-btn:focus, body a.dokan-btn-theme:active, body a.dokan-btn-theme:focus, body .dokan-btn-theme:active, body .dokan-btn-theme:focus, body .dokan-btn-success:active, body .dokan-btn-success:focus {
	outline: 0;
}

.select2-dropdown {
	z-index: 1251;
}

select.dokan-form-control, .dokan-form-control {
	height: 38px;
}

.dokan-form-inline .dokan-form-group {
	float: left;
	margin-right: 10px;
	margin-left: 0;
}

#nav-below .pager {
	margin: 0;
}

.dokan-table>thead>tr>th {
	background-color: #eee;
	border-bottom-width: 1px;
	text-transform: uppercase;
	font-weight: 500;
	vertical-align: middle;
	text-align: center;
}

input.dokan-checkbox {
	margin: 0;
}

.dokan-product-listing .dokan-product-listing-area table.product-listing-table td.diviader {
	display: none;
}

.dokan-product-listing .dokan-product-listing-area ins .amount, .dokan-product-listing .dokan-product-listing-area del .amount {
	color: inherit;
	font-weight: inherit;
}

.single-product .sold-by-meta.sold-dokan {
	margin-top: 7px;
}

.product-block .sold-dokan {
	margin-bottom: 2px;
}

.dokan-dashboard-product-listing-wrapper {
	float: left;
	width: 100%;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a:hover i {
	color: #fff;
}

.dokan-dashboard .dokan-dashboard-wrap {
	max-width: 1650px;
	padding: 50px 15px;
	margin-left: auto;
	margin-right: auto;
}

.dokan-dashboard .container .dokan-dashboard-wrap, .dokan-dashboard #tbay-main-content>.dokan-dashboard-wrap .dokan-dashboard-wrap {
	padding: 0;
}

.dokan-dashboard .woocommerce-importer .wc-actions>input:hover, .dokan-dashboard .woocommerce-exporter .wc-actions>input:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dokan-dashboard .dokan-verification-content .document-box {
	margin-left: 0;
	margin-top: 15px;
}

.dokan-dashboard .dokan-verification-content .document-box>label.radio>input {
	height: auto;
}

.dokan-dashboard .dokan-verification-content .dokan-verify-links {
	padding-left: 0;
}

.dokan-dashboard .dokan-verification-content input.dokan-btn {
	font-size: 13px;
}

.dokan-dashboard .dokan_v_address_box .dokan-form-group input#dokan_v_address_cancel {
	margin-left: 10px;
}

.dokan-dashboard #add-shipping-tracking-form .dokan-form-group input#add-tracking-details {
	padding: 9px 30px;
}

.dokan-dashboard-wrap input:not([type="button"]):not([type="submit"]) {
	padding: 0 15px;
}

.dokan-dashboard-wrap input:not([type="button"]):not([type="submit"]):focus {
	outline: 0;
}

.dokan-dashboard-wrap .dokan-dashboard-content form>p {
	align-items: flex-start;
	padding: 0;
	flex-direction: column;
}

.dokan-dashboard-wrap .dokan-dashboard-content form>p input, .dokan-dashboard-wrap .dokan-dashboard-content form>p label {
	margin: 0;
}

.dokan-dashboard-wrap .dokan-dashboard-content form>p input+label {
	margin-left: 7px;
}

.dokan-dashboard td.diviader {
	display: none;
}

.dokan-dashboard label {
	font-weight: 500;
}

.dokan-dashboard h1, .dokan-dashboard header.dokan-dashboard-header h1 {
	margin: 0 0 20px;
	padding: 0;
	border: 0;
}

.dokan-dashboard h1 small, .dokan-dashboard header.dokan-dashboard-header h1 small {
	vertical-align: middle;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.settings i.pull-right {
	padding-top: 0;
}

.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget ul.list-count {
	margin: 15px 0;
}

.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .chart-placeholder>.legend>table {
	max-width: 190px;
}

.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .chart-placeholder>.legend>table tr>td.legendColorBox {
	width: 31px;
}

.dokan-dashboard .dokan-dashboard-content article .tabs_container>div.active:focus {
	outline: none !important;
}

.dokan-dashboard .dokan-dashboard-content form.edit-account legend {
	font-weight: 500;
	padding-bottom: 10px;
	font-size: 18px;
}

.dokan-dashboard .dokan-dashboard-content form ul li.wpuf-el {
	padding: 0;
}

.dokan-dashboard .dokan-dashboard-content form ul li.wpuf-submit {
	padding: 0;
	margin: 0;
}

.dokan-dashboard .dokan-dashboard-content.dokan-settings-content .dokan-settings-area .dokan-form-group .dokan-form-group {
	margin-right: 0;
	margin-left: 0;
	width: 100%;
}

.dokan-dashboard .dokan-dashboard-content.dokan-settings-content .dokan-settings-area .dokan-form-group .dokan-form-group:last-child {
	margin: 0;
}

.dokan-dashboard .product-edit-container .wp-editor-wrap {
	border-color: #ddd;
}

.dokan-dashboard .product-edit-container .wp-editor-wrap .wp-editor-container {
	border: 0;
}

.dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form.form-label-above li .wpuf-label {
	margin: 0;
}

.dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form li .wpuf-fields input, .dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form li .wpuf-fields textarea {
	padding: 0 15px;
	background: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
}

.dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form li .wpuf-fields input:focus, .dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form li .wpuf-fields textarea:focus {
	outline: 0;
}

.dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap, .dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form li .wpuf-fields label.wpuf-form-sub-label {
	margin: 0;
}

.dokan-dashboard .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit] {
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	-ms-text-shadow: none;
	-o-text-shadow: none;
}

.dokan-dashboard .pagination-wrap {
	float: left;
	width: 100%;
	padding-top: 30px;
}

.dokan-dashboard .pagination-wrap>ul.pagination {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}

@media (max-width:767px) {
	.dokan-dashboard .pagination-wrap>ul.pagination>li {
		margin-bottom: 10px;
	}
}

.dokan-dashboard .pagination-wrap>ul.pagination>li a {
	color: #323232;
	cursor: pointer;
}

.dokan-dashboard .pagination-wrap>ul.pagination>li a:hover {
	background: #fff;
	border-color: var(--tb-theme-color);
	color: var(--tb-theme-color);
	text-decoration: none;
}

.dokan-dashboard .pagination-wrap>ul.pagination>li a.next, .dokan-dashboard .pagination-wrap>ul.pagination>li a.prev {
	font-size: 0;
}

.dokan-dashboard .pagination-wrap>ul.pagination>li a.next:before, .dokan-dashboard .pagination-wrap>ul.pagination>li a.prev:before {
	content: "";
	font-family: "simple-line-icons";
	font-size: 12px;
}

.dokan-dashboard .pagination-wrap>ul.pagination>li a.prev:before {
	content: "";
}

.dokan-dashboard a.add_new_attribute {
	margin-right: 5px;
	margin-left: 0;
}

.dokan-dashboard .dokan-rma-request-area table>thead>tr>th {
	border-bottom: 0;
}

.dokan-dashboard .order-statuses-filter, .dokan-dashboard .subsubsub {
	margin: 0 0 15px;
	font-size: 14px !important;
}

.dokan-dashboard .order-statuses-filter>li, .dokan-dashboard .subsubsub>li {
	border: 0 !important;
	border-left: 1px solid #eee !important;
}

.dokan-dashboard .order-statuses-filter>li:first-child, .dokan-dashboard .subsubsub>li:first-child {
	border: 0 !important;
	padding-left: 0 !important;
}

.dokan-dashboard .subsubsub.dokan-support-topic-counts>li {
	border: 0 !important;
}

.dokan-dashboard .dokan-reports-area .dokan_tabs {
	padding: 0;
	border-color: #eee;
}

.dokan-dashboard .dokan-reports-area .dokan_tabs li {
	margin: 0 !important;
	border-color: #eee;
	border-bottom: 0 !important;
}

.dokan-dashboard .dokan-reports-area .dokan_tabs li+li {
	margin-left: 5px !important;
}

.dokan-dashboard .dokan-reports-area .dokan_tabs li.active {
	border-bottom: 0 !important;
}

.dokan-dashboard .dokan-reports-area .chart-placeholder>.legend>table {
	max-width: 190px;
}

.dokan-dashboard .dokan-reports-area .chart-placeholder>.legend>table tr>td.legendColorBox {
	width: 31px;
}

.dokan-dashboard .dokan-reports-area h3 {
	font-size: 15px;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
}

.dokan-dashboard .dokan-coupon-content .dashboard-coupons-area table tr td {
	vertical-align: middle;
	text-align: center;
}

.dokan-dashboard .store-open-close .dokan-form-group {
	text-align: left;
}

.dokan-add-new-product-popup h2 {
	font-weight: 600;
}

.dokan-add-new-product-popup .product-container-footer .dokan-show-add-product-error {
	width: auto;
	line-height: 44px;
}

.dokan-add-new-product-popup .product-container-footer input+input {
	margin-left: 5px;
}

.dokan-add-new-product-popup .select2-container--default .select2-selection--single {
	margin: 0;
}

.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload a.dokan-feat-image-btn {
	white-space: normal;
}

.dokan-widget-area .widget-title {
	padding-bottom: 12px;
	position: relative;
}

.dokan-widget-area .widget-title:after {
	content: "";
	width: 50px;
	height: 2px;
	position: absolute;
	bottom: -2px;
	left: 0;
	background: var(--tb-theme-color);
}

.dokan-widget-area .dokan-store-widget {
	margin: 0 0 30px !important;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.dokan-widget-area .dokan-store-widget:last-child {
	border: 0;
}

.dokan-widget-area .dokan-store-widget.dokan-category-menu {
	border: 0;
	border-bottom: 1px solid #eee;
}

.dokan-widget-area .dokan-store-widget.dokan-category-menu h3.widget-title {
	background: transparent;
	border: 0;
	padding: 0;
	padding-bottom: 12px;
	margin-bottom: 20px;
	border-bottom: 2px solid #eee;
}

.dokan-widget-area .dokan-store-widget.dokan-category-menu #cat-drop-stack>ul li.parent-cat-wrap a {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 33px;
}

.dokan-widget-area .dokan-store-widget.dokan-category-menu #cat-drop-stack>ul li.parent-cat-wrap a:hover {
	color: var(--tb-theme-color);
}

.dokan-widget-area .dokan-store-widget>ul, .dokan-widget-area .dokan-store-widget #cat-drop-stack>ul {
	padding: 0;
	list-style: none;
}

.dokan-widget-area .dokan-store-widget .product_list_widget li {
	margin-bottom: 20px;
	border: 1px solid #eee;
	position: relative;
	padding: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.dokan-widget-area .dokan-store-widget .product_list_widget li>a {
	margin-bottom: 7px;
}

.dokan-widget-area .dokan-store-widget .product_list_widget li>a>span {
	font-weight: 600;
	color: #000;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.dokan-widget-area .dokan-store-widget .product_list_widget li>a>span:hover {
	color: var(--tb-theme-color);
}

.dokan-widget-area .dokan-store-widget .product_list_widget li .star-rating {
	display: block;
	margin: 5px 0;
}

.dokan-widget-area .dokan-store-widget .product_list_widget li:hover {
	-webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .11);
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .11);
}

.dokan-widget-area .dokan-store-widget form.seller-form ul li {
	margin-bottom: 15px;
}

.dokan-widget-area .dokan-store-widget form.seller-form ul li label {
	display: inherit;
}

.dokan-widget-area .dokan-store-widget li.has-children a {
	display: block;
	border: 0 !important;
}

.dokan-widget-area .dokan-store-widget li.has-children ul.children {
	padding-left: 20px;
}

.dokan-widget-area .dokan-store-widget li.has-children .caret-icon {
	float: right;
	font-size: 20px;
	width: 20%;
	text-align: right;
}

.dokan-widget-area .dokan-store-widget li.has-children .caret-icon i {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.dokan-widget-area .dokan-store-open-close .open-close-day {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.dokan-widget-area .dokan-store-open-close span {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.dokan-widget-area .dokan-store-menu li {
	line-height: 33px;
}

.dokan-store-sidebar .dokan-store-widget p {
	margin-bottom: 0;
}

.dokan-store-sidebar .dokan-store-widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.dokan-store-sidebar .dokan-store-widget form.seller-form ul li>input+label {
	display: none !important;
}

.dokan-store-sidebar .dokan-store-widget form.seller-form ul li textarea {
	outline: 0;
	border: 1px solid #eee;
}

.dokan-store-sidebar .dokan-store-widget form.seller-form ul li input, .dokan-store-sidebar .dokan-store-widget form.seller-form ul li textarea {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.dokan-store-sidebar .dokan-store-widget form.seller-form>input[type="submit"] {
	width: 100%;
}

.dokan-store-sidebar #cat-drop-stack>ul li {
	position: relative;
}

.dokan-store-sidebar #cat-drop-stack>ul li:last-child {
	margin-bottom: 0;
}

.dokan-store-sidebar #cat-drop-stack>ul li a {
	font-size: 14px;
}

.dokan-store-sidebar #cat-drop-stack>ul li a:hover {
	color: var(--tb-theme-color);
}

.dokan-store-sidebar .dokan-category-menu #cat-drop-stack>ul li.parent-cat-wrap ul.children {
	background-color: transparent;
	padding-left: 20px;
}

.dokan-store-sidebar .dokan-category-menu #cat-drop-stack>ul li.parent-cat-wrap a {
	margin: 0;
}

.dokan-store-sidebar .widget_dokna_product_search .input-group-addon {
	width: 100%;
	outline: 0;
}

.dokan-store-sidebar .widget_dokna_product_search .input-group-addon .orderby {
	outline: 0;
}

.dokan-pagination-container ul.dokan-pagination {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}

.dokan-pagination-container ul.dokan-pagination>li {
	float: left;
}

@media (max-width:767px) {
	.dokan-pagination-container ul.dokan-pagination>li {
		margin-bottom: 10px;
	}
}

.dokan-pagination-container ul.dokan-pagination>li.active a, .dokan-pagination-container ul.dokan-pagination>li:not(.disabled):not(.active):hover a, .dokan-pagination-container ul.dokan-pagination>li>a:focus {
	background: #f65b47;
	border: 1px solid #f65b47;
	color: #fff;
}

.dokan-pagination-container ul.dokan-pagination>li a {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	min-width: 40px;
	line-height: 38px;
	border: 1px solid #eee;
	display: inline-block;
	font-weight: 700;
	padding: 0 10px;
	margin: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.dokan-pagination-container ul.dokan-pagination>li+li a {
	margin-left: 10px;
}

.dokan-pagination-container ul.dokan-pagination>li.disabled a, .dokan-pagination-container ul.dokan-pagination>li.prev a, .dokan-pagination-container ul.dokan-pagination>li:last-child a {
	font-size: 0;
}

.dokan-pagination-container ul.dokan-pagination>li.disabled a:before, .dokan-pagination-container ul.dokan-pagination>li.prev a:before, .dokan-pagination-container ul.dokan-pagination>li:last-child a:before {
	content: "";
	font-family: "simple-line-icons";
	font-size: 12px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}

.dokan-pagination-container ul.dokan-pagination>li:last-child a:before {
	content: "";
}

.dokan-edit-row .dokan-section-heading {
	border: 0;
}

.dokan-edit-row .dokan-section-heading p {
	margin-top: 0;
}

.dokan-edit-row .dokan-section-content {
	border-top: 1px solid #ddd;
}

button.dokan-v-start-btn {
	margin: 0;
	margin-right: 5px;
}

.dokan-support-topic-wrapper ul.dokan-support-topic-counts li {
	border: 0;
	padding: 0;
}

.show_if_stock .content-half-part:not(.last-child) input {
	margin-bottom: 15px;
}

ul.subsubsub {
	font-size: inherit;
	color: #000;
}

ul.subsubsub li.active a {
	color: var(--tb-theme-color);
}

.dokan-product-listing .dokan-product-listing-area {
	padding: 0;
}

.dokan-product-listing .dokan-product-listing-area:before, .dokan-product-listing .dokan-product-listing-area:after {
	content: " ";
	display: table;
}

.dokan-product-listing .dokan-product-listing-area:after {
	clear: both;
}

.dokan-product-listing .dokan-product-listing-area form.dokan-product-search-form .dokan-form-group {
	float: right;
}

.dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li {
	padding: 0 10px;
	border: 0;
}

.dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li:first-child {
	padding-left: 0;
}

.dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li+li {
	border-left: 1px solid #eee;
}

.dokan-product-listing .dokan-product-listing-area .product-listing-top span.dokan-add-product-link {
	float: right;
}

.dokan-product-listing .dokan-product-listing-area table.product-listing-table td {
	text-align: center;
	vertical-align: middle;
}

.dokan-product-listing .dokan-product-listing-area table.product-listing-table td[data-title="Name"] {
	text-align: left;
}

.dokan-product-listing .dokan-product-listing-area table.product-listing-table td img {
	max-height: 60px;
	max-width: 60px;
}

.dokan-order-filter-serach {
	padding: 0 !important;
}

.dokan-order-filter-serach form .dokan-form-group input {
	height: 40px;
}

.dokan-order-filter-serach form .dokan-form-group input.datepicker {
	padding-bottom: 3px !important;
}

.dokan-order-filter-serach form .dokan-form-group input[type="submit"] {
	border: 0;
}

.dokan-order-filter-serach form .dokan-form-group input[type="text"] {
	padding: 0 10px;
	width: auto !important;
	border: 1px solid #eee;
}

.dokan-order-filter-serach form .select2-container--default .select2-selection--single {
	margin-bottom: 0;
	height: 40px;
	line-height: 40px;
}

.dokan-order-filter-serach form .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
	height: 40px;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li {
	margin-bottom: 30px;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper {
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper:hover {
	-webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, .21);
	box-shadow: 0 0 9px 1px rgba(0, 0, 0, .21);
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-data-container .store-data h2 {
	margin: 0 !important;
	font-weight: 500;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-data-container .store-data .dokan-seller-rating {
	margin: 5px 0 0;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-data-container .store-data p.store-address {
	font-size: 14px;
	margin: 9px 0 6px;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-data-container .store-data .store-phone {
	font-size: 14px;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-data-container .store-data .store-phone i {
	margin-left: 0;
	margin-right: 10px;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .seller-avatar img {
	margin: 0;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a.btn-theme, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a.checkout-button, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .woocommerce-cart .return-to-shop a.button, .woocommerce-cart .return-to-shop #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a.button, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .widget-woof .woof_submit_search_form_container a.woof_reset_search_form, .widget-woof .woof_submit_search_form_container #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a.woof_reset_search_form, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .singular-shop div.product .information a.single_add_to_cart_button, .singular-shop div.product .information #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a.single_add_to_cart_button, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .cart_totals table tr.shipping a.button, .cart_totals table tr.shipping #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a.button, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .woocommerce #payment a#place_order, .woocommerce #payment #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a#place_order, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .woocommerce-page #payment a#place_order, .woocommerce-page #payment #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a#place_order, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .woocommerce-page .woocommerce-message a.button, .woocommerce-page .woocommerce-message #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a.button, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .yith-wcqv-wrapper #yith-quick-view-content .summary a.single_add_to_cart_button, .yith-wcqv-wrapper #yith-quick-view-content .summary #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a.single_add_to_cart_button, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .woocommerce table.wishlist_table .product-add-to-cart .add-cart a, .woocommerce table.wishlist_table .product-add-to-cart .add-cart #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .woocommerce .woocommerce-MyAccount-content a.button, .woocommerce .woocommerce-MyAccount-content #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a.button, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .singular-shop div.product .information .single_add_to_cart_button.added+a, .singular-shop div.product .information #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .single_add_to_cart_button.added+a, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer #shop-now.has-buy-now a.tbay-buy-now, #shop-now.has-buy-now #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a.tbay-buy-now, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer #yith-quick-view-modal #yith-quick-view-content a.view-details-btn, #yith-quick-view-modal #yith-quick-view-content #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a.view-details-btn, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .questions-section a#ywqa-submit-question, .questions-section #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a#ywqa-submit-question, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .wishlist_table.mobile .product-add-to-cart .add-cart a, .wishlist_table.mobile .product-add-to-cart .add-cart #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .woocommerce .yith-wfbt-submit-block a.yith-wfbt-submit-button-remove, .woocommerce .yith-wfbt-submit-block #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a.yith-wfbt-submit-button-remove, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons a.button, .woocommerce-checkout .woocommerce .argmc-wrapper .argmc-nav-buttons #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a.button, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer body a.dokan-btn-theme, body #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a.dokan-btn-theme, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer body a.dokan-btn-success, body #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a.dokan-btn-success, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .dokan-dashboard a.add_new_attribute, .dokan-dashboard #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a.add_new_attribute, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a.dokan-follow-store-button, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .dokan-orders-content #dokan-order-status-form a.dokan-cancel-status, .dokan-orders-content #dokan-order-status-form #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a.dokan-cancel-status, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer form.wcv-form a.wcv-button[type="submit"], form.wcv-form #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a.wcv-button[type="submit"], #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .wcvendors-pro-dashboard-wrapper a.button, .wcvendors-pro-dashboard-wrapper #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a.button, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .wcvendors-pro-dashboard-wrapper .wcv-search-form a.wcv-button, .wcvendors-pro-dashboard-wrapper .wcv-search-form #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a.wcv-button, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer table.wcvendors-table-order form a#tracking_number_save_button, table.wcvendors-table-order form #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a#tracking_number_save_button, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer #custom-login-wrapper .create-account-question a.create-account-button, #custom-login-wrapper .create-account-question #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a.create-account-button, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .wc-block-cart__submit a.wc-block-cart__submit-button, .wc-block-cart__submit #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a.wc-block-cart__submit-button, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer form.wc-block-components-totals-coupon__form a.wc-block-components-totals-coupon__button, form.wc-block-components-totals-coupon__form #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a.wc-block-components-totals-coupon__button, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .wc-block-checkout__actions a.wc-block-components-checkout-place-order-button, .wc-block-checkout__actions #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a.wc-block-components-checkout-place-order-button, #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .wp-block-button.wc-block-components-product-button a.wc-block-components-product-button__button, .wp-block-button.wc-block-components-product-button #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a.wc-block-components-product-button__button {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	line-height: 32px;
	padding: 0 20px;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer>a>span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .dokan-follow-store-button {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	line-height: 32px;
	padding: 0 20px;
}

.dokan-store-tabss {
	margin: 25px 0 15px;
}

.dokan-store-tabss ul {
	background-color: #eee;
	border-bottom: 0;
}

.dokan-store-tabss ul li {
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
}

.dokan-store-tabss ul li a {
	border-bottom: 0 !important;
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper {
	padding: 40px;
	padding-top: 0;
	height: auto;
	border-color: #e0e0e0;
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery {
	position: static;
	height: auto;
	overflow: visible;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	color: #555;
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head {
	margin-top: -100px;
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img {
	float: left;
	width: 120px;
	height: 120px;
	padding: 0;
	border-color: #eee;
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info {
	padding-top: 28px;
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
	color: #000;
	font-weight: 600;
	font-size: 24px;
	text-shadow: none;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	-ms-text-shadow: none;
	-o-text-shadow: none;
	margin: 0 0 10px;
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
	padding: 0;
	margin: 0;
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li {
	padding: 0;
	padding-right: 7px;
	float: left;
	clear: both;
	line-height: 26px;
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
	top: auto;
	bottom: 40px;
	right: 40px;
	left: auto;
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper ul li, .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper ul {
	padding: 0;
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
	padding-left: 0;
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li {
	text-align: center;
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li.dokan-store-open-close {
	color: #21ab0b;
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li i {
	display: none;
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper {
	height: auto;
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img {
	width: 120px;
	height: 120px;
}

.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
}

.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
	padding: 0;
}

.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li {
	text-align: left;
}

.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li:before {
	display: none !important;
}

.dokan-single-store .store-coupon-wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 0 -1% 10px;
}

.dokan-single-store .store-coupon-wrap .code {
	-webkit-box-flex: 23%;
	-moz-box-flex: 23%;
	-webkit-flex: 23%;
	-ms-flex: 23%;
	flex: 23%;
	max-width: 23%;
	margin: 0 1% 2%;
	display: -ms-flexbox;
	display: flex;
	text-shadow: none;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	-ms-text-shadow: none;
	-o-text-shadow: none;
}

.dokan-single-store .store-coupon-wrap .code .outside, .dokan-single-store .store-coupon-wrap .code .inside {
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.dokan-single-store .store-coupon-wrap .code .inside {
	flex-direction: column;
}

.dokan-single-store .store-coupon-wrap .code .coupon-code strong {
	display: block;
	mask-type: 5px;
}

.dokan-single-store .dokan-store-tabs {
	padding: 30px 0;
}

.dokan-single-store .dokan-store-tabs ul {
	margin: 0;
	border: 0;
}

.dokan-single-store .dokan-store-tabs ul:before, .dokan-single-store .dokan-store-tabs ul:after {
	content: " ";
	display: table;
}

.dokan-single-store .dokan-store-tabs ul:after {
	clear: both;
}

.dokan-single-store .dokan-store-tabs ul li:not(.dokan-right) {
	border: 1px solid #eee;
	margin: 0;
	float: left;
}

.dokan-single-store .dokan-store-tabs ul li:not(.dokan-right)+li {
	border-left: 0;
}

.dokan-single-store .dokan-store-tabs ul li:not(.dokan-right) a {
	color: #000;
	padding: 0 15px;
	line-height: 42px;
}

.dokan-single-store .dokan-store-tabs ul li.dokan-right {
	margin: 0;
	border: 0;
}

.dokan-single-store .dokan-store-tabs ul li.dokan-right button {
	margin: 0;
}

.dokan-single-store .dokan-store-tabs ul li.dokan-right+li {
	margin-right: 10px;
}

.dokan-single-store .tbay-filter .woocommerce-result-count {
	float: right;
}

.woocommerce.store-review-wrap #reviews h3 {
	margin-bottom: 20px;
}

.woocommerce.store-review-wrap #reviews #comments ol.commentlist li {
	border: 1px solid #eee;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	padding: 20px;
}

.woocommerce.store-review-wrap #reviews #comments ol.commentlist li img.avatar {
	width: 66px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.woocommerce.store-review-wrap #reviews #comments ol.commentlist li .comment-text {
	margin: 0;
	padding: 0;
	padding-left: 105px;
	border: 0;
}

.woocommerce.store-review-wrap #reviews #comments ol.commentlist li .star-rating {
	display: block;
	width: 100%;
}

.woocommerce.store-review-wrap #reviews .review_comment_container {
	padding: 22px 0;
}

.woocommerce.store-review-wrap #reviews .dokan-review-author-img {
	position: absolute;
	display: inline-block;
}

#reviews .comment-text .description {
	margin: 0;
}

#reviews .comment-text .dokan-review-wrapper {
	margin: 10px 0 0 !important;
}

#store-toc-wrapper h2 {
	margin: 0 0 30px;
	padding-bottom: 5px;
	font-size: 20px;
	line-height: 36px;
	border-bottom: 1px solid #e5e5e5;
	font-weight: 500;
}

.dokan-product-search-form .dokan-form-control[name="product_search_name"] {
	padding-left: 15px;
	padding-right: 15px;
	height: 38px;
}

.dokan-withdraw-content .dokan-withdraw-area ul {
	margin-bottom: 21px;
}

.dokan-withdraw-content .dokan-withdraw-area ul li.active a {
	color: var(--tb-theme-color);
}

.dokan-withdraw-content .dokan-withdraw-area ul li a {
	font-size: 13px;
}

.dokan-order-filter-serach .select2-container--default .select2-selection--single {
	border-color: #eee;
}

.dokan-form-horizontal input[type="submit"] {
	margin-left: 10px;
}

.dokan-report-abuse-button {
	font-size: inherit;
	float: right;
}

.become-vendor .widget-addon-video {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column-reverse;
}

.become-vendor .widget-addon-video .title-video {
	text-align: center;
}

form.register .dokan-become-seller .form-row {
	margin-bottom: 10px;
}

form.register .dokan-become-seller .form-row:last-child input {
	margin-top: 20px !important;
}

#order-filter .dokan-table>thead>tr>th, #order-filter .dokan-table>thead>tr>td, #order-filter .dokan-table>tbody>tr>th, #order-filter .dokan-table>tbody>tr>td, #order-filter .dokan-table>tfoot>tr>th, #order-filter .dokan-table>tfoot>tr>td {
	text-align: center;
	vertical-align: middle;
	width: auto;
}

#order-filter a.dokan-btn-sm {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.dokan-panel {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.dokan-orders-content .dokan-orders-area>a.dokan-btn {
	margin-bottom: 20px;
	border: 0;
	padding: 0;
}

.dokan-orders-content .dokan-orders-area>a.dokan-btn:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dokan-orders-content .dokan-orders-area>a.dokan-btn:hover {
	color: var(--tb-theme-color);
}

.dokan-orders-content .dokan-orders-area td.thumb img {
	padding: 0;
}

.dokan-orders-content .dokan-orders-area .dokan-table>thead>tr>th, .dokan-orders-content .dokan-orders-area .dokan-table>thead>tr>td, .dokan-orders-content .dokan-orders-area .dokan-table>tbody>tr>th, .dokan-orders-content .dokan-orders-area .dokan-table>tbody>tr>td {
	text-align: center;
	vertical-align: middle;
	width: auto;
	display: table-cell;
}

.dokan-orders-content .dokan-orders-area .dokan-table>thead>tr>td.line_cost, .dokan-orders-content .dokan-orders-area .dokan-table>tbody>tr>td.line_cost {
	text-align: right;
}

.dokan-orders-content .dokan-orders-area .dokan-table>tfoot th {
	font-weight: 500;
}

.dokan-orders-content .dokan-orders-area .dokan-table .woocommerce-Price-amount {
	color: var(--tb-theme-color);
}

.dokan-orders-content .dokan-orders-area .general-details span {
	font-weight: 500;
}

.dokan-orders-content .add_note h4 {
	font-weight: 500;
	font-size: 16px;
}

.dokan-orders-content .dokan-panel-heading {
	padding: 0 15px;
	font-size: 16px;
	line-height: 50px;
	text-transform: uppercase;
}

.dokan-orders-content .dokan-panel-heading strong {
	font-weight: 500;
}

.dokan-orders-content .select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding: 0;
}

.dokan-orders-content .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	margin: 0;
	line-height: 42px;
	width: 100%;
}

.dokan-orders-content .select2-container--default .select2-selection--multiple .select2-selection__rendered li input {
	width: 100% !important;
}

.dokan-orders-content .order_download_permissions .dokan-w7 .select2-container {
	width: 100% !important;
}

.dokan-orders-content #dokan-order-status-form select.form-control {
	margin: 0 0 10px;
}

.dokan-orders-content #dokan-order-status-form a.dokan-cancel-status {
	margin-left: 5px;
	margin-right: 0;
}

.dokan-orders-content .dokan-pagination-container {
	margin-top: 20px;
}

.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table td {
	vertical-align: middle;
}

.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table th.col-check {
	padding: 0;
}

.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table .col-check, .dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table td.col-link {
	text-align: center;
}

.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan_comments-form>select {
	height: 38px;
}

@media (min-width:1702px) {
	.skin-marketplace-v1.dokan-dashboard #tbay-main-content>.dokan-dashboard-wrap {
		width: 1120px;
	}
}

@media (min-width:1000px) {
	.dokan-store-wrap.layout-left .dokan-store-sidebar {
		margin-top: 0;
	}
}

@media (min-width:1000px) and (max-width:1199px) {
	.dokan-store-wrap.layout-left, .dokan-store-wrap.layout-right {
		flex-direction: column-reverse;
	}
	
	.dokan-store-wrap .dokan-store-sidebar, .dokan-store-wrap .dokan-single-store {
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	
	.dokan-store-wrap.layout-left .dokan-store-sidebar {
		margin-right: 0 !important;
	}
}

@media (min-width:992px) {
	#dokan-form-contact-seller input[type="submit"] {
		width: 100%;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	#dokan-secondary .sidebar {
		padding: 0;
	}
}

@media (min-width:768px) and (max-width:1199px) {
	.dokan-dashboard-product-listing-wrapper #product-filter {
		overflow-x: auto;
	}
	
	.dokan-dashboard-product-listing-wrapper #product-filter .dokan-table {
		min-width: 1170px;
	}
	
	#dokan-seller-listing-wrap ul.dokan-seller-wrap li.coloum-3 {
		width: 50%;
	}
	
	.dokan-store #main .dokan-store-sidebar+.dokan-single-store {
		margin-bottom: 50px;
	}
}

@media (max-width:1199px) {
	.dokan-store #main {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: column-reverse;
	}
	
	.dokan-store #main .dokan-w3.dokan-store-sidebar, .dokan-store #main .dokan-single-store.dokan-w8 {
		width: 100%;
		margin-right: 0 !important;
	}
	
	.dokan-dashboard .dokan-dashboard-wrap>div {
		width: 100%;
	}
	
	.dokan-dashboard .dokan-dashboard-content {
		padding: 0;
		padding-top: 20px;
	}
	
	.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu {
		margin-bottom: 0;
	}
	
	.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
		width: 100%;
	}
	
	.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active:after {
		left: auto;
		right: 1px;
	}
	
	.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a {
		padding: 10px;
		text-align: center;
	}
	
	.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a i {
		padding: 0;
	}
}

@media (max-width:991px) {
	.dokan-dashboard .dokan-dashboard-wrap {
		display: block;
	}
	
	.dokan-dashboard .dokan-dashboard-wrap>div {
		width: 100%;
	}
	
	.dokan-dashboard .dokan-dashboard-wrap .dokan-dashboard-content {
		padding: 0;
	}
	
	.dokan-dashboard .dokan-dashboard-wrap .dokan-dashboard-content[class*="dokan-"] {
		padding-top: 30px;
	}
	
	.dokan-dashboard .dokan-dash-sidebar #dokan-navigation #mobile-menu-icon {
		top: 7px;
	}
	
	.dokan-product-listing .dokan-product-listing-area .dokan-w12 .dokan-form-inline {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		margin-bottom: 15px;
		width: 100%;
	}
	
	.dokan-product-listing .dokan-product-listing-area .dokan-w12 .dokan-form-inline>div {
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin-bottom: 0;
	}
	
	.dokan-product-listing .dokan-product-listing-area .dokan-w12 .dokan-form-inline.dokan-product-search-form {
		flex-direction: row-reverse;
	}
	
	.dokan-order-filter-serach form .dokan-form-group input[type="submit"] {
		text-transform: inherit;
	}
	
	.dokan-orders-content .dokan-orders-area>.dokan-clearfix>div {
		width: 100%;
		margin: 0;
	}
}

@media (max-width:767px) {
	.dokan-store-tabs ~ .seller-items .products.products-grid .row[data-mobile="2"] {
		margin-left: -8px;
		margin-right: -8px;
	}
	
	.dokan-store-tabs ~ .seller-items .products.products-grid .row[data-mobile="2"]>div {
		-webkit-box-flex: 50%;
		-moz-box-flex: 50%;
		-webkit-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
		padding: 0 8px !important;
		margin-bottom: 15px;
	}
	
	.dokan-single-store {
		margin: 0;
		width: 100% !important;
	}
	
	.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
		position: static;
		text-align: left;
		margin-top: 7px;
	}
	
	.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper ul>li:first-child {
		margin-left: 0;
	}
	
	.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info {
		padding-left: 0;
	}
	
	.dokan-dashboard .entry-header {
		padding-top: 0;
	}
	
	.dokan-dashboard .dokan-product-edit .entry-title .dokan-right {
		float: right !important;
	}
	
	.dokan-dashboard .dokan-product-edit .dokan-form-group .select2-container {
		width: 100% !important;
	}
	
	.dokan-dashboard .dokan-product-edit .dokan-form-top-area>div {
		width: 100%;
		padding: 0;
	}
	
	.dokan-product-listing .dokan-product-listing-area tr .row-actions {
		margin-top: 15px;
	}
	
	.dokan-product-listing .dokan-product-listing-area table.product-listing-table span.product-type:before {
		text-align: left !important;
	}
	
	a.dokan-btn.dokan-btn-theme.dokan-add-new-product {
		padding: 0 10px;
	}
	
	a.dokan-btn.dokan-btn-theme.dokan-add-new-product i {
		display: none;
	}
	
	.dokan-order-filter-serach>form {
		float: none;
		width: 100%;
	}
	
	.dokan-orders-area .dokan-w4:not(.dokan-order-right-content) {
		width: 33.333% !important;
	}
	
	.dokan-reviews-content .dokan-table tbody tr td {
		width: 100% !important;
	}
	
	.dokan-single-store .dokan-store-tabs ul {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		overflow-x: auto;
		white-space: nowrap;
	}
	
	.dokan-single-store .dokan-store-tabs ul li:not(.dokan-right) a {
		line-height: 40px;
	}
	
	.dokan-single-store .dokan-store-tabs ul li.dokan-right {
		margin: 0;
		margin-left: 10px;
	}
	
	.dokan-single-store .store-coupon-wrap .code {
		-webkit-box-flex: 31%;
		-moz-box-flex: 31%;
		-webkit-flex: 31%;
		-ms-flex: 31%;
		flex: 31%;
		max-width: 31%;
	}
	
	#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer {
		text-align: left;
	}
	
	.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions a.button {
		margin-right: 5px !important;
	}
	
	#tbay-main-content .dokan-store-sidebar {
		position: fixed;
		top: 0;
		bottom: 0;
		left: -100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		flex-basis: auto;
		max-width: 300px;
		visibility: hidden;
		overflow: hidden;
		z-index: 99999;
		background-color: #fff;
		padding: 0 15px;
		margin: 0;
		-webkit-transition: -webkit-transform .25s ease;
		transition: -webkit-transform .25s ease;
		transition: transform .25s ease;
		transition: transform .25s ease, -webkit-transform .25s ease;
		-webkit-transform: translate3d(-300px, 0, 0);
		height: auto;
		overflow-y: visible;
	}
	
	#tbay-main-content .dokan-store-sidebar.puca-sidebar-vendor {
		padding-top: 20px;
		padding-bottom: 50px;
	}
	
	body.show-sidebar #tbay-main-content .dokan-store-sidebar {
		transform: none;
		left: 0;
		visibility: visible;
		-webkit-transform: none;
	}
	
	#tbay-main-content .dokan-store-sidebar .sidebar>aside .widget {
		padding-top: 0;
	}
	
	.dokan-widget-area .dokan-store-widget {
		padding-top: 0;
	}
	
	.dokan-widget-area .dokan-store-widget:first-child {
		padding-top: 35px;
	}
	
	.dokan-single-store .paging-navigation {
		margin: 30px 0;
	}
}

@media (max-width:575px) {
	.dokan-dashboard .dokan-settings-content .dokan-settings-area .dokan-form-group>label, .dokan-dashboard .dokan-settings-content .dokan-settings-area .dokan-form-group>div {
		width: 100%;
		text-align: left;
	}
}

@media (max-width:479px) {
	.dokan-single-store .dokan-store-tabs ul li:not(.dokan-right) a {
		line-height: 38px;
	}
	
	.dokan-single-store .store-coupon-wrap .code {
		-webkit-box-flex: 48%;
		-moz-box-flex: 48%;
		-webkit-flex: 48%;
		-ms-flex: 48%;
		flex: 48%;
		max-width: 48%;
	}
}

@media (max-width:450px) {
	.dokan-order-filter-serach .select2-container {
		width: auto !important;
	}
	
	.dokan-order-filter-serach .select2-container .select2-selection__arrow {
		display: none;
	}
}

@media (max-width:430px) {
	.dokan-product-listing .dokan-product-listing-area .product-listing-top span.dokan-add-product-link {
		width: 100%;
	}
	
	.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:first-child {
		border-top: 1px solid #454545;
	}
	
	.dokan-product-listing .dokan-product-listing-area {
		padding: 0;
	}
	
	.dokan-product-listing .dokan-product-listing-area .product-listing-top {
		position: relative;
	}
	
	.dokan-dashboard .dokan-product-listing .dokan-product-listing-area .product-listing-top .dokan-add-product-link {
		display: block;
	}
	
	.dokan-settings-content .dokan-settings-area .dokan-update-setting-top {
		float: none;
	}
	
	.dokan-dashboard .dokan-w6.dokan-product-search-form {
		display: inline-block;
		margin-top: 15px;
	}
	
	.dokan-settings-content .dokan-settings-area .dokan-banner {
		width: auto !important;
		margin: 0 0 30px !important;
	}
	
	.dokan-dashboard .dokan-orders-area .dokan-order-filter-serach .dokan-btn {
		padding: 0 20px;
	}
}

@media (max-width:375px) {
	.dokan-single-store .tbay-filter .woocommerce-result-count {
		float: left;
		display: block;
		margin-top: 10px;
		width: 100%;
	}
	
	.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head {
		margin-top: -60px;
	}
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--rma-requests a:before {
	content: "";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--following a:before {
	content: "";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--support-tickets a:before {
	content: "";
}

.pagination-wrap {
	text-align: center;
}

.pagination-wrap ul.pagination>li>a, .pagination-wrap ul.pagination>li>span {
	min-width: 40px;
	line-height: 38px;
	border: 1px solid #f5f5f5;
	display: inline-block;
	font-weight: 700;
	padding: 0 10px;
	margin: 0;
	cursor: pointer;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.pagination-wrap ul.pagination>li+li a, .pagination-wrap ul.pagination>li+li span {
	margin-left: 10px;
}

.pagination-wrap ul.pagination>li>a:hover, .pagination-wrap ul.pagination>li>a:focus {
	background: #f65b47;
	border: 1px solid #f65b47;
	color: #fff;
}

.pagination-wrap ul.pagination>li.active a, .pagination-wrap ul.pagination>li>span.current {
	background: #f65b47;
	border: 1px solid #f65b47;
	color: #fff;
}

.pagination-wrap ul.pagination>li>.next, .pagination-wrap ul.pagination>li>.prev {
	font-size: 0;
}

.pagination-wrap ul.pagination>li>.next:before, .pagination-wrap ul.pagination>li>.prev:before {
	font-family: "simple-line-icons";
	font-size: 12px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}

.pagination-wrap ul.pagination>li>.next:hover:before, .pagination-wrap ul.pagination>li>.prev:hover:before {
	color: #fff;
}

.pagination-wrap ul.pagination>li>.prev:before {
	content: "";
}

.pagination-wrap ul.pagination>li>.next:before {
	content: "";
}

.pagination-wrap ul.pagination>li:first-child>a, .pagination-wrap ul.pagination>li:first-child span {
	margin-left: 0;
}

@media (min-width:1000px) {
	.dokan-store-wrap .dokan-single-store {
		padding-left: 15px;
		padding-right: 0;
	}
	
	.dokan-store-wrap .dokan-store-sidebar {
		flex: 0 1 25%;
		padding-right: 15px;
		padding-left: 0;
	}
	
	.dokan-store-wrap.layout-left .dokan-store-sidebar, .dokan-store-wrap.layout-right .dokan-store-sidebar {
		margin: 0;
	}
	
	.dokan-store-wrap.layout-left .dokan-single-store, .dokan-store-wrap.layout-right .dokan-single-store {
		max-width: 75%;
	}
	
	.dokan-store-wrap.layout-right .dokan-single-store {
		padding-right: 15px;
		padding-left: 0;
	}
	
	.dokan-store-wrap.layout-right .dokan-store-sidebar {
		padding-left: 15px;
		padding-right: 0;
	}
}

.dokan-store-wrap {
	max-width: 100%;
}

.tbay-sidebar-vendor.sidebar {
	padding: 0;
}

@media (max-width:1199px) {
	.dokan-store-wrap .dokan-single-store, .dokan-store-wrap .dokan-store-sidebar {
		padding: 0;
	}
	
	.dokan-store-wrap.layout-left .dokan-single-store, .dokan-store-wrap.layout-right .dokan-single-store {
		max-width: 100%;
	}
	
	.dokan-store-wrap.layout-right .dokan-single-store, .dokan-store-wrap.layout-right .dokan-store-sidebar {
		padding: 0;
	}
}

@media (min-width:1200px) {
	.dokan-store .sidebar {
		margin-top: 0;
	}
}

.dokan-dashboard #dokan-add-new-product-popup .select2-container {
	z-index: 2000;
}

body .dokan-warranty-request-wrap .warranty-form-row select {
	height: auto;
}

.dokan-store-products-filter-area {
	float: left;
	width: 100%;
	clear: both;
	margin-top: 15px;
	margin-bottom: 0;
}

.tbay-filter .dokan-store-products-filter-area .SumoSelect {
	padding: 0 20px;
	border: 1px solid #f5f5f5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.tbay-filter .dokan-store-products-filter-area .SumoSelect select {
	pointer-events: none;
}

.tbay-filter .dokan-store-products-filter-area .SumoSelect .optWrapper {
	left: -15px;
	right: auto;
}

.dokan-store-products-filter-area .product-name-search {
	padding: 0 15px;
	line-height: normal;
	float: left;
	margin-right: 5px;
	margin-left: 0;
}

.dokan-store-products-filter-area .search-store-products {
	padding: 0 15px !important;
	float: left;
}

.dokan-single-store .dokan-store-tabs ul {
	border-width: 1px;
	margin-top: 20px;
}

@media (max-width:767px) {
	.tbay-filter .dokan-store-products-filter-area .SumoSelect {
		margin-top: 15px;
		width: 100%;
	}
	
	div.dokan-store-products-filter-area {
		display: block;
		clear: both;
	}
	
	div.dokan-store-products-filter-area .product-name-search {
		width: 70%;
	}
	
	div.dokan-store-products-filter-area .search-store-products {
		width: calc(30% - 5px);
	}
	
	.dokan-single-store .seller-items .row {
		margin-left: -5px;
		margin-right: -5px;
	}
}

@media (min-width:768px) and (max-width:991px) {
	body #dokan-seller-listing-wrap ul.dokan-seller-wrap li {
		width: 100% !important;
	}
}

input[type='submit'].dokan-btn-theme, a.dokan-btn-theme, .dokan-btn-theme {
	background-color: var(--tb-theme-color);
	border-color: var(--tb-theme-color);
}

input[type='submit'].dokan-btn-theme:hover, input[type='submit'].dokan-btn-theme:focus, a.dokan-btn-theme:hover, a.dokan-btn-theme:focus, .dokan-btn-theme:hover, .dokan-btn-theme:focus {
	background-color: #f65b47;
	border-color: #f65b47;
}

#dokan-seller-listing-wrap .store_open_is_on {
	margin-top: 0;
}

.dokan-login-form-popup-wrapper .dokan-form-container>fieldset>div:nth-child(3) {
	display: inline-block;
	float: left;
}

.dokan-login-form-popup-wrapper .dokan-form-container>fieldset>div:nth-child(3) #dokan-login-form-submit-btn {
	width: 100%;
}

.dokan-login-form-popup-wrapper .dokan-form-container>fieldset .dokan-popup-create-an-account {
	float: left;
	display: inline-block;
}

@media (max-width:1199px) and (min-width:431px) {
	.dokan-dashboard .dokan-table {
		overflow-x: auto;
		overflow-y: hidden;
		display: block;
		outline: 0;
		white-space: nowrap;
		border-bottom: 0;
	}
}

.dokan-single-store .profile-frame {
	z-index: 3;
}

.form-row input#apply_for_vendor {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	height: 23px;
}

.form-row label[for="apply_for_vendor"] {
	display: inline-block !important;
	line-height: 23px !important;
	margin: 0;
	margin-left: 5px;
}

.wcv-form .control-group .control>input, .wcv-form .control-group .control textarea {
	font-family: var(--tb-text-primary-font);
	border-color: #e5e5e5;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	padding-left: 15px;
}

.wcv-form .control-group .control>input:focus, .wcv-form .control-group .control textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wcv-dashboard-navigation {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.wcv-dashboard-navigation ul {
	padding: 0;
	margin: 0;
	display: inline-block;
}

.wcv-dashboard-navigation ul li {
	display: table-cell;
	margin: 0;
}

.wcv-dashboard-navigation ul li a {
	display: inline-block;
	font-weight: 500;
	color: #fff;
	padding: 0 20px;
	line-height: 50px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.wcv-dashboard-navigation+hr {
	display: none;
}

.wcv-dashboard-navigation+hr+h2 {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.wcv-dashboard-navigation ~ h2 {
	font-weight: normal;
	font-size: 25px;
	line-height: 36px;
	margin: 0 0 20px;
}

.wcv-dashboard-navigation ~ form input[type="submit"] {
	background: var(--tb-theme-color);
	color: #fff;
	border: 1px solid var(--tb-theme-color);
	font-weight: 500;
}

.dashboard .wcv-dashboard-navigation ~ form label {
	font-weight: 500;
}

.dashboard .wcv-dashboard-navigation ~ form input[type="submit"] {
	margin-left: 5px;
	margin-right: 0;
	text-transform: capitalize;
	background: var(--tb-theme-color);
}

.dashboard form>p {
	margin-bottom: 25px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.dashboard form input.date-pick {
	padding-left: 10px;
	padding-right: 0;
	margin: 0 5px;
}

table.table-vendor-sales-report {
	margin-bottom: 35px;
}

table.table-vendor-sales-report label {
	font-weight: 500;
}

table.table-vendor-sales-report>thead>tr>th {
	border-bottom-width: 1px;
	background: #f5f5f5;
}

table.table-vendor-sales-report a {
	color: var(--tb-theme-color);
}

table.table-vendor-sales-report tr th {
	font-weight: 500;
}

table.table-vendor-sales-report tr th, table.table-vendor-sales-report tr td {
	text-align: center;
	line-height: 30px;
}

table.table-vendor-sales-report tr td.product a {
	font-weight: normal;
	color: var(--tb-theme-color);
	text-transform: initial;
}

table.table-vendor-sales-report strong, table.table-vendor-sales-report b {
	font-weight: 500;
	text-transform: uppercase;
}

.shop_settings h2 {
	font-weight: normal;
	margin: 0 0 20px;
}

.shop_settings #tbay-breadscrumb+#main-container h2 {
	font-size: 25px;
	margin: 0 0 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.shop_settings #tbay-breadscrumb+#main-container h2:before {
	content: "";
	font-family: "linearicons";
	line-height: 1;
	display: inline-block;
	margin-left: 0;
	margin-right: 15px;
}

.shop_settings #main-container form h3 {
	font-size: 25px;
	font-weight: normal;
	margin: 0 0 10px;
}

.shop_settings #main-container form h3:before {
	content: "";
	font-family: "linearicons";
	line-height: 1;
	display: inline-block;
	margin-left: 0;
	margin-right: 15px;
}

.shop_settings #main-container form b {
	font-size: 15px;
	font-weight: 600;
}

.shop_settings #main-container form input[type="text"], .shop_settings #main-container form input[type="email"] {
	margin-top: 10px;
	padding: 0 0 0 15px;
	width: 100%;
	max-width: 370px;
}

.shop_settings #main-container form .pv_paypal_container, .shop_settings #main-container form .pv_shop_name_container, .shop_settings #main-container form #pv_seller_info_container, .shop_settings #main-container form #pv_shop_description_container {
	margin-bottom: 40px;
}

.shop_settings #main-container form #pv_shop_description_container>p a {
	color: var(--tb-theme-color);
	text-decoration: underline;
}

.shop_settings #main-container form table {
	background: #f5f5f5;
	border: 0;
}

.shop_settings #main-container form table>tbody>tr {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 0 15px;
}

.shop_settings #main-container form table>tbody>tr>td {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 25px 15px 0;
	border: 0;
}

.shop_settings #main-container form table>tbody>tr:last-child>td {
	padding-bottom: 30px;
}

.shop_settings #main-container form .form-row {
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.shop_settings #main-container form .form-row label {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #555;
	margin-bottom: 3px;
}

.shop_settings #main-container form .form-row input {
	margin: 0;
}

.shop_settings input[name="vendor_application_submit"] {
	text-transform: capitalize;
}

form[name="export_orders"] ~ h2 {
	font-weight: 500;
	margin: 0 0 30px;
}

form[name="export_orders"] ~ table.table {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-bottom: 0;
	border-right: 0;
}

form[name="export_orders"] ~ table.table>thead>tr, form[name="export_orders"] ~ table.table>tbody>tr {
	background: transparent;
}

form[name="export_orders"] ~ table.table>thead>tr>th, form[name="export_orders"] ~ table.table>thead>tr>td, form[name="export_orders"] ~ table.table>tbody>tr>th, form[name="export_orders"] ~ table.table>tbody>tr>td {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border: 0;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 15px;
	vertical-align: middle;
	background: transparent;
}

form[name="export_orders"] ~ table.table>thead>tr>td.order_number, form[name="export_orders"] ~ table.table>tbody>tr>td.order_number {
	vertical-align: top;
}

form[name="export_orders"] ~ table.table>thead>tr>th {
	font-weight: 500;
	text-align: center;
}

form[name="export_orders"] ~ table.table .order-comments-link {
	display: inline-block;
	color: var(--tb-theme-color);
}

form[name="export_orders"] ~ table.table .order-comments-link p {
	margin: 0;
}

form[name="export_orders"] ~ table.table .order-comments {
	margin-top: 10px;
}

form[name="export_orders"] ~ table.table .order-comments p {
	padding-top: 10px;
}

form[name="export_orders"] ~ table.table .order-comments p+p {
	border-top: 1px solid #eee;
}

form[name="export_orders"] ~ table.table .order-comments textarea {
	border-color: #eee;
	width: 100% !important;
	min-height: 100px;
	padding: 10px 15px;
	margin-top: 10px;
}

form[name="export_orders"] ~ table.table .order-comments textarea:focus {
	outline: 0;
}

form[name="export_orders"] ~ table.table .order-comments input.btn, form[name="export_orders"] ~ table.table .order-comments input.button {
	width: auto;
	margin-top: 10px;
}

form[name="export_orders"] ~ table.table .wc-item-meta {
	padding: 0;
	margin: 0;
	list-style: none;
}

form[name="export_orders"] ~ table.table .wc-item-meta strong {
	font-weight: 500;
	display: inline-block;
}

form[name="export_orders"] ~ table.table .wc-item-meta strong+p {
	display: inline-block;
	margin: 0;
}

.product-block .wcvendors_sold_by_in_loop {
	font-size: 100%;
	color: #888;
	display: block;
	margin-bottom: 5px;
}

.product-block .wcvendors_sold_by_in_loop a {
	color: #888;
	color: #000;
	margin-left: 5px;
	margin-right: 0;
	display: inline-block;
	text-transform: capitalize;
}

.product-block .wcvendors_sold_by_in_loop a:hover {
	color: var(--tb-theme-color);
}

.product-block .wcvendors_sold_by_in_loop+br {
	display: none;
}

.product-block.product-special .wcvendors_sold_by_in_loop {
	display: none;
}

ul.wcv_vendorslist {
	padding: 0;
}

ul.wcv_vendorslist .vendor_list a {
	display: block;
}

ul.wcv_vendorslist .vendor_list a img {
	margin: 0;
}

ul.wcv_vendorslist .vendor_list br {
	display: none;
}

ul.wcv_vendorslist .vendor_list small {
	margin-bottom: 10px;
}

ul.wcv_vendorslist a.button {
	display: inline-block;
	margin-top: 18px;
	font-weight: 700;
	letter-spacing: 0;
	font-size: 14px;
	text-transform: capitalize;
	background: transparent;
	border: 0;
}

ul.wcv_vendorslist a.button:hover, ul.wcv_vendorslist a.button:focus {
	color: var(--tb-theme-color);
}

body.wcv-pro-dashboard .select2-container {
	z-index: 9999;
}

body.wcv-pro-dashboard .select2-container:focus {
	outline: 0;
}

.wcvendors-pro-dashboard-wrapper {
	padding: 0 15px 100px;
}

.wcvendors-pro-dashboard-wrapper .wcv-navigation {
	margin: 0 !important;
}

.wcvendors-pro-dashboard-wrapper .wcv-navigation ul.menu li {
	margin: 0 20px;
	float: left;
}

.wcvendors-pro-dashboard-wrapper .wcv-navigation ul.menu li a {
	padding: 0;
	line-height: 50px;
	background: transparent !important;
}

.wcvendors-pro-dashboard-wrapper .wcv-navigation ul.menu li a:hover {
	color: var(--tb-theme-color);
}

.wcvendors-pro-dashboard-wrapper .wcv-navigation ul.menu li.active {
	background: transparent;
}

.wcvendors-pro-dashboard-wrapper .wcv-navigation ul.menu li.active a {
	color: var(--tb-theme-color);
}

.wcvendors-pro-dashboard-wrapper a.button:hover, .wcvendors-pro-dashboard-wrapper .wcv-form .control-group .button:hover {
	text-decoration: none;
}

.wcvendors-pro-dashboard-wrapper [class*="all-"]:not(.all-100) {
	float: left;
}

.wcvendors-pro-dashboard-wrapper #show_location_picker, .wcvendors-pro-dashboard-wrapper #use_current_position {
	text-transform: inherit;
}

.wcvendors-pro-dashboard-wrapper input#update_button {
	display: block;
	text-transform: inherit;
}

.wcvendors-pro-dashboard-wrapper label {
	font-weight: 600;
}

.wcvendors-pro-dashboard-wrapper label[for="_wcv_store_address2"], .wcvendors-pro-dashboard-wrapper label[for="_wcv_store_search_address"] {
	display: none;
}

.wcvendors-pro-dashboard-wrapper a.shop_coupon {
	margin-left: 7px;
	margin-right: 0;
}

.wcvendors-pro-dashboard-wrapper h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #000;
}

.wcvendors-pro-dashboard-wrapper h3+hr {
	display: none;
}

.wcvendors-pro-dashboard-wrapper .wcv_dashboard_overview h3, .wcvendors-pro-dashboard-wrapper .wcv_reports h3, .wcvendors-pro-dashboard-wrapper .wcv_recent_orders h3 {
	text-transform: uppercase;
}

.wcvendors-pro-dashboard-wrapper .wcv_reports h3 {
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}

.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search {
	width: 50%;
	float: right;
}

.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search>div {
	width: 100%;
	max-width: 400px;
	float: right !important;
}

.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search>div:first-child {
	display: none;
}

.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions {
	width: 50%;
	float: left;
	padding-bottom: 30px;
}

.wcvendors-pro-dashboard-wrapper .wcv-grid>div:first-child+.wcv-search+.wcv_actions>div:last-child {
	display: none;
}

.wcvendors-pro-dashboard-wrapper .wcv-grid .wcv-search ~ .wcv-search {
	display: none;
}

.wcvendors-pro-dashboard-wrapper .wcv-grid .wcv-search ~ .wcv-search+.wcv_actions {
	width: 100%;
}

.wcvendors-pro-dashboard-wrapper .wcv-grid .wcv-search ~ .wcv-search+.wcv_actions>div {
	width: 100%;
}

.wcvendors-pro-dashboard-wrapper .wcv-grid .wcv-search ~ .wcv-search+.wcv_actions>div:first-child {
	display: none;
}

.wcvendors-pro-dashboard-wrapper .wcv-search-form .wcv-button {
	text-transform: capitalize;
}

.wcvendors-pro-dashboard-wrapper .wcv-search-form .control {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.wcvendors-pro-dashboard-wrapper .wcv-search-form .control>span {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.wcvendors-pro-dashboard-wrapper .wcv-search-form #wcv-search {
	width: 100%;
	border-right: 0;
	padding: 0 15px;
}

.wcvendors-pro-dashboard-wrapper .wcv-tabs.top>hr {
	display: none;
}

.wcvendors-pro-dashboard-wrapper .wcv-tabs.top .tabs-nav {
	border: 0;
}

.wcvendors-pro-dashboard-wrapper .wcv-tabs.top .tabs-nav li {
	padding: 0 15px;
	float: left;
	border-left: 1px solid #eee;
}

.wcvendors-pro-dashboard-wrapper .wcv-tabs.top .tabs-nav li a {
	padding: 0;
	margin: 0;
	border: 0;
	color: var(--tb-theme-color);
}

.wcvendors-pro-dashboard-wrapper .wcv-tabs.top .tabs-nav li a:hover {
	background: transparent;
}

.wcvendors-pro-dashboard-wrapper .wcv-tabs.top .tabs-nav li:first-child {
	padding-left: 0;
	border: 0;
}

.wcvendors-pro-dashboard-wrapper .wcv-tabs.top .tabs-nav li.active a {
	color: #000;
}

.wcvendors-pro-dashboard-wrapper+.comments-area .comment-reply-title {
	text-transform: uppercase;
	font-weight: 600;
}

.wcvendors-pro-dashboard-wrapper+.comments-area .comment-respond, .wcvendors-pro-dashboard-wrapper+.comments-area div#new-answer-header {
	max-width: 100%;
}

.wcvendors-pro-dashboard-wrapper .woocommerce-pagination a.prev, .wcvendors-pro-dashboard-wrapper .woocommerce-pagination a.next {
	font-size: 0;
}

.wcvendors-pro-dashboard-wrapper .woocommerce-pagination a.prev:before, .wcvendors-pro-dashboard-wrapper .woocommerce-pagination a.next:before {
	font-family: "linearicons";
	font-size: 12px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}

.wcvendors-pro-dashboard-wrapper .woocommerce-pagination a.prev:before {
	content: "";
}

.wcvendors-pro-dashboard-wrapper .woocommerce-pagination a.next:before {
	content: "";
}

.wcvendors-pro-dashboard-wrapper .align-right {
	text-align: right;
}

.wcvendors-pro-dashboard-wrapper .wcv-form input, .wcvendors-pro-dashboard-wrapper .wcv-form select, .wcvendors-pro-dashboard-wrapper .wcv-form textarea {
	font-family: var(--tb-text-primary-font);
	border-color: #e5e5e5;
}

.wcvendors-pro-dashboard-wrapper .wcv-form input:focus, .wcvendors-pro-dashboard-wrapper .wcv-form select:focus, .wcvendors-pro-dashboard-wrapper .wcv-form textarea:focus {
	outline: 0;
}

.wcvendors-pro-dashboard-wrapper #product_save_button+#draft_button {
	margin-left: 7px;
	margin-right: 0;
}

.wcv-grid a:hover {
	color: var(--tb-theme-color);
	text-decoration: initial;
}

.wcv-grid h6 {
	font-weight: 500;
}

.wcv-grid a[class*="wcv-file-uploader-delete"]:before {
	content: "";
	font-family: "linearicons";
	display: inline-block;
	line-height: 1;
	margin-left: 0;
	margin-right: 5px;
}

.wcv-grid a[class*="wcv-file-uploader-add"]:before {
	content: "";
	font-family: "linearicons";
	display: inline-block;
	line-height: 1;
	margin-left: 0;
	margin-right: 5px;
}

.wcv-grid #product_images_container ul ul.actions li a.delete {
	font-size: 12px;
	position: relative;
	width: 12px;
	height: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.wcv-grid #product_images_container ul ul.actions li a.delete:before {
	content: "";
	font-family: "linearicons";
	position: absolute;
	left: 0;
	right: auto;
	background: transparent;
}

.wcv-grid #product_images_container ul ul.actions li a.delete i {
	display: none;
}

.wcv-grid .wcv-button:hover {
	color: var(--tb-theme-color) !important;
}

table.wcv-table th, table.wcv-table strong {
	font-weight: 600;
}

table.wcv-table>thead>tr>th {
	background: #f5f5f5;
}

table.wcv-table img {
	display: block;
	margin: 0 auto;
}

table.wcv-table>thead>tr>th, table.wcv-table>thead>tr>td, table.wcv-table>tbody>tr>th, table.wcv-table>tbody>tr>td {
	padding: 8px 15px;
	text-align: left;
}

table.wcv-table .woocommerce-Price-amount {
	color: #ca0815;
	font-weight: 500;
}

table.wcv-table.wcvendors-table-product>tbody>tr>td {
	vertical-align: middle;
}

table.wcv-table.wcvendors-table-product>tbody>tr>td:first-child {
	padding: 15px;
	max-width: 120px;
}

table.wcv-table.wcvendors-table-product a {
	color: #999;
}

table.wcv-table.wcvendors-table-product a:hover {
	color: var(--tb-theme-color);
}

table.wcv-table.wcvendors-table-product h4 {
	font-weight: 500;
	font-size: 15px;
	margin: 10px 0;
}

table.wcv-table.wcvendors-table-product .row-actions-product a {
	display: inline-block;
	padding: 0 10px;
	border-left: 1px solid #ddd;
	color: var(--tb-theme-color);
}

table.wcv-table.wcvendors-table-product .row-actions-product a:first-child {
	border: 0;
	padding-left: 0;
}

table.form-table>thead>tr>th {
	background: #f5f5f5;
}

.wcv_recent_orders {
	padding-top: 30px;
}

.wcv_recent_orders>div {
	position: relative;
}

.wcv_recent_orders a.button {
	line-height: 40px;
	text-transform: uppercase;
	padding: 0;
	border: 1px solid var(--tb-theme-color);
	background: var(--tb-theme-color);
	color: #fff;
	font-weight: bold;
}

.wcv_recent_orders a.button:hover, .wcv_recent_orders a.button:focus {
	color: var(--tb-theme-color);
	background: #fff;
	border-color: var(--tb-theme-color);
}

.wcv_dashboard_overview {
	margin-top: 20px;
}

.wcv_dashboard_overview table.wcv-table>tbody>tr>td:first-child {
	background: #f5f5f5;
}

.wcv-form .control-group .control>input.wcv-button:not(#clear_button) {
	width: auto;
	display: block;
	text-transform: uppercase;
	border: 1px solid var(--tb-theme-color);
	color: #fff;
}

.wcv-form .control-group .control>input.wcv-datepicker {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border: 1px solid #e5e5e5;
	padding: 8px 15px;
}

.wcv-form .control-group .control .select2-container {
	z-index: 1;
	width: 100% !important;
}

.wcv-form .control-group input[type=checkbox]+label, .wcv-form .control-group input[type=radio]+label {
	padding-left: 1.25em;
	padding-right: 0;
}

.wcv-form .control-group .inline li label {
	margin-right: 1em;
	margin-left: 0;
}

.wcv_product_attributes .attribute_taxonomy {
	height: 44px;
}

.wcv-cols-group.wcv-horizontal-gutters {
	margin-left: -2em;
	margin-right: 0;
	margin-bottom: 25px;
}

.wcv-cols-group.wcv-horizontal-gutters>[class*=all-], .wcv-cols-group.wcv-horizontal-gutters>[class*=xlarge-] {
	padding-left: 2em;
	padding-right: 0;
}

.wcv-cols-group.wcv-horizontal-gutters .all-40.small-100 {
	width: 100%;
}

.wcv_dashboard_datepicker.wcv-cols-group .wcv-form .wcv-cols-group>div:not(:only-child) .control-group, .wcv-order-header .wcv-form .wcv-cols-group>div:not(:only-child) .control-group {
	padding-left: 0;
	padding-right: 10px;
}

.wcv_dashboard_datepicker.wcv-cols-group .wcv-cols-group.wcv-horizontal-gutters>div:last-child, .wcv-order-header .wcv-cols-group.wcv-horizontal-gutters>div:last-child {
	padding-left: 0;
}

.wcv_dashboard_datepicker form:before, .wcv_dashboard_datepicker form:after {
	content: " ";
	display: table;
}

.wcv_dashboard_datepicker form:after {
	clear: both;
}

.wcv-order-header {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
	padding-bottom: 50px !important;
}

.wcv-order-header>div {
	width: auto;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.wcv-order-header>div.all-80 {
	-webkit-box-flex: 2;
	-moz-box-flex: 2;
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2;
}

.wcv-order-header>div>br {
	display: none;
}

.wcv-order-header .wcv-cols-group.wcv-horizontal-gutters {
	margin-bottom: 0;
}

.wcv-order-header .wcv-form .control-group {
	margin: 0;
}

.wcv-order-header .wcv-form .control>input#clear_button {
	width: auto;
	display: block;
	margin: 0;
	margin-left: 10px;
}

.wcv-order-header .wcv-form .control input#update_button {
	width: 100% !important;
	padding: 0 !important;
}

table.wcvendors-table-order .row-actions-order a {
	font-size: 14px;
	padding: 0;
	line-height: 30px;
	color: var(--tb-theme-color);
}

table.wcvendors-table-order .row-actions-order a:hover {
	text-decoration: underline;
}

table.wcvendors-table-order>tbody>tr>td {
	padding: 15px;
}

table.wcvendors-table-order .wcv-shade.wcv-fade {
	z-index: 9999;
}

table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-modal {
	height: auto !important;
}

table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-modal .modal-header {
	padding: 15px 30px;
	border-color: #eee;
	-webkit-box-shadow: none;
	box-shadow: none;
}

table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-modal #modal-title {
	margin: 0;
}

table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-modal .subtitle {
	margin: 0;
}

table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-modal .modal-body {
	padding: 30px;
}

table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-modal .modal-body h4 {
	font-weight: 500;
}

table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-modal .wcv-order-customer-details table.wcv-table>tbody>tr>td:not(.wcv-order-totals-label), table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-modal .wcv-order-customer-details table.wcv-table>tbody>tr>th, table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-modal .wcv-order-customer-details table.wcv-table>thead>tr>td:not(.wcv-order-totals-label), table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-modal .wcv-order-customer-details table.wcv-table>thead>tr>th {
	text-align: center;
	vertical-align: middle;
}

table.wcvendors-table-order .wcv-shade.wcv-fade .wcv-form textarea {
	min-height: 150px;
	border-color: #eee;
	-webkit-box-shadow: none;
	box-shadow: none;
}

table.wcvendors-table-order .wcv-shade.wcv-fade .order_note_form input[type="submit"] {
	width: auto;
}

table.wcvendors-table-order .wcv-shade.wcv-fade .wcv_shipping_provider+.select2-container--default {
	margin: 0;
	margin-left: 10px;
	min-width: 200px;
}

table.wcvendors-table-order .wcv-shade.wcv-fade .wcv_shipping_provider+.select2-container--default .select2-selection--single {
	margin: 0;
}

table.wcvendors-table-order .wcv-shade.wcv-fade .wcv_shipping_provider+.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left: 10px;
	padding-right: 30px;
}

.single-product .wcvendors_ships_from br, .single-product .wcvendors_ships_from+br {
	display: none;
}

.wcv-opening-hours-wrapper table.form-table>thead>tr>th, .wcv-opening-hours-wrapper table.form-table>thead>tr>td, .wcv-opening-hours-wrapper table.form-table>tbody>tr>th, .wcv-opening-hours-wrapper table.form-table>tbody>tr>td {
	vertical-align: middle;
	text-align: center;
}

.wcv-opening-hours-wrapper #opening-hours>tr>td:last-child a {
	color: #888;
	margin: 0 10px;
}

.wcv-opening-hours-wrapper #opening-hours>tr>td:last-child a:before {
	font-family: "linearicons";
	display: inline-block;
	font-weight: 700;
}

.wcv-opening-hours-wrapper #opening-hours>tr>td:last-child a.remove-row {
	color: red;
}

.wcv-opening-hours-wrapper #opening-hours>tr>td:last-child a.done {
	color: #07930b;
}

.wcv-opening-hours-wrapper .wcv-icon {
	display: none;
}

.wcv-opening-hours-wrapper #add-work-hours:before {
	content: "";
	font-family: "linearicons";
	display: inline-block;
	font-weight: 700;
}

.wcv-opening-hours-wrapper a.remove-row:before {
	content: "";
}

.wcv-opening-hours-wrapper a.edit:before {
	content: "";
}

.wcv-opening-hours-wrapper a.done:before {
	content: "";
}

.wcv-opening-hours-wrapper+.wcv-cols-group.wcv-horizontal-gutters .control-group {
	margin: 0;
}

.wcv-vacation-mode-msg-wrapper+div {
	margin-top: 20px;
}

#wp-_wcv_vendor_store_notice-wrap {
	margin-bottom: 30px;
}

form#wcv-store-settings input#store_save_button {
	margin-top: 15px;
}

form#wcv-store-settings #branding .wcv-file-uploader-add_wcv_store_banner_id, form#wcv-store-settings #branding .wcv-file-uploader-delete_wcv_store_banner_id {
	display: inline-block;
	margin-bottom: 20px;
}

form#wcv-store-settings .wcv-tabs .wcv-cols-group.wcv-horizontal-gutters {
	margin-bottom: 0;
}

form#wcv-store-settings small {
	font-size: 13px;
}

form#wcv-store-settings .tip {
	font-size: inherit;
}

table.wcvendors-table-shop_coupon {
	margin-top: 45px;
}

table.wcvendors-table-shop_coupon .row-actions-shop_coupon a {
	color: var(--tb-theme-color);
	display: inline-block;
	padding: 0 10px;
	border-left: 1px solid #eee;
}

table.wcvendors-table-shop_coupon .row-actions-shop_coupon a:first-child {
	padding-left: 0;
	border: 0;
}

.wcv-store-header.header-modern .meta {
	padding: 20px 30px;
	display: block;
	text-align: left;
	background: #f5f5f5;
}

.wcv-store-header.header-modern .meta a {
	color: #000;
}

.wcv-store-header.header-modern .meta>.block {
	padding: 5px 0;
	display: block;
}

.wcv-store-header.header-modern .meta>.block:not(.sales) .label {
	display: none;
}

.wcv-store-header.header-modern .meta .wcv-icon {
	width: 15px;
	height: 15px;
	margin-right: 5px;
	margin-left: 0;
}

.wcv-store-header.header-modern .meta .phone .wcv-icon {
	width: 12px;
	height: 12px;
}

.wcv-store-header.header-modern .meta .stars .wcv-icon {
	width: 14px;
	height: 14px;
	margin: 0;
}

.wcv-store-header.header-modern .meta .social-icons .wcv-icon {
	width: 20px;
	height: 20px;
}

.wcv-store-header.header-modern .meta .social-icons a:hover {
	color: var(--tb-theme-color);
}

.wcv-pro-vendorlist {
	border: 0;
	margin-bottom: 30px;
}

.wcv_store_search form input[type="search"], .wcv_vendor_search form input[type="search"] {
	padding: 0;
	padding-left: 15px;
	width: 100%;
}

.wcv_store_search form input[type="submit"], .wcv_vendor_search form input[type="submit"] {
	width: 100%;
	margin-top: 10px;
	border: 1px solid var(--tb-theme-color);
}

.wcv_product_attributes .wcv-column-group.wcv-horizontal-gutters:before, .wcv_product_attributes .wcv-column-group.wcv-horizontal-gutters:after {
	content: " ";
	display: table;
}

.wcv_product_attributes .wcv-column-group.wcv-horizontal-gutters:after {
	clear: both;
}

.wcv_product_attributes .wcv-column-group.wcv-horizontal-gutters ~ .wcv-column-group.wcv-horizontal-gutters {
	display: none;
}

.wcv_attribute_data {
	padding-bottom: 30px;
}

.wcv_attribute_data .control-group .control {
	margin: 0;
}

.wcv_attribute_data+hr {
	display: none;
}

.clearfix {
	overflow: initial;
}

@media (min-width:992px) {
	.wcv-store-header.header-modern .info {
		padding: 0 0 30px 30px;
	}
	
	.wcv_dashboard_datepicker form {
		width: 50%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.wcv_dashboard_datepicker form>div {
		width: auto;
		float: left;
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	
	.wcv_dashboard_datepicker form>div.all-66 {
		-webkit-box-flex: 3;
		-moz-box-flex: 3;
		-webkit-flex: 3;
		-ms-flex: 3;
		flex: 3;
	}
}

@media (max-width:991px) {
	.wcv-store-header.header-modern .meta {
		text-align: center;
	}
	
	.wcvendors-pro-dashboard-wrapper .wcv-navigation ul.menu {
		display: flex;
		display: -ms-flexbox;
		white-space: nowrap;
		overflow: auto;
	}
	
	.wcvendors-pro-dashboard-wrapper .wcv-navigation ul.menu li {
		margin: 0 15px;
	}
	
	.wcvendors-pro-dashboard-wrapper .wcv-tabs .tabs-content#store .wcv-cols-group.wcv-horizontal-gutters .all-60 {
		width: 100%;
	}
	
	.wcvendors-pro-dashboard-wrapper .wcv-tabs .tabs-content#store .wcv-cols-group.wcv-horizontal-gutters .all-20 {
		width: 50%;
	}
	
	.wcv-order-header {
		display: block;
	}
	
	.wcv-order-header>div {
		width: 100%;
	}
	
	.wcv-order-header>div.align-right {
		margin-top: 30px;
	}
	
	.wcv-order-header .all-33 .wcv-cols-group.wcv-horizontal-gutters>div:last-child .control {
		margin-left: 10px;
		margin-right: 0;
	}
	
	.wcv-order-header .all-33 .wcv-cols-group.wcv-horizontal-gutters>div:last-child .control input {
		width: 100% !important;
		margin: 0 !important;
	}
}

@media (max-width:767px) {
	.wcv_dashboard_datepicker, .wcv-order-header {
		margin-bottom: 20px;
	}
	
	.wcv_dashboard_datepicker form>div, .wcv-order-header form>div {
		width: 100%;
	}
	
	.wcv_dashboard_datepicker form>div.all-33 label, .wcv-order-header form>div.all-33 label {
		display: none;
	}
	
	.wcv_dashboard_datepicker .wcv-cols-group.wcv-horizontal-gutters, .wcv-order-header .wcv-cols-group.wcv-horizontal-gutters {
		margin-bottom: 0;
	}
	
	.wcv_dashboard_datepicker .wcv-form>div:first-child .wcv-cols-group.wcv-horizontal-gutters>div {
		width: 100%;
	}
	
	.wcv_dashboard_datepicker .wcv-form>div .wcv-cols-group.wcv-horizontal-gutters {
		margin: 0 -5px;
	}
	
	.wcv_dashboard_datepicker .wcv-form>div .wcv-cols-group.wcv-horizontal-gutters>div {
		padding: 0 5px !important;
	}
	
	.wcv_dashboard_datepicker .wcv-form>div .wcv-cols-group.wcv-horizontal-gutters>div .control-group {
		padding: 0 !important;
	}
	
	.wcv_dashboard_datepicker .wcv-form>div .wcv-cols-group.wcv-horizontal-gutters>div .control {
		margin: 0 !important;
	}
	
	.wcv-order-header {
		margin: 0;
	}
	
	.wcv-order-header>.align-right {
		position: absolute;
		bottom: 0;
		right: 0;
		left: auto;
		margin: 0;
	}
	
	.wcv-order-header .wcv-form>.control-group {
		margin-top: 20px;
	}
	
	.wcv-order-header .wcv-form>div:first-child .wcv-cols-group.wcv-horizontal-gutters>div {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.wcv-order-header .wcv-form>div .wcv-cols-group.wcv-horizontal-gutters {
		margin: 0 -5px;
	}
	
	.wcv-order-header .wcv-form>div .wcv-cols-group.wcv-horizontal-gutters>div {
		padding: 0 5px;
	}
	
	.wcv-order-header .wcv-form>div .wcv-cols-group.wcv-horizontal-gutters>div .control-group {
		padding: 0;
	}
	
	.wcv-order-header .wcv-form>div .wcv-cols-group.wcv-horizontal-gutters>div .control {
		margin: 0 !important;
	}
	
	.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search {
		width: 100%;
	}
	
	.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header.wcv-search+.wcv_actions {
		width: 100%;
		margin-top: 30px;
	}
	
	.wcvendors-pro-dashboard-wrapper .wcv_actions+.wcv-cols-group.wcv-horizontal-gutters>div {
		overflow-y: hidden;
		overflow-x: auto;
	}
	
	.wcvendors-pro-dashboard-wrapper .wcv_actions+.wcv-cols-group.wcv-horizontal-gutters>div .wcvendors-table-product {
		min-width: 600px;
		margin: 0;
	}
	
	.wcvendors-pro-dashboard-wrapper .wcv_actions+.wcv-cols-group.wcv-horizontal-gutters>div .wcvendors-table-product>thead>tr>th:first-child, .wcvendors-pro-dashboard-wrapper .wcv_actions+.wcv-cols-group.wcv-horizontal-gutters>div .wcvendors-table-product>tbody>tr>td:first-child {
		width: 20%;
	}
	
	.wcvendors-pro-dashboard-wrapper .wcv_actions+.wcv-cols-group.wcv-horizontal-gutters>div .wcvendors-table-product>thead>tr>th:last-child, .wcvendors-pro-dashboard-wrapper .wcv_actions+.wcv-cols-group.wcv-horizontal-gutters>div .wcvendors-table-product>tbody>tr>td:last-child {
		width: 25%;
	}
	
	.wcvendors-pro-dashboard-wrapper .wcv-tabs.top .tabs-nav {
		display: flex;
		display: -ms-flexbox;
		overflow: auto;
		white-space: nowrap;
	}
	
	.wcvendors-pro-dashboard-wrapper .wcv-grid {
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		position: relative;
		padding-bottom: 20px;
	}
	
	.wcvendors-pro-dashboard-wrapper .wcv-grid>div:first-child {
		-webkit-box-ordinal-group: -2;
		-moz-box-ordinal-group: -2;
		-ms-flex-order: -2;
		-webkit-order: -2;
		order: -2;
	}
	
	.wcvendors-pro-dashboard-wrapper .wcv-grid>div:first-child+.wcv-search {
		-webkit-box-ordinal-group: 0;
		-moz-box-ordinal-group: 0;
		-ms-flex-order: 0;
		-webkit-order: 0;
		order: 0;
		padding-bottom: 30px;
	}
	
	.wcvendors-pro-dashboard-wrapper .wcv-grid>div:first-child+.wcv-search+.wcv_actions {
		-webkit-box-ordinal-group: -1;
		-moz-box-ordinal-group: -1;
		-ms-flex-order: -1;
		-webkit-order: -1;
		order: -1;
		margin-top: 0;
	}
	
	.wcvendors-pro-dashboard-wrapper .wcv-grid>div:first-child+.wcv-search+.wcv_actions>div {
		width: 100%;
	}
	
	.wcvendors-pro-dashboard-wrapper .wcv-grid table .row-actions {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	
	.wcvendors-pro-dashboard-wrapper .wcv-grid input.wcv-button:hover {
		color: var(--tb-theme-color) !important;
	}
	
	.wcv_dashboard_overview table.wcv-table>tbody>tr>td {
		width: 50%;
	}
	
	.wcv_recent_orders>div {
		margin-bottom: 30px;
	}
	
	.wcv_recent_orders .wcvendors-table-recent_order, .wcv_recent_orders .wcvendors-table-recent_product {
		margin-bottom: 10px;
	}
	
	.wcvendors-table-order>tbody>tr>td:last-child {
		min-width: 170px;
	}
	
	.wcv_product_attributes .wcv-column-group.wcv-horizontal-gutters>div {
		width: 100%;
	}
	
	.wcv_product_attributes .wcv-column-group.wcv-horizontal-gutters>div.align-right {
		text-align: left;
		padding-bottom: 15px;
	}
	
	.wcv-product-shipping .wcv-cols-group.wcv-horizontal-gutters>div {
		width: 100%;
	}
	
	.wcv-product-shipping .wcv-cols-group.wcv-horizontal-gutters>div:not(:first-child) label {
		display: none;
	}
}

@media (max-width:480px) {
	.wcv-dashboard-navigation {
		overflow-y: hidden;
		overflow-x: auto;
	}
	
	.wcv-dashboard-navigation ~ form label[for="from"] {
		display: block !important;
	}
	
	.wcv-dashboard-navigation ~ form input[type="submit"] {
		display: block;
		margin-top: 10px;
	}
}

@media (max-width:479px) {
	.wcv-opening-hours-wrapper #opening-hours>tr>td:last-child a {
		margin: 0 5px;
	}
	
	.wcv_product_attributes .attribute_taxonomy {
		height: 40px;
	}
}

@media (max-width:400px) {
	table.wcvendors-table-recent_product tbody>tr>td:last-child {
		width: 40%;
	}
	
	.wcvendors-table-recent_order tbody>tr>td:first-child {
		width: 40%;
	}
}

@media (min-width:768px) {
	.page-header+p, .page-header ~ form {
		margin: 0 15px 10px;
	}
}

#wcv_store_categories-2>ul {
	list-style: none;
	padding-left: 0;
	padding-right: 0;
}

.agree-to-terms-container .checkbox a {
	color: var(--tb-theme-color);
}

.agree-to-terms-container.form-row input[type="checkbox"] {
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 0;
}

.woocommerce .woocommerce-form.login .lost_password, .woocommerce .woocommerce-form.login .creat-account {
	display: block;
}

.woocommerce-MyAccount-content a {
	color: var(--tb-theme-color);
}

.woocommerce.widget_products .product_list_widget>li .star-rating {
	margin-bottom: 10px;
}

.woocommerce.widget_products .product_list_widget>li>a {
	margin-bottom: 10px;
}

.wcv-vendor-list-filter .wcv-vendor-list-search form input[type=text] {
	border: 1px solid #eee;
	padding-left: 15px;
	padding-right: 15px;
}

.wcv-vendor-list-filter ~ .wcv_vendorslist {
	padding: 0;
}

.wcv-vendor-list-filter ~ .wcv_vendorslist .vendor_list_info small {
	display: block;
}

.wcv-vendor-list-switch .wcv-vendor-list-switch-item.active {
	color: var(--tb-theme-color) !important;
}

.wcv_vendorslist.list .vendor_list .vendor_list_avatar {
	width: auto;
}

.wcv_vendorslist .vendor_list .vendor_list--shop-name a {
	color: #17181a;
	font-size: 18px;
	line-height: 24px;
}

.wcv_vendorslist .vendor_list .vendor_list--shop-name a:hover {
	color: var(--tb-theme-color);
}

@media (max-width:767px) {
	.wcv_vendorslist.grid .vendor_list .vendor_list_avatar {
		height: unset;
	}
	
	ul.wcv_vendorslist.list .vendor_list a img {
		max-width: 150px;
	}
	
	.wcv-vendor-list-filter .search-vendors-toggle-button {
		color: #fff;
	}
}

#wcfmmp-stores-lists {
	-webkit-box-shadow: unset;
	box-shadow: unset;
	padding: 30px 0;
}

#wcfmmp-stores-lists .wcfmmp-store-search-form {
	padding: 20px;
	background: #f5f5f5;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-box-shadow: unset;
	box-shadow: unset;
}

#wcfmmp-stores-lists .wcfmmp-store-search-form .select2-container--default .select2-selection--single {
	padding: 0 5px;
	height: 41px;
}

#wcfmmp-stores-lists .wcfmmp-store-search-form .select2-container--default .select2-selection--single .select2-selection__rendered, #wcfmmp-stores-lists .wcfmmp-store-search-form .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 41px;
	line-height: 41px;
}

#wcfmmp-stores-lists .wcfmmp-store-search-form input#search, #wcfmmp-stores-lists .wcfmmp-store-search-form .select2-container, #wcfmmp-stores-lists .wcfmmp-store-search-form #wcfmmp_store_state {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

#wcfmmp-stores-lists .wcfmmp-store-list-map {
	margin-bottom: 20px;
}

#wcfmmp-stores-lists .right_side.right_side_full {
	padding: 60px 0;
}

#wcfmmp-stores-lists .wcfmmp-store-lists-sorting {
	margin: 0;
}

#wcfmmp-stores-lists .wcfmmp-store-lists-sorting .wcfm-woocommerce-ordering {
	padding: 0;
	margin: 0;
	float: right;
}

#wcfmmp-stores-lists .wcfmmp-store-lists-sorting .wcfm-woocommerce-ordering #wcfmmp_store_orderby {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	font-size: 14px;
	outline: unset;
}

#wcfmmp-stores-lists .wcfmmp-store-lists-sorting .woocommerce-result-count {
	font-size: 14px;
	float: left;
}

#wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap {
	margin-left: -15px;
	margin-right: -15px;
}

#wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-data .wcfmmp-store-rating {
	margin-top: 7px;
}

#wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-data .wcfmmp-store-rating:before {
	color: #ddd;
	opacity: 1;
	filter: alpha(opacity=100);
	font-size: 11px;
}

#wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-data .wcfmmp-store-rating span:before {
	font-size: 11px;
}

#wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-content .store-info {
	opacity: 1;
	filter: alpha(opacity=100);
}

#wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-content .store-info:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
}

#wcfmmp-stores-lists .store-data-container .store-phone {
	font-size: 14px;
	margin-top: 10px;
}

.wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_wrapper .wcfmmp_sold_by_store a, .wcfmmp_sold_by_wrapper a {
	color: #000 !important;
}

.wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_wrapper .wcfmmp_sold_by_store a:hover, .wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_wrapper .wcfmmp_sold_by_store a:focus, .wcfmmp_sold_by_wrapper a:hover, .wcfmmp_sold_by_wrapper a:focus {
	color: var(--tb-theme-color) !important;
}

.wcfmmp-store-page #wcfmmp-store .body_area>div {
	height: auto !important;
	border: 0;
	background: #fff !important;
}

.wcfmmp-store-page #wcfmmp-store, #wcfm-main-contentainer .wcfm-membership-wrapper {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 100%;
}

.wcfm-store-page .row, .wcfm-store-page .vc_row {
	margin-left: -15px;
	margin-right: -15px;
}

#wcfmmp-store {
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 30px 0;
}

#wcfmmp-store #wcfm_store_header {
	margin-bottom: 50px;
	padding: 0 30px;
	min-height: auto;
	padding-left: 57px;
}

#wcfmmp-store #wcfm_store_header .header_left {
	margin: 0;
	padding-left: 150px;
}

#wcfmmp-store #wcfm_store_header .header_left>div {
	position: static;
	top: auto;
	left: auto;
}

#wcfmmp-store #wcfm_store_header .header_left>div.logo-wrapper {
	position: absolute;
	left: 0;
	right: auto;
	top: -100px;
}

#wcfmmp-store #wcfm_store_header .header_area {
	position: relative;
}

#wcfmmp-store #wcfm_store_header .header_right {
	float: right;
	position: static;
}

#wcfmmp-store #wcfm_store_header .logo_area {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 10px;
	background: #fff;
	position: static;
	top: 0;
	width: 150px;
	height: 150px;
}

#wcfmmp-store #wcfm_store_header .logo_area a img {
	position: static;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

#wcfmmp-store #wcfm_store_header .logo_area_after {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	top: auto;
	left: auto;
	margin-top: 14px;
	position: relative;
}

#wcfmmp-store #wcfm_store_header .header_store_name>div {
	display: block;
	margin-right: 0 !important;
	margin-left: 0 !important;
	line-height: 1;
	margin-bottom: 7px;
}

#wcfmmp-store #wcfm_store_header .wcfm_store_title {
	font-size: 20px;
	margin-bottom: 10px;
}

#wcfmmp-store #wcfm_store_header .header_wrapper .address {
	padding-top: 0;
}

#wcfmmp-store #wcfm_store_header .bd_icon_area {
	margin: 0;
	top: auto;
	bottom: calc(100% - -30px);
}

#wcfmmp-store #wcfm_store_header .bd_icon_box {
	margin: 0;
}

#wcfmmp-store .address {
	width: auto !important;
	padding-left: 27px;
}

#wcfmmp-store .address span {
	width: auto;
}

#wcfmmp-store .social_area {
	position: static;
	width: auto;
}

#wcfmmp-store .social_area ul {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	width: auto;
	left: auto;
	right: 0;
	top: auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	bottom: 30px;
	position: absolute;
}

#wcfmmp-store .social_area ul li {
	margin: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	width: 30px;
	height: 30px;
}

#wcfmmp-store .social_area ul li+li {
	margin-left: 10px;
	margin-right: 0;
}

#wcfmmp-store .social_area ul li a i {
	color: #888 !important;
	font-size: 16px;
}

#wcfmmp-store .social_area ul li a i.fa-facebook-f {
	color: #3b5998 !important;
}

#wcfmmp-store .social_area ul li a i.fa-twitter {
	color: #1da1f2 !important;
}

#wcfmmp-store .social_area ul li a i.fa-instagram {
	color: red !important;
}

#wcfmmp-store .social_area ul li a i.fa-youtube {
	color: #cd201f !important;
}

#wcfmmp-store .social_area ul li a i.fa-pinterest {
	color: #bd081c !important;
}

#wcfmmp-store .social_area ul li:hover {
	background: #fff !important;
}

#wcfmmp-store .body_area {
	margin-left: -15px;
	margin-right: -15px;
}

#wcfmmp-store .left_sidebar {
	padding: 0 15px;
	border: 0;
}

#wcfmmp-store .right_side {
	padding: 0 15px;
}

#wcfmmp-store .right_side #tabsWithStyle .tab_links {
	margin-bottom: 40px;
}

#wcfmmp-store .right_side #tabsWithStyle .tab_links li {
	margin: 0;
	background: #f5f5f5;
	border: 1px solid rgba(0, 0, 0, .1) !important;
	border-bottom: 0 !important;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

#wcfmmp-store .right_side #tabsWithStyle .tab_links li.active {
	background: #fff;
}

#wcfmmp-store .right_side #tabsWithStyle .tab_links li+li {
	border-left: 0 !important;
}

#wcfmmp-store .right_side #tabsWithStyle .tab_links li:hover, #wcfmmp-store .right_side #tabsWithStyle .tab_links li:focus {
	background: transparent;
}

#wcfmmp-store ins {
	background: transparent;
}

#wcfmmp-store .woocommerce-Price-amount {
	font-weight: 700;
}

#wcfmmp-store del .woocommerce-Price-amount {
	font-weight: 400;
}

#wcfmmp-store .categories_list ul li a:hover, #wcfmmp-store .categories_list ul li a.active {
	color: var(--tb-theme-color) !important;
}

#wcfmmp-store .sidebar_heading {
	margin-bottom: 0;
}

#wcfmmp-store .sidebar_heading h4 {
	font-size: 16px;
}

#wcfmmp-store .address i {
	font-size: 14px;
}

#wcfmmp-store .widget.wcfmmp-store-product-search input[type="search"] {
	padding: 9px;
	width: 100%;
	border: 1px solid #ddd;
	outline: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

#wcfmmp-store ul.product_list_widget li a {
	font-weight: 400;
}

#wcfmmp-store .woocommerce-ordering p.CaptionCont {
	padding: 0;
	line-height: 43px;
}

#wcfmmp-store .woocommerce-ordering p.CaptionCont span {
	font-weight: 500;
}

#wcfmmp-store .woocommerce-result-count {
	padding: 0;
	line-height: 43px;
}

#wcfmmp-store .tab_area .tab_links {
	border-color: rgba(0, 0, 0, .1);
}

#wcfmmp-store .tab_area .tab_links li.active {
	border-top-width: 1px !important;
	border-bottom: 0 !important;
}

#wcfmmp-store .tab_area .tab_links li:after {
	display: none;
}

#wcfmmp-store .tab_area .tab_links li a {
	line-height: 19px;
	font-size: 14px;
	font-weight: 500;
}

#wcfmmp-store .reviews_area, #wcfmmp-store .policies_area, #wcfmmp-store .wcfm_store_description {
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

#wcfmmp-store .reviews_heading, #wcfmmp-store .wcfm_policies_heading {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

#wcfmmp-store p {
	line-height: inherit;
}

#yith-quick-view-content .wcfmmp_sold_by_wrapper {
	margin-bottom: 7px;
}

.product-block.product-special .wcfmmp_sold_by_container {
	display: none;
}

.product-block .wcfmmp_sold_by_container {
	text-align: center;
}

.product-block .wcfmmp_sold_by_container .wcfmmp-store-rating, .product-block .wcfmmp_sold_by_container img.wcfmmp_sold_by_logo {
	display: none !important;
}

.product-block .wcfmmp_sold_by_wrapper {
	margin-bottom: 5px;
}

.single-product .wcfmmp_sold_by_container {
	margin: 10px 0;
}

.single-product .wcfmmp_sold_by_container .wcfmmp_sold_by_wrapper {
	margin-bottom: 10px;
}

.single-product #tab-wcfm_product_store_tab .wcfmmp_sold_by_container>div {
	margin-bottom: 7px;
}

.single-product #puca-wcfm-info-vendor-wrapper .wcfmmp_sold_by_container_advanced, .single-product #puca-wcfm-info-vendor-wrapper .wcfmmp_sold_by_container {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	margin-top: 24px;
	padding: 0;
	padding-left: 60px;
	position: relative;
	text-align: left;
}

.single-product #puca-wcfm-info-vendor-wrapper .wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_label, .single-product #puca-wcfm-info-vendor-wrapper .wcfmmp_sold_by_container .wcfmmp_sold_by_label {
	text-transform: capitalize;
	font-style: unset;
	letter-spacing: 0;
	font-size: 14px;
	margin-left: 0;
}

.single-product #puca-wcfm-info-vendor-wrapper .wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_wrapper .wcfmmp_sold_by_store, .single-product #puca-wcfm-info-vendor-wrapper .wcfmmp_sold_by_container .wcfmmp_sold_by_wrapper .wcfmmp_sold_by_store {
	font-size: 14px;
}

.single-product #puca-wcfm-info-vendor-wrapper .wcfmmp_sold_by_container_advanced .wcfmmp_sold_by_container_left, .single-product #puca-wcfm-info-vendor-wrapper .wcfmmp_sold_by_container .wcfmmp_sold_by_container_left {
	margin: 0;
	width: 40px;
	position: absolute;
	left: 0;
	right: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.wcfm-membership-wrapper {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wcfm-membership-wrapper .wcfm_registration_form_heading {
	display: none;
}

#wcfm_membership_container .wcfm_form_simple_submit_wrapper {
	margin-top: 15px;
}

#wcfm_membership_container .wcfm_form_simple_submit_wrapper input.wcfm_submit_button+a.wcfm_submit_button {
	margin-left: 10px;
}

#wcfm_membership_container .wcfm-content span.wcfm_title, #wcfm_membership_container .wcfm-content input[type="text"], #wcfm_membership_container .wcfm-content input[type="file"], #wcfm_membership_container .wcfm-content input[type="password"], #wcfm_membership_container .wcfm-content select, #wcfm_membership_container .wcfm-content input[type="number"], #wcfm_membership_container .wcfm-content input[type="time"], #wcfm_membership_container .wcfm-content input[type="search"], #wcfm_membership_container .wcfm-content textarea {
	display: block;
	width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-color: rgba(0, 0, 0, .1) !important;
}

#wcfm_membership_container .wcfm-content .wcfm_email_verified, #wcfm_membership_container .wcfm-content .wcfm_sms_verified, #wcfm_membership_container .wcfm-content .wcfm_store_slug_verified, #wcfm_membership_container .wcfm-content input#terms {
	margin-left: 0;
}

#wcfm_membership_container .wcfm-content .select2-container {
	width: 100% !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

#wcfm_membership_container .wcfm-content p.wcfm_title, #wcfm_membership_container .wcfm-content span.wcfm_title {
	vertical-align: middle;
}

#wcfm_membership_container .wcfm-content p.wcfm_title strong, #wcfm_membership_container .wcfm-content span.wcfm_title strong {
	font-style: inherit;
	font-weight: 500 !important;
}

#wcfm_membership_container .wcfm-content .terms_title.wcfm_title {
	margin-bottom: 0 !important;
}

#wcfm_membership_container .wcfm-content .terms_title.wcfm_title a {
	color: var(--tb-theme-color);
}

#wcfm_membership_container .wcfm-content input#terms {
	margin-top: 0;
}

#wcfm_membership_container input.wcfm_submit_button, #wcfm_membership_container a.wcfm_submit_button {
	background: var(--tb-theme-color);
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border: 1px solid var(--tb-theme-color);
	float: left;
	margin-left: 0;
}

#wcfm-main-contentainer {
	padding-bottom: 200px;
}

#wcfm-main-contentainer .wcfm_membership_box_wrraper {
	border-right: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
	flex-wrap: wrap;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

#wcfm-main-contentainer .wcfm_membership_box_wrraper .wcfm_membership_box:not(.wcfm_membership_feature_box_inside) {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	margin: 0;
}

#wcfm-main-contentainer .wcfm_membership_box_wrraper .wcfm_membership_box:not(.wcfm_membership_feature_box_inside)>div {
	border: 0;
}

#wcfm-main-contentainer .wcfm_membership_box_wrraper .wcfm_membership_box:not(.wcfm_membership_feature_box_inside)>div.wcfm_membership_box_foot {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

#wcfm-main-contentainer .wcfm_membership_box_wrraper .wcfm_membership_box:not(.wcfm_membership_feature_box_inside)>div.wcfm_membership_box_foot.wcfm_membership_feature_box_foot {
	border-left: 1px solid rgba(0, 0, 0, .1);
}

#wcfm-main-contentainer .wcfm_membership_box_wrraper .wcfm_membership_box_head .wcfm_membership_featured_top {
	padding-top: 0;
}

#wcfm-main-contentainer .wcfm_membership_box_wrraper .wcfm_membership_box_foot {
	padding: 30px 0;
}

#wcfm-main-contentainer .wcfm_membership_box_wrraper:not(:first-child):hover {
	z-index: 11;
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
}

#wcfm-main-contentainer .wcfm_membership_box_wrraper:not(:first-child):hover:after {
	height: 30px;
}

#wcfm-main-contentainer .wcfm_membership_box_wrraper:after {
	content: "";
	background: #fff;
	position: absolute;
	top: 100%;
	left: -1px;
	right: -1px;
	height: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border: 1px solid rgba(0, 0, 0, .1);
	border-top: 0;
	-webkit-box-shadow: 0 12px 15px rgba(0, 0, 0, .15);
	box-shadow: 0 12px 15px rgba(0, 0, 0, .15);
}

#wcfm-main-contentainer .wcfm_membership_element {
	border-top: 1px solid rgba(0, 0, 0, .1);
	background: #fff;
	padding: 10px 20px;
	font-size: 14px;
	display: block;
}

#wcfm-main-contentainer .wcfm_membership_element .wcfm_membership_element_content {
	display: block;
}

#wcfm-main-contentainer .wcfm_membership_element.wcfm_membership_feature_element {
	font-weight: 600;
	justify-content: unset;
	border-left: 1px solid rgba(0, 0, 0, .1);
	display: block;
}

#wcfm-main-contentainer .wcfm_membership_box_head {
	padding: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

#wcfm-main-contentainer .wcfm_membership_box_head .wcfm_membership_price_description {
	margin-top: 0;
	font-size: 14px;
}

#wcfm-main-contentainer .wcfm_membership_box_head .wcfm_membership_price .amount {
	border: 0;
	font-size: 32px;
	font-weight: 600;
}

#wcfm-main-contentainer .wcfm_membership_box_head .wcfm_membership_title {
	font-size: 16px;
	text-transform: uppercase;
	display: block;
}

#wcfm-main-contentainer .wcfm_membership_box_head .wcfm_membership_title .wcfm_membership_title_text {
	display: block;
}

#wcfm-main-contentainer .wcfm-membership-wrapper .wc-progress-steps li:before {
	width: 18px;
	height: 18px;
	bottom: -2px;
}

#wcfm-main-contentainer .wcfm-membership-wrapper .wc-progress-steps li.active:before {
	border-width: 9px;
}

#wcfm-main-contentainer .wcfm-membership-wrapper .wcfm_membership_box_head .wcfm_membership_description {
	font-weight: 500;
	padding: 0 20px;
}

#puca-wcfm-info-vendor-wrapper {
	margin: 10px 0;
	background: #f5f5f5;
	padding: 10px 20px;
	display: inline-block;
}

#puca-wcfm-info-vendor-wrapper.has-wcfm-enquiry {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	padding: 20px;
}

#puca-wcfm-info-vendor-wrapper .wcfmmp_sold_by_container_advanced, #puca-wcfm-info-vendor-wrapper .wcfmmp_sold_by_container {
	margin: 0;
	border: 0;
	min-width: auto;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

#puca-wcfm-info-vendor-wrapper .wcfm_catalog_enquiry_button_wrapper {
	float: right;
	margin: 0;
}

#puca-wcfm-info-vendor-wrapper .wcfm_catalog_enquiry_button_wrapper>a {
	margin-right: 0 !important;
}

.wcfmmp_sold_by_container_advanced .wcfmmp-store-rating, .wcfmmp_store_info .wcfmmp-store-rating, .wcfmmp_sold_by_container .wcfmmp-store-rating {
	font-size: 11px;
	letter-spacing: 3px;
}

.vendor_rating .wcfmmp-store-rating, .wcfmmp_sold_by_container .wcfmmp-store-rating, .wcfmmp_sold_by_container_advanced .wcfmmp-store-rating {
	width: 76px !important;
}

@media (max-width:1199px) {
	#wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li.coloum-3 {
		width: 50%;
	}
}

@media (max-width:768px) {
	.wcfm-membership-wrapper .wc-progress-steps, .woocommerce-progress-form-wrapper .wc-progress-steps {
		padding-bottom: 40px;
	}
	
	#wcfm-main-contentainer .wcfm_membership_box_wrraper {
		border: 1px solid rgba(0, 0, 0, .1);
		margin: 15px 0 !important;
	}
	
	#wcfm-main-contentainer .wcfm_membership_box_wrraper .wcfm_membership_box_head_inside {
		width: 100%;
		height: auto !important;
		padding-bottom: 20px;
	}
	
	#wcfm-main-contentainer .wcfm_membership_box_wrraper .wcfm_membership_box_head_inside .wcfm_membership_price .amount {
		height: auto !important;
		padding: 20px 0 !important;
		min-height: auto;
	}
	
	#wcfm-main-contentainer .wcfm_membership_box_wrraper>div {
		border: 0;
	}
	
	#wcfm-main-contentainer .wcfm_membership_box_wrraper .wcfm_membership_box_foot_inside {
		width: 100%;
		border-top: 1px solid rgba(0, 0, 0, .1);
	}
	
	#wcfm-main-contentainer .wcfm_membership_box {
		width: 30%;
	}
	
	#wcfm-main-contentainer .wcfm_membership_box.wcfm_membership_feature_box {
		width: 70%;
	}
	
	#wcfm-main-contentainer .wcfm_membership_box_body {
		border: 0;
	}
	
	#wcfm-main-contentainer .wcfm_membership_element {
		text-align: right;
	}
	
	#wcfm-main-contentainer .wcfm_membership_element.wcfm_membership_feature_element {
		border-left: 0;
		border-right: 1px solid rgba(0, 0, 0, .1);
		text-align: left;
	}
}

@media screen and (max-width:1024px) {
	#wcfmmp-store .header_left, #wcfmmp-store .header_right {
		width: auto;
		padding-bottom: 50px;
	}
	
	#wcfmmp-store .header_right {
		padding: 0;
	}
}

@media (max-width:768px) {
	#wcfmmp-store .tbay-filter .SumoSelect {
		height: 40px;
		line-height: 40px;
		vertical-align: middle;
	}
	
	#wcfmmp-store .tbay-filter .woocommerce-result-count {
		display: none;
	}
	
	#wcfmmp-store .tbay-filter p.CaptionCont span {
		line-height: 40px;
		padding-right: 20px;
	}
	
	#wcfmmp-store .tbay-filter p.CaptionCont label {
		font-size: 12px;
	}
}

@media (max-width:767px) {
	#wcfmmp-stores-lists .wcfmmp-store-search-form {
		flex-direction: column;
	}
	
	#wcfmmp-stores-lists .wcfmmp-store-search-form input#search, #wcfmmp-stores-lists .wcfmmp-store-search-form .select2-container, #wcfmmp-stores-lists .wcfmmp-store-search-form #wcfmmp_store_state {
		width: 100% !important;
		margin: 0 0 10px;
	}
	
	#wcfmmp-store #wcfm_store_header {
		padding: 0 30px 30px;
	}
	
	#wcfmmp-store #wcfm_store_header .header_left {
		padding: 100px 0 20px;
	}
	
	#wcfmmp-store #wcfm_store_header .header_left>div.logo-wrapper {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	#wcfmmp-store #wcfm_store_header .header_left .address {
		width: 100% !important;
		padding: 0;
		margin: 0;
		text-align: center;
	}
	
	#wcfmmp-store #wcfm_store_header .header_left, #wcfmmp-store #wcfm_store_header .header_right {
		width: 100%;
	}
	
	#wcfmmp-store #wcfm_store_header .bd_icon_area {
		position: static;
	}
	
	#wcfmmp-store #wcfm_store_header .social_area {
		margin: 0;
		min-height: auto;
	}
	
	#wcfmmp-store #wcfm_store_header .social_area ul {
		position: static;
	}
	
	.wcfm-store-page #wcfmmp-store .row, .wcfm-store-page #wcfmmp-store .vc_row {
		margin-left: -8px;
		margin-right: -8px;
	}
}

@media (max-width:480px) {
	#wcfmmp-store .right_side #tabsWithStyle .tab_links li+li {
		border-left: 1px solid rgba(0, 0, 0, .1) !important;
	}
}

@media (max-width:479px) {
	#wcfmmp-stores-lists .wcfmmp-store-lists-sorting .wcfm-woocommerce-ordering {
		float: left;
	}
}

@media (min-width:992px) {
	#wcfm-main-contentainer .wcfm-membership-wrapper {
		width: 970px;
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width:1200px) {
	#wcfm-main-contentainer .wcfm-membership-wrapper, .wcfmmp-store-page #wcfmmp-store {
		width: 1200px;
	}
}

.wcfm-enquiries-heading, .wcfm-product-policies h2 {
	font-size: 20px;
}

#wcfmmp-stores-lists #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-data .wcfmmp-store-rating {
	width: 63px !important;
}

#cboxContent #cboxLoadedContent {
	padding: 0;
	margin: 0;
	height: 100% !important;
	width: 100% !important;
}

#cboxLoadedContent .wcfm_popup_wrapper {
	padding: 20px;
}

@media (min-width:1200px) {
	#cboxLoadedContent .wcfm_popup_wrapper {
		padding-right: 0;
	}
}

#cboxLoadedContent .wcfm_popup_wrapper .wcfm_popup_textarea {
	margin-left: -3px;
	margin-right: 0;
}

#cboxLoadedContent .wcfm_popup_wrapper#enquiry_form .wcfm_popup_button {
	margin: 0 20px;
}

@media (max-width:767px) {
	#cboxLoadedContent .wcfm_popup_wrapper#enquiry_form .wcfm_popup_button {
		margin: 0;
	}
}

#cboxContent #cboxClose {
	top: 20px;
	right: 28px;
	outline: 0;
}

#cboxContent #cboxClose:before {
	border: 1px solid #ddd;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

#cboxContent #cboxClose:hover, #cboxContent #cboxClose:focus {
	background: transparent;
}

#tbay-cart-modal .wcfm_appointment_title, #tbay-cart-modal .wcfm_auctions_title, #tbay-cart-modal .wcfm_booking_title, #tbay-cart-modal .wcfm_coupon_title, #tbay-cart-modal .wcfm_dashboard_item_title, #tbay-cart-modal .wcfm_listing_title, #tbay-cart-modal .wcfm_order_title, #tbay-cart-modal .wcfm_product_title {
	color: #000;
}

#tbay-cart-modal .wcfm_appointment_title:hover, #tbay-cart-modal .wcfm_auctions_title:hover, #tbay-cart-modal .wcfm_booking_title:hover, #tbay-cart-modal .wcfm_coupon_title:hover, #tbay-cart-modal .wcfm_dashboard_item_title:hover, #tbay-cart-modal .wcfm_listing_title:hover, #tbay-cart-modal .wcfm_order_title:hover, #tbay-cart-modal .wcfm_product_title:hover {
	color: var(--tb-theme-color);
}

@media (max-width:767px) {
	.wcfmmp-store-product-search .woocommerce-product-search {
		margin-bottom: 30px;
	}
}

.variation .variation-SoldBy {
	display: inline-block;
}

.mini_cart_content dl.variation {
	margin-top: 5px;
	margin-bottom: 5px;
}

#wcfmmp-store-content .puca-sidebar-mobile-btn {
	display: none;
}

#wcfmmp-store .woocommerce .reviews_area .add_review {
	margin-bottom: 30px;
}

#wcfm_settings_form button {
	border: 0;
}

#mvx-store-conatiner .mvx-store-map-wrapper {
	background: #e5e3df;
}

#mvx-store-conatiner .mvx-store-locator-wrap ~ div.mvx-store-list-wrap {
	margin-left: -15px;
	margin-right: -15px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#mvx-store-conatiner .mvx-store-locator-wrap ~ div.mvx-store-list-wrap .mvx-store-list {
	width: calc(33.3333% - 30px);
	margin: 0 15px 30px;
}

#mvx-store-conatiner .mvx-store-locator-wrap ~ div.mvx-store-list-wrap .mvx-store-list:nth-child(3n+1) {
	margin-left: 15px;
	clear: unset;
}

#mvx-store-conatiner div.star-rating::before {
	font-size: 15px;
}

#mvx-store-conatiner form .mvx-store-map-filter {
	background: #f5f5f5;
	padding: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

#mvx-store-conatiner form .mvx-store-map-filter>div {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

#mvx-store-conatiner form .mvx-store-map-filter>div.mvx-email {
	-webkit-box-flex: 2;
	-moz-box-flex: 2;
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2;
}

#mvx-store-conatiner form .mvx-store-map-filter>div.mvx-within, #mvx-store-conatiner form .mvx-store-map-filter>div.mvx-distanceSelect {
	max-width: 210px;
	font-weight: 600;
}

#mvx-store-conatiner form .mvx-store-map-filter input[type="text"], #mvx-store-conatiner form .mvx-store-map-filter select {
	border: 1px solid #ddd;
	width: 100%;
}

#mvx-store-conatiner input[type="submit"] {
	background: var(--tb-theme-color);
	color: #fff;
	font-weight: bold;
	outline: 0;
	text-transform: uppercase;
	font-size: 13px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

#mvx-store-conatiner div.mvx-store-map-pagination {
	padding-top: 37px;
	padding-bottom: 21px;
	margin-bottom: 30px;
	border-bottom-color: #eee;
}

#mvx-store-conatiner .mvx-store-list-vendor .mvx-store-list .mvx-store-detail-wrap {
	padding-left: 25px;
	padding-right: 25px;
}

#mvx-store-conatiner .mvx-store-list-vendor .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list {
	margin-top: 9px;
}

#mvx-store-conatiner .mvx-store-list-vendor .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list li {
	padding-left: 0;
}

#mvx-store-conatiner .mvx-store-list-vendor .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list li .mvx_vendor_detail i.ico-call-icon:before {
	content: "";
}

#mvx-store-conatiner .mvx-store-list-vendor .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list li.list-name {
	margin-bottom: 7px;
	line-height: 25px;
}

#mvx-store-conatiner .mvx-store-list-vendor .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list li:not(:last-of-type) {
	margin-bottom: 4px;
}

#mvx-store-conatiner .mvx-store-list-vendor .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list li .mvx_vendor_detail {
	color: var(--tb-theme-color);
}

#mvx-store-conatiner .mvx-store-list-vendor .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list li .mvx_vendor_detail>label {
	font-weight: 400;
}

#mvx-store-conatiner .mvx-store-list-vendor .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list li i {
	position: unset;
	display: inline-block;
	font-size: inherit;
	margin-left: 0;
	margin-right: 10px;
	color: inherit;
}

#mvx-store-conatiner .mvx-store-list-vendor .mvx-store-list .mvx-store-detail-wrap .mvx-store-detail-list li i+p {
	display: contents;
}

#mvx-store-conatiner .mvx-store-list-vendor .mvx-store-list .mvx-store-info {
	left: 25px;
}

#mvx-store-conatiner .mvx-store-list-vendor .mvx-store-list .mvx-store-info img {
	width: 100%;
	height: 100%;
}

#mvx-store-conatiner .mvx-store-detail-list li>a[href="#reviews"], #mvx-store-conatiner div.mvx-store-list-vendor li>a[href="#reviews"] {
	font-size: 14px;
	font-weight: 400;
	color: inherit;
}

#mvx-store-conatiner .mvx-store-detail-list .star-rating, #mvx-store-conatiner div.mvx-store-list-vendor .star-rating {
	display: none;
	display: inline-block;
	margin: auto 0;
	overflow: hidden;
	position: relative;
	width: 77px;
	height: 1.2em;
	line-height: 1.2em;
	font-family: "star";
	font-size: 10px;
	vertical-align: middle;
	float: none;
}

#mvx-store-conatiner .mvx-store-detail-list .star-rating:before, #mvx-store-conatiner div.mvx-store-list-vendor .star-rating:before {
	content: "SSSSS";
	color: #dbdbdb;
	float: left;
	top: 0;
	left: 0;
	font-size: 12px;
	right: auto;
	position: absolute;
	letter-spacing: 3px;
}

#mvx-store-conatiner .mvx-store-detail-list .star-rating span, #mvx-store-conatiner div.mvx-store-list-vendor .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	right: auto;
	position: absolute;
	padding-top: 1.5em;
}

#mvx-store-conatiner .mvx-store-detail-list .star-rating span:before, #mvx-store-conatiner div.mvx-store-list-vendor .star-rating span:before {
	content: "SSSSS";
	top: 0;
	position: absolute;
	left: 0;
	right: auto;
	color: #ffc02a;
	letter-spacing: 3px;
	font-size: 12px;
}

#mvx-store-conatiner .list-name .store-name {
	font-size: 16px;
}

#mvx-store-conatiner input[type="text"], #mvx-store-conatiner select {
	outline: none !important;
}

.vendor_description .vendor_address {
	margin-top: 18px;
}

.vendor_description .vendor_address .mvx_vendor_rating {
	margin: 10px 0;
}

input, button, select, textarea {
	outline: 0;
}

.widget_mvx_quick_info #respond input[type="text"], .widget_mvx_quick_info #respond textarea, .widget_mvx_quick_info #respond input[type="email"] {
	width: 100%;
	padding: 10px 15px;
	margin-bottom: 10px;
	border-color: #eee;
}

.widget_mvx_quick_info #respond input#submit {
	width: 100%;
	background: var(--tb-theme-color);
	border-color: var(--tb-theme-color);
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 37px;
	font-weight: bold;
}

.woocommerce #reviews #mvx_vendor_reviews .comment_container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	padding: 10px 0 10px 105px;
}

.woocommerce #reviews #mvx_vendor_reviews #comments ol.commentlist li {
	margin-bottom: 10px;
}

.woocommerce #reviews #mvx_vendor_reviews #comments ol.commentlist li img.avatar {
	position: absolute;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	top: 10px;
}

.woocommerce #reviews #mvx_vendor_reviews #comments ol.commentlist li+li {
	border-top: 1px solid #eee;
	padding-top: 15px;
}

.woocommerce #reviews #mvx_vendor_reviews #comments ol.commentlist li+li img.avatar {
	top: 25px;
}

.woocommerce #reviews #mvx_vendor_reviews #comments ol.commentlist li>ul.children {
	border-top: 1px solid #eee;
	margin-top: 0;
	padding-left: 0;
	padding-top: 10px;
}

.woocommerce #reviews #mvx_vendor_reviews #comments ol.commentlist li .comment-text {
	width: 100%;
	min-width: auto;
	margin-left: 0;
	padding: 0;
	border: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
}

.woocommerce #reviews #mvx_vendor_reviews #comments ol.commentlist li .comment-text p.meta {
	line-height: 26px;
	margin: 5px 0;
	font-size: 14px;
}

.woocommerce #reviews #mvx_vendor_reviews #comments {
	margin: 30px 0;
}

.woocommerce #reviews #mvx_vendor_reviews #comments h2 {
	padding: 14px 0 12px;
	display: block;
	border-bottom: 1px solid #f5f5f5;
	margin-top: 0;
	text-transform: uppercase;
}

.woocommerce #reviews #mvx_vendor_reviews p.stars a::before {
	content: "";
}

.woocommerce #reviews #mvx_vendor_reviews #respond .form-submit input {
	border: 1px solid var(--tb-theme-color);
	background: var(--tb-theme-color);
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

.woocommerce #reviews #mvx_vendor_reviews #review_form #respond textarea {
	border-color: #eee;
	padding: 15px;
}

.mvx_vendor_banner_template .img_div img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.mvx_vendor_banner_template .mvx_vendor_rating .star-rating {
	width: 80px;
}

.mvx_vendor_banner_template .mvx_vendor_rating .star-rating:before, .mvx_vendor_banner_template .mvx_vendor_rating .star-rating span:before {
	font-size: 12px;
	text-align: left;
	width: 84px;
}

@media (min-width:1200px) {
	.mvx_vendor_banner_template.template1 .vendor_description {
		padding: 15px 20px;
	}
}

.mvx_vendor_banner_template.template1 .vendor_description a.mvx_vendor_detail:hover, .mvx_vendor_banner_template.template1 .vendor_description a.mvx_vendor_detail:focus {
	color: var(--tb-theme-color);
}

.mvx_vendor_banner_template.template1 .mvx_vendor_rating .star-rating {
	width: 76px;
}

.mvx_vendor_banner_template.template1 .mvx_vendor_rating .star-rating span:before {
	font-size: 12px;
}

.mvx_vendor_banner_template.template1 .mvx_vendor_rating .star-rating:before, .mvx_vendor_banner_template.template1 .mvx_vendor_rating .star-rating span:before {
	letter-spacing: 3px;
}

.mvx_vendor_banner_template.template1 .mvx_social_profile {
	right: 20px;
}

.mvx_vendor_banner_template.template2 .mvx_vendor_detail:hover {
	color: var(--tb-theme-color);
}

.mvx_vendor_banner_template.template3 .vendor_address {
	margin-top: 8px;
}

.mvx_vendor_banner_template.template3 .vendor_address .mvx_vendor_rating {
	margin-bottom: 5px;
}

@media (min-width:481px) {
	.mvx_vendor_banner_template.template3 .img_div img {
		min-width: 100px;
		min-height: 100px;
	}
}

.mvx_vendor_banner_template.template3 a.mvx_vendor_detail:hover {
	color: var(--tb-theme-color);
}

.mvx_vendor_banner_template.template3 div .mvx_vendor_detail {
	margin-top: 15px;
}

@media (min-width:992px) {
	.mvx_vendor_banner_template.template3 div .mvx_vendor_name {
		margin-bottom: 36px;
	}
}

.mvx_regi_main {
	max-width: 600px;
	margin: auto;
	margin-bottom: 100px;
}

.mvx_regi_main .register button.button {
	background: var(--tb-theme-color);
	font-weight: 700;
	font-size: 14px;
}

.mvx_regi_main .reg_header1 {
	display: none;
}

.mvx_regi_main .register .mvx_regi_form_box {
	padding: 0;
	margin: 2em 0;
	box-shadow: none;
}

.mvx_regi_main .register .mvx_regi_form_box .reg_header2 {
	text-transform: capitalize;
	border-bottom: 0;
	margin-top: 0;
	padding-bottom: 15px;
	color: #000;
	text-align: center;
	font-size: 30px;
	font-weight: 800;
}

.mvx_regi_main .register .mvx_regi_form_box .mvx-regi-12 {
	margin: 10px 0;
	width: 100%;
}

.mvx_regi_main .register .mvx_regi_form_box label {
	font-weight: 400;
	font-size: 14px;
	color: #777;
}

.mvx_regi_main .register .mvx_regi_form_box label .required {
	color: red;
	font-weight: 700;
}

.mvx_regi_main .register .mvx_regi_form_box input[type=email], .mvx_regi_main .register .mvx_regi_form_box input[type=file], .mvx_regi_main .register .mvx_regi_form_box input[type=password], .mvx_regi_main .register .mvx_regi_form_box input[type=text], .mvx_regi_main .register .mvx_regi_form_box input[type=url], .mvx_regi_main .register .mvx_regi_form_box textarea {
	background: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	padding-left: 10px;
	padding-right: 10px;
}

.mvx-non-vendor-notice {
	margin-left: -15px;
	margin-right: -15px;
}

@media (max-width:1199px) {
	.tax-dc_vendor_shop #main {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width:911px) {
	#main-content .mvx_regi_main {
		width: 100% !important;
		margin: 0 !important;
		padding: 0 5px;
		max-width: unset;
	}
}

@media (min-width:768px) {
	.main-container-mvx {
		margin-bottom: 150px;
		margin-top: 15px;
	}
}

@media (min-width:768px) and (max-width:991px) {
	#tbay-main-content #mvx-store-conatiner .mvx-store-list-wrap {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	#tbay-main-content #mvx-store-conatiner .mvx-store-list-wrap .mvx-store-list {
		width: calc(50% - 30px);
		margin: 0 15px 30px;
	}
	
	#tbay-main-content #mvx-store-conatiner .mvx-store-list-wrap .mvx-store-list:nth-child(3n+1) {
		margin-left: 15px;
		clear: unset;
	}
}

@media (max-width:767px) {
	#mvx-store-conatiner {
		margin: 0 5px;
	}
	
	#main-container.main-container-mvx .products.products-grid .row.grid {
		margin-left: -5px;
		margin-right: -5px;
	}
}

@media (max-width:480px) {
	#mvx-store-conatiner .mvx-store-map-filter>div.mvx-within, #mvx-store-conatiner .mvx-store-map-filter>div.mvx-distanceSelect {
		margin-left: 0;
	}
	
	#mvx-store-conatiner .mvx-store-map-filter>div.mvx-email {
		-webkit-box-flex: 100%;
		-moz-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		margin: 0 0 10px;
	}
	
	#mvx-store-conatiner .mvx-store-locator-wrap .mvx-store-map-pagination {
		padding-top: 15px;
		text-align: left;
	}
	
	#mvx-store-conatiner .mvx-store-locator-wrap ~ .mvx-store-list-wrap {
		margin: 0;
	}
	
	#mvx-store-conatiner .mvx-store-locator-wrap ~ .mvx-store-list-wrap .mvx-store-list {
		width: 100%;
	}
	
	.mvx_vendor_banner_template.template3 .vendor_description .vendor_img_add {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
}

@media screen and (max-width:550px) {
	#mvx-store-conatiner .mvx-store-list-wrap .mvx-store-list {
		width: 100%;
	}
}

@media (min-width:768px) {
	.page-header+p, .page-header ~ form {
		margin: 0 !important;
	}
	
	.comment-respond, div#new-answer-header {
		clear: both;
	}
}

.sold-by-meta.sold-mvx {
	margin-bottom: 5px;
	margin-top: 5px;
}

.widget_product_vendor_list input[type="search"] {
	border: 1px solid #eee;
	padding: 8px;
}

#mvx_vendor_reviews #commentform .form-submit {
	text-align: left;
}

.woocommerce #mvx_vendor_reviews #review_form #respond p.comment-form-rating .stars+.stars {
	display: none;
}

.woocommerce #mvx_vendor_reviews #review_form #respond p.stars a {
	color: #dbdbdb;
}

.woocommerce #mvx_vendor_reviews #review_form #respond p>label {
	text-transform: uppercase;
}

#reviews .comment-text .description {
	font-size: 15px;
	font-style: italic;
}

.woocommerce-form.login .rememberme input {
	margin: 0;
	margin-right: 5px;
	margin-left: 0;
}

.woocommerce-form.login .rememberme input, .woocommerce-form.login .rememberme span {
	vertical-align: middle;
}

.woocommerce-form.login .rememberme span {
	line-height: 1;
}

.woocommerce-form.login .creat-account {
	margin-left: 5px;
	margin-right: 0;
}

.woocommerce-form.login .form-row {
	padding: 0;
}

.woocommerce-form.login .form-row.form-row-wide {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.woocommerce-form.login .form-row.form-row-wide .password-input {
	width: 100%;
}

.mvx-dashboard .title-account {
	display: none;
}

#main .mvx-dashboard.woocommerce {
	padding-left: 0;
	padding-right: 0;
}

.mvx-non-vendor-notice a {
	color: var(--tb-theme-color);
}

.product-block.product-special .sold-by-meta.sold-mvx {
	display: none;
}

@media screen and (min-width:981px) and (max-width:1199px) {
	#mvx-store-conatiner .mvx-store-list-vendor .mvx_rating_wrap {
		width: auto;
	}
}

@media (max-width:767px) {
	.sidebar-mobile-wrapper {
		margin-top: 0 !important;
		padding: 0 15px !important;
	}
	
	#main-mvx .woocommerce-products-header__title {
		margin: 30px 0;
	}
}

@media screen and (max-width:550px) {
	#mvx-store-conatiner form .mvx-store-map-filter {
		padding: 10px;
	}
	
	#mvx-store-conatiner form .mvx-store-map-filter .mvx-inp-wrap {
		flex: auto;
		max-width: 100%;
		width: 100%;
		margin: 0;
		margin-bottom: 8px;
	}
}

#qna-ask-input input[type=text] {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

#qna-ask-input button#ask-qna {
	padding: 10px 30px;
	background: var(--tb-theme-color);
	color: #fff;
}

#qna-ask-input .no-answer-lbl {
	line-height: 33px;
	font-size: 16px;
}

.product-vendor>h2, .mvx-product-policies h2.mvx_policies_heading, h2.custqna-title {
	font-size: 14px;
}

.variation .variation-SoldBy {
	display: inline-block;
}

.variation .variation-SoldBy+.variation-SoldBy {
	margin-left: 5px;
}

.mini_cart_content dl.variation, .woocommerce-cart-form dl.variation {
	margin-top: 5px;
	margin-bottom: 5px;
}

.wcfm_appointment_title, .wcfm_auctions_title, .wcfm_booking_title, .wcfm_coupon_title, .wcfm_dashboard_item_title, .wcfm_listing_title, .wcfm_order_title, .wcfm_product_title {
	color: #000;
}

.mvx_vendor_banner_template.vendor_description_background * {
	font-weight: 600;
}

.tax-dc_vendor_shop .page-title {
	display: none;
}

.tax-dc_vendor_shop .mvx_vendor_banner_template {
	margin-top: 36px;
}

.mvx_vendor_banner_template.template3 .img_div {
	padding-right: 15px;
}

body {
	height: auto !important;
}

body.tax-dc_vendor_shop {
	background-color: #fff;
}

.mvx_bannersec_start {
	border: 1px solid #e8e8e8;
	padding-bottom: 22px;
	margin-bottom: 34px;
}

.mvx_bannersec_start.mvx-theme02 .mvx_vendor_rating * {
	color: white;
}

.mvx_bannersec_start.mvx-theme02 .description_data {
	padding: 20px 20px 0;
}

.mvx_bannersec_start.mvx-theme01 .mvx_social_profile {
	top: 15px;
}

.mvx_bannersec_start.mvx-theme01 .mvx-contact-deatil {
	display: block;
}

.mvx_bannersec_start.mvx-theme01 .mvx-address {
	margin-top: 5px;
	margin-bottom: 5px;
}

@media (min-width:769px) {
	.mvx_bannersec_start.mvx-theme01 .mvx_vendor_rating {
		margin-top: 23px;
	}
}

.socialicn-area a {
	display: inline-block;
	margin: 0 0 0 5px;
}

.socialicn-area .mvx-font {
	font-size: 27px;
}

.socialicn-area .ico-facebook-icon {
	color: #4867aa;
}

.socialicn-area .ico-twitter-icon {
	color: #1da1f2;
}

.socialicn-area .ico-linkedin-icon {
	color: #007bb6;
}

.socialicn-area .ico-google-plus-icon {
	color: #dd4c40;
}

.socialicn-area .ico-youtube-icon {
	color: red;
}

.socialicn-area .ico-instagram-icon {
	color: #517ea3;
}

@media (min-width:769px) {
	.main-container-mvx #main-mvx {
		margin-top: 30px;
	}
}

@media (min-width:769px) and (max-width:1199px) {
	.mvx-theme01 .mvx-profile-area {
		margin-right: 15px;
		margin-left: 0;
	}
}

@media (max-width:1199px) {
	.mvx-theme01 .mvx-heading {
		margin-bottom: 5px;
	}
}

@media screen and (min-width:320px) and (max-width:768px) {
	.mvx-theme01 .description_data {
		margin-top: 15px;
	}
	
	.mvx-theme01 .description_data p {
		text-align: left;
	}
	
	body.woocommerce .content-area .site-main {
		margin: 0 1vw;
	}
	
	body #mvx-store-conatiner {
		max-width: 100%;
	}
}

@media (min-width:769px) and (max-width:991px) {
	body #mvx-store-conatiner .mvx-store-list-wrap.list-3 .mvx-store-list.mvx-store-list-vendor {
		width: calc(50% - 8px);
		margin-right: 0;
	}
	
	body #mvx-store-conatiner .mvx-store-list-wrap.list-3 .mvx-store-list.mvx-store-list-vendor:nth-child(3n+3) {
		margin-right: 15px;
	}
	
	body #mvx-store-conatiner .mvx-store-list-wrap .mvx-store-list.mvx-store-list-vendor:nth-child(2n+2) {
		margin-left: 15px;
	}
}

@media screen and (min-width:768px) and (max-width:1023px) {
	body #mvx-store-conatiner .mvx-store-list.mvx-store-list-vendor .mvx-topProduct::after {
		width: 50%;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	body #mvx-store-conatiner .mvx-store-list-wrap.list-3 .mvx-store-list.mvx-store-list-vendor {
		width: calc(32% - 10px);
	}
}

@media (max-width:991px) {
	#mvx-store-conatiner .mvx-store-locator-wrap ~ div.mvx-store-list-wrap {
		margin-left: 0;
		margin-right: 0;
	}
	
	#mvx-store-conatiner .mvx-store-list-wrap.list-3 .mvx-store-list.mvx-store-list-vendor:nth-child(3n+1) {
		margin-left: 0;
	}
}

@media (max-width:768px) {
	.mvx_bannersec_start.mvx-theme01 .mvx-address {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.mvx-theme01 .mvx_vendor_rating {
		margin-bottom: 20px;
	}
	
	body #mvx-store-conatiner .mvx-store-list-wrap.list-3 .mvx-store-list.mvx-store-list-vendor {
		margin-right: 0;
	}
	
	.mvx_bannersec_start.mvx-theme01 .mvx_vendor_rating {
		margin-top: 0;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:480px) {
	.mvx_social_profile {
		right: 0;
		left: 15px;
	}
	
	.mvx-banner-wrap .mvx_social_profile .mvx-font {
		font-size: 27px;
	}
}

body #mvx-store-conatiner .mvx-store-list-wrap.list-3 .mvx-store-list.mvx-store-list-vendor {
	max-height: 100%;
}

@media (min-width:1200px) {
	body #mvx-store-conatiner .mvx-store-list-wrap.list-3 .mvx-store-list.mvx-store-list-vendor {
		padding: 30px;
	}
}

body #mvx-store-conatiner .mvx-store-list-wrap.list-3 .mvx-vendor-name {
	min-height: 35px;
}

body #mvx-store-conatiner .mvx-store-list-wrap.list-3 .extraCls {
	margin-bottom: 0;
}

.dokan-dashboard .fa.fa-long-arrow-left:before {
	content: "";
}

.dokan-dashboard .fa.fa-dashboard:before, .dokan-dashboard .fa.fa-tachometer:before {
	content: "";
}

.dokan-dashboard .fa.fa-external-link:before {
	content: "";
}

.dokan-dashboard .fa.fa-cloud-upload:before {
	content: "";
}

.dokan-dashboard .fa.fa-trash-o:before {
	content: "";
}

.dokan-store .fa.fa-map-marker:before {
	content: "";
}

.dokan-store .fa.fa-mobile-phone:before, .dokan-store .fa.fa-mobile:before {
	content: "";
}

.dokan-store .fa.fa-external-link:before {
	content: "";
}

.dokan-store .fa.fa-facebook:before {
	content: "";
}

.dokan-store .fa-youtube-square:before {
	content: "";
}

.dropdowns-loading .dropdown-load-ajax {
	min-height: 298px;
}

.dropdowns-loading .dropdown-html-placeholder:after {
	content: "";
	z-index: 2;
	position: absolute;
	border: 2px solid #ddd;
	border-radius: 100%;
	height: 40px;
	width: 40px;
	top: 130px;
	left: 50%;
	margin-left: -20px;
	-webkit-animation: circle-loading .35s linear infinite;
	-o-animation: circle-loading .35s linear infinite;
	animation: circle-loading .35s linear infinite;
	border-top-color: var(--tb-theme-color);
}

.dropdown-html-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, .6);
}

.tbay-offcanvas.load-ajax .tbay-offcanvas-body>nav {
	height: 100%;
	position: relative;
	opacity: .6;
	filter: alpha(opacity=60);
}

.tbay-offcanvas.load-ajax .tbay-offcanvas-body>nav:after {
	content: "";
	z-index: 2;
	position: absolute;
	border: 2px solid #ddd;
	border-radius: 100%;
	height: 40px;
	width: 40px;
	top: 150px;
	left: 50%;
	margin-left: -20px;
	-webkit-animation: circle-loading .35s linear infinite;
	-o-animation: circle-loading .35s linear infinite;
	animation: circle-loading .35s linear infinite;
	border-top-color: var(--tb-theme-color);
}

.tbay-product-categories-tabs-ajax .tbay-addon-content.load-ajax, .tbay-product-tabs-ajax .tbay-addon-content.load-ajax {
	position: relative;
	opacity: .6;
	filter: alpha(opacity=60);
	display: inline-block;
	width: 100%;
}

.tbay-product-categories-tabs-ajax .tbay-addon-content.load-ajax:after, .tbay-product-tabs-ajax .tbay-addon-content.load-ajax:after {
	content: "";
	z-index: 2;
	position: absolute;
	top: 150px;
	left: 50%;
	border: 2px solid #ddd;
	border-radius: 100%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	-webkit-animation: circle-loading .35s linear infinite;
	-o-animation: circle-loading .35s linear infinite;
	animation: circle-loading .35s linear infinite;
	border-top-color: var(--tb-theme-color);
}

.tbay-product-categories-tabs-ajax .tbay-addon-content.load-ajax>.tab-pane.current, .tbay-product-tabs-ajax .tbay-addon-content.load-ajax>.tab-pane.current {
	display: block !important;
	float: left;
	width: 100%;
	opacity: 0 !important;
	filter: alpha(opacity=0) !important;
}

.tbay-product-categories-tabs-ajax .tbay-addon-content.load-ajax>.tab-pane.show, .tbay-product-categories-tabs-ajax .tbay-addon-content.load-ajax>.tab-pane.active, .tbay-product-tabs-ajax .tbay-addon-content.load-ajax>.tab-pane.show, .tbay-product-tabs-ajax .tbay-addon-content.load-ajax>.tab-pane.active {
	display: none !important;
}

@media (min-width:768px) {
	.elementor-product-v2 .tbay-element-product-categories-tabs .tbay-addon-content.load-ajax:after, .elementor-product-v2 .tbay-product-ajax-tabs .tbay-addon-content.load-ajax:after {
		top: 40%;
	}
}

.menu-click>* {
	pointer-events: none;
}

.menu-click.btn-canvas-menu {
	display: inline-flex;
}

.element-menu-canvas.open.load-ajax .menu-canvas-content>nav {
	min-height: 100%;
}

.element-menu-canvas.open.load-ajax .menu-canvas-content>nav:after {
	content: "";
	z-index: 2;
	position: absolute;
	border: 2px solid #ddd;
	border-radius: 100%;
	height: 40px;
	width: 40px;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	-webkit-animation: circle-loading .35s linear infinite;
	-o-animation: circle-loading .35s linear infinite;
	animation: circle-loading .35s linear infinite;
	border-top-color: var(--tb-theme-color);
}

.category-inside.open.load-ajax .category-inside-content {
	min-height: 400px;
}

.category-inside.open.load-ajax .category-inside-content:after {
	content: "";
	z-index: 2;
	position: absolute;
	border: 2px solid #ddd;
	border-radius: 100%;
	height: 40px;
	width: 40px;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	-webkit-animation: circle-loading .35s linear infinite;
	-o-animation: circle-loading .35s linear infinite;
	animation: circle-loading .35s linear infinite;
	border-top-color: var(--tb-theme-color);
}

.puca-social-links a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff !important;
	background-color: #1b4e9b;
	margin: 0 5px;
	display: inline-block;
	text-align: center;
	font-size: 20px;
}

.puca-social-links a:first-child {
	margin-left: 0;
}

.puca-social-links a.share-linkedin {
	background-color: #026fac;
}

.puca-social-links a.share-pinterest {
	background-color: #c51f26;
}

.puca-social-links a.share-twitter {
	background-color: #1c9deb;
}

.puca-social-links a.share-whatsapp {
	background-color: #57f676;
}

.puca-social-links a.share-email {
	background-color: #d44f42;
}

@media (max-width:767px) {
	.puca-social-links a {
		font-size: 16px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
}

.tbay-product-categories-tabs-ajax .tbay-addon-content.load-ajax .tab-banner {
	display: none !important;
}

#tbay-mobile-menu .navbar-offcanvas .dropdown-menu .dropdown-menu-inner .widget {
	display: block;
}

.tbay-swatches-wrapper {
	position: absolute;
	z-index: 300;
	margin: 0;
}

.tbay-swatches-wrapper ul {
	margin-bottom: 0 !important;
	padding: 0;
	display: flex;
}

.tbay-swatches-wrapper li {
	display: inline-block;
}

.tbay-swatches-wrapper li a {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display: block;
	height: 30px;
	text-align: center;
	margin: 0 5px 0 0;
	cursor: pointer;
	position: relative;
	opacity: 1;
	filter: alpha(opacity=100);
}

.tbay-swatches-wrapper li a.variable-item-span-color {
	width: 15px;
	height: 15px;
	line-height: 15px;
	border: 1px solid #f5f5f5;
}

.tbay-swatches-wrapper li a.variable-item-span-color.selected:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-family: "tb-icon";
}

.tbay-swatches-wrapper li a.variable-item-span-color.selected:before {
	color: #fff;
	position: absolute;
	left: 0;
	width: 100%;
	font-size: 8px;
}

.tbay-swatches-wrapper li a.variable-item-span-label {
	background-color: #fff;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	display: inline-block;
	min-width: 30px;
	padding: 0 5px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #f1f1f1;
	position: relative;
}

.tbay-swatches-wrapper li a.variable-item-span-label:hover, .tbay-swatches-wrapper li a.variable-item-span-label.selected {
	border-color: var(--tb-theme-color);
	opacity: 1;
	filter: alpha(opacity=100);
}

.tbay-swatches-wrapper li a.variable-item-span-image {
	max-width: 30px;
	height: auto;
	border: 1px solid #eee;
}

.tbay-swatches-wrapper li a.variable-item-span-image:hover, .tbay-swatches-wrapper li a.variable-item-span-image.selected {
	border-color: var(--tb-theme-color);
	opacity: 1;
	filter: alpha(opacity=100);
}

.tbay-swatches-wrapper li:last-child a {
	margin: 0;
}

.product-block.product-swatched .image-hover {
	display: none;
}

.tbay-product-list .tbay-swatches-wrapper {
	position: static;
	margin-top: 13px;
	margin-bottom: 20px;
}

#custom-login-wrapper.social-login .create-account-question {
	width: 100%;
}

#custom-login-wrapper .social-log {
	margin-top: 21px;
}

#custom-login-wrapper .modal-dialog {
	margin-top: 10%;
}

#custom-login-wrapper .modal-content {
	padding: 40px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

#custom-login-wrapper .modal-content .modal-body {
	padding: 0;
}

#custom-login-wrapper .woocommerce-form-login {
	display: block !important;
	border: 0;
	padding: 0;
	margin: 0;
}

#custom-login-wrapper .form-title {
	font-family: "Roboto";
	text-align: center;
	line-height: 38px;
	font-size: 30px;
	color: #232323;
	font-weight: 800;
	margin-bottom: 35px;
}

#custom-login-wrapper .btn-close {
	color: #000;
	border: 0;
	top: -20px;
	right: -20px;
	background: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-box-shadow: 0 0 24px rgba(0, 0, 0, .16);
	box-shadow: 0 0 24px rgba(0, 0, 0, .16);
	line-height: 40px;
	position: absolute;
	z-index: 1;
	padding: 0;
}

#custom-login-wrapper .btn-close:focus {
	outline: 0;
}

#custom-login-wrapper .btn-close:hover, #custom-login-wrapper .btn-close:focus {
	color: var(--tb-theme-color);
}

#custom-login-wrapper .btn-close i {
	font-size: 24px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

#custom-login-wrapper form .form-header {
	margin: 20px 0;
}

#custom-login-wrapper form .form-row {
	width: 100%;
	margin-bottom: 20px;
}

#custom-login-wrapper form .form-row .password-input .show-password-input:after {
	color: #6b6b6b;
	line-height: 2;
}

#custom-login-wrapper form .form-row .password-input .show-password-input.display-password:after {
	color: #000;
}

#custom-login-wrapper form button[type="submit"] {
	width: 100%;
}

#custom-login-wrapper form .input-text {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	height: 44px;
	margin: 0 !important;
}

#custom-login-wrapper form .input-text::placeholder {
	color: #232323;
	opacity: .6;
	filter: alpha(opacity=60);
}

#custom-login-wrapper .create-account-question .info-message {
	text-align: center;
	margin-top: 20px;
}

#custom-login-wrapper .create-account-question .create-account-button {
	background: #6b6b6b;
	color: #fff;
	width: 100%;
	border: 0;
}

#custom-login-wrapper .create-account-question .create-account-button:hover {
	background: var(--tb-theme-color);
	color: #fff;
}

#custom-login-wrapper .login-form-footer {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 18px;
}

#custom-login-wrapper .login-form-footer .woocommerce-LostPassword {
	color: var(--tb-theme-color);
}

#custom-login-wrapper .login-form-footer .woocommerce-LostPassword:hover {
	text-decoration: underline;
}

#custom-login-wrapper .login-form-footer .woocommerce-form-login__rememberme span, #custom-login-wrapper .login-form-footer .woocommerce-LostPassword {
	line-height: 31px;
	display: flex;
	align-items: center;
}

#custom-login-wrapper .login-form-footer .woocommerce-form-login__rememberme {
	display: flex;
}

#custom-login-wrapper .login-form-footer .woocommerce-form-login__rememberme #rememberme {
	width: 20px;
	height: 20px;
}

#custom-login-wrapper .login-form-footer .woocommerce-form-login__rememberme #rememberme+span {
	margin-left: 7px;
	font-size: 14px;
	font-weight: normal;
}

.wrapper-title-recently .heading-tbay-title.widget-title {
	padding-bottom: 0;
}

@media (min-width:768px) {
	#custom-login-wrapper .modal-dialog {
		width: 500px;
	}
}

@media (max-width:479px) {
	#custom-login-wrapper {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
		display: none;
	}
	
	#custom-login-wrapper .modal-content {
		padding: 20px 15px;
		padding-top: 60px;
		display: flex;
		flex-direction: column;
		height: inherit;
		box-shadow: none;
		border: 0;
	}
	
	#custom-login-wrapper .modal-dialog {
		height: 100%;
		margin: 0;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
	
	#custom-login-wrapper .btn-close {
		top: 10px;
		right: 10px;
	}
}

.style-carousel .tbay-button-popup-wrap {
	justify-content: center;
}

.tbay-button-popup-wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	list-style: none;
	padding: 14px 0 0;
	margin: 24px 0 -7px;
	border-top: 1px solid #eee;
}

.tbay-button-popup-wrap li {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.tbay-button-popup-wrap li:last-child::after {
	display: none;
}

.tbay-button-popup-wrap li>a {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.tbay-button-popup-wrap li>a i {
	font-size: 24px;
	margin-right: 8px;
}

.tbay-button-popup-wrap li>a span {
	font-weight: 500;
}

.tbay-button-popup-wrap li::after {
	content: "";
	width: 1px;
	height: 18px;
	margin: 0 15px;
	border-left: 1px solid #efefef;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.tbay-popup-size-guid table {
	text-align: center;
	margin: 0;
}

.tbay-popup-size-guid table thead {
	background: #2b3034;
	color: #fff;
}

.tbay-popup-size-guid table thead td {
	border-bottom: 0;
}

.tbay-popup-size-guid table thead td strong {
	font-weight: normal;
}

.tbay-mfp-max-width .mfp-content {
	max-width: 800px;
}

.popup-button-mfp-zoom-in .tbay-popup-content {
	background: #fff;
	padding: 45px 25px 25px;
	text-align: initial;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
}

.popup-button-mfp-zoom-in .tbay-popup-content .content {
	max-height: 75vh;
	overflow-y: auto;
}

.popup-button-mfp-zoom-in .tbay-popup-content .mfp-close {
	font-size: 0;
	line-height: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	margin: 6px;
}

.popup-button-mfp-zoom-in .tbay-popup-content .mfp-close:after {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-family: "tb-icon";
}

.popup-button-mfp-zoom-in .tbay-popup-content .mfp-close:hover::after {
	color: var(--tb-theme-color) !important;
}

.popup-button-mfp-zoom-in .tbay-popup-content .mfp-close:after {
	font-size: 26px;
	color: #17181a;
}

.popup-button-mfp-zoom-in .tbay-popup-content.popup-aska-question {
	padding: 0;
}

.popup-button-mfp-zoom-in .tbay-popup-content.popup-aska-question .content {
	padding: 0;
}

.popup-button-mfp-zoom-in .tbay-popup-content.popup-aska-question .tbay-headling-popup {
	background: #2b3034;
	color: #fff;
	margin: 0;
	padding: 15px 0;
}

.popup-button-mfp-zoom-in .tbay-popup-content.popup-aska-question .mfp-close::after {
	color: #fff;
}

.popup-button-mfp-zoom-in .tbay-popup-content .tbay-headling-popup {
	text-align: center;
	font-weight: 500;
	margin-bottom: 30px;
	font-size: 26px;
}

.popup-button-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	-webkit-transform: translateY(0) perspective(600px) rotateX(0);
	-moz-transform: translateY(0) perspective(600px) rotateX(0);
	-ms-transform: translateY(0) perspective(600px) rotateX(0);
	-o-transform: translateY(0) perspective(600px) rotateX(0);
	transform: translateY(0) perspective(600px) rotateX(0);
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 1;
	filter: alpha(opacity=100);
}

.popup-button-mfp-zoom-in.mfp-ready .mfp-figure {
	-webkit-transform: translateY(0) perspective(600px) rotateX(0);
	-moz-transform: translateY(0) perspective(600px) rotateX(0);
	-ms-transform: translateY(0) perspective(600px) rotateX(0);
	-o-transform: translateY(0) perspective(600px) rotateX(0);
	transform: translateY(0) perspective(600px) rotateX(0);
	opacity: 1;
	filter: alpha(opacity=100);
}

.popup-button-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	transform: translateY(-10px) perspective(600px) rotateX(10deg);
	opacity: 0;
	filter: alpha(opacity=0);
}

.popup-button-mfp-zoom-in.mfp-removing .mfp-figure {
	-webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	transform: translateY(-10px) perspective(600px) rotateX(10deg);
	opacity: 0;
	filter: alpha(opacity=0);
}

.popup-button-mfp-zoom-in .zoom-anim-dialog {
	-webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	transform: translateY(-20px) perspective(600px) rotateX(10deg);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.popup-aska-question {
	padding: 0;
	max-width: 480px;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
}

.popup-aska-question .tbay-product {
	background: #f9f9f9;
	padding: 20px 30px 20px;
	margin: 0 0 30px;
}

.popup-aska-question .tbay-product .product-info .name {
	color: #323232;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	height: auto;
	margin: 0 0 5px;
	text-align: left;
}

.popup-aska-question .tbay-product .product-info .price del {
	color: #ccc;
	margin-left: 4px;
	letter-spacing: .3px;
	font-weight: 400;
}

.popup-aska-question .tbay-product .image {
	width: 90px;
	padding-right: 20px;
}

.popup-aska-question .tbay-wrap {
	padding: 0 30px 20px;
}

.popup-aska-question .tbay-wrap .wpcf7 form .wpcf7-response-output {
	margin-top: 0;
}

.popup-aska-question .tbay-wrap .tbay-headling-popup {
	text-align: center;
	font-weight: normal;
	margin: 25px 0 28px;
}

.popup-aska-question .tbay-wrap .product_subject {
	display: none;
}

.popup-aska-question .tbay-wrap input[type="email"]::placeholder, .popup-aska-question .tbay-wrap input[type="number"]::placeholder, .popup-aska-question .tbay-wrap input[type="password"]::placeholder, .popup-aska-question .tbay-wrap input[type="search"]::placeholder, .popup-aska-question .tbay-wrap input[type="text"]::placeholder, .popup-aska-question .tbay-wrap textarea::placeholder, .popup-aska-question .tbay-wrap input[type="tel"]::placeholder {
	color: #232323;
	opacity: .6;
	filter: alpha(opacity=60);
}

.popup-aska-question .tbay-wrap input[type="submit"] {
	float: none;
	margin: 0 auto;
}

.popup-aska-question .tbay-wrap .form-group-submit {
	text-align: center;
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
}

div.product .information .product_meta .edw_date {
	display: flex;
	align-items: center;
	background: var(--edw-date-bg-color, #006397);
	color: #fff;
	padding: 3px 15px;
	margin-bottom: 8px;
}

div.product .information .product_meta .edw_date:before {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-family: "tb-icon";
}

div.product .information .product_meta .edw_date:before {
	font-size: 32px;
	margin-right: 8px;
	margin-top: -11px;
}

@media (max-width:767px) {
	div.product .information .product_meta .edw_date {
		padding-top: 8px;
		padding-bottom: 8px;
		margin-top: 10px;
	}
}

@media (max-width:991px) {
	.tbay-button-popup-wrap li {
		margin-right: 30px;
	}
	
	.tbay-button-popup-wrap li::after {
		display: none;
	}
	
	.tbay-button-popup-wrap li:last-child {
		margin-right: 0;
	}
}

@media (max-width:767px) {
	.popup-aska-question .tbay-wrap .form-group-email-phone {
		margin: 0;
	}
	
	.popup-aska-question .tbay-wrap .form-group-email-phone .columns {
		margin-bottom: 15px;
	}
	
	.popup-aska-question .tbay-product .product-info .name {
		font-size: 15px;
		line-height: 20px;
	}
	
	.popup-button-mfp-zoom-in .tbay-popup-content {
		padding-left: 10px;
		padding-right: 10px;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
	}
}

.woocommerce-cart-form .tbay-total-condition-wrap {
	width: 100%;
	display: block;
	margin-bottom: 30px;
	margin-top: -30px;
}

.woocommerce-cart-form .tbay-total-condition-wrap.tbay-active {
	margin-top: 0;
}

.tbay-total-condition {
	width: 100%;
	position: relative;
	background: #f5f5f5;
	height: 20px;
	line-height: 20px;
	font-size: 13px;
}

.tbay-active .tbay-total-condition-hint {
	color: #323232;
}

.tbay-active .tbay-subtotal-condition {
	color: #fff;
}

.widget_shopping_cart_content .hide-in-cart {
	display: none;
}

.cart-popup .mini_cart_content .tbay-total-condition-wrap {
	padding: 15px 20px 0;
}

.cart-popup .mini_cart_content .tbay-total-condition-wrap .tbay-total-condition-desc {
	margin-bottom: 0;
	margin-top: 0;
}

.mini_cart_content .tbay-total-condition-desc {
	max-width: 350px;
}

.tbay-total-condition-desc {
	max-width: 620px;
	margin: 15px auto 30px auto;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

.tbay-total-condition-desc .woocommerce-Price-amount {
	color: var(--tb-theme-color);
	font-size: 16px;
	font-weight: 600;
}

.tbay-total-condition-desc .tbay-continue {
	color: var(--tb-theme-color);
}

.tbay-total-condition-desc strong {
	color: #323232;
}

.tbay-total-condition-hint {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	line-height: inherit;
	color: transparent;
	text-align: center;
	font-weight: 600;
}

.tbay-subtotal-condition {
	background: var(--tb-theme-color);
	position: relative;
	z-index: 1;
	color: transparent;
	line-height: inherit;
	width: 0;
	overflow: hidden;
	text-align: center;
	font-weight: 600;
}

.tbay-total-condition-hint, .tbay-subtotal-condition {
	-webkit-transition: width 500ms ease;
	-o-transition: width 500ms ease;
	transition: width 500ms ease;
}

.wc-block-cart__submit .wc-block-cart__submit-button {
	display: inline-block;
	font-size: 14px;
	padding: 2px 30px 1px;
	line-height: 36px;
	border: 1px solid var(--tb-theme-color);
}

.wc-block-cart__submit .wc-block-cart__submit-button::before {
	content: "";
	font-family: "simple-line-icons";
	float: right;
	margin-right: 8px;
	margin-left: 0;
	font-size: 13px;
	margin-top: -2px;
}

.wc-block-cart__submit .wc-block-cart__submit-button.wc-block-components-button--loading::before {
	display: none !important;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
	background-color: var(--tb-theme-color) !important;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
	padding: 0 !important;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
	border-color: var(--tb-theme-color) !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
	padding: 0 !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
	box-shadow: none !important;
	outline: none !important;
}

form.wc-block-components-totals-coupon__form {
	border: 1px solid #eee;
	padding: 3px;
}

form.wc-block-components-totals-coupon__form .wc-block-components-text-input input[type="text"] {
	display: block;
	width: 100%;
	font-size: 14px;
	padding: 0 8px;
	border: 0;
	background: #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	height: 40px;
}

form.wc-block-components-totals-coupon__form .wc-block-components-text-input input[type="text"]:focus {
	outline: none !important;
}

form.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
	border: 1px solid var(--tb-theme-color);
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	color: #fff;
	padding: 0 24px;
	margin: 0 !important;
}

form.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button[disabled] {
	color: #fff !important;
}

.price .wc-block-components-product-price__regular {
	color: #888;
}

.wc-block-grid__product .woocs_price_code {
	justify-content: center;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__quantity {
	background-color: var(--tb-theme-color);
	border-color: var(--tb-theme-color);
	color: #fff;
	box-shadow: none;
}

.wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
	border: 1px solid var(--tb-theme-color);
	color: #fff;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.wc-block-components-quantity-selector button.wc-block-components-quantity-selector__button {
	font-size: 20px;
}

.wc-block-components-quantity-selector button.wc-block-components-quantity-selector__button:hover {
	color: var(--tb-theme-color);
}

.wp-block-woocommerce-cart-cross-sells-block .wp-block-heading {
	font-size: 20px !important;
	line-height: 25px;
	font-weight: 500;
	text-align: left;
}

.is-large.wc-block-cart .wc-block-cart-items tr td {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.is-large.wc-block-cart .wc-block-cart-items tr td.wc-block-cart-item__image {
	padding-right: 16px !important;
}

.is-large .wc-block-components-sidebar .wc-block-components-panel, .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon, .is-large .wc-block-components-sidebar .wc-block-components-totals-item, .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator, .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel) {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button:hover, .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button:focus, .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button:active:hover {
	outline: 0;
}

.price.wc-block-components-product-price {
	color: var(--tb-theme-color);
	font-size: 14px;
	line-height: 21px;
	font-weight: 700;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	vertical-align: middle;
}

.price.wc-block-components-product-price del {
	color: #ccc;
	opacity: 1;
	filter: alpha(opacity=100);
	font-weight: 400;
}

.price.wc-block-components-product-price del .woocommerce-Price-amount {
	font-size: 12px;
	line-height: 18px;
	margin-right: 9px;
	font-weight: 400;
	margin-left: 0;
	color: #ccc;
}

.price.wc-block-components-product-price .woocs_price_code del .woocommerce-Price-amount {
	margin-right: 5px;
}

.is-large.wc-block-cart .wc-block-cart-items th, .is-large.wc-block-cart .wc-block-cart__totals-title {
	font-weight: 500;
}

.wc-block-components-formatted-money-amount {
	color: var(--tb-theme-color);
}

.wc-block-components-product-badge .wc-block-components-formatted-money-amount {
	color: #232323;
}

.wp-block-button.wc-block-components-product-button {
	margin-top: 0 !important;
}

.wc-block-components-product-sale-badge {
	margin-bottom: 10px;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header, table.wc-block-cart-items .wc-block-cart-items__header, .is-large.wc-block-cart .wc-block-cart__totals-title {
	font-size: 14px !important;
}

.wp-block-button.wc-block-components-product-button {
	margin-top: 0 !important;
}

@media (max-width:782px) {
	.wc-block-cart .wc-block-cart__submit-container--sticky:before {
		background: #fff;
	}
}
