@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: 13px;
	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: 22px;
	margin-bottom: 22px;
	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: 22px;
	margin-bottom: 11px
}

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: 11px;
	margin-bottom: 11px
}

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: 33px
}

h2,
.h2 {
	font-size: 27px
}

h3,
.h3 {
	font-size: 23px
}

h4,
.h4 {
	font-size: 17px
}

h5,
.h5 {
	font-size: 13px
}

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

p {
	margin: 0 0 11px
}

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

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

small,
.small {
	font-size: 92%
}

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: 10px;
	margin: 44px 0 22px;
	border-bottom: 1px solid #eee
}

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

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: 22px
}

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: 11px 22px;
	margin: 0 0 22px;
	font-size: 16.25px
}

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: '\2014 \00A0'
}

.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: '\00A0 \2014'
}

address {
	margin-bottom: 22px;
	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
}

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

.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,
.singular-shop div.product .information .btn-inverse.single_add_to_cart_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,
.woocommerce-checkout .form-row button.btn-inverse[type="submit"]:hover,
.woocommerce-checkout .form-row input.btn-inverse[type="submit"]:hover,
#add_payment_method #payment div.form-row .btn-inverse#place_order:hover,
.woocommerce-cart #payment div.form-row .btn-inverse#place_order:hover,
.woocommerce-checkout #payment div.form-row .btn-inverse#place_order: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;
	box-shadow: 0 -5px 0 0 rgba(0, 0, 0, 0.15) inset;
	-o-box-shadow: 0 -5px 0 0 rgba(0, 0, 0, 0.15) inset;
	-moz-box-shadow: 0 -5px 0 0 rgba(0, 0, 0, 0.15) inset;
	-webkit-box-shadow: 0 -5px 0 0 rgba(0, 0, 0, 0.15) inset;
	-ms-box-shadow: 0 -5px 0 0 rgba(0, 0, 0, 0.15) inset;
	border: 0;
	border: 0
}

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

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

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

.btn-default,
.btn-theme,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .return-to-shop .button,
.singular-shop div.product .information .single_add_to_cart_button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce-page .woocommerce-message .button,
.woocommerce-checkout .form-row button[type="submit"],
.woocommerce-checkout .form-row input[type="submit"],
#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,
.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 {
	border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-ms-border-radius: 4px !important;
	-o-border-radius: 4px !important;
	top: 0;
	vertical-align: middle;
	margin: 0;
	text-transform: none;
	font-size: 13px;
	line-height: 35px;
	text-transform: uppercase;
	padding: 0 35px;
	font-weight: bold;
	background: #86a66c;
	color: #fff;
	letter-spacing: 0;
	min-height: 33px;
	border: 0;
	border-bottom: 3px solid #86a66c;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.btn-default:hover,
.btn-default:focus,
.btn-theme:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .return-to-shop .button:hover,
.singular-shop div.product .information .single_add_to_cart_button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce-page .woocommerce-message .button:hover,
.woocommerce-checkout .form-row button[type="submit"]:hover,
.woocommerce-checkout .form-row input[type="submit"]:hover,
#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,
.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,
.singular-shop div.product .information .single_add_to_cart_button:focus,
.woocommerce #payment #place_order:focus,
.woocommerce-page #payment #place_order:focus,
.woocommerce-page .woocommerce-message .button:focus,
.woocommerce-checkout .form-row button[type="submit"]:focus,
.woocommerce-checkout .form-row input[type="submit"]:focus,
#add_payment_method #payment div.form-row #place_order:focus,
.woocommerce-cart #payment div.form-row #place_order:focus,
.woocommerce-checkout #payment div.form-row #place_order: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 {
	background: #a89776;
	border-bottom: 3px solid #a89776;
}

.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: 36px;
	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,
.singular-shop div.product .information .btn-inverse.single_add_to_cart_button,
.woocommerce #payment .btn-inverse#place_order,
.woocommerce-page #payment .btn-inverse#place_order,
.woocommerce-page .woocommerce-message .btn-inverse.button,
.woocommerce-checkout .form-row button.btn-inverse[type="submit"],
.woocommerce-checkout .form-row input.btn-inverse[type="submit"],
#add_payment_method #payment div.form-row .btn-inverse#place_order,
.woocommerce-cart #payment div.form-row .btn-inverse#place_order,
.woocommerce-checkout #payment div.form-row .btn-inverse#place_order,
.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,
.singular-shop div.product .information .btn-inverse.single_add_to_cart_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,
.woocommerce-checkout .form-row button.btn-inverse[type="submit"]:hover,
.woocommerce-checkout .form-row input.btn-inverse[type="submit"]:hover,
#add_payment_method #payment div.form-row .btn-inverse#place_order:hover,
.woocommerce-cart #payment div.form-row .btn-inverse#place_order:hover,
.woocommerce-checkout #payment div.form-row .btn-inverse#place_order: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,
.singular-shop div.product .information .btn-inverse.single_add_to_cart_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,
.woocommerce-checkout .form-row button.btn-inverse[type="submit"]:active,
.woocommerce-checkout .form-row input.btn-inverse[type="submit"]:active,
#add_payment_method #payment div.form-row .btn-inverse#place_order:active,
.woocommerce-cart #payment div.form-row .btn-inverse#place_order:active,
.woocommerce-checkout #payment div.form-row .btn-inverse#place_order: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
}

.tbay-search-results .ui-autocomplete.ui-widget-content {
	position: absolute !important;
	left: 0 !important;
	top: 100% !important;
	padding-top: 67px;
	padding-bottom: 0;
	border: 0;
	width: 100% !important
}

.tbay-search-results .ui-autocomplete.ui-widget-content .list-header {
	top: 0
}

.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: 15px;
	line-height: normal;
	width: 40px;
	height: 40px;
	color: #333;
	text-align: center;
	padding: 0;
	position: absolute;
	top: -50px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	z-index: 1000
}

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

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

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

@media(max-width:767px) {
	.owl-carousel .slick-arrow {
		top: -40px;
		font-size: 20px;
		width: 20px
	}

	.owl-carousel .slick-arrow.slick-prev {
		right: 20px
	}
}

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

.owl-carousel:hover .slick-arrow {
	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
}

.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
}

.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;
	padding: 10px 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(max-width:599px) {
	.slick-initialized .slick-slide {
		margin: 0 5px !important
	}
}

.slick-loading .slick-list {
	background: #fff url("../../../images/ajax-loader.gif") center center no-repeat
}

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

.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 {
	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;
	-webkit-transition: .4s all;
	-o-transition: .4s all;
	transition: .4s all
}

.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;
	background: var(--tb-theme-color)
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	text-align: center;
	background: #eee;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px
}

.slick-dots li.slick-active {
	width: 40px
}

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

.slick-dots li.slick-active button:before {
	background: 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: 17px
}

.font-size-xs {
	font-size: 13px
}

.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(0.5)
	}

	100% {
		transform: scale(1)
	}
}

@keyframes spinner-two {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(0.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: -1.0s;
	animation-delay: -1.0s
}

@-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(0.4);
	-webkit-filter: brightness(0.4);
	-moz-filter: brightness(0.4);
	-o-filter: brightness(0.4);
	-ms-filter: brightness(0.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, 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("../../../images/fashionplus.png") no-repeat scroll center center/60px 60px rgba(0, 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("../../../images/fashionplus.png") no-repeat scroll center center/60px 60px rgba(0, 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(0.5) rotateX(180deg);
	-moz-transform: scale(0.5) rotateX(180deg);
	-ms-transform: scale(0.5) rotateX(180deg);
	-o-transform: scale(0.5) rotateX(180deg);
	transform: scale(0.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, 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(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.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(0.19, 1, 0.22, 1), background-color .2s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: transform .5s cubic-bezier(0.19, 1, 0.22, 1), background-color .2s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform .5s cubic-bezier(0.19, 1, 0.22, 1), background-color .2s cubic-bezier(0.19, 1, 0.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(0.19, 1, 0.22, 1), background-color .2s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: transform .5s cubic-bezier(0.19, 1, 0.22, 1), background-color .2s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform .5s cubic-bezier(0.19, 1, 0.22, 1), background-color .2s cubic-bezier(0.19, 1, 0.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("../../../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, 0.4)
}

@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: 10px;
	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: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.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.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.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.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.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.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.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: 22px;
	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: #f5f5f5
}

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

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

.woocommerce a.button:not(.yith-wcqv-button):not(.compare),
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	color: #fff;
	line-height: 35px;
	padding: 0 35px;
	text-transform: uppercase;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	background: #86a66c;
	font-size: 13px;
	letter-spacing: 1px;
	border: 0;
	border-bottom: 3px solid #86a66c;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}

.woocommerce a.button:not(.yith-wcqv-button):not(.compare):hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
	background: #a89776;
	border-color: #a89776 !important;
	color: #fff
}

@media(max-width:1599px) {

	.woocommerce a.button:not(.yith-wcqv-button):not(.compare),
	.woocommerce button.button,
	.woocommerce input.button,
	.woocommerce #respond input#submit {
		letter-spacing: 0
	}
}

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

.woocommerce .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.button:hover {
	background: var(--tb-theme-color-second) !important;
	border: 0;
	border-bottom: 3px solid var(--tb-theme-color-second-darken) !important;
	color: #fff
}

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

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

.yith-wcwl-add-to-wishlist.exists .yith-wcwl-add-button a.button {
	color: #fff;
	background: var(--tb-theme-color);
	border: 0;
	border-bottom: 3px solid var(--tb-theme-color-darken)
}

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

@media(max-width:767px) {
	.yith-wcwl-add-to-wishlist.exists .yith-wcwl-add-button a.button {
		background: transparent;
		color: var(--tb-theme-color);
		border: 0
	}

	.yith-wcwl-add-to-wishlist.exists .yith-wcwl-add-button a.button:hover {
		color: var(--tb-theme-color);
		border: 0
	}
}

.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: 22px;
	line-height: .955;
	font-weight: 700;
	margin: 0;
	line-height: 28px
}

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

.woocommerce div.product .stock~p.stock.in-stock {
	display: none
}

.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;
	font-weight: 700;
	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
}

.woocommerce-product-details__short-description p {
	margin-bottom: 15px
}

.woocommerce div.product .information #shop-now {
	padding: 20px 0;
	border-top: 1px solid #f5f5f5;
	position: relative
}

.woocommerce div.product .information #shop-now:before,
.woocommerce div.product .information #shop-now:after {
	content: " ";
	display: table
}

.woocommerce div.product .information #shop-now:after {
	clear: both
}

.woocommerce div.product .information form.cart .variations {
	width: 50% !important
}

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

.variations .tawcvs-swatches {
	overflow: inherit
}

.variations .tawcvs-swatches .swatch {
	width: 12px;
	height: 12px;
	opacity: 1;
	filter: alpha(opacity=100);
	line-height: 12px;
	border: 0;
	position: relative;
	margin-right: 10px;
	font-size: 9px
}

.variations .tawcvs-swatches .swatch:last-child {
	margin: 0
}

.variations .tawcvs-swatches .swatch.swatch-label {
	width: 15px;
	height: 15px;
	line-height: 15px;
	background: var(--tb-theme-color-second);
	color: #fff
}

.variations .tawcvs-swatches .swatch.swatch-label:after {
	width: 23px;
	height: 23px
}

.variations .tawcvs-swatches .swatch:after {
	content: '';
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background-color: white;
	-webkit-box-shadow: 0 7px 18px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 7px 18px 0 rgba(0, 0, 0, 0.2);
	position: absolute;
	width: 20px;
	height: 20px;
	left: -4px;
	right: auto;
	top: -4px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	z-index: -1
}

.variations .tawcvs-swatches .swatch:hover:after,
.variations .tawcvs-swatches .swatch.selected:after {
	opacity: 1;
	filter: alpha(opacity=100)
}

.variations .tawcvs-swatches .swatch:hover:before,
.variations .tawcvs-swatches .swatch.selected:before {
	display: none
}

.variations .value {
	padding: 0
}

.variations .value>div,
.variations .value>a {
	display: inline-block
}

.variations tr {
	margin: 0 0 10px
}

.woocommerce div.product form.cart .group_table {
	border: 0;
	margin-bottom: 10px
}

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

.woocommerce div.product form.cart .group_table .price .woocs_price_code ins,
.woocommerce div.product form.cart .group_table .price .woocs_price_code del {
	display: inline-block
}

.woocommerce div.product form.cart .group_table label {
	margin: 0
}

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

@media(max-width:991px) {

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

.woocommerce div.product form.cart .group_table .stock {
	font-size: 14px;
	text-transform: initial;
	margin: 0 0 0 5px;
	padding: 0 5px;
	display: none
}

.woocommerce div.product form.cart .group_table td {
	vertical-align: middle;
	white-space: normal;
	padding: 0 0 10px !important
}

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

@media(min-width:1199px) {
	.woocommerce div.product form.cart .group_table td {
		width: auto !important
	}
}

.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 {
	line-height: 45px;
	margin-right: 20px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.single_variation_wrap .woocommerce-variation-add-to-cart:before,
.single_variation_wrap .woocommerce-variation-add-to-cart:after {
	content: " ";
	display: table
}

.single_variation_wrap .woocommerce-variation-add-to-cart:after {
	clear: both
}

.woocommerce .order_details {
	padding: 0
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	font-size: 13px;
	width: 100%;
	margin: 0 !important;
	line-height: 38px
}

@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: '\e08e';
	font-family: 'simple-line-icons';
	margin-right: 5px
}

.cart-bottom {
	padding-top: 30px
}

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

.woocommerce .continue-to-shop a:before {
	content: '\e04d';
	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 {
	margin-top: 50px
}

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

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

.coupon .box {
	border: 1px solid #f5f5f5;
	padding: 3px;
	margin-top: 10px;
	max-width: 450px
}

.coupon .box input[type=submit] {
	float: right;
	border-bottom: 3px solid #86a66c;
	line-height: 36px
}

.coupon .box input[type=submit]:hover {
	border-bottom-color: #a89776;
}

@media screen and (max-width:459px) {
	.coupon .box input[type=submit] {
		margin-top: 10px
	}
}

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

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

.coupon .box input {
	height: 43px;
	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
}

@media screen and (max-width:459px) {
	.coupon .box .text {
		width: 100%
	}
}

.woocommerce span.onsale {
	background-color: transparent;
	color: #fff;
	font-size: 11px;
	margin-left: 10px;
	position: static;
	padding: 0;
	line-height: inherit;
	font-weight: normal;
	display: inline-block;
	min-height: auto
}

.woocommerce span.onsale .saled {
	background: var(--tb-theme-color-second);
	padding: 1px 8px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px
}

.woocommerce span.onsale .featured {
	background: var(--tb-theme-color);
	padding: 0 10px;
	line-height: 17px;
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px
}

.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 dl.variation {
	margin-bottom: 0
}

.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%
}

#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
	}
}

.name {
	font-size: 13px;
	font-weight: 600;
	margin: 0;
	line-height: 1.615
}

.name a {
	color: #000
}

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

.rating {
	margin: 0 0 5px
}

.woocommerce div.product .stock {
	margin-top: 15px;
	color: inherit
}

.woocommerce div.product .stock>span {
	display: inline-block
}

.woocommerce div.product .stock .tb-stock {
	float: right
}

.woocommerce div.product .stock .progress {
	height: 12px;
	margin: 10px 0 0;
	background-color: #eee;
	-webkit-box-shadow: inset 0 3px 7px 0 rgba(0, 0, 0, 0.08);
	box-shadow: inset 0 3px 7px 0 rgba(0, 0, 0, 0.08);
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px
}

.woocommerce div.product .stock .progress .progress-bar {
	background-image: -moz-linear-gradient(-169deg, #86a66c 0, #ff8f2b 100%);
	background-image: -webkit-linear-gradient(-169deg, #86a66c 0, #ff8f2b 100%);
	background-image: -ms-linear-gradient(-169deg, #86a66c 0, #ff8f2b 100%);
	-webkit-animation: none;
	-o-animation: none;
	animation: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent
}

.woocommerce-product-details__short-description ul {
	padding: 0;
	list-style: none
}

.woocommerce-product-details__short-description li {
	position: relative;
	padding-left: 10px !important;
	color: #777
}

.woocommerce-product-details__short-description li:before {
	content: '';
	background: #777;
	width: 4px;
	height: 4px;
	position: absolute;
	left: 0;
	right: auto;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.products-grid .row>div {
	padding-top: 10px
}

.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 .variations .value>div,
.product-block .variations .value>a {
	display: block
}

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

.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 .out-stock {
	position: absolute;
	width: 100%;
	text-align: center;
	padding: 12px 0;
	background: rgba(255, 255, 255, 0.8);
	top: 44%;
	left: 0;
	right: auto;
	text-transform: uppercase;
	font-weight: bold
}

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

.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: 33px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px
}

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

@media(max-width:767px) {
	.product-block .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a:hover {
		color: var(--tb-theme-color) !important;
		border: 0 !important
	}
}

.product-block .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a.delete_item {
	display: block;
	padding: 0;
	text-align: center;
	background: var(--tb-theme-color);
	color: #fff;
	min-width: 35px;
	line-height: 33px;
	border: 0;
	border-bottom: 3px solid var(--tb-theme-color-darken)
}

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

.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 .groups-button-image {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 30px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.product-block .groups-button-image>div {
	display: inline-block;
	vertical-align: top;
	color: #bbb;
	margin-right: 2px
}

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

.product-block .groups-button-image>div>span {
	display: block
}

.product-block .groups-button-image>div>span i {
	display: block;
	line-height: 35px
}

.product-block .groups-button-image>div a {
	line-height: 35px;
	display: block;
	background: #fff;
	color: #bbb
}

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

.product-block .groups-button-image>div.yith-compare a.compare:after {
	line-height: 33px;
	width: 33px
}

.product-block .groups-button-image .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 .block-inner {
	-webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.11);
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.11);
	border-radius: 13px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	-ms-border-radius: 13px;
	-o-border-radius: 13px
}

.product-block:hover .block-inner .image {
	border-color: transparent !important
}

@media(max-width:599px) {
	.product-block:hover .block-inner .image {
		border-color: var(--tb-theme-color) !important
	}
}

@media(max-width:599px) {
	.product-block:hover .block-inner {
		-webkit-box-shadow: none;
		box-shadow: none
	}
}

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

.product-block:hover .block-inner .name,
.product-block:hover ul.show-brand {
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 0
}

.product-block:hover .add-cart {
	opacity: 1;
	filter: alpha(opacity=100);
	bottom: 16px;
	z-index: 10
}

.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: bold;
	display: inline-block
}

.product-block .price del {
	font-size: 14px;
	color: #333;
	margin-left: 4px;
	font-weight: 400;
	color: #bbb
}

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

.product-block .rating .count {
	margin-top: 0;
	font-size: 12px;
	display: inline-block;
	color: #bbb;
	vertical-align: middle;
	line-height: 1.2em
}

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

@media(min-width:768px) {
	.product-block .yith-wcwl-add-to-wishlist.exists .yith-wcwl-add-button>a {
		background: var(--tb-theme-color) !important;
		border: 0 !important;
		border-bottom: 3px solid var(--tb-theme-color-darken) !important;
		color: #fff
	}

	.product-block .yith-wcwl-add-to-wishlist.exists .yith-wcwl-add-button>a:hover {
		background: var(--tb-theme-color-second) !important;
		border-color: var(--tb-theme-color-second-darken) !important
	}
}

.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: '\e080';
	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;
	border: 1px solid #f5f5f5;
	border-radius: 13px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	-ms-border-radius: 13px;
	-o-border-radius: 13px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	overflow: hidden;
	width: 100%
}

.product-block.list:hover {
	-webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.11);
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.11)
}

@media(min-width:1600px) {
	.product-block.list .row.product-content {
		display: flex;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap
	}
}

.product-block.list .caption-list {
	padding: 35px 20px 30px 0
}

.product-block.list .caption-list .variations_form.wvs-archive-variation-wrapper {
	margin-top: 15px
}

.product-block.list ul.show-brand {
	left: 30px;
	opacity: 1;
	filter: alpha(opacity=100)
}

.product-block.list .woocommerce-product-details__short-description {
	margin: 18px 0 26px
}

.product-block.list .woocommerce-product-details__short-description ul {
	margin: 0;
	color: #777
}

.product-block.list .woocommerce-product-details__short-description ul li {
	margin-bottom: 4px
}

.product-block.list .name {
	margin: 0
}

.product-block.list span.onsale {
	margin-left: 7px
}

.product-block.list span.onsale .featured {
	display: none
}

.product-block.list .rating {
	margin: 0 0 8px
}

.product-block.list .price {
	float: none
}

.product-block.list .add-cart {
	position: static;
	width: auto;
	opacity: 1;
	filter: alpha(opacity=100)
}

.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;
	padding: 0 25px;
	margin: 0
}

.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: var(--tb-theme-color-second)
}

.product-block.list .add-cart .product_type_external.product_type_variable,
.product-block.list .add-cart .product_type_grouped.product_type_variable,
.product-block.list .add-cart .add_to_cart_button.product_type_variable,
.product-block.list .add-cart a.button.product_type_variable {
	padding: 0 20px
}

@media(max-width:1600px) {

	.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 {
		padding: 0 20px;
		letter-spacing: 0
	}

	.product-block.list .add-cart .product_type_external.product_type_variable,
	.product-block.list .add-cart .product_type_grouped.product_type_variable,
	.product-block.list .add-cart .add_to_cart_button.product_type_variable,
	.product-block.list .add-cart a.button.product_type_variable {
		padding: 0 10px
	}
}

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

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

.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: 5px
}

.product-block.list .groups-button>div:last-child {
	margin: 0
}

.product-block.list .groups-button>div.yith-compare a.compare:after {
	line-height: 38px;
	width: 38px
}

.product-block.list .groups-button>div.yith-compare a.compare.added:after {
	width: 40px
}

.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: 40px;
	height: 40px;
	color: #bbb;
	border-bottom: 3px solid transparent
}

.product-block.list .yith-wcwl-wishlistexistsbrowse>a.compare.added,
.product-block.list .yith-wcwl-wishlistaddedbrowse>a.compare.added,
.product-block.list .yith-wcwl-add-to-wishlist>a.compare.added,
.product-block.list .yith-compare>a.compare.added,
.product-block.list .add_to_wishlist.compare.added,
.product-block.list .yith-wcqv-button.compare.added {
	width: 40px;
	height: 40px;
	border-left: 0 !important;
	border-right: 0 !important;
	border-top: 0 !important
}

.product-block.list .yith-wcwl-wishlistexistsbrowse>a.compare.added:hover,
.product-block.list .yith-wcwl-wishlistaddedbrowse>a.compare.added:hover,
.product-block.list .yith-wcwl-add-to-wishlist>a.compare.added:hover,
.product-block.list .yith-compare>a.compare.added:hover,
.product-block.list .add_to_wishlist.compare.added:hover,
.product-block.list .yith-wcqv-button.compare.added:hover {
	background: var(--tb-theme-color-second) !important;
	border-bottom-color: var(--tb-theme-color-second-darken) !important
}

.product-block.list .yith-wcwl-wishlistexistsbrowse>a.compare.added:after,
.product-block.list .yith-wcwl-wishlistaddedbrowse>a.compare.added:after,
.product-block.list .yith-wcwl-add-to-wishlist>a.compare.added:after,
.product-block.list .yith-compare>a.compare.added:after,
.product-block.list .add_to_wishlist.compare.added:after,
.product-block.list .yith-wcqv-button.compare.added:after {
	line-height: 39px;
	font-size: 16px;
	font-weight: bold
}

.product-block.list .yith-wcwl-wishlistexistsbrowse>a:hover,
.product-block.list .yith-wcwl-wishlistaddedbrowse>a:hover,
.product-block.list .yith-wcwl-add-to-wishlist>a:hover,
.product-block.list .yith-compare>a:hover,
.product-block.list .add_to_wishlist:hover,
.product-block.list .yith-wcqv-button:hover {
	border-bottom: 3px solid var(--tb-theme-color-second-darken) !important;
	color: #fff
}

.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: 39px;
	font-size: 16px
}

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

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

.product-block.list .yith-wcwl-add-to-wishlist>div.show.yith-wcwl-add-button a>span {
	display: block
}

.product-block.list .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a.delete_item {
	background: var(--tb-theme-color);
	color: #fff;
	width: 40px;
	line-height: 37px;
	border: 0;
	border-bottom: 3px solid var(--tb-theme-color-darken)
}

.product-block.list .yith-wcwl-add-to-wishlist>div.yith-wcwl-add-button a.delete_item i {
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle
}

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

.product-block.list .yith-wcwl-wishlistexistsbrowse>span.feedback>i,
.product-block.list .yith-wcwl-wishlistaddedbrowse>span.feedback>i {
	font-size: 16px
}

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

@media(max-width:767px) {
	.product-block.list .caption-list {
		padding: 0;
		padding-left: 10px
	}

	.product-block.list .woocommerce-product-details__short-description {
		margin: 10px 0
	}
}

.product-block .block-inner {
	position: relative;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.product-block .block-inner .image span.onsale {
	display: inline;
	margin: 0
}

.product-block .name {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	margin: 25px 0 7px
}

@media(max-width:599px) {
	.product-block .name {
		margin: 10px 0 0
	}

	.product-block .name a {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		display: block;
		padding-right: 10px;
		font-weight: 500
	}
}

.product-block .add-cart {
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.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 {
	padding: 0 35px;
	line-height: 35px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #fff;
	background: var(--tb-theme-color);
	border-bottom: 3px solid var(--tb-theme-color-darken);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px
}

.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 {
	background: var(--tb-theme-color-second);
	border-color: var(--tb-theme-color-second-darken);
	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 {
	background: var(--tb-theme-color-second);
	border-color: var(--tb-theme-color-second-darken);
	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 30px
}

.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;
	right: 5px
}

.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: 14px
}

.product-block .add-cart .product_type_external i:before,
.product-block .add-cart .product_type_grouped i:before,
.product-block .add-cart .add_to_cart_button i:before,
.product-block .add-cart a.button i:before,
.product-block .add-cart a.added_to_cart i:before {
	content: '\e04f';
	font-family: 'simple-line-icons'
}

.product-block .yith-wcwl-wishlistexistsbrowse a {
	color: #fff
}

.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: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	width: 35px;
	height: 35px;
	-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 {
	display: block;
	line-height: 33px;
	font-weight: bold
}

.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 {
	background: #a89776 !important;
	border-color: #a89776 !important;
	border-bottom: 3px solid #a89776 !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.added,
.product-block .yith-wcwl-wishlistaddedbrowse>a.added,
.product-block .yith-wcwl-add-to-wishlist>a.added,
.product-block .yith-compare>a.added,
.product-block .add_to_wishlist.added,
.product-block .yith-wcqv-button.added {
	background: var(--tb-theme-color) !important;
	border-bottom: 3px solid var(--tb-theme-color-darken) !important;
	color: #fff !important;
	width: 36px;
	text-indent: -10000px
}

.product-block .yith-wcwl-wishlistexistsbrowse>a.added:after,
.product-block .yith-wcwl-wishlistaddedbrowse>a.added:after,
.product-block .yith-wcwl-add-to-wishlist>a.added:after,
.product-block .yith-compare>a.added:after,
.product-block .add_to_wishlist.added:after,
.product-block .yith-wcqv-button.added:after {
	font-family: 'simple-line-icons';
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 32px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e059';
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	text-indent: 0;
	width: 100%
}

.product-block .yith-wcwl-wishlistexistsbrowse>a.added:hover,
.product-block .yith-wcwl-wishlistaddedbrowse>a.added:hover,
.product-block .yith-wcwl-add-to-wishlist>a.added:hover,
.product-block .yith-compare>a.added:hover,
.product-block .add_to_wishlist.added:hover,
.product-block .yith-wcqv-button.added:hover {
	background: var(--tb-theme-color-second) !important;
	border-bottom: 3px solid var(--tb-theme-color-second-darken) !important
}

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

.product-block .yith-wcwl-wishlistexistsbrowse>a,
.product-block .yith-wcwl-wishlistaddedbrowse>a {
	border-left: 0 !important;
	border-right: 0 !important;
	border-top: 0 !important;
	border-bottom: 3px solid #5991c6 !important;
	background: #5991c6 !important;
	color: #fff !important;
	font-size: 0
}

.product-block .yith-wcwl-wishlistexistsbrowse>a:hover,
.product-block .yith-wcwl-wishlistaddedbrowse>a:hover {
	background: #a89776 !important;
	border-bottom-color: #a89776 !important
}

.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
}

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

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

.product-block .sub-title {
	display: none
}

.product-block.grid {
	position: relative;
	margin-bottom: 40px
}

@media(max-width:767px) {
	.product-block.grid {
		margin-bottom: 0
	}
}

.product-block.grid .variations_form.wvs-archive-variation-wrapper {
	margin-top: 10px
}

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

.product-block.grid .block-inner .image {
	border: 1px solid #f5f5f5;
	border-radius: 13px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	-ms-border-radius: 13px;
	-o-border-radius: 13px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	text-align: center
}

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

.product-block.grid .caption .name {
	display: none
}

.product-block.style-horizontal .block-inner .image,
.product-block.style-vertical .block-inner .image {
	border: 0
}

.product-block.style-horizontal:hover .block-inner,
.product-block.style-vertical:hover .block-inner {
	-webkit-box-shadow: none;
	box-shadow: none
}

.product-block.style-horizontal:hover .caption>h3,
.product-block.style-horizontal:hover .caption>div,
.product-block.style-horizontal:hover .caption>span,
.product-block.style-vertical:hover .caption>h3,
.product-block.style-vertical:hover .caption>div,
.product-block.style-vertical:hover .caption>span {
	opacity: 0;
	filter: alpha(opacity=0)
}

.product-block.style-horizontal:hover .caption>h3.groups-button,
.product-block.style-horizontal:hover .caption>div.groups-button,
.product-block.style-horizontal:hover .caption>span.groups-button,
.product-block.style-vertical:hover .caption>h3.groups-button,
.product-block.style-vertical:hover .caption>div.groups-button,
.product-block.style-vertical:hover .caption>span.groups-button {
	opacity: 1;
	filter: alpha(opacity=100);
	bottom: 10px
}

.product-block.style-horizontal .caption,
.product-block.style-vertical .caption {
	text-align: center
}

.product-block.style-horizontal .caption>h3,
.product-block.style-horizontal .caption>div,
.product-block.style-horizontal .caption>span,
.product-block.style-vertical .caption>h3,
.product-block.style-vertical .caption>div,
.product-block.style-vertical .caption>span {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.product-block.style-horizontal .caption .groups-button,
.product-block.style-vertical .caption .groups-button {
	position: absolute;
	bottom: 0;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=0)
}

.product-block.style-horizontal .caption .groups-button>div,
.product-block.style-vertical .caption .groups-button>div {
	position: static;
	width: auto;
	display: inline-block;
	overflow: hidden
}

.product-block.style-horizontal .caption .name,
.product-block.style-vertical .caption .name {
	display: block
}

.product-block.style-horizontal .caption .price,
.product-block.style-vertical .caption .price {
	float: none
}

.product-block.style-horizontal .product_type_external,
.product-block.style-horizontal .product_type_grouped,
.product-block.style-horizontal .add_to_cart_button,
.product-block.style-horizontal a.button,
.product-block.style-horizontal a.added_to_cart,
.product-block.style-vertical .product_type_external,
.product-block.style-vertical .product_type_grouped,
.product-block.style-vertical .add_to_cart_button,
.product-block.style-vertical a.button,
.product-block.style-vertical a.added_to_cart {
	line-height: 33px
}

@media(max-width:599px) {

	.product-block:hover .block-inner .name,
	.product-block:hover ul.show-brand {
		opacity: 1;
		filter: alpha(opacity=100)
	}

	.product-block .add-cart {
		margin-top: 10px;
		position: static;
		opacity: 1;
		filter: alpha(opacity=100)
	}

	.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 {
		text-transform: inherit !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 {
		display: none
	}

	.product-block .price {
		float: none
	}

	.product-block span.onsale {
		margin: 0
	}
}

ul.show-brand {
	margin-bottom: 0 !important;
	padding: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

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

ul.show-brand li a {
	font-size: 11px;
	color: #000;
	line-height: 20px;
	display: block;
	padding: 0 12px;
	text-transform: uppercase;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	margin-right: 10px
}

ul.show-brand li a:hover {
	color: var(--tb-theme-color)
}

.products-inner-countdownthumbnail-horizontal .slick-initialized .slick-slide {
	padding: 0
}

.products-inner-countdownthumbnail-horizontal .owl-carousel .slick-arrow {
	top: 50%
}

.products-inner-countdownthumbnail-horizontal .owl-carousel:hover .slick-arrow {
	opacity: 0;
	filter: alpha(opacity=0)
}

.products-inner-countdownthumbnail-horizontal .flex-control-nav:hover .slick-arrow {
	opacity: 1;
	filter: alpha(opacity=100)
}

.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 .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 .row,
.widget-products.widget-special .row,
.widget-products.carousel-special .row,
.widget-products.widget-carousel-special .row {
	margin: 0
}

.widget-products.special .slick-slider .slick-dots,
.widget-products.widget-special .slick-slider .slick-dots,
.widget-products.carousel-special .slick-slider .slick-dots,
.widget-products.widget-carousel-special .slick-slider .slick-dots {
	margin-top: 30px !important
}

.widget-products.special .product-block,
.widget-products.widget-special .product-block,
.widget-products.carousel-special .product-block,
.widget-products.widget-carousel-special .product-block {
	border: 1px solid #f5f5f5;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	overflow: hidden
}

.widget-products.special .product-block .product-content:before,
.widget-products.special .product-block .product-content:after,
.widget-products.widget-special .product-block .product-content:before,
.widget-products.widget-special .product-block .product-content:after,
.widget-products.carousel-special .product-block .product-content:before,
.widget-products.carousel-special .product-block .product-content:after,
.widget-products.widget-carousel-special .product-block .product-content:before,
.widget-products.widget-carousel-special .product-block .product-content:after {
	content: " ";
	display: table
}

.widget-products.special .product-block .product-content:after,
.widget-products.widget-special .product-block .product-content:after,
.widget-products.carousel-special .product-block .product-content:after,
.widget-products.widget-carousel-special .product-block .product-content:after {
	clear: both
}

.widget-products.special .product-block .product-content>div,
.widget-products.widget-special .product-block .product-content>div,
.widget-products.carousel-special .product-block .product-content>div,
.widget-products.widget-carousel-special .product-block .product-content>div {
	float: left
}

.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: 45%
}

.widget-products.special .product-block .image,
.widget-products.widget-special .product-block .image,
.widget-products.carousel-special .product-block .image,
.widget-products.widget-carousel-special .product-block .image {
	border: 0
}

.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: 55%;
	padding: 20px 5px 20px 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 {
	display: block;
	font-size: 13px;
	text-align: left;
	line-height: 1.538;
	margin: 0;
	min-height: auto
}

.widget-products.special .product-block .price,
.widget-products.widget-special .product-block .price,
.widget-products.carousel-special .product-block .price,
.widget-products.widget-carousel-special .product-block .price {
	text-align: left
}

.widget-products.special .product-block .groups-button-image,
.widget-products.special .product-block .variations,
.widget-products.special .product-block .add-cart,
.widget-products.special .product-block ul.show-brand,
.widget-products.widget-special .product-block .groups-button-image,
.widget-products.widget-special .product-block .variations,
.widget-products.widget-special .product-block .add-cart,
.widget-products.widget-special .product-block ul.show-brand,
.widget-products.carousel-special .product-block .groups-button-image,
.widget-products.carousel-special .product-block .variations,
.widget-products.carousel-special .product-block .add-cart,
.widget-products.carousel-special .product-block ul.show-brand,
.widget-products.widget-carousel-special .product-block .groups-button-image,
.widget-products.widget-carousel-special .product-block .variations,
.widget-products.widget-carousel-special .product-block .add-cart,
.widget-products.widget-carousel-special .product-block ul.show-brand {
	display: none
}

.widget-products.special .product-block .add-cart,
.widget-products.widget-special .product-block .add-cart,
.widget-products.carousel-special .product-block .add-cart,
.widget-products.widget-carousel-special .product-block .add-cart {
	margin: 0 0 10px
}

.widget-products.special .product-block span.onsale,
.widget-products.widget-special .product-block span.onsale,
.widget-products.carousel-special .product-block span.onsale,
.widget-products.widget-carousel-special .product-block span.onsale {
	position: absolute;
	top: 5px;
	left: 5px
}

.widget-products.special .product-block span.onsale .featured,
.widget-products.widget-special .product-block span.onsale .featured,
.widget-products.carousel-special .product-block span.onsale .featured,
.widget-products.widget-carousel-special .product-block span.onsale .featured {
	display: none
}

.widget-products.special .product-block:hover,
.widget-products.widget-special .product-block:hover,
.widget-products.carousel-special .product-block:hover,
.widget-products.widget-carousel-special .product-block:hover {
	-webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.11);
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.11)
}

.widget-products.special .product-block:hover .block-inner,
.widget-products.widget-special .product-block:hover .block-inner,
.widget-products.carousel-special .product-block:hover .block-inner,
.widget-products.widget-carousel-special .product-block:hover .block-inner {
	-webkit-box-shadow: none;
	box-shadow: none
}

@media(max-width:767px) {

	.widget-products.special .product-block .product-content>div,
	.widget-products.widget-special .product-block .product-content>div,
	.widget-products.carousel-special .product-block .product-content>div,
	.widget-products.widget-carousel-special .product-block .product-content>div {
		float: none
	}

	.widget-products.special .product-block .block-inner,
	.widget-products.special .product-block .caption,
	.widget-products.widget-special .product-block .block-inner,
	.widget-products.widget-special .product-block .caption,
	.widget-products.carousel-special .product-block .block-inner,
	.widget-products.carousel-special .product-block .caption,
	.widget-products.widget-carousel-special .product-block .block-inner,
	.widget-products.widget-carousel-special .product-block .caption {
		width: 100%;
		padding: 0
	}

	.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 {
		padding: 0 7px 7px
	}

	.widget-products.special .product-block .price,
	.widget-products.widget-special .product-block .price,
	.widget-products.carousel-special .product-block .price,
	.widget-products.widget-carousel-special .product-block .price {
		float: none
	}
}

.widget-products.widget-special .product-block {
	background: #fff
}

.widget-products.widget-special .product-block .groups-button-image,
.widget-products.widget-special .product-block .variations,
.widget-products.widget-special .product-block .add-cart,
.widget-products.widget-special .product-block ul.show-brand {
	display: block
}

.widget-products.widget-special .product-block span.onsale {
	position: static
}

.widget-products.widget-special .product-block:hover .groups-button-image {
	bottom: 60px
}

.widget-products.widget-special .product-content {
	display: flex;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap
}

.widget-products.widget-special .product-content .caption {
	position: relative;
	padding-right: 20px
}

.product-block div.yith-compare>a.compare,
.product-block.list div.yith-compare>a.compare {
	position: relative;
	font-size: 0
}

.product-block div.yith-compare>a.compare i,
.product-block.list div.yith-compare>a.compare i {
	font-size: 0
}

.product-block div.yith-compare>a.compare:after,
.product-block.list div.yith-compare>a.compare:after {
	content: "\e059";
	font-family: simple-line-icons;
	font-size: 14px;
	position: absolute;
	top: 0;
	display: block;
	text-align: center;
	font-weight: bold
}

@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: 35px;
	height: 35px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border: 1px solid #f5f5f5;
	text-indent: 0;
	top: auto;
	font-size: 0;
	line-height: 35px;
	left: 20px;
	right: auto;
	bottom: 20px;
	color: #ddd
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
	content: '\e091';
	border: 0;
	top: 0;
	left: 0;
	font-family: 'simple-line-icons';
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 16px
}

.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 .woocommerce-product-gallery__trigger:hover {
	color: var(--tb-theme-color)
}

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

@media(min-width:1200px) {
	.woocommerce div.product.style-vertical div.images .woocommerce-product-gallery__trigger {
		left: 110px
	}
}

@media(min-width:1599px) {
	.woocommerce div.product.style-vertical div.images .woocommerce-product-gallery__trigger {
		left: 160px
	}
}

@media(max-width:1199px) {
	.woocommerce div.product.style-vertical div.images .woocommerce-product-gallery__trigger {
		top: 20px;
		right: 20px;
		left: auto
	}
}

@media(min-width:1200px) {
	.woocommerce div.product.style-vertical.vertical-right div.images .woocommerce-product-gallery__trigger {
		left: 15px
	}
}

@media(min-width:1599px) {
	.woocommerce div.product.style-vertical.vertical-right div.images .woocommerce-product-gallery__trigger {
		left: 15px
	}
}

@media(max-width:1199px) {
	.woocommerce div.product.style-vertical.vertical-right div.images .woocommerce-product-gallery__trigger {
		top: 20px;
		right: 20px;
		left: auto;
		bottom: auto
	}
}

.woocommerce div.product.style-horizontal div.images .woocommerce-product-gallery__trigger {
	top: 20px;
	left: auto;
	right: 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;
	margin-bottom: 50px
}

.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: #f5f5f5;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px
}

.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
}

.single-product .yith-wcbr-brands {
	margin: 0 0 15px
}

.single-product .yith-wcbr-brands a {
	padding: 2px 10px;
	font-size: 11px;
	line-height: 2.727;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	text-transform: uppercase;
	margin-right: 5px
}

.single-product .yith-wcbr-brands .yith-wcbr-brands-logo {
	margin: 0
}

@media(max-width:599px) {
	.single-product .yith-wcbr-brands {
		display: none
	}
}

.woocommerce div.product form.cart .variations label {
	font-size: 15px
}

.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name {
	font-size: 13px;
	color: #3a3a3a;
	font-weight: normal
}

.woocommerce div.product .woocommerce-product-rating {
	margin: 12px 0 0;
	line-height: 1.333
}

.woocommerce .woocommerce-product-rating .star-rating {
	margin: 0;
	display: inline-block;
	float: none;
	font-size: 12px
}

.woocommerce .woocommerce-product-rating .woocommerce-review-link {
	display: inline-block;
	vertical-align: top;
	color: #bbb
}

.woof_products_top_panel {
	float: left
}

.woocommerce div.product form.cart .variations td.label {
	margin-right: 30px;
	margin-left: 0
}

.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)
}

.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, 0.06), 0 0 6px rgba(0, 0, 0, 0.06);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.06), 0 0 6px rgba(0, 0, 0, 0.06);
	margin-bottom: 50px;
	padding: 15px 0;
	text-align: center
}

@media(max-width:767px) {
	.singular-shop .tbay-time {
		margin-top: 10px;
		margin-bottom: 10px;
		border-radius: 13px;
		-webkit-border-radius: 13px;
		-moz-border-radius: 13px;
		-ms-border-radius: 13px;
		-o-border-radius: 13px
	}
}

.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
}

@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-gallery .row-active-full .information #reviews .reviews-summary ul.list-unstyled {
	padding: 10px
}

.singular-shop div.product.style-gallery .row-active-full .information #reviews .reviews-summary .review-summary-total {
	display: table-cell;
	vertical-align: middle;
	float: none !important
}

.singular-shop div.product.style-gallery .row-active-full .information #reviews .reviews-summary .review-summery-item .review-label {
	min-width: 60px;
	padding: 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:not(.style-gallery) .row-active-full .image-mains {
	width: 55%
}

.singular-shop div.product:not(.style-gallery) .row-active-full .information {
	width: 45%
}

.singular-shop div.product:not(.style-gallery) .row-active-full .information #reviews .reviews-summary .review-summary-total {
	width: 100%
}

.singular-shop div.product:not(.style-gallery) .row-active-full .information #reviews .reviews-summary .review-summary-total .review-summary-result {
	margin: 0 auto
}

.singular-shop div.product:not(.style-gallery) .row-active-full .information #reviews .reviews-summary .review-summery-item .review-label {
	width: 100%;
	text-align: center
}

.singular-shop div.product:not(.style-gallery) .row-active-full .information #reviews .reviews-summary .review-summery-item .col-sm-9 {
	width: 100%
}

.singular-shop div.product:not(.style-gallery) .row-active-full .information #reviews .reviews-summary .review-summery-item .col-sm-9 .progress {
	max-width: 100%
}

.singular-shop div.product .image-mains {
	position: relative;
	width: 50%;
	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: 50%;
	float: left;
	padding-left: 15px;
	padding-right: 15px
}

.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 .stock {
	max-width: 540px;
	margin-bottom: 30px
}

.singular-shop div.product .information .single_variation_wrap .stock {
	margin-top: 5px
}

.singular-shop div.product .information .cart {
	margin: 0
}

.singular-shop div.product .information .yith-wcwl-wishlistexistsbrowse,
.singular-shop div.product .information .yith-wcwl-wishlistaddedbrowse {
	position: relative
}

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

.singular-shop div.product .information .yith-wcwl-wishlistexistsbrowse>span.feedback>i,
.singular-shop div.product .information .yith-wcwl-wishlistaddedbrowse>span.feedback>i {
	margin-right: 0;
	font-weight: bold
}

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

.singular-shop div.product .information .tbay-wishlist,
.singular-shop div.product .information .tbay-compare {
	float: left;
	margin-left: 10px
}

.singular-shop div.product .information .tbay-wishlist a,
.singular-shop div.product .information .tbay-compare a {
	width: 42px;
	height: 42px;
	border: 1px solid #f5f5f5;
	text-align: center;
	position: relative;
	padding: 0;
	display: block;
	font-size: 0;
	color: #bbb;
	background: transparent;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.singular-shop div.product .information .tbay-wishlist a i,
.singular-shop div.product .information .tbay-compare a i {
	line-height: 40px;
	font-size: 14px;
	display: block;
	font-weight: 700
}

.singular-shop div.product .information .tbay-wishlist a.compare:before,
.singular-shop div.product .information .tbay-compare a.compare:before {
	content: '\e059';
	font-family: 'simple-line-icons';
	position: absolute;
	width: 100%;
	line-height: 40px;
	left: 0;
	right: auto;
	font-size: 14px
}

.singular-shop div.product .information .tbay-wishlist a:hover,
.singular-shop div.product .information .tbay-compare a:hover {
	background: var(--tb-theme-color-second);
	border-bottom: 3px solid var(--tb-theme-color-second-darken);
	color: #fff
}

.singular-shop div.product .information .tbay-wishlist a:hover:before,
.singular-shop div.product .information .tbay-compare a:hover:before {
	color: #fff
}

.singular-shop div.product .information .tbay-wishlist a.added,
.singular-shop div.product .information .tbay-compare a.added {
	background: var(--tb-theme-color);
	border-color: var(--tb-theme-color)
}

.singular-shop div.product .information .tbay-wishlist a.added:hover,
.singular-shop div.product .information .tbay-compare a.added:hover {
	border-color: var(--tb-theme-color)
}

.singular-shop div.product .information .tbay-wishlist a.added:after,
.singular-shop div.product .information .tbay-compare a.added:after {
	font-family: 'simple-line-icons';
	speak: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 40px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e059';
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	text-indent: 0;
	font-size: 14px;
	color: #fff;
	margin-left: 13px
}

@media(max-width:767px) {

	.singular-shop div.product .information .tbay-wishlist,
	.singular-shop div.product .information .tbay-compare {
		display: block
	}
}

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

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

.singular-shop div.product .information .tbay-wishlist .yith-wcwl-add-to-wishlist a.delete_item {
	color: #fff;
	background: var(--tb-theme-color);
	border: 0;
	border-bottom: 3px solid var(--tb-theme-color-darken)
}

.singular-shop div.product .information .tbay-wishlist .yith-wcwl-add-to-wishlist a.delete_item:hover {
	background: var(--tb-theme-color-second);
	border-color: var(--tb-theme-color-second-darken)
}

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

.singular-shop div.product .information .tbay-wishlist .yith-wcwl-add-to-wishlist a.delete_item~.view-wishlist {
	display: none
}

@media(max-width:767px) {
	.singular-shop div.product .information .tbay-wishlist {
		margin-left: 0
	}
}

.singular-shop div.product .information form.variations_form .woocommerce-variation-add-to-cart {
	float: left;
	width: 100%
}

.singular-shop div.product .information .yith-wcwl-add-to-wishlist {
	margin: 0
}

.singular-shop div.product .information .yith-wcwl-add-to-wishlist.exists .yith-wcwl-add-button>a {
	color: #fff;
	background: var(--tb-theme-color);
	border: 0;
	border-bottom: 3px solid var(--tb-theme-color-darken)
}

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

.singular-shop div.product .information .yith-wcwl-add-to-wishlist.exists .yith-wcwl-add-button>a.button {
	width: 42px;
	height: 42px
}

.singular-shop div.product .information .yith-wcwl-wishlistexistsbrowse>a,
.singular-shop div.product .information .yith-wcwl-wishlistaddedbrowse>a {
	background: var(--tb-theme-color);
	border: 0;
	border-bottom: 3px solid var(--tb-theme-color-darken);
	color: #fff
}

.singular-shop div.product .information .yith-wcwl-wishlistexistsbrowse>a i,
.singular-shop div.product .information .yith-wcwl-wishlistaddedbrowse>a i {
	line-height: 40px
}

.singular-shop div.product .information .yith-wcwl-wishlistexistsbrowse>a span,
.singular-shop div.product .information .yith-wcwl-wishlistaddedbrowse>a span {
	display: none
}

.singular-shop div.product .information .yith-wcwl-wishlistexistsbrowse>a:hover,
.singular-shop div.product .information .yith-wcwl-wishlistaddedbrowse>a:hover {
	background: var(--tb-theme-color-second);
	border-bottom: 3px solid var(--tb-theme-color-second-darken);
	color: #fff !important
}

.singular-shop div.product .information .tbay-social-share,
.singular-shop div.product .information .product_meta {
	padding-top: 30px
}

.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;
	text-transform: uppercase
}

.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;
	text-transform: initial
}

.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: 5px
}

.singular-shop div.product .information .product_meta {
	border-top: 1px solid #f5f5f5
}

.singular-shop div.product .information .price {
	font-weight: bold;
	font-size: 16px;
	margin: 10px 0;
	color: #5991c6;
}

.singular-shop div.product .information .price ins {
	font-weight: bold;
	color: var(--tb-theme-color)
}

.singular-shop div.product .information .price ins,
.singular-shop div.product .information .price del {
	font-size: 16px
}

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

.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: 16px;
	color: var(--tb-theme-color)
}

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

.singular-shop div.product .information .single_add_to_cart_button {
	color: #fff;
	padding: 0 30px;
	line-height: 39px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	letter-spacing: 1px;
	border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-ms-border-radius: 4px !important;
	-o-border-radius: 4px !important
}

.singular-shop div.product .information .single_add_to_cart_button:before {
	display: block;
	float: left;
	content: "\e04f";
	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(min-width:768px) and (max-width:991px) {
	.singular-shop div.product .information .single_add_to_cart_button {
		padding: 0;
		font-size: 0;
		width: 43px
	}

	.singular-shop div.product .information .single_add_to_cart_button:before {
		margin: 0;
		width: 100%
	}
}

.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.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-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
}

.singular-shop div.product .information .yith-compare>a:hover,
.singular-shop div.product .information .add_to_wishlist:hover {
	color: var(--tb-theme-color)
}

.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 {
	margin: 0 10px !important
}

.singular-shop div.product .flex-control-thumbs .slick-list li img {
	border-radius: 13px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	-ms-border-radius: 13px;
	-o-border-radius: 13px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	border: 1px solid #f5f5f5;
	margin: 1px !important
}

.singular-shop div.product .flex-control-thumbs .slick-list li img.flex-active,
.singular-shop div.product .flex-control-thumbs .slick-list li img:hover {
	border-color: transparent;
	-webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.11);
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.11)
}

@media(max-width:1599px) {

	.singular-shop div.product .image-mains,
	.singular-shop div.product .information {
		width: 50%
	}
}

@media(min-width:1600px) {
	.singular-shop div.product .row-active-full .information .single_add_to_cart_button {
		padding: 0 20px
	}
}

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

.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
}

.singular-shop div.product.style-slide .information {
	margin-left: -15px;
	padding-top: 30px;
	-webkit-box-shadow: 6px 3px 13px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 6px 3px 13px 0 rgba(0, 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
	}
}

.woocommerce div.product p.cart {
	float: left
}

#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;
	-o-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%);
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms
}

.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: "\e605";
	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
}

@media(max-width:991px) {
	.tbay-slider-for .slick-arrow {
		width: 30px;
		height: 30px
	}

	.tbay-slider-for .slick-arrow:after {
		line-height: 30px;
		font-size: 10px
	}
}

.tbay-slider-for .slick-arrow.owl-next:after {
	content: "\e606"
}

.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: 13px;
	color: #fff;
	margin: 0;
	padding: 15px 10px;
	background: rgba(0, 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, 0.1);
	box-shadow: 0 10px 25px rgba(0, 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 {
	letter-spacing: 0;
	background: #86a66c;
	border-bottom: 3px solid #86a66c;
	margin-bottom: 6px;
	line-height: 1.5;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px
}

.button:hover {
	background: var(--tb-theme-color-second);
	border-bottom-color: var(--tb-theme-color-second-darken)
}

.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: 13px;
	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 gainsboro;
	-webkit-box-shadow: 0, 0, 0, 3px, rgba(255, 255, 255, 0.2);
	box-shadow: 0, 0, 0, 3px, rgba(255, 255, 255, 0.2)
}

.admin-bar p.demo_store {
	top: 28px
}

.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;
	line-height: 35px;
	min-width: 80px;
	width: auto
}

@media(max-width:767px) {
	#reviews .reviews-summary .review-summary-detal .review-label {
		min-width: 60px
	}
}

#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 #f5f5f5;
	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
}

#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 #f5f5f5
}

#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: #ffc02a
}

.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 #f5f5f5
}

.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 {
	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 gainsboro;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.6);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.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: #f5f5f5;
	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: #f5f5f5;
	z-index: 2;
	border-bottom-color: #f5f5f5
}

ul.tabs li.active a {
	color: inherit;
	text-shadow: inherit
}

ul.tabs li.active:before {
	-webkit-box-shadow: 2px 2px 0 #f5f5f5;
	box-shadow: 2px 2px 0 #f5f5f5
}

ul.tabs li.active:after {
	-webkit-box-shadow: -2px 2px 0 #f5f5f5;
	box-shadow: -2px 2px 0 #f5f5f5
}

ul.tabs li:before,
ul.tabs li:after {
	border: 1px solid gainsboro;
	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 gainsboro;
	box-shadow: 2px 2px 0 gainsboro
}

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 gainsboro;
	box-shadow: -2px 2px 0 gainsboro
}

ul.tabs:before {
	position: absolute;
	content: "";
	width: 100%;
	bottom: 0;
	z-index: 1;
	left: 0;
	right: auto;
	border-bottom: 1px solid gainsboro
}

.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 .noty_message {
	padding: 20px 0 !important
}

.onsale {
	top: 20px;
	left: 20px;
	right: auto;
	z-index: 9 !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(../../../images/fashion/icon-cart.png) no-repeat scroll top center transparent;
	display: inline-block;
	width: 26px;
	height: 26px
}

.cart-dropdown .cart-icon .mini-cart-items {
	display: inline-block;
	padding: 0;
	background-color: #5991c6;
	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: 12px;
	position: absolute;
	content: "";
	top: -9px;
	right: -7px;
	left: auto;
	font-weight: normal;
	min-width: 22px;
	line-height: 18px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.4);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.4)
}

.cart-dropdown .mini-cart .qty {
	display: inherit;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.7
}

@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, 0.06);
	box-shadow: 0 3px 15px rgba(0, 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
}

.ui-autocomplete.ui-widget-content.style1 li img {
	margin: 0 !important;
	width: 140px
}

.ui-autocomplete.ui-widget-content.style1 li.list-header {
	font-size: 28px;
	font-weight: 800;
	position: absolute;
	padding: 0;
	top: 40px;
	left: 50px;
	right: auto
}

.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: 13px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 8px 10px;
	min-width: 170px;
	color: #fff;
	background: var(--tb-theme-color);
	display: block;
	border-bottom: 3px solid var(--tb-theme-color-darken);
	margin-bottom: 6px;
	line-height: 1.5;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px
}

.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-second);
	border-color: var(--tb-theme-color-second-darken)
}

.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: normal;
	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
}

.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;
	color: #ccc;
	font-size: 22px
}

.woocommerce #tbay-top-cart.v1 .offcanvas-close:hover,
#tbay-top-cart.v1 .offcanvas-close:hover,
#tbay-bottom-cart.v1 .offcanvas-close:hover {
	color: #000
}

.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
}

.woocommerce #tbay-top-cart ul.cart_empty,
#tbay-top-cart ul.cart_empty,
#tbay-bottom-cart ul.cart_empty {
	padding: 0
}

.woocommerce #tbay-top-cart a.wc-continue,
#tbay-top-cart a.wc-continue,
#tbay-bottom-cart a.wc-continue {
	font-size: 13px;
	margin-top: 20px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 8px 10px;
	color: #fff;
	background: var(--tb-theme-color);
	border-bottom: 3px solid var(--tb-theme-color-darken)
}

.woocommerce #tbay-top-cart a.wc-continue:hover,
#tbay-top-cart a.wc-continue:hover,
#tbay-bottom-cart a.wc-continue:hover {
	background: var(--tb-theme-color-second);
	border-color: var(--tb-theme-color-second-darken)
}

.woocommerce #tbay-top-cart .quantity,
#tbay-top-cart .quantity,
#tbay-bottom-cart .quantity {
	color: #ccc;
	border: 0;
	font-size: 13px;
	display: inline;
	font-style: italic;
	color: #000
}

.woocommerce .cart-dropdown.cart-popup .mini_cart_content .tbay-total-condition-wrap,
.cart-dropdown.cart-popup .mini_cart_content .tbay-total-condition-wrap {
	padding-top: 0;
	padding-bottom: 30px
}

.woocommerce .cart-dropdown.cart-popup .mini_cart_content .tbay-total-condition-wrap .tbay-total-condition-desc,
.cart-dropdown.cart-popup .mini_cart_content .tbay-total-condition-wrap .tbay-total-condition-desc {
	margin-top: 15px
}

.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: 63px;
	border: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform-origin: 29px -50px;
	-moz-transform-origin: 29px -50px;
	-ms-transform-origin: 29px -50px;
	transform-origin: 29px -50px;
	filter: none;
	-webkit-filter: none;
	-moz-filter: none;
	-o-filter: none;
	-ms-filter: none;
	-webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.11);
	box-shadow: 0 3px 30px rgba(0, 0, 0, 0.11);
	visibility: visible;
	color: #333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px
}

.woocommerce .cart-dropdown.cart-popup .dropdown-menu,
.cart-dropdown.cart-popup .dropdown-menu {
	top: 73px;
	border-left: 0;
	padding: 0;
	min-width: 320px;
	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 {
	display: none
}

.woocommerce .cart-dropdown.cart-popup .dropdown-menu .quantity,
.cart-dropdown.cart-popup .dropdown-menu .quantity {
	font-size: 13px
}

.woocommerce .cart-dropdown.cart-popup .dropdown-menu ul,
.cart-dropdown.cart-popup .dropdown-menu ul {
	padding: 0 !important;
	overflow: inherit !important;
	overflow-y: auto !important;
	margin-bottom: 15px;
	max-height: 450px;
	display: block !important
}

.woocommerce .cart-dropdown.cart-popup .dropdown-menu ul li,
.cart-dropdown.cart-popup .dropdown-menu ul li {
	padding: 10px 0 10px 10px;
	margin: 0 !important;
	position: relative;
	width: 100%;
	list-style: none;
	clear: both;
	float: left;
	border-bottom: 1px solid #f5f5f5
}

.woocommerce .cart-dropdown.cart-popup .dropdown-menu ul li:last-child,
.cart-dropdown.cart-popup .dropdown-menu ul li:last-child {
	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: 5px 20px;
	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 {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 8px 10px;
	color: #fff;
	background: var(--tb-theme-color);
	border-bottom: 3px solid var(--tb-theme-color-darken)
}

.woocommerce .cart-dropdown.cart-popup .dropdown-menu ul.cart_empty a.wc-continue:hover,
.cart-dropdown.cart-popup .dropdown-menu ul.cart_empty a.wc-continue:hover {
	background: var(--tb-theme-color-second);
	border-bottom-color: var(--tb-theme-color-second-darken)
}

.woocommerce .cart-dropdown.cart-popup .dropdown-menu .product-image,
.cart-dropdown.cart-popup .dropdown-menu .product-image {
	float: left;
	width: 84px;
	margin-right: 15px
}

.woocommerce .cart-dropdown.cart-popup .dropdown-menu .product-details,
.cart-dropdown.cart-popup .dropdown-menu .product-details {
	margin: 10px 0 0 0;
	max-width: 300px
}

.woocommerce .cart-dropdown.cart-popup .dropdown-menu .product-details .product-name,
.cart-dropdown.cart-popup .dropdown-menu .product-details .product-name {
	display: block;
	font-size: 13px
}

.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;
	line-height: inherit;
	overflow: initial
}

.woocommerce .cart-dropdown.cart-popup .dropdown-menu .product-details .woocommerce-Price-amount,
.cart-dropdown.cart-popup .dropdown-menu .product-details .woocommerce-Price-amount {
	font-weight: bold;
	line-height: 20px
}

.woocommerce .cart-dropdown.cart-popup .dropdown-menu .remove,
.cart-dropdown.cart-popup .dropdown-menu .remove {
	border: 0;
	padding: 0;
	color: #ccc !important;
	background: transparent;
	display: inline-block
}

.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-weight: bold;
	font-size: 16px;
	padding: 5px 20px
}

.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;
	padding: 0 20px 28px;
	text-align: center
}

.woocommerce .cart-dropdown.cart-popup .dropdown-menu p.buttons a,
.cart-dropdown.cart-popup .dropdown-menu p.buttons a {
	border: 0;
	font-weight: bold;
	color: #fff !important;
	background: var(--tb-theme-color);
	border-bottom: 3px solid var(--tb-theme-color-darken);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px
}

.woocommerce .cart-dropdown.cart-popup .dropdown-menu p.buttons a:hover,
.woocommerce .cart-dropdown.cart-popup .dropdown-menu p.buttons a.checkout,
.cart-dropdown.cart-popup .dropdown-menu p.buttons a:hover,
.cart-dropdown.cart-popup .dropdown-menu p.buttons a.checkout {
	background: var(--tb-theme-color-second);
	border-color: var(--tb-theme-color-second-darken)
}

.woocommerce .cart-dropdown.cart-popup .dropdown-menu p.buttons a i,
.cart-dropdown.cart-popup .dropdown-menu p.buttons a i {
	margin-right: 5px
}

.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 {
	font-weight: bold;
	display: inline-block
}

#tbay-top-cart .dropdown-content {
	border-bottom: 1px solid #f5f5f5
}

#tbay-top-cart .tbay-total-condition-desc,
.tbay-bottom-cart .tbay-total-condition-desc {
	text-align: right
}

.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
}

.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;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms
}

.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, 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: 13px
}

.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.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;
	font-size: 13px;
	line-height: 1.7
}

.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-style: italic
}

.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 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-weight: bold;
	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;
	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;
	margin-bottom: 5px;
	padding: 8px 10px;
	min-width: 60%;
	font-size: 13px;
	text-transform: uppercase
}

.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: 20px;
	font-weight: 700;
	padding: 0 35px 0 0;
	text-transform: uppercase
}

.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;
	color: #000;
	font-size: 13px;
	display: block
}

.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: block;
	border-radius: 13px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	-ms-border-radius: 13px;
	-o-border-radius: 13px;
	border: 1px solid #f5f5f5;
	overflow: hidden;
	text-align: center
}

.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: bold
}

.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;
	font-size: 14px;
	max-width: 140px;
	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
}

.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 {
	margin-bottom: 3px
}

.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: 11px;
	text-align: right;
	font-weight: 500;
	color: #000;
	font-size: 15px
}

.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 {
	display: inline-block;
	color: var(--tb-theme-color);
	font-weight: 700
}

.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: 13px;
	margin-top: 20px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 8px 10px;
	color: #fff;
	background: #86a66c ;
	border-bottom: 3px solid #86a66c ;
	display: block;
	max-width: 260px
}

.tbay-dropdown-cart a.wc-continue:hover,
#tbay-top-cart a.wc-continue:hover,
.tbay-bottom-cart a.wc-continue:hover,
.cart-popup a.wc-continue:hover {
	background: #a89776;
	border-bottom-color: #a89776;
}

.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;
	padding: 0 0 1px 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-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;
	font-weight: 400 !important;
	color: #232323 !important
}

.tbay-dropdown-cart .mini_cart_content a.remove i,
#tbay-top-cart .mini_cart_content a.remove i,
.tbay-bottom-cart .mini_cart_content a.remove i,
.cart-popup .mini_cart_content a.remove i {
	display: block;
	line-height: 25px;
	font-weight: bold
}

.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>.dropdown-content .mini_cart_content a.remove i,
#tbay-top-cart>.dropdown-content .mini_cart_content a.remove i,
.tbay-bottom-cart>.dropdown-content .mini_cart_content a.remove i,
.cart-popup>.dropdown-content .mini_cart_content a.remove i {
	line-height: 23px;
	display: block
}

.tbay-dropdown-cart:after,
#tbay-top-cart:after,
.tbay-bottom-cart:after,
.cart-popup:after {
	content: "";
	background: rgba(0, 0, 0, 0.66);
	position: fixed;
	z-index: -1;
	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: 30px;
	left: auto;
	top: 30px;
	color: #ccc
}

.tbay-dropdown-cart.v2 .offcanvas-close i,
#tbay-top-cart.v2 .offcanvas-close i,
.tbay-bottom-cart.v2 .offcanvas-close i,
.cart-popup.v2 .offcanvas-close i {
	font-size: 22px
}

.tbay-dropdown-cart.v2 .heading-title,
#tbay-top-cart.v2 .heading-title,
.tbay-bottom-cart.v2 .heading-title,
.cart-popup.v2 .heading-title {
	font-size: 18px
}

.tbay-dropdown-cart.v2 .total,
#tbay-top-cart.v2 .total,
.tbay-bottom-cart.v2 .total,
.cart-popup.v2 .total {
	text-align: left
}

.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;
	-o-transition: all .2s;
	transition: all .2s;
	font-size: 16px;
	overflow-y: auto;
	width: 328px;
	z-index: 9999;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
	padding: 30px 0
}

.tbay-dropdown-cart.v2 .dropdown-content .mini_cart_content a.remove,
#tbay-top-cart.v2 .dropdown-content .mini_cart_content a.remove,
.tbay-bottom-cart.v2 .dropdown-content .mini_cart_content a.remove,
.cart-popup.v2 .dropdown-content .mini_cart_content a.remove {
	color: #ccc !important
}

.tbay-dropdown-cart.v2 .dropdown-content .mini_cart_content a.remove:hover,
#tbay-top-cart.v2 .dropdown-content .mini_cart_content a.remove:hover,
.tbay-bottom-cart.v2 .dropdown-content .mini_cart_content a.remove:hover,
.cart-popup.v2 .dropdown-content .mini_cart_content a.remove:hover {
	color: #000 !important
}

.tbay-dropdown-cart.v2 .dropdown-content .widget-header-cart,
#tbay-top-cart.v2 .dropdown-content .widget-header-cart,
.tbay-bottom-cart.v2 .dropdown-content .widget-header-cart,
.cart-popup.v2 .dropdown-content .widget-header-cart {
	padding: 0 20px 20px;
	border-bottom: 1px solid #f5f5f5
}

@media(max-width:992px) {

	.tbay-dropdown-cart.v2 .dropdown-content .widget-header-cart,
	#tbay-top-cart.v2 .dropdown-content .widget-header-cart,
	.tbay-bottom-cart.v2 .dropdown-content .widget-header-cart,
	.cart-popup.v2 .dropdown-content .widget-header-cart {
		padding-bottom: 0
	}
}

@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 0;
		border-bottom: 0;
		text-transform: none
	}

	.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 {
		right: 20px;
		top: 15px;
		font-size: 12px
	}

	.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-details a.remove,
	#tbay-top-cart.v2 .dropdown-content .product-details a.remove,
	.tbay-bottom-cart.v2 .dropdown-content .product-details a.remove,
	.cart-popup.v2 .dropdown-content .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 .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;
		line-height: 39px;
		padding-top: 0;
		padding-bottom: 0
	}

	.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: 0
}

.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-top: 0;
	margin-bottom: 0;
	float: left;
	width: 100%;
	padding: 10px 20px;
	border-bottom: 1px solid #f5f5f5
}

.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: 160px
}

.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 {
	font-size: 13px;
	overflow: visible;
	float: none !important;
	border: 0;
	display: inline;
	font-style: italic
}

.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: relative;
	top: auto;
	left: auto;
	right: auto;
	border: 0;
	padding: 0;
	color: #ccc;
	-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: 22px;
	width: 26px;
	display: inline-block;
	text-align: center;
	margin-top: 15px
}

.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: 110px;
	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: 108px;
	margin-bottom: 30px;
	padding: 0 30px
}

@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: 50px;
		padding-left: 15px;
		padding-right: 15px
	}
}

.tbay-dropdown-cart.v2 .group-button p.buttons,
#tbay-top-cart.v2 .group-button p.buttons,
.tbay-bottom-cart.v2 .group-button p.buttons,
.cart-popup.v2 .group-button p.buttons {
	display: block;
	max-width: 260px
}

.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: 13px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 8px 10px;
	color: #fff;
	background: #86a66c;
	border: 0;
	border-bottom: 3px solid #86a66c;
	display: block;
	margin-bottom: 6px
}

.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: #a89776;
	border-color: #a89776;
}

.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: normal;
	font-size: 13px;
	margin: 0 8px 0 0
}

.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
}

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.active-admin-bar .product-canvas-sidebar .content {
	top: 32px
}

.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, 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 #f5f5f5;
	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
}

@media(max-width:767px) {

	.more_products,
	.tbay-pagination-load-more,
	.show-view-all {
		margin-bottom: 30px
	}
}

.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: 37px;
	color: #fff;
	background: var(--tb-theme-color);
	border-bottom: 3px solid var(--tb-theme-color-darken);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px
}

.more_products a:hover,
.tbay-pagination-load-more a:hover,
.show-view-all a:hover {
	background: var(--tb-theme-color-second) !important;
	color: #fff;
	border-color: var(--tb-theme-color-second-darken)
}

.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, 0.4) url(../../../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
}

.woocommerce .star-rating {
	margin: auto 0;
	overflow: hidden;
	position: relative;
	width: 80px;
	height: 14px;
	line-height: 1.2em;
	font-family: "star";
	font-size: 12px
}

.woocommerce .star-rating:before {
	content: "SSSSS";
	letter-spacing: 4px !important;
	width: 100%;
	font-size: 12px
}

.woocommerce .star-rating span:before {
	content: "SSSSS";
	top: 0;
	position: absolute;
	left: 0;
	right: auto;
	color: #ffc02a;
	letter-spacing: 4px !important;
	width: 100%;
	font-size: 12px
}

.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;
	width: 100%;
	padding-bottom: 8px
}

.tbay-filter:before,
.tbay-filter:after {
	content: " ";
	display: table
}

.tbay-filter:after {
	clear: both
}

.tbay-filter .display-mode {
	float: left
}

.tbay-filter .change-view {
	background: #fff;
	padding: 0;
	margin-right: 10px;
	margin-left: auto;
	border: 1px solid #f5f5f5;
	color: #bbb;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	line-height: 40px
}

.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-second);
	border-color: var(--tb-theme-color-second);
	-webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1)
}

.tbay-filter .change-view:focus {
	outline: 0
}

.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 #f5f5f5;
	z-index: 1;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px
}

.tbay-filter .woocommerce-ordering>span {
	float: left;
	margin-right: 10px;
	overflow: hidden;
	line-height: 40px
}

.tbay-filter .SumoSelect {
	float: right;
	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: '\e604';
	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
}

.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
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	width: 16px;
	height: 16px;
	border: 0;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.29);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.29)
}

.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: 13px !important
}

.cart_list .cart-item .amount {
	font-size: 13px !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: 14px !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:480px) {
	.shop_table .cart-bottom>.clearfix>* {
		width: auto;
		padding: 0;
		font-size: 13px;
		text-transform: capitalize
	}

	.shop_table .cart-bottom>.clearfix>*.continue-to-shop {
		padding: 0;
		display: inline-block
	}

	.shop_table .cart-bottom>.clearfix>*.update {
		width: auto;
		border: 0;
		float: right !important
	}

	.shop_table .cart-bottom>.clearfix>* a {
		padding: 0 10px;
		font-size: 13px;
		background: #f4f9fc;
		font-weight: 600;
		border: 0;
		padding: 0 14px !important
	}

	.shop_table .cart-bottom>.clearfix>* a:hover {
		background: var(--tb-theme-color);
		color: #fff
	}

	.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;
		text-align: center
	}

	.shop_table .cart-bottom>.clearfix>*.update {
		width: 100%;
		text-align: center
	}

	.shop_table .cart-bottom>.clearfix>* a {
		width: auto
	}

	.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;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	padding-bottom: 10px
}

.shop_table .cart_item span.product-thumbnail {
	max-width: 100px
}

@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:480px) {
	.shop_table .cart_item {
		display: block;
		padding-left: 85px;
		position: relative;
		background: #fff;
		border-bottom: 1px solid #f5f5f5;
		padding-bottom: 10px;
		margin-bottom: 10px;
		min-height: 114px
	}

	.shop_table .cart_item>span {
		display: inline-block !important
	}

	.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-price {
		float: left;
		padding-top: 8px
	}

	.shop_table .cart_item>span.product-name {
		float: left;
		width: 100%;
		padding-bottom: 10px;
		text-align: left;
		padding-right: 30px
	}

	.shop_table .cart_item>span.product-subtotal {
		position: relative;
		top: -13px;
		z-index: 0
	}

	.shop_table .cart_item>span.product-remove {
		position: absolute;
		right: 5px;
		top: 0
	}

	.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 {
		display: inline-block
	}

	.shop_table .cart_item>span.product-quantity .quantity {
		margin: 0 10px !important
	}

	.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;
		height: 36px;
		width: 55px
	}

	.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
}

.shop_table .cart_item>span .name {
	display: none !important
}

.shop_table .cart_item>span p {
	display: inline-block;
	font-weight: 500;
	margin-right: 3px;
	margin-bottom: 0
}

.shop_table .cart_item>span b {
	display: inline-block
}

.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: 500;
	padding-left: 50px;
	padding-right: 0
}

.shop_table a.remove {
	width: 30px;
	height: 30px;
	border: 1px solid #f5f5f5;
	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
}

@media(min-width:992px) {

	.cart_totals table tr th,
	.cart_totals table * tr th {
		max-width: 100px
	}
}

.cart_totals table tr td,
.cart_totals table * tr td {
	font-weight: 700
}

.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 {
	padding: 0 30px !important
}

.cart_totals table tr.shipping .shipping-calculator-form,
.cart_totals table * tr.shipping .shipping-calculator-form {
	width: 100%
}

.cart_totals table tr.shipping ul#shipping_method,
.cart_totals table * tr.shipping ul#shipping_method {
	float: none
}

.cart_totals .wc-proceed-to-checkout {
	display: inline-block
}

.return-to-shop {
	padding-top: 15px
}

.place-order {
	padding: 40px
}

.yith-wcwl-add-button>a i {
	margin: 0 !important;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold
}

.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 #f5f5f5;
	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;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	text-align: center;
	line-height: 42px
}

.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 {
	margin-right: 10px !important;
	overflow: inherit;
	text-align: left
}

@media(min-width:768px) and (max-width:991px) {

	.woocommerce .product-quantity .quantity,
	.woocommerce-page form.cart .quantity {
		min-width: 150px;
		margin-bottom: 15px !important
	}
}

.woocommerce .product-quantity .quantity .name,
.woocommerce-page form.cart .quantity .name {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	margin-right: 50px
}

@media(max-width:1600px) {

	.woocommerce .product-quantity .quantity .name,
	.woocommerce-page form.cart .quantity .name {
		margin-right: 20px
	}
}

@media(max-width:1199px) {

	.woocommerce .product-quantity .quantity .name,
	.woocommerce-page form.cart .quantity .name {
		display: none
	}
}

@media(min-width:991px) and (max-width:1599px) {

	.woocommerce .product-quantity .quantity,
	.woocommerce-page form.cart .quantity {
		float: none !important;
		margin: 0 0 15px !important
	}
}

.quantity .box {
	display: inline-block;
	-webkit-box-shadow: inset 0 3px 7px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 3px 7px 0 rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	padding: 0 30px
}

@media(max-width:767px) {
	.quantity .box {
		padding: 0 10px;
		min-width: 110px
	}

	.quantity .box button.minus,
	.quantity .box button.plus {
		width: 30px
	}
}

.woocommerce .product-quantity .group_table .quantity .name,
.woocommerce-page form.cart .group_table .quantity .name {
	display: none;
	margin-right: 10px
}

@media(max-width:1199px) {

	.woocommerce .product-quantity .group_table .quantity .name,
	.woocommerce-page form.cart .group_table .quantity .name {
		display: none
	}
}

.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty {
	height: 42px;
	border: 0 !important;
	background: transparent;
	width: 30px;
	padding: 0;
	font-weight: 400;
	font-size: 13px;
	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 40px 0 0;
	position: relative;
	background: #fff
}

.woocommerce div.product .woocommerce-tabs.tabs-v1 ul.tabs:before {
	content: '';
	background: #f5f5f5;
	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: #f5f5f5;
	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 {
	border: 0
}

.woocommerce div.product .woocommerce-tabs.tabs-v1 ul.tabs li:hover a {
	border-color: transparent
}

.woocommerce div.product .woocommerce-tabs.tabs-v1 ul.tabs li>a {
	color: #232323;
	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 #f5f5f5 !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 #f5f5f5;
	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 #f5f5f5
}

.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: #f5f5f5;
	border-right-color: #f5f5f5
}

.woocommerce div.product .woocommerce-tabs.tabs-v1.vertical-tabs .tab-content {
	border: 1px solid #f5f5f5;
	border-left: 0;
	min-height: 300px
}

.woocommerce div.product .woocommerce-tabs.tabs-v1 .wc-tab {
	padding: 20px 40px;
	border: 1px solid #f5f5f5;
	min-height: 250px
}

.widget.upsells .widget-title,
.widget.related .widget-title {
	color: #000;
	font-size: 15px;
	margin: 0;
	padding-bottom: 10px;
	text-transform: uppercase;
	text-align: left
}

.widget.upsells .widget-title span,
.widget.related .widget-title span {
	padding: 0
}

.widget.upsells .widget-title span:after,
.widget.related .widget-title span:after {
	display: none
}

.widget.upsells .woocommerce-product-gallery,
.widget.related .woocommerce-product-gallery {
	padding: 0 !important
}

.widget.upsells .owl-carousel,
.widget.related .owl-carousel {
	padding: 0 !important
}

.widget.upsells .owl-carousel .slick-arrow,
.widget.related .owl-carousel .slick-arrow {
	top: -20px;
	border: 0;
	font-size: 15px;
	background: transparent;
	opacity: 1;
	filter: alpha(opacity=100)
}

@media(max-width:599px) {

	.widget.upsells .owl-carousel .slick-arrow,
	.widget.related .owl-carousel .slick-arrow {
		top: -30px
	}
}

.widget.upsells .owl-carousel .slick-arrow.slick-prev,
.widget.related .owl-carousel .slick-arrow.slick-prev {
	right: 25px;
	left: auto
}

.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:hover,
.widget.related .owl-carousel .slick-arrow:hover {
	background: transparent;
	color: var(--tb-theme-color)
}

.widget.upsells .product-block.grid,
.widget.related .product-block.grid {
	margin-bottom: 0;
	margin-top: 10px
}

.widget.upsells .add-cart .product_type_external,
.widget.upsells .add-cart .product_type_grouped,
.widget.upsells .add-cart .add_to_cart_button,
.widget.upsells .add-cart a.button,
.widget.upsells .add-cart a.added_to_cart,
.widget.related .add-cart .product_type_external,
.widget.related .add-cart .product_type_grouped,
.widget.related .add-cart .add_to_cart_button,
.widget.related .add-cart a.button,
.widget.related .add-cart a.added_to_cart {
	padding: 0 20px !important
}

@media(max-width:599px) {

	.widget.upsells .add-cart .product_type_external,
	.widget.upsells .add-cart .product_type_grouped,
	.widget.upsells .add-cart .add_to_cart_button,
	.widget.upsells .add-cart a.button,
	.widget.upsells .add-cart a.added_to_cart,
	.widget.related .add-cart .product_type_external,
	.widget.related .add-cart .product_type_grouped,
	.widget.related .add-cart .add_to_cart_button,
	.widget.related .add-cart a.button,
	.widget.related .add-cart a.added_to_cart {
		text-transform: inherit;
		letter-spacing: 0;
		padding: 0 10 !important
	}
}

.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;
	min-height: unset;
	-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: 125px !important;
	width: auto
}

.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: 0 !important;
	bottom: 6px
}

.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
}

.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 .woocommerce-product-gallery {
		padding-left: 90px
	}

	.style-vertical .woocommerce-product-gallery.no-gallery-image {
		padding: 0 !important
	}

	.style-vertical .woocommerce-product-gallery .flex-control-nav {
		position: absolute;
		top: 30px;
		left: 0;
		right: auto;
		width: 80px;
		padding: 0
	}
}

@media(min-width:1599px) {
	.style-vertical .woocommerce-product-gallery {
		padding-left: 140px
	}

	.style-vertical .woocommerce-product-gallery .flex-control-nav {
		width: 130px
	}
}

.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: 140px
	}

	.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;
		width: 120px
	}

	.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
}

.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: 195px !important
}

@media(max-width:1600px) {
	.style-horizontal.horizontal-top .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
		top: 190px !important
	}
}

@media(max-width:1599px) {
	.style-horizontal.horizontal-top .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
		top: 170px !important
	}
}

@media(max-width:1199px) {
	.style-horizontal.horizontal-top .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
		top: 195px !important
	}
}

@media(max-width:991px) {
	.style-horizontal.horizontal-top .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
		top: 130px !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-viewport {
	border: 1px solid #f5f5f5;
	border-radius: 13px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	-ms-border-radius: 13px;
	-o-border-radius: 13px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.fulltext .panel {
	border: 0
}

.fulltext h3.widget-title {
	font-size: 15px;
	text-transform: uppercase;
	margin: 0 0 20px;
	line-height: 3.333;
	border-bottom: 2px solid #f5f5f5
}

.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: #ddd;
	width: 30px;
	height: 30px;
	pointer-events: all;
	-webkit-transition: all 500ms;
	-o-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%);
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms
}

.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: '\e605';
	text-indent: 0;
	font-size: 20px;
	font-weight: normal;
	display: block
}

.flex-control-nav .slick-arrow.owl-next:after {
	content: "\e606"
}

.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: 5px !important;
	padding: 0
}

.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: -30px
}

.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;
	margin-top: 30px
}

#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 {
	margin: 0;
	padding-bottom: 10px;
	font-size: 13px;
	text-transform: uppercase
}

#reviews .reviews-summary ul.list-unstyled {
	border: 1px solid #f5f5f5;
	border-radius: 13px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	-ms-border-radius: 13px;
	-o-border-radius: 13px;
	padding: 20px;
	margin: 0
}

@media(max-width:321px) {
	#reviews .reviews-summary ul.list-unstyled {
		padding: 5px
	}
}

#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 var(--tb-theme-color-second);
	color: var(--tb-theme-color-second);
	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 .comments {
	border: 0;
	padding-top: 0;
	padding: 0
}

@media(max-width:992px) {
	#reviews .comments {
		padding: 0
	}
}

#reviews .comments .commentlist .comment {
	margin-bottom: 20px
}

#reviews .comments .commentlist .tbay-avata {
	width: 100px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden
}

#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%;
	margin: 0;
	float: none !important;
	overflow: hidden
}

#reviews .comments .commentlist .tbay-avata .tbay-author {
	color: #000;
	font-weight: 700;
	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.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: var(--tb-theme-color-second);
	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 .description {
	font-style: italic
}

#reviews .comments .commentlist .comment-text .star-rating {
	margin: 10px 0;
	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.comment-form-email,
#reviews .review_form_wrapper #respond p.comment-form-author {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

#reviews .review_form_wrapper #respond p.comment-form-email input:focus,
#reviews .review_form_wrapper #respond p.comment-form-author input:focus {
	-webkit-box-shadow: inset 0 2px 10px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 2px 10px 0 rgba(0, 0, 0, 0.15)
}

#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
}

#reviews .review_form_wrapper #respond #comment,
#reviews .review_form_wrapper #respond input[type="text"] {
	background-color: #fff;
	border: solid 1px #f5f5f5;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	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: 10px 0;
	background: #eee;
	height: 15px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	-webkit-box-shadow: inset 0 3px 7px 0 rgba(0, 0, 0, 0.08);
	box-shadow: inset 0 3px 7px 0 rgba(0, 0, 0, 0.08);
	max-width: 300px
}

#reviews .progress .progress-bar {
	color: #222;
	font-size: 10px;
	line-height: 15px
}

#reviews .progress .progress-bar.progress-bared {
	color: #222
}

#reviews .progress .progress-bar-success {
	background-image: -moz-linear-gradient(-169deg, #86a66c 0, #ff8f2b 100%);
	background-image: -webkit-linear-gradient(-169deg, #86a66c 0, #ff8f2b 100%);
	background-image: -ms-linear-gradient(-169deg, #86a66c 0, #ff8f2b 100%);
	background-size: auto
}

#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 .tb-cart-total {
	clear: both;
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #eee;
	margin: 20px 0
}

@media(max-width:767px) {
	.woocommerce .tb-cart-total {
		width: 100%;
		margin-top: 60px
	}
}

.woocommerce .tb-cart-total .cart_totals {
	max-width: 450px
}

.woocommerce .cart_totals {
	margin-bottom: 44px
}

@media(max-width:767px) {
	.woocommerce .cart_totals {
		padding: 10px 15px 0
	}
}

.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 #f5f5f5;
	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 {
	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) {
	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 .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
}

.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 input {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	height: 43px
}

.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 #f5f5f5;
	position: relative
}

@media(max-width:480px) {
	.woocommerce-checkout form.checkout {
		padding: 15px
	}
}

.woocommerce-checkout form.checkout h3 {
	text-transform: uppercase;
	margin: 0 0 5px;
	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
}

.woocommerce-checkout .checkbox input[type="checkbox"] {
	position: static;
	margin: 0
}

#order_review .shop_table:before,
#order_review .shop_table:after {
	content: " ";
	display: table
}

#order_review .shop_table:after {
	clear: both
}

@media(max-width:480px) {
	#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 {
		padding-top: 8px;
		margin: 0 8px
	}

	#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 {
	text-align: left
}

#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_item>span.product-name {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start
}

#order_review .shop_table .cart_item>span.product-name .variation {
	margin: 0
}

#order_review .shop_table .cart_totals {
	margin: 15px 0 !important;
	line-height: 30px;
	padding: 20px;
	background: #f5f5f5;
	max-width: 450px
}

@media(max-width:480px) {
	#order_review .shop_table .cart_totals {
		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: 100px
}

#order_review .shop_table .cart_totals>div>span {
	font-weight: 700;
	float: right
}

.order-payment h3 {
	margin-bottom: 20px !important
}

.details-review .order-review {
	margin-top: 20px
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background: rgba(235, 233, 235, 0.35);
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	padding-bottom: 30px
}

#add_payment_method #payment:before,
#add_payment_method #payment:after,
.woocommerce-cart #payment:before,
.woocommerce-cart #payment:after,
.woocommerce-checkout #payment:before,
.woocommerce-checkout #payment:after {
	content: " ";
	display: table
}

#add_payment_method #payment:after,
.woocommerce-cart #payment:after,
.woocommerce-checkout #payment:after {
	clear: both
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
	margin: 0 0 0 20px !important;
	float: left;
	position: relative;
	padding: 0 !important;
	min-width: 250px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

#add_payment_method #payment div.form-row a,
.woocommerce-cart #payment div.form-row a,
.woocommerce-checkout #payment div.form-row a {
	color: var(--tb-theme-color);
	text-decoration: underline
}

#add_payment_method #payment div.form-row a:hover,
.woocommerce-cart #payment div.form-row a:hover,
.woocommerce-checkout #payment div.form-row a:hover {
	text-decoration: none
}

#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-top: 20px;
	float: none
}

.woocommerce #payment .terms,
.woocommerce #payment .wc-terms-and-conditions,
.woocommerce-page #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions {
	float: 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,
.mvx-dashboard.woocommerce form.login {
	border: 0;
	margin: 0;
	padding: 0;
	border-radius: 0
}

.woocommerce-account #main-content .woocommerce form.login>p,
.woocommerce-account #main-content .woocommerce form.login>div,
.mvx-dashboard.woocommerce form.login>p,
.mvx-dashboard.woocommerce form.login>div {
	max-width: 600px;
	margin: 0 auto !important;
	padding: 0
}

@media(max-width:479px) {

	.woocommerce-account #main-content .woocommerce form.login>p,
	.woocommerce-account #main-content .woocommerce form.login>div,
	.mvx-dashboard.woocommerce form.login>p,
	.mvx-dashboard.woocommerce form.login>div {
		max-width: 100%;
		padding: 0 !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,
.mvx-dashboard.woocommerce form.login>p.form-row-wide label,
.mvx-dashboard.woocommerce form.login>div.form-row-wide label {
	margin-right: 10px;
	font-weight: 500
}

.woocommerce-account #main-content .woocommerce form.login>p.form-row-wide input,
.woocommerce-account #main-content .woocommerce form.login>div.form-row-wide input,
.mvx-dashboard.woocommerce form.login>p.form-row-wide input,
.mvx-dashboard.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: #f5f5f5
}

.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,
.mvx-dashboard.woocommerce form.login>p.form-row-wide input:focus,
.mvx-dashboard.woocommerce form.login>div.form-row-wide input:focus {
	-webkit-box-shadow: 0 5px 21px rgba(0, 0, 0, 0.14);
	box-shadow: 0 5px 21px rgba(0, 0, 0, 0.14)
}

.woocommerce-account #main-content .woocommerce form.login>p a,
.woocommerce-account #main-content .woocommerce form.login>div a,
.mvx-dashboard.woocommerce form.login>p a,
.mvx-dashboard.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,
.mvx-dashboard.woocommerce form.login>p a:hover,
.mvx-dashboard.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,
.mvx-dashboard.woocommerce form.login .rememberme,
.mvx-dashboard.woocommerce form.login .lost_password,
.mvx-dashboard.woocommerce form.login .creat-account {
	line-height: 30px
}

.woocommerce-account #main-content .woocommerce input[type="checkbox"],
.mvx-dashboard.woocommerce input[type="checkbox"] {
	width: 11px;
	line-height: 1;
	margin: 0 10px 0 0;
	vertical-align: middle
}

.woocommerce-account #main-content .woocommerce button[type="submit"],
.woocommerce-account #main-content .woocommerce input[type="submit"],
.mvx-dashboard.woocommerce button[type="submit"],
.mvx-dashboard.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
}

.woocommerce-account #main-content .woocommerce form.register,
.mvx-dashboard.woocommerce form.register {
	max-width: 600px;
	margin: 0 auto;
	border: 0
}

.woocommerce-account #main-content .woocommerce form.register .form-row,
.mvx-dashboard.woocommerce form.register .form-row {
	position: relative;
	padding: 0
}

.woocommerce-account #main-content .woocommerce form.register .form-row input,
.mvx-dashboard.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: #f5f5f5
}

.woocommerce-account #main-content .woocommerce form.register .form-row input:focus,
.mvx-dashboard.woocommerce form.register .form-row input:focus {
	-webkit-box-shadow: 0 5px 21px rgba(0, 0, 0, 0.14);
	box-shadow: 0 5px 21px rgba(0, 0, 0, 0.14);
	border-color: #f5f5f5
}

.woocommerce-account #main-content .woocommerce form.register .form-row input.button,
.mvx-dashboard.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: 30px
}

.yith-wcqv-wrapper #yith-quick-view-content div.product p.cart {
	float: none
}

.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 .summary {
	width: 100%
}

.yith-wcqv-wrapper #yith-quick-view-content .summary .tbay-compare,
.yith-wcqv-wrapper #yith-quick-view-content .summary .tbay-wishlist {
	display: none
}

.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 {
	margin-right: 10px !important;
	margin-left: auto
}

.yith-wcqv-wrapper #yith-quick-view-content .summary form.cart .variations select {
	border-color: #f5f5f5;
	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 .single_variation_wrap .woocommerce-variation {
	-webkit-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
	-o-transform: translate(0, -10px);
	transform: translate(0, -10px)
}

.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 .stock {
	max-width: 540px;
	margin-bottom: 30px
}

.yith-wcqv-wrapper #yith-quick-view-content .summary #shop-now {
	float: left;
	margin-right: -100px;
	margin-bottom: -20px
}

.yith-wcqv-wrapper #yith-quick-view-content .summary #shop-now>.quantity {
	margin-bottom: 20px
}

.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: 39px;
	font-size: 13px;
	text-transform: uppercase;
	border-bottom: 3px solid var(--tb-theme-color-darken);
	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:hover {
	border-color: var(--tb-theme-color-second-darken)
}

.yith-wcqv-wrapper #yith-quick-view-content .summary .single_add_to_cart_button:before {
	display: block;
	float: left;
	content: "\e04f";
	color: #fff;
	text-align: center;
	font-family: 'simple-line-icons';
	font-size: 16px;
	margin-right: 11px;
	min-width: 14px
}

@media(min-width:768px) and (max-width:991px) {
	.yith-wcqv-wrapper #yith-quick-view-content .summary .quantity .name {
		display: none
	}
}

.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
}

@media(max-width:599px) {
	.all-subcategories>li {
		width: 50%
	}
}

.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.added {
	background: var(--tb-theme-color) !important
}

.woocommerce div.product div.images.tbay-gallery-varible {
	margin-bottom: 0
}

.products-grid .tbay-variations {
	top: 0;
	left: 10px;
	position: absolute
}

.woocommerce div.product form.cart {
	margin: 0
}

.woocommerce div.product form.cart.tbay-variations {
	margin-top: 10px
}

.woocommerce div.product form.cart .variations {
	margin-bottom: 0
}

.woocommerce div.product form.cart .reset_variations {
	margin-left: 10px
}

.tbay-variations .reset_variations {
	font-size: 12px !important;
	font-style: italic;
	color: #4e4e4e
}

.tbay-variations .reset_variations:hover,
.tbay-variations .reset_variations:focus {
	color: var(--tb-theme-color)
}

.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, 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;
	-o-transition: all .2s;
	transition: all .2s;
	font-size: 16px;
	overflow-y: auto;
	width: 350px;
	z-index: 9999;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
	padding: 30px 40px
}

.product-canvas-sidebar .product-canvas-close {
	position: absolute;
	right: 15px;
	left: auto;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 25px;
	z-index: 1;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background: var(--tb-theme-color);
	color: #fff;
	top: 15px
}

.product-canvas-sidebar .product-canvas-close:hover {
	background: #222
}

body.canvas-right .button-canvas-sidebar {
	right: 0;
	left: auto
}

.button-canvas-sidebar {
	padding: 0 15px;
	line-height: 40px;
	background: transparent;
	border: 1px solid #f5f5f5;
	position: fixed;
	left: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	width: 40px;
	height: 40px;
	padding: 0;
	z-index: 100;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px
}

.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
	}

	body.canvas-left .tbay-filter .button-canvas-sidebar>span {
		left: 10px
	}
}

@media(max-width:767px) {
	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, 0.1);
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
	position: relative;
	padding: 25px 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
}

.woof_container h4 {
	margin-bottom: 30px
}

[class*="multi-viewed-"] .widget .widget-title {
	font-size: 16px;
	color: #000;
	text-align: left;
	font-weight: 700;
	padding: 0 0 7px 0;
	line-height: inherit;
	position: relative
}

[class*="multi-viewed-"] .widget .widget-title:after {
	content: "";
	width: 50px;
	height: 2px;
	position: absolute;
	bottom: -2px;
	left: 0;
	background: #86a66c
}

[class*="multi-viewed-"] .widget.widget_media_image {
	margin-bottom: 30px !important
}

@media screen and (max-width:767px) {
	[class*="multi-viewed-"] .widget.widget_media_image {
		margin-top: 10px !important;
		margin-bottom: 10px !important
	}
}

[class*="multi-viewed-"] .owl-carousel {
	padding: 0 !important
}

[class*="multi-viewed-"] .owl-carousel .slick-arrow {
	top: -44px;
	border: 0;
	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
}

.woof_list_label .woof_label_term {
	padding: 0 4px
}

[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;
	border: 0;
	overflow: inherit !important;
	border-radius: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-ms-border-radius: none;
	-o-border-radius: none
}

[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: 31% !important;
	float: left;
	margin: 0 2% 10px 0;
	border: 1px solid #f5f5f5;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	overflow: hidden
}

[class*="style-gallery"] .woocommerce-product-gallery[data-columns="2"] .woocommerce-product-gallery__wrapper>div {
	width: 48% !important;
	float: left;
	margin: 0 2% 10px 0;
	border: 1px solid #f5f5f5;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	overflow: hidden
}

[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;
	border: 1px solid #f5f5f5;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	overflow: hidden
}

[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;
	background-color: #fcfcfc
}

.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 .image-mains .woocommerce-product-gallery__wrapper>div:last-child {
	margin: 0
}

.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 .image-mains .images {
	background-color: #fcfcfc
}

.style-carousel .wc-tabs-wrapper {
	clear: both
}

.style-carousel .slick-slider {
	margin-left: -15px;
	margin-right: -15px
}

@media(max-width:767px) {
	.style-carousel .slick-slider {
		margin-left: 0;
		margin-right: 0
	}
}

.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: inline-block
}

.style-carousel .information .yith-wcwl-add-to-wishlist {
	float: none !important
}

.filter-bar .tbay-filter {
	display: flex;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	padding: 0;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 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 #f5f5f5
}

.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 #f5f5f5;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0
}

.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 {
	top: 20%
}

.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: 10px
	}
}

.style-slide .tbay-popup,
.style-carousel .tbay-popup {
	width: 45px;
	height: 45px;
	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: 2em;
	z-index: 9;
	box-sizing: content-box;
	background: #fff
}

.style-slide .tbay-popup:before,
.style-carousel .tbay-popup:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #000;
	border-radius: 100%;
	position: absolute;
	top: 9px;
	box-sizing: content-box;
	content: '\e023';
	border: 0;
	top: 0;
	left: 0;
	right: auto;
	font-family: 'simple-line-icons';
	width: 100%;
	height: 100%;
	text-align: center
}

.tbay-addon-video {
	position: relative
}

.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
}

.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.right a img {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.product-nav>.link-images>.psnav.left a img {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.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, 0.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 {
	text-align: center
}

.widget_deals_products .widget-title,
.widget_deals_products .product {
	text-align: left
}

.widget_deals_products .widget-title:hover,
.widget_deals_products .product:hover {
	z-index: 100
}

.widget_deals_products .inner-countdown .product-block.grid {
	margin: 0
}

.widget_deals_products .woocommerce span.onsale .featured {
	display: none
}

.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
}

.widget_deals_products .products-grid-v2 .slick-slider .slick-dots,
.widget_deals_products .products-inner-countdown-v2 .slick-slider .slick-dots {
	margin-top: 30px !important
}

.widget_deals_products .products-grid-v2 .products-grid .row>div,
.widget_deals_products .products-inner-countdown-v2 .products-grid .row>div {
	padding: 0 15px
}

.widget_deals_products .products-grid-v2 .product-block,
.widget_deals_products .products-inner-countdown-v2 .product-block {
	margin-bottom: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	background: transparent;
	width: 100%
}

.widget_deals_products .products-grid-v2 .product-block .image,
.widget_deals_products .products-inner-countdown-v2 .product-block .image {
	border: 0
}

.widget_deals_products .products-grid-v2 .product-block .product-content,
.widget_deals_products .products-inner-countdown-v2 .product-block .product-content {
	display: flex;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	margin-bottom: 20px;
	background: #fff
}

.widget_deals_products .products-grid-v2 .product-block .product-content>div,
.widget_deals_products .products-inner-countdown-v2 .product-block .product-content>div {
	float: left
}

.widget_deals_products .products-grid-v2 .product-block .block-inner,
.widget_deals_products .products-inner-countdown-v2 .product-block .block-inner {
	width: 45%
}

.widget_deals_products .products-grid-v2 .product-block:hover,
.widget_deals_products .products-inner-countdown-v2 .product-block:hover {
	-webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.11);
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.11);
	background: #fff
}

.widget_deals_products .products-grid-v2 .product-block:hover .product-content,
.widget_deals_products .products-inner-countdown-v2 .product-block:hover .product-content {
	border-color: transparent
}

.widget_deals_products .products-grid-v2 .product-block:hover .block-inner,
.widget_deals_products .products-inner-countdown-v2 .product-block:hover .block-inner {
	-webkit-box-shadow: none;
	box-shadow: none
}

.widget_deals_products .products-grid-v2 .product-block:hover .groups-button-image,
.widget_deals_products .products-inner-countdown-v2 .product-block:hover .groups-button-image {
	bottom: 38px
}

@media(max-width:599px) {

	.widget_deals_products .products-grid-v2 .product-block:hover .groups-button-image,
	.widget_deals_products .products-inner-countdown-v2 .product-block:hover .groups-button-image {
		bottom: 0
	}
}

.widget_deals_products .products-grid-v2 .product-block:hover .add-cart,
.widget_deals_products .products-inner-countdown-v2 .product-block:hover .add-cart {
	bottom: -5px
}

.widget_deals_products .products-grid-v2 .product-block .time,
.widget_deals_products .products-inner-countdown-v2 .product-block .time {
	position: static;
	text-align: left;
	padding: 20px 0
}

@media(max-width:599px) {

	.widget_deals_products .products-grid-v2 .product-block .time,
	.widget_deals_products .products-inner-countdown-v2 .product-block .time {
		position: relative;
		top: 0;
		padding: 0;
		text-align: left;
		left: 0;
		right: auto
	}
}

.widget_deals_products .products-grid-v2 .product-block .add-cart,
.widget_deals_products .products-inner-countdown-v2 .product-block .add-cart {
	bottom: -30px
}

@media(max-width:1599px) {

	.widget_deals_products .products-grid-v2 .product-block .add-cart,
	.widget_deals_products .products-inner-countdown-v2 .product-block .add-cart {
		padding: 0 10px
	}

	.widget_deals_products .products-grid-v2 .product-block .add-cart .product_type_external,
	.widget_deals_products .products-grid-v2 .product-block .add-cart .product_type_grouped,
	.widget_deals_products .products-grid-v2 .product-block .add-cart .add_to_cart_button,
	.widget_deals_products .products-grid-v2 .product-block .add-cart a.button,
	.widget_deals_products .products-grid-v2 .product-block .add-cart a.added_to_cart,
	.widget_deals_products .products-inner-countdown-v2 .product-block .add-cart .product_type_external,
	.widget_deals_products .products-inner-countdown-v2 .product-block .add-cart .product_type_grouped,
	.widget_deals_products .products-inner-countdown-v2 .product-block .add-cart .add_to_cart_button,
	.widget_deals_products .products-inner-countdown-v2 .product-block .add-cart a.button,
	.widget_deals_products .products-inner-countdown-v2 .product-block .add-cart a.added_to_cart {
		padding: 0 !important;
		width: 100%
	}
}

@media(max-width:991px) {

	.widget_deals_products .products-grid-v2 .product-block .add-cart .product_type_external i,
	.widget_deals_products .products-grid-v2 .product-block .add-cart .product_type_grouped i,
	.widget_deals_products .products-grid-v2 .product-block .add-cart .add_to_cart_button i,
	.widget_deals_products .products-grid-v2 .product-block .add-cart a.button i,
	.widget_deals_products .products-grid-v2 .product-block .add-cart a.added_to_cart i,
	.widget_deals_products .products-inner-countdown-v2 .product-block .add-cart .product_type_external i,
	.widget_deals_products .products-inner-countdown-v2 .product-block .add-cart .product_type_grouped i,
	.widget_deals_products .products-inner-countdown-v2 .product-block .add-cart .add_to_cart_button i,
	.widget_deals_products .products-inner-countdown-v2 .product-block .add-cart a.button i,
	.widget_deals_products .products-inner-countdown-v2 .product-block .add-cart a.added_to_cart i {
		display: none
	}
}

.widget_deals_products .products-grid-v2 .product-block .groups-button-image,
.widget_deals_products .products-inner-countdown-v2 .product-block .groups-button-image {
	bottom: 55px
}

@media(max-width:599px) {

	.widget_deals_products .products-grid-v2 .product-block .groups-button-image,
	.widget_deals_products .products-inner-countdown-v2 .product-block .groups-button-image {
		bottom: 0
	}
}

.widget_deals_products .products-grid-v2 .product-block .caption,
.widget_deals_products .products-inner-countdown-v2 .product-block .caption {
	padding: 25px 30px 0 0;
	width: 55%
}

.widget_deals_products .products-grid-v2 .product-block .caption .name,
.widget_deals_products .products-inner-countdown-v2 .product-block .caption .name {
	display: block;
	margin: 0 0 5px
}

@media(max-width:599px) {

	.widget_deals_products .products-grid-v2 .product-block .woocommerce-product-details__short-description,
	.widget_deals_products .products-inner-countdown-v2 .product-block .woocommerce-product-details__short-description {
		display: none
	}
}

.widget_deals_products .products-inner-countdown-v2 .product-block .product-content {
	margin: 0
}

.widget_deals_products .products-inner-countdown-v2 .product-block .description {
	margin: 0
}

.widget_deals_products .products-inner-countdown-v2 .product-block .stock {
	margin-bottom: 30px
}

.widget_deals_products .products-inner-countdown-v2 .product-block .groups-button-image {
	bottom: 0;
	width: 100%
}

@media(max-width:599px) {
	.widget_deals_products .products-inner-countdown-v2 .product-block .groups-button-image {
		bottom: 45px
	}
}

.widget_deals_products .products-inner-countdown-v2 .product-block .caption {
	padding: 25px 15px 0 0
}

.widget_deals_products .products-inner-countdown-v2 .product-block .caption .name {
	margin-bottom: 5px
}

.widget_deals_products .products-inner-countdown-v2 .product-block .add-cart {
	bottom: 0
}

.widget_deals_products .products-inner-countdown-v2 .product-block:hover .groups-button-image {
	bottom: 75px
}

@media(max-width:599px) {
	.widget_deals_products .products-inner-countdown-v2 .product-block:hover .groups-button-image {
		bottom: 45px
	}
}

.widget_deals_products .products-inner-countdown-v2 .product-block:hover .add-cart {
	bottom: 30px
}

@media(max-width:599px) {

	.widget_deals_products .product-block .stock:before,
	.widget_deals_products .product-block .stock:after {
		content: " ";
		display: table
	}

	.widget_deals_products .product-block .stock:after {
		clear: both
	}

	.widget_deals_products .product-block .stock>span {
		font-size: 12px
	}

	.widget_deals_products .product-block .stock .tb-sold {
		float: left
	}

	.widget_deals_products .product-block .stock .progress {
		float: left;
		width: 100%;
		margin: 0 !important
	}
}

.woocommerce #yith-wcwl-form {
	margin: 0;
	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
}

.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(5, 20%)
}

@media(max-width:1200px) {
	.woocommerce table.wishlist_table tbody {
		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%)
	}
}

.woocommerce table.wishlist_table tbody tr {
	float: left;
	display: inline-grid;
	padding-right: 15px;
	padding-left: 15px;
	position: relative
}

.woocommerce table.wishlist_table tbody tr td {
	padding-left: 15px;
	padding-right: 15px
}

.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-add-to-cart .add-cart a {
	padding: 0 10px 0 0
}

.woocommerce table.wishlist_table tbody tr .product-remove {
	position: absolute;
	top: 0;
	right: 15px;
	left: auto;
	padding: 0;
	line-height: inherit
}

.woocommerce table.wishlist_table tbody tr .product-remove a {
	width: 25px;
	height: 25px;
	font-size: 18px;
	background: #fff;
	line-height: 25px
}

.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 30px
}

.woocommerce table.wishlist_table .product-add-to-cart .add-cart {
	display: inline-block
}

.woocommerce table.wishlist_table .product-add-to-cart .add-cart a {
	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 {
	background: transparent !important;
	color: var(--tb-theme-color) !important;
	line-height: inherit !important;
	padding: 0 !important;
	border: 0
}

#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 {
	min-height: 361px
}

.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;
	vertical-align: sub
}

.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: "\e007"
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
	content: "\e04e"
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
	content: "\e083"
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
	content: "\e096"
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
	content: "\e025"
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
	content: "\e005"
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--become-a-vendor a:before {
	content: "\e080"
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
	content: "\e065"
}

.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, 0.14);
	box-shadow: 0 5px 21px 0 rgba(0, 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: 40%;
	margin-bottom: 0;
	padding: 10px 0
}

.select2-container--default .select2-selection--single {
	text-align: left
}

@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 #f5f5f5
}

::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: '\e604';
	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: '\e607'
}

.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;
	background: transparent
}

.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;
	width: 30px;
	height: 30px;
	text-indent: -99999px;
	background-image: none !important;
	transition: all 150ms ease 0s;
	-webkit-transition: all 150ms ease 0s;
	-moz-transition: all 150ms ease 0s;
	background-color: transparent
}

#cboxClose:before {
	font-family: 'FontAwesome';
	content: "\f00d";
	display: block;
	border: 1px solid #f5f5f5;
	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 .description ul {
	list-style: none
}

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 {
	border: 0;
	background-color: var(--tb-theme-color);
	border-bottom: 3px solid var(--tb-theme-color-darken);
	color: #fff;
	padding: 0 30px;
	line-height: 43px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
	display: inline-block;
	letter-spacing: 1px
}

body table.compare-list .add-to-cart td a.button:hover {
	background: var(--tb-theme-color-second);
	border-bottom-color: var(--tb-theme-color-second-darken)
}

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
}

table.compare-list .add-to-cart td .add-cart a:not(.unstyled_button).added_to_cart.wc-forward {
	color: #fff;
	line-height: 35px;
	padding: 0 35px;
	text-transform: uppercase;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	font-size: 13px;
	letter-spacing: 1px;
	border: 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	color: #fff;
	background: var(--tb-theme-color-second);
	border-bottom: 3px solid var(--tb-theme-color-second-darken);
	font-family: var(--tb-text-primary-font)
}

.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 {
	display: none !important
}

body.tbay-body-woocommerce-catalog-mod .yith-compare {
	display: none !important
}

.price_slider_wrapper {
	padding-top: 15px
}

.row-active-full .widget.related .slick-slide {
	padding: 0 0 20px
}

.row-active-full .widget.related .product-block.grid {
	border: 1px solid #f5f5f5;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	padding: 5px;
	margin: 20px 0 0
}

@media(max-width:767px) {
	.row-active-full .widget.related .product-block.grid {
		margin-top: 10px
	}
}

.row-active-full .widget.related .product-block.grid .product-content:before,
.row-active-full .widget.related .product-block.grid .product-content:after {
	content: " ";
	display: table
}

.row-active-full .widget.related .product-block.grid .product-content:after {
	clear: both
}

.row-active-full .widget.related .product-block.grid .product-content>div {
	float: left
}

.row-active-full .widget.related .product-block.grid .block-inner {
	max-width: 90px;
	margin-right: 15px;
	position: static
}

.row-active-full .widget.related .product-block.grid .block-inner .name {
	display: none
}

.row-active-full .widget.related .product-block.grid .add-cart {
	display: none !important
}

.row-active-full .widget.related .product-block.grid .image {
	border: 0
}

.row-active-full .widget.related .product-block.grid .image .out-stock {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 10px
}

.row-active-full .widget.related .product-block.grid .caption {
	padding: 20px 0 0
}

.row-active-full .widget.related .product-block.grid .caption .name {
	display: block;
	font-size: 13px;
	text-align: left;
	line-height: 1.538;
	margin: 0;
	min-height: auto
}

.row-active-full .widget.related .product-block.grid .price {
	text-align: left
}

.row-active-full .widget.related .product-block.grid .groups-button-image,
.row-active-full .widget.related .product-block.grid .variations,
.row-active-full .widget.related .product-block.grid ul.show-brand {
	display: none
}

.row-active-full .widget.related .product-block.grid span.onsale {
	position: absolute;
	top: 10px;
	left: 5px
}

.row-active-full .widget.related .product-block.grid span.onsale .featured {
	display: none
}

.row-active-full .widget.related .product-block.grid:hover {
	-webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.11);
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.11)
}

.row-active-full .widget.related .product-block.grid:hover .block-inner {
	-webkit-box-shadow: none;
	box-shadow: none
}

.row-active-full .widget.related .product-block.grid:hover .add-cart {
	bottom: 30px
}

@media(max-width:599px) {
	.row-active-full .widget.related .product-block.grid .product-content>div {
		float: left;
		width: auto
	}

	.row-active-full .widget.related .product-block.grid .block-inner,
	.row-active-full .widget.related .product-block.grid .caption {
		width: 100%
	}

	.row-active-full .widget.related .product-block.grid .caption {
		padding: 0
	}
}

@media(min-width:992px) and (max-width:1599px) {
	.row-active-full .widget.related .slick-slide>.product {
		width: 23%;
		float: left;
		margin-right: 2%
	}
}

@media(min-width:768px) and (max-width:991px) {
	.row-active-full .widget.related .slick-slide>.product {
		width: 48%;
		float: left;
		margin-right: 2%
	}
}

.row-active-full .product-quantity .quantity .name,
.row-active-full form.cart .quantity .name {
	margin-right: 20px
}

.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, 0.7);
	box-shadow: 0 12px 10px 2px rgba(238, 238, 238, 0.7)
}

.product-block .image .out-of-stock {
	text-align: center;
	padding: 12px 0 !important;
	background: rgba(255, 255, 255, 0.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: 62px;
	margin: 0 0 0 15px
}

.tbay-gallery-varible .woocommerce-product-gallery__trigger {
	display: none
}

.navbar-offcanvas .navbar-nav>li.open .hitarea:after,
.navbar-offcanvas .navbar-nav>li.active .hitarea:after,
.navbar-offcanvas .navbar-nav>li.collapsable .hitarea:after {
	color: #333 !important
}

.navbar-offcanvas .navbar-nav>li.collapsable>.hitarea:after,
.navbar-offcanvas .navbar-nav>li.active>.hitarea:after {
	color: #fff !important
}

.navbar-offcanvas li.expandable>.hitarea:after {
	content: "\e095" !important
}

.navbar-offcanvas .menu-item-has-children .dropdown-menu .dropdown-menu {
	left: 0;
	padding-left: 15px
}

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
}

.woof_products_top_panel li a {
	line-height: 42px;
	display: inherit
}

@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(2n+1) {
		clear: both
	}
}

@media(max-width:767px) {
	html.html-mmenu .product-top-sidebar {
		margin-top: 30px
	}
}

.tbay-to-top {
	z-index: 1
}

#secondary {
	display: none
}

.tax-dc_vendor_shop #main {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 100%
}

@media(min-width:768px) {
	.tax-dc_vendor_shop #main {
		width: 750px
	}
}

@media(min-width:992px) {
	.tax-dc_vendor_shop #main {
		width: 970px
	}
}

@media(min-width:1200px) {
	.tax-dc_vendor_shop #main {
		width: 1200px
	}
}

@media(min-width:1400px) {
	.tax-dc_vendor_shop #main {
		width: 1450px
	}
}

@media(min-width:1620px) {
	.tax-dc_vendor_shop #main {
		width: 1650px
	}
}

.single-product .image-mains span.onsale {
	position: absolute;
	top: 15px;
	left: 25px
}

@media(max-width:767px) {
	.single-product .image-mains span.onsale {
		left: 0
	}
}

.single-product .image-mains span.onsale .saled+.featured {
	position: static;
	display: block;
	margin-top: 5px
}

.style-vertical .image-mains span.onsale {
	left: 165px !important
}

@media(max-width:1024px) {
	.style-vertical .image-mains span.onsale {
		left: 20px !important
	}
}

@media(max-width:767px) {
	.style-vertical .image-mains span.onsale {
		left: 10px !important
	}
}

@media(min-width:1024px) {
	.style-vertical.vertical-right .image-mains span.onsale {
		left: 80px !important;
		top: 27px
	}
}

.style-horizontal.horizontal-top .image-mains span.onsale {
	top: 195px;
	left: 25px
}

@media(max-width:1600px) and (min-width:1025px) {
	.style-horizontal.horizontal-top .image-mains span.onsale {
		top: 230px
	}
}

@media(max-width:768px) {
	.style-horizontal.horizontal-top .image-mains span.onsale {
		top: 150px
	}
}

@media(max-width:1600px) and (min-width:1025px) {
	.style-horizontal.horizontal-top div.images .woocommerce-product-gallery__trigger {
		top: 230px !important
	}
}

@media(max-width:768px) {
	.style-horizontal.horizontal-top div.images .woocommerce-product-gallery__trigger {
		top: 150px !important
	}
}

@media(max-width:767px) {
	.style-slide .tbay-slider-for .slick-arrow.owl-next {
		right: 0
	}

	.tbay-slider-for .slick-arrow {
		top: 50% !important
	}

	.singular-shop div.product.style-slide .image-mains .images>.slick-slider {
		position: relative
	}

	.style-slide .tbay-slider-for .slick-arrow.owl-prev {
		left: 0
	}

	.style-horizontal.horizontal-top .woocommerce-product-gallery .flex-control-nav.slick-initialized {
		margin-bottom: -50px !important
	}
}

.single-product .style-carousel .image-mains span.onsale {
	width: 100%;
	left: 0;
	top: 30px
}

.single-product .style-carousel .woocommerce-product-details__short-description ul {
	display: inline-block
}

.tbay-gallery-varible .zoomImg {
	display: none !important
}

.widget_deals_products .woocommerce-product-gallery__trigger {
	display: none !important
}

.tbay-bottom-cart .content {
	padding: 23px 30px
}

.woocommerce div.product form.tbay-variations .variations select {
	display: none
}

ul.show-brand li a {
	background: white
}

.tbay-variations .out-of-stock {
	display: none
}

.cross-sells div.images.tbay-gallery-varible {
	opacity: 1 !important
}

body.modal-open .mm-slideout {
	z-index: unset
}

@media(min-width:1600px) {
	#quickview-carousel .carousel-inner>.item {
		max-width: 450px
	}
}

.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-category-image {
	position: relative
}

#tbay-category-image .category-inside {
	position: static
}

#tbay-category-image .category-inside ul.tbay-menu-category>li.aligned-fullwidth {
	position: static
}

#tbay-category-image .category-inside ul.tbay-menu-category>li.aligned-fullwidth:hover>.dropdown-menu,
#tbay-category-image .category-inside ul.tbay-menu-category>li.aligned-fullwidth:focus>.dropdown-menu {
	display: block
}

#tbay-category-image .category-inside ul.tbay-menu-category>li.aligned-fullwidth>.dropdown-menu {
	width: 100% !important;
	left: 0
}

#tbay-category-image .category-inside ul.tbay-menu-category>li.aligned-fullwidth>.dropdown-menu .dropdown-menu-inner {
	max-width: 1650px;
	margin: 0 auto;
	padding: 0 15px
}

#tbay-category-image .category-inside ul.tbay-menu-category>li.aligned-fullwidth:after {
	display: none
}

#tbay-category-image .category-inside ul.tbay-menu-category>li.aligned-fullwidth .dropdown-menu .widgettitle {
	font-weight: 700;
	margin: 0 0 6px;
	font-size: 14px !important;
	color: #17181a;
	padding-bottom: 16px;
	text-align: left;
	line-height: normal;
	border-bottom: 1px solid #f5f5f5
}

#tbay-category-image .category-inside ul.tbay-menu-category>li.aligned-fullwidth .dropdown-menu .widget ul li {
	border: 0;
	display: block;
	font-weight: normal;
	text-transform: capitalize;
	text-align: left;
	padding: 0 0 0 16px;
	line-height: 30px;
	font-size: 13px;
	font-weight: 500;
	border-bottom: 1px solid #f5f5f5;
	position: relative;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	margin-top: 9px
}

#tbay-category-image .category-inside ul.tbay-menu-category>li.aligned-fullwidth .dropdown-menu .widget ul li:before {
	left: 0;
	right: auto;
	bottom: 0;
	position: absolute;
	font-family: 'simple-line-icons';
	content: "\e606";
	font-style: normal;
	font-size: 12px;
	line-height: 30px;
	color: #ccc
}

.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.woocommerce div.product .information form.cart .variations {
	width: 100% !important
}

.wvs-css .information .variations_form .woo-variation-items-wrapper {
	width: 83%
}

.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
	width: auto;
	min-width: 30px;
	padding: 0 7px 1px;
	border: 1px solid #f5f5f5;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px
}

.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item span:before {
	content: '';
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-box-shadow: 0 7px 18px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 7px 18px 0 rgba(0, 0, 0, 0.2);
	position: absolute;
	width: 106%;
	height: 106%;
	left: -3%;
	right: auto;
	top: -3%;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	z-index: -1
}

.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item span:after {
	display: none !important
}

.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item:hover span:before,
.wvs-css .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected span:before {
	opacity: 1;
	filter: alpha(opacity=100)
}

.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).color-variable-item.selected .variable-item-span-color:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	width: 6px;
	height: 10px;
	display: block;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	position: absolute;
	top: 9px;
	left: 12px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0
}

.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 .tbay-variations {
	margin-top: 20px;
	margin-right: 10px
}

.wvs-css .tbay-variations .variations td {
	line-height: 16px !important
}

.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 {
	min-width: 14px;
	padding: 0 3px 2px
}

.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
}

.wvs-css .tbay-variations .variable-items-wrapper li:before,
.wvs-css .tbay-variations .variable-items-wrapper li:after {
	display: none
}

.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
}

@media(max-width:767px) {
	.woocommerce #yith-wcwl-form .wishlist-empty {
		padding: 0 5px
	}

	.woocommerce #yith-wcwl-form table.wishlist_table tbody tr {
		margin-bottom: 20px
	}

	.widget-features .feature-box-group,
	.widget-features.style1 .feature-box-group,
	.widget-features.style2 .feature-box-group,
	.widget-features.style3 .feature-box-group {
		display: block
	}

	.widget-features.style1 .feature-box-group .feature-box {
		float: none;
		margin-bottom: 10px
	}

	.widget-features.style2 .feature-box-group .feature-box {
		float: none;
		margin: 10px
	}

	.widget-features.style1 .feature-box-group {
		margin-bottom: 20px
	}

	.widget-features.style2 .fbox-content .ourservice-heading,
	.widget-features.style1 .fbox-content .ourservice-heading {
		font-size: 18px;
		line-height: normal;
		margin-top: 10px
	}

	.widget-features .ourservice-content,
	.widget-features .description {
		font-size: 14px
	}

	.widget.title-about .description {
		padding: 0 10px
	}

	.widget.widget-text-heading.title-about3 {
		padding: 10px 10px 0 !important;
		margin-bottom: 10px
	}

	.about-sub,
	.testimonials-body .description {
		max-width: 95%
	}

	.widget-features.contact-us {
		padding-top: 10px
	}

	.widget-features.contact-us .feature-box-group .feature-box {
		padding: 10px
	}

	.contact-form3 .widget.widget-text-heading {
		padding: 60px 10px 0 !important
	}

	.contact-form3 .widget.widget-text-heading.no-bg-title .widget-title,
	.contact-form3 .widget.widget-text-heading.no-bg-title .widget-title .subtitle {
		text-align: center
	}

	.contact-3 div.wpcf7 {
		padding-left: 10px;
		padding-right: 10px
	}

	.vc_toggle .vc_toggle_title {
		padding: 10px 20px 10px 10px;
		line-height: 26px
	}

	.form-horizontal .form-group {
		margin-left: 0;
		margin-right: 0
	}

	#main-content .vc_row[data-vc-full-width],
	#tbay-footer .vc_row[data-vc-full-width] {
		padding: 10px !important
	}
}

.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
}

.row-active-full .widget.related .product-block.grid .block-inner {
	float: left !important
}

.row-active-full .widget.related .product-block.grid .product-content>div {
	float: none
}

@media(max-width:767px) {
	#reviews .comments .commentlist .tbay-avata {
		float: left !important;
		padding: 0;
		max-width: 75px
	}

	#reviews .reviews-summary ul.commentlist.list-unstyled {
		padding: 10px
	}

	#reviews .reviews-summary ul.commentlist li {
		padding: 0
	}

	#reviews .reviews-summary ul.commentlist li .tbay-avata {
		float: left !important
	}

	#reviews .reviews-summary ul.commentlist li .media-body {
		padding-top: 0;
		padding-left: 15px
	}

	#reviews .reviews-summary ul.commentlist li .media-body .verified {
		display: none
	}
}

.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
	}
}

@media(min-width:992px) {
	.woocommerce-account .woocommerce table.shop_table td {
		text-align: left
	}
}

@media(max-width:767px) {
	.iframe-container>iframe {
		width: 100% !important
	}

	.tbay-show-cart-mobile .product-block.product-special .add-cart {
		margin-top: 20px
	}

	.tbay-show-cart-mobile .product-block.product-special .add-cart .added_to_cart {
		font-size: 13px;
		width: auto;
		padding: 0 35px !important
	}

	.tbay-show-cart-mobile .product-block.product-special .add-cart .added_to_cart:before {
		display: none
	}
}

@media(max-width:767px) {
	.style-carousel .slick-initialized .slick-slide.zoom {
		pointer-events: none
	}
}

.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%
	}
}

.tbay-search-results .ui-autocomplete.ui-widget-content .group {
	display: block
}

.tbay-search-results .ui-autocomplete.ui-widget-content .group .name a {
	font-family: var(--tb-text-primary-font)
}

.tbay-search-results .ui-autocomplete.ui-widget-content li {
	float: left;
	width: 100%
}

.tbay-search-results .ui-autocomplete.ui-widget-content li.ui-state-focus {
	background: transparent;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	margin: 0
}

.tbay-search-results .ui-autocomplete.ui-widget-content li>a {
	float: left
}

.tbay-search-results .ui-autocomplete.ui-widget-content li.list-header {
	width: 100%;
	line-height: 44px;
	height: unset
}

.tbay-search-results .ui-autocomplete.ui-widget-content li.list-header a {
	float: right;
	margin-left: 3px;
	height: unset
}

.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: 39px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	letter-spacing: 1px;
	border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-ms-border-radius: 4px !important;
	-o-border-radius: 4px !important;
	float: left
}

@media(max-width:767px) {
	.singular-shop div.product .information .single_add_to_cart_button.added+a {
		margin-right: 10px
	}
}

.singular-shop div.product .information .single_add_to_cart_button.added+a.disabled {
	background: #000
}

.singular-shop div.product .information .single_add_to_cart_button.added+a:hover,
.singular-shop div.product .information .single_add_to_cart_button.added+a:focus {
	background: var(--tb-theme-color-second);
	border-bottom: 3px solid var(--tb-theme-color-second-darken)
}

.singular-shop div.product .information .single_add_to_cart_button.added+a:before {
	display: block;
	float: left;
	content: "\e04f";
	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-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;
	border-top-color: var(--tb-theme-color)
}

input#ywqa-submit-question {
	background-color: #86a66c;
	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
}

.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 .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
	width: auto;
	min-width: 30px;
	padding: 0 7px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px
}

.wvs-css .variable-items-wrapper {
	padding-bottom: 15px
}

.wvs-css.woo-variation-swatches-pro .variable-items-wrapper {
	margin-bottom: 5px
}

@media(max-width:767px) {
	.wvs-css.woo-variation-swatches-pro .variable-items-wrapper {
		padding-bottom: 5px
	}
}

.wvs-css.woo-variation-swatches-pro .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.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: '\e082';
	margin-right: 5px;
	color: red
}

.wvs-css.woo-variation-swatches-pro .wvs-archive-variation-wrapper .reset_variations a:hover {
	color: red !important
}

.wvs-css.woo-variation-swatches-pro .variable-item-span-color:after {
	display: none !important
}

.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
}

.woocommerce div.product form.cart .reset_variations {
	border: 1px solid #eee;
	padding: 2px 7px;
	margin: 0 0 10px;
	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: '\e082';
	margin-right: 5px;
	color: red
}

.woocommerce div.product form.cart .reset_variations:hover {
	color: red
}

.woocommerce div.product form.cart.tbay-variations .reset_variations {
	float: left;
	border: 0;
	padding: 0 5px
}

.woocommerce div.product form.cart.tbay-variations .reset_variations::before {
	display: inline-block;
	font-family: 'simple-line-icons';
	font-weight: normal;
	font-style: normal;
	letter-spacing: normal;
	text-rendering: auto;
	content: '\e082';
	margin-right: 5px;
	color: red
}

.woocommerce div.product .product-block.list .tbay-variations .reset_variations::before {
	display: inline-block;
	font-family: 'simple-line-icons';
	font-weight: normal;
	font-style: normal;
	letter-spacing: normal;
	text-rendering: auto;
	content: '\e082';
	margin-right: 5px;
	color: red
}

.woof_list_label li {
	position: relative;
	margin-right: 12px !important;
	margin-bottom: 8px !important
}

.woof_list_label li .woof_label_count {
	top: -10px;
	right: -10px;
	margin: 0;
	z-index: 1
}

.woof_list_label .woof_label_term {
	width: auto;
	padding: 0 10px;
	background: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	font-size: 14px;
	line-height: 36px;
	height: 36px;
	padding: 0 18px;
	border: 1px solid #ddd;
	font-family: var(--tb-text-second-font);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.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 #f5f5f5;
	color: #bbb;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	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 #f5f5f5;
	padding: 9px 30px;
	text-align: right;
	display: none
}

@media(max-width:767px) {
	.sidebar-mobile-wrapper .widget-mobile-heading {
		display: block;
		padding-left: 0;
		padding-right: 0
	}
}

.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, 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,
	#tbay-main-content .dokan-store-sidebar {
		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-right .widget,
	#main-container .sidebar-mobile-wrapper .sidebar-left .widget,
	#tbay-main-content .dokan-store-sidebar .sidebar-right .widget,
	#tbay-main-content .dokan-store-sidebar .sidebar-left .widget {
		margin: 0 0 15px;
		padding-top: 0
	}

	#main-container .sidebar-mobile-wrapper .sidebar-right .widget.widget-woof,
	#main-container .sidebar-mobile-wrapper .sidebar-left .widget.widget-woof,
	#tbay-main-content .dokan-store-sidebar .sidebar-right .widget.widget-woof,
	#tbay-main-content .dokan-store-sidebar .sidebar-left .widget.widget-woof {
		padding: 0;
		margin: 10px 0
	}

	#main-container .sidebar-mobile-wrapper .sidebar,
	#tbay-main-content .dokan-store-sidebar .sidebar {
		margin: 0 !important
	}

	#main-container .sidebar-mobile-wrapper .sidebar>aside,
	#tbay-main-content .dokan-store-sidebar .sidebar>aside {
		padding: 5px 0;
		border-bottom: 1px solid #f5f5f5;
		float: left;
		width: 100%
	}

	#main-container .sidebar-mobile-wrapper .sidebar>aside:last-child,
	#tbay-main-content .dokan-store-sidebar .sidebar>aside:last-child {
		border: 0
	}

	#main-container .sidebar-mobile-wrapper .sidebar>aside .button,
	#tbay-main-content .dokan-store-sidebar .sidebar>aside .button {
		min-width: initial
	}

	#main-container .sidebar-mobile-wrapper .sidebar>aside .widget-title,
	#tbay-main-content .dokan-store-sidebar .sidebar>aside .widget-title {
		padding-top: 20px
	}

	#main-container .sidebar-mobile-wrapper .sidebar>aside.WOOF_Widget,
	#tbay-main-content .dokan-store-sidebar .sidebar>aside.WOOF_Widget {
		padding-left: 0;
		padding-right: 0
	}

	#main-container .sidebar-mobile-wrapper .sidebar>aside.WOOF_Widget ul.woof_list,
	#tbay-main-content .dokan-store-sidebar .sidebar>aside.WOOF_Widget ul.woof_list {
		background: transparent;
		padding: 0
	}

	#main-container .sidebar-mobile-wrapper .sidebar>aside.WOOF_Widget [class*="iradio_flat-"],
	#tbay-main-content .dokan-store-sidebar .sidebar>aside.WOOF_Widget [class*="iradio_flat-"] {
		top: 3px
	}

	#main-container .sidebar-mobile-wrapper .sidebar>aside.WOOF_Widget .price_slider_wrapper .ui-widget-content,
	#tbay-main-content .dokan-store-sidebar .sidebar>aside.WOOF_Widget .price_slider_wrapper .ui-widget-content {
		margin-left: 5px
	}

	#main-container .sidebar-mobile-wrapper .sidebar>aside.WOOF_Widget .woof_container h4,
	#tbay-main-content .dokan-store-sidebar .sidebar>aside.WOOF_Widget .woof_container h4 {
		margin-top: 25px !important
	}

	#main-container .sidebar-mobile-wrapper .sidebar>aside.WOOF_Widget .woof_submit_search_form_container,
	#tbay-main-content .dokan-store-sidebar .sidebar>aside.WOOF_Widget .woof_submit_search_form_container {
		padding: 0 15px;
		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)
	}
}

.yith-wcqv-wrapper #yith-quick-view-content .single_variation_wrap .woocommerce-variation {
	float: none
}

@media(max-width:599px) {
	.widget_deals_products .time {
		text-align: center
	}
}

#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
}

@media(max-width:767px) {
	.product-block.grid .block-inner .image {
		border-radius: 0 !important;
		-webkit-border-radius: 0 !important;
		-ms-border-radius: 0 !important;
		-o-border-radius: 0 !important
	}

	.popup-cart .image.pull-left {
		float: left !important
	}
}

@media(max-width:599px) {
	.widget_deals_products .time {
		text-align: center
	}
}

.woocommerce .header-v2 .cart-dropdown.cart-popup.open .dropdown-menu,
.header-v2 .cart-dropdown.cart-popup.open .dropdown-menu {
	top: 40px
}

.woocommerce .cart-dropdown.cart-popup .dropdown-menu p.buttons a,
.cart-dropdown.cart-popup .dropdown-menu p.buttons a {
	display: block
}

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

.woocommerce .woocommerce-product-rating .rate-sold:after {
	background-color: #f5f5f5;
	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%)
}

#shop-now.has-buy-now .tbay-buy-now {
	color: #fff;
	padding: 0 30px;
	line-height: 39px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	letter-spacing: 1px;
	border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-ms-border-radius: 4px !important;
	-o-border-radius: 4px !important;
	margin: 0 0 0 10px
}

#shop-now.has-buy-now .tbay-buy-now.disabled {
	pointer-events: auto
}

#shop-now.has-buy-now .tbay-buy-now:before {
	display: block;
	float: left;
	content: "\e04f";
	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:1199px) {
	#shop-now.has-buy-now .tbay-buy-now {
		margin: 15px 0 0 0;
		clear: both
	}
}

@media(max-width:991px) and (min-width:768px) {
	#shop-now.has-buy-now .tbay-buy-now {
		margin: 15px 0 0;
		clear: both
	}
}

@media(max-width:1599px) and (min-width:1025px) {
	#shop-now.has-buy-now>button {
		padding: 0 20px
	}

	#shop-now.has-buy-now .tbay-wishlist,
	#shop-now.has-buy-now .tbay-compare {
		margin-top: 15px
	}

	#shop-now.has-buy-now .tbay-wishlist {
		clear: both;
		margin-left: 0
	}
}

@media(max-width:1199px) {
	#shop-now.has-buy-now .tbay-wishlist {
		clear: unset;
		margin-left: 10px
	}
}

@media(max-width:1199px) and (min-width:768px) {

	#shop-now.has-buy-now .tbay-wishlist,
	#shop-now.has-buy-now .tbay-compare {
		margin-top: 15px
	}
}

@media(max-width:991px) and (min-width:768px) {
	#shop-now.has-buy-now .single_add_to_cart_button {
		font-size: 13px;
		width: auto
	}

	#shop-now.has-buy-now .single_add_to_cart_button:before {
		width: auto;
		margin: 0 11px 0 0
	}

	#shop-now.has-buy-now>button {
		padding: 0 20px
	}
}

@media(max-width:767px) {
	#shop-now.has-buy-now .tbay-wishlist {
		margin-left: 0
	}
}

@media(max-width:1599px) and (min-width:992px) {
	#shop-now.has-buy-now .quantity {
		float: left !important;
		margin: 0 10px 0 0 !important
	}
}

#shop-now.has-buy-now .quantity .name {
	display: none
}

@media(max-width:767px) {
	#shop-now.has-buy-now .tbay-buy-now.button {
		position: fixed;
		z-index: 1000;
		bottom: 0;
		top: auto;
		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);
		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-bottom: 0;
		font-weight: normal
	}

	#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: "\e04f";
		font-family: 'simple-line-icons';
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 18px;
		top: 0;
		line-height: 50px;
		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;
		width: 1px;
		height: 30px;
		background-color: #fff;
		top: 50%;
		transform: translate(0, -50%);
		min-width: unset;
		display: block
	}

	#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: "\e04f";
		font-family: 'simple-line-icons';
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 18px;
		top: 0;
		line-height: 50px;
		position: absolute;
		left: 0;
		right: 0
	}

	#shop-now.has-buy-now .single_add_to_cart_button:before {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		width: 1px;
		height: 30px;
		background-color: #fff;
		top: 50%;
		transform: translate(0, -50%);
		min-width: unset
	}

	#shop-now.has-buy-now .single_add_to_cart_button.loading:after {
		font-family: WooCommerce !important;
		content: "\e01c";
		vertical-align: top;
		font-weight: 400;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		font-size: 18px
	}
}

@media(min-width:1601px) {

	.singular-shop.col-lg-9 #shop-now.has-buy-now .tbay-wishlist,
	.singular-shop.archive-full .row-active-full .col-xlg-9 #shop-now.has-buy-now .tbay-wishlist {
		clear: both;
		margin-left: 0
	}

	.singular-shop.col-lg-9 #shop-now.has-buy-now .tbay-wishlist,
	.singular-shop.col-lg-9 #shop-now.has-buy-now .tbay-compare,
	.singular-shop.archive-full .row-active-full .col-xlg-9 #shop-now.has-buy-now .tbay-wishlist,
	.singular-shop.archive-full .row-active-full .col-xlg-9 #shop-now.has-buy-now .tbay-compare {
		margin-top: 15px
	}
}

@media(max-width:1600px) and (min-width:768px) {

	.singular-shop.col-lg-9 #shop-now.has-buy-now .tbay-buy-now.button,
	.singular-shop.archive-full .row-active-full .col-xlg-9 #shop-now.has-buy-now .tbay-buy-now.button {
		clear: both;
		margin: 15px 0 0 0
	}

	.singular-shop.col-lg-9 #shop-now.has-buy-now .tbay-wishlist,
	.singular-shop.archive-full .row-active-full .col-xlg-9 #shop-now.has-buy-now .tbay-wishlist {
		clear: unset;
		margin-left: 10px
	}
}

.style-carousel #shop-now.has-buy-now .tbay-wishlist,
.style-carousel #shop-now.has-buy-now .tbay-compare {
	margin-top: 0
}

.style-carousel #shop-now.has-buy-now .tbay-wishlist {
	margin-left: 10px
}

@media(max-width:1199px) and (min-width:768px) {
	.style-carousel #shop-now.has-buy-now .tbay-buy-now {
		clear: unset;
		margin: 0 0 0 10px
	}
}

.yith-wcqv-wrapper #yith-quick-view-content .summary {
	padding-right: 0;
	padding-left: 0
}

.yith-wcqv-wrapper #yith-quick-view-content #shop-now.has-buy-now>button {
	padding: 0 20px
}

@media(min-width:769px) {
	.yith-wcqv-wrapper #yith-quick-view-content #shop-now.has-buy-now>button.tbay-buy-now {
		clear: unset;
		margin: 0 0 0 10px
	}
}

@media(min-width:768px) {
	.yith-wcqv-wrapper #yith-quick-view-content #shop-now.has-buy-now>button.tbay-buy-now {
		margin-top: 0
	}
}

#reviews .wcpr-stars-count .wcpr-row .wcpr-col-star {
	width: 80px;
	padding: 0
}

#reviews .wcpr-stars-count .wcpr-row .wcpr-col-process {
	width: calc(100% - 50px - 95px)
}

#reviews #comments .wcpr-overall-rating-and-rating-count .wcpr-overall-rating .wcpr-overall-rating-right .star-rating {
	width: 80px
}

#reviews .comments .review_form_wrapper #respond .comment-form-rating .stars a {
	font-size: 12px
}

@media(min-width:1200px) {
	.single-product .style-vertical #list-review-images {
		padding-left: 140px !important
	}

	#wcfm-main-contentainer .wcfm-membership-wrapper,
	.wcfmmp-store-page #wcfmmp-store {
		width: 1650px !important
	}
}

@media(max-width:480px) {
	#reviews .comments .review_form_wrapper #respond .comment-form-rating .stars {
		padding-left: 0;
		margin-top: 20px;
		display: block
	}

	#reviews .comments .review_form_wrapper #respond .comment-form-rating .stars a {
		margin-right: 0
	}
}

.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 span:before {
	font-size: 12px
}

.products .product-block .wcfmmp_sold_by_container {
	text-align: left
}

.products .product-block .wcfmmp_sold_by_container+.rating {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.woocommerce-product-search input.search-field {
	width: 100%;
	padding: 9px;
	border: 1px solid #ddd;
	outline: 0
}

.widget.sidebar-box .star-rating {
	margin-bottom: 5px
}

#enquiry_form.wcfm_popup_wrapper .wcfm_popup_button {
	background: var(--tb-theme-color);
	border-bottom: 3px solid var(--tb-theme-color-darken);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	outline: 0
}

#enquiry_form.wcfm_popup_wrapper .wcfm_popup_button:hover {
	background: var(--tb-theme-color-second) !important;
	border-color: var(--tb-theme-color-second-darken)
}

#wcfmmp-store #reviews .reviews_add_area~.reviews_area {
	padding-top: 30px
}

#wcfmmp-store #reviews .reviews_add_area.wcfm_custom_hide~.reviews_area {
	padding-top: 0
}

#wcfmmp-store #reviews .add_review button {
	padding: 0 15px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	outline: 0
}

#wcfmmp-store .wcfmmp-store-policies .policies_area>div {
	margin-bottom: 30px
}

#wcfm-content #wcfm_membership_container input.wcfm_submit_button,
#wcfm-content #wcfm_membership_container a.wcfm_submit_button {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-bottom: 3px solid var(--tb-theme-color-darken)
}

#wcfm-content #wcfm_membership_container input.wcfm_submit_button:hover,
#wcfm-content #wcfm_membership_container input.wcfm_submit_button:focus,
#wcfm-content #wcfm_membership_container a.wcfm_submit_button:hover,
#wcfm-content #wcfm_membership_container a.wcfm_submit_button:focus {
	background: var(--tb-theme-color-second);
	border-bottom-color: var(--tb-theme-color-second-darken)
}

#wcfm_membership_container input.wcfm_submit_button:hover,
#wcfm_membership_container input.wcfm_submit_button:focus,
#wcfm_membership_container a.wcfm_submit_button:hover,
#wcfm_membership_container a.wcfm_submit_button:focus {
	border-color: var(--tb-theme-color-second)
}

.singular-shop .yith-wfbt-section {
	padding-left: 30px;
	padding-right: 30px
}

@media(min-width:1200px) {

	.singular-shop .yith-wfbt-section:before,
	.singular-shop .yith-wfbt-section:after {
		background: transparent
	}
}

.related.widget .owl-carousel .product-block .caption {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column
}

.related.widget .owl-carousel .product-block .caption .wcfmmp_sold_by_wrapper {
	margin-bottom: 0
}

@media(max-width:1199px) {
	.singular-shop .yith-wfbt-section {
		padding-left: 0;
		padding-right: 0
	}
}

@media(max-width:767px) {
	.singular-shop .yith-wfbt-section .yith-wfbt-images .image-td:last-child:before {
		background: #f5f5f5
	}
}

#mvx-store-conatiner .mvx-store-locator-wrap input[type="submit"],
.woocommerce #reviews #mvx_vendor_reviews #review_form #respond .form-submit input,
.widget_mvx_quick_info .mvx-quick-info-wrapper #respond input#submit,
.mvx_regi_main .register button.button,
#mvx-store-conatiner input[type="submit"] {
	border: 0;
	border-bottom: 3px solid var(--tb-theme-color-darken);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px
}

#mvx-store-conatiner .mvx-store-locator-wrap input[type="submit"]:hover,
#mvx-store-conatiner .mvx-store-locator-wrap input[type="submit"]:focus,
.woocommerce #reviews #mvx_vendor_reviews #review_form #respond .form-submit input:hover,
.woocommerce #reviews #mvx_vendor_reviews #review_form #respond .form-submit input:focus,
.widget_mvx_quick_info .mvx-quick-info-wrapper #respond input#submit:hover,
.widget_mvx_quick_info .mvx-quick-info-wrapper #respond input#submit:focus,
.mvx_regi_main .register button.button:hover,
.mvx_regi_main .register button.button:focus,
#mvx-store-conatiner input[type="submit"]:hover,
#mvx-store-conatiner input[type="submit"]:focus {
	background: var(--tb-theme-color-second);
	border-color: var(--tb-theme-color-second-darken);
	color: #fff
}

.widget.mvx .product-categories a {
	line-height: 3
}

.widget.mvx .product-categories a+span {
	margin-left: 4px;
	margin-right: 0
}

.widget.mvx .product_list_widget span.product-title {
	font-weight: 600
}

.widget.mvx .product_list_widget .star-rating {
	margin: 7px 0
}

#qna-ask-input button#ask-qna {
	border: 0;
	border-bottom: 3px solid var(--tb-theme-color-darken);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	font-weight: 700
}

#qna-ask-input button#ask-qna:hover,
#qna-ask-input button#ask-qna:focus {
	background: var(--tb-theme-color-second);
	border-color: var(--tb-theme-color-second-darken)
}

#reviews .review_form_wrapper #respond p.form-submit input:hover,
#reviews .review_form_wrapper #respond p.form-submit input:focus {
	background: var(--tb-theme-color-second) !important
}

.woocommerce-account #main-content .woocommerce button[type="submit"]:hover,
.woocommerce-account #main-content .woocommerce button[type="submit"]:focus,
.woocommerce-account #main-content .woocommerce input[type="submit"]:hover,
.woocommerce-account #main-content .woocommerce input[type="submit"]:focus {
	background: var(--tb-theme-color-second)
}

.dashboard .wcv-dashboard-navigation~form input.btn-inverse[type="submit"] {
	border-bottom: 3px solid var(--tb-theme-color-darken)
}

.dashboard .wcv-dashboard-navigation~form input.btn-inverse[type="submit"]:hover,
.dashboard .wcv-dashboard-navigation~form input.btn-inverse[type="submit"]:focus {
	color: #fff;
	background: var(--tb-theme-color-second);
	border-color: var(--tb-theme-color-second-darken)
}

@media(min-width:992px) {
	.woocommerce-checkout form.checkout.checkout-column-two #order_review .shop_table .cart_item {
		padding: 15px
	}

	.woocommerce-checkout form.checkout.checkout-column-two #order_review .shop_table .cart_item>span {
		text-align: center
	}

	.woocommerce-checkout form.checkout.checkout-column-two #order_review .shop_table .cart_item>span.product-name {
		padding: 0;
		text-align: left
	}

	.woocommerce-checkout form.checkout.checkout-column-two #payment ul.payment_methods {
		width: 100%
	}

	.woocommerce-checkout form.checkout.checkout-column-two .details-review .order-review {
		margin-top: 0
	}
}

.woocommerce ul#shipping_method {
	padding-top: 8px;
	float: right
}

.woocommerce .order-total {
	clear: both
}

@media(min-width:1600px) {
	.products.products-list>.row.grid>div {
		-webkit-box-flex: 50%;
		-moz-box-flex: 50%;
		-webkit-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50% !important
	}
}

.widget-features.style3 {
	text-align: center
}

.widget-features.style3 .feature-box-group:before,
.widget-features.style3 .feature-box-group:after {
	content: " ";
	display: table
}

.widget-features.style3 .feature-box-group:after {
	clear: both
}

.widget-features.style3 .feature-box-group[data-count="2"] .feature-box {
	width: 50%
}

.widget-features.style3 .feature-box-group[data-count="3"] .feature-box {
	width: 33.33333%
}

.widget-features.style3 .feature-box-group[data-count="4"] .feature-box {
	width: 25%
}

#tbay-footer .tagcloud a {
	border-right: 0;
	position: relative;
	margin-right: 14px
}

#tbay-footer .tagcloud a:after {
	position: absolute;
	background: #b9b9b9;
	width: 1px;
	height: 100%;
	content: "";
	right: -7px;
	top: 0
}

#tbay-footer .tagcloud a:last-child:after {
	display: none
}

.woocommerce-checkout form.checkout.checkout-column-two #order_review .shop_table .cart_item .variation {
	display: inline-flex
}

.woocommerce-checkout form.checkout.checkout-column-two #order_review .shop_table .cart_item .variation-Vendor p {
	margin: 0 0 0 10px
}

@media(min-width:992px) {
	.woocommerce-checkout form.checkout.checkout-column-two #order_review .shop_table .cart_item {
		padding-left: 0;
		padding-right: 0
	}

	.woocommerce-checkout form.checkout.checkout-column-two #order_review .shop_table .cart_totals {
		max-width: unset
	}
}

#wcfmmp-store .widget_categories ul li {
	padding-left: 0;
	border-bottom: 0
}

button#wpmc-next {
	margin: 0 0 0 15px
}

@media(max-width:767px) {
	.yith-wfbt-section .yith-wfbt-images ul .image_plus:before {
		top: unset
	}

	.single-product .yith-wfbt-section .yith-wfbt-images .image-td:hover {
		border-color: #f5f5f5
	}
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="text"],
input[type="tel"] {
	height: 43px;
	line-height: normal
}

.dokan-widget-area .widget:first-child .widget-title {
	line-height: 1
}

.woocommerce form .form-row.user-role .radio input[type="radio"] {
	position: unset;
	margin-left: 0;
	margin-top: 0;
	vertical-align: middle
}

#woof_results_by_ajax~.products {
	padding-top: 30px
}

@media(max-width:767px) {
	.form-cart-popup .information form.cart .variations {
		padding-bottom: 0 !important
	}

	.form-cart-popup .information #shop-now .tbay-wishlist {
		top: 11px
	}

	.singular-shop div.product.form-cart-popup .information .cart .reset_variations {
		margin: 0;
		line-height: 24px
	}

	.form-cart-popup .information form.cart.open .single_add_to_cart_button::before {
		font-size: 16px;
		font-weight: normal
	}

	.form-cart-popup .information form.cart.open .single_add_to_cart_button::before.button:before {
		margin-top: -5px !important
	}
}

.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: 65px;
	float: left
}

.singular-shop .information .puca-social-links {
	margin-top: 10px
}

.tbay-swatches-wrapper {
	left: 15px;
	right: auto;
	top: 15px;
	bottom: auto
}

.woocommerce form .form-row.agree-to-terms-container input[type="checkbox"] {
	height: 23px
}

.woocommerce form .form-row label {
	line-height: 1
}

.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 {
	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;
	background: transparent;
	display: flex;
	align-items: center
}

.wrapper-container .mini_cart_content .quantity-wrap .quantity .box {
	padding: 0 3px;
	display: flex
}

.wrapper-container .mini_cart_content .quantity-wrap .quantity button {
	line-height: 36px;
	height: 36px;
	width: auto;
	padding: 0 7px;
	color: #000
}

.wrapper-container .mini_cart_content .quantity-wrap .quantity button i {
	font-size: 11px;
	display: block;
	line-height: 36px
}

.wrapper-container .mini_cart_content .quantity-wrap .quantity button:hover {
	color: var(--tb-theme-color)
}

.wrapper-container .mini_cart_content .quantity-wrap .quantity input.qty {
	height: 36px;
	min-height: 36px;
	width: 45px;
	color: #000;
	font-weight: 500;
	font-style: normal
}

.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: 15px;
	text-align: left !important;
	padding: 0
}

#yith-quick-view-modal #yith-quick-view-content .onsale .featured {
	margin: 0;
	left: 0;
	top: 22px;
	width: 100%
}

#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;
	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 button::before {
	display: none
}

#yith-quick-view-modal .slick-slider .slick-dots li.slick-active {
	width: auto
}

#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
}

.row-active-full .widget.related .product-block.grid .block-inner .tbay-swatches-wrapper {
	top: auto;
	bottom: 15px
}

.woo-swatches-pro-btn div.add-cart a.wvs-add-to-cart-button.loading {
	font-size: 0
}

.woo-swatches-pro-btn div.add-cart a.wvs-add-to-cart-button.loading::after {
	font-size: 16px
}

.woo-swatches-pro-btn div.add-cart a.wvs-add-to-cart-button.loading::before {
	display: none
}

.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: '\e04f';
	margin-right: 5px;
	font-size: 14px
}

.woo-swatches-pro-btn div.add-cart a.wvs-add-to-cart-button i {
	display: none
}

.product-block.list .woo-swatches-pro-btn div.add-cart a.wvs-add-to-cart-button.loading {
	font-size: 13px;
	padding-right: 30px
}

.product-block.list .woo-swatches-pro-btn div.add-cart a.wvs-add-to-cart-button.loading::before {
	display: inherit
}

.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
}

.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: 6px;
	margin: 5px 10px 20px
}

.widget_price_filter .ui-slider .ui-slider-handle {
	background-color: var(--tb-theme-color-second) !important
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	margin-bottom: 10px;
	background-color: #f5f5f5 !important
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	background: var(--tb-theme-color-second) !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;
	padding: 0 20px
}

.product_list_v1_widget .product-block {
	padding: 25px 15px;
	border-bottom: 1px solid #f5f5f5;
	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;
	background-color: var(--tb-theme-color);
	display: inline-block;
	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: var(--tb-theme-color-second)
}

.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;
		margin-bottom: 8px
	}
}

.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 #f5f5f5;
	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
}

.widget-categoriestabs .woocommerce .btn-view-all,
.widget-categoriestabs .woocommerce .show-view-all a,
.widget_deals_products .woocommerce .btn-view-all,
.widget_deals_products .woocommerce .show-view-all a {
	color: #fff !important;
	display: inline-block;
	width: auto;
	margin-top: 10px;
	padding: 0 35px;
	line-height: 35px;
	text-transform: uppercase;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	font-weight: 700;
	background: var(--tb-theme-color);
	font-size: 13px;
	letter-spacing: 1px;
	border: 0;
	border-bottom: 3px solid var(--tb-theme-color-darken);
	position: relative;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.widget-categoriestabs .woocommerce .btn-view-all i,
.widget-categoriestabs .woocommerce .show-view-all a i,
.widget_deals_products .woocommerce .btn-view-all i,
.widget_deals_products .woocommerce .show-view-all a i {
	color: #fff !important;
	padding-left: 5px;
	padding-right: 0
}

.widget-categoriestabs .woocommerce .btn-view-all i:before,
.widget-categoriestabs .woocommerce .show-view-all a i:before,
.widget_deals_products .woocommerce .btn-view-all i:before,
.widget_deals_products .woocommerce .show-view-all a i:before {
	content: '\e606';
	font-family: 'simple-line-icons';
	font-size: 12px
}

.widget-categoriestabs .woocommerce .btn-view-all:hover,
.widget-categoriestabs .woocommerce .btn-view-all:focus,
.widget-categoriestabs .woocommerce .show-view-all a:hover,
.widget-categoriestabs .woocommerce .show-view-all a:focus,
.widget_deals_products .woocommerce .btn-view-all:hover,
.widget_deals_products .woocommerce .btn-view-all:focus,
.widget_deals_products .woocommerce .show-view-all a:hover,
.widget_deals_products .woocommerce .show-view-all a:focus {
	background: var(--tb-theme-color-second);
	border-bottom: 3px solid var(--tb-theme-color-second-darken)
}

.widget-categoriestabs .woocommerce .show-view-all a:before,
.widget_deals_products .woocommerce .show-view-all a:before {
	content: '\e606';
	font-family: 'simple-line-icons';
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	right: 17px
}

.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 {
	margin: 0 0 20px 0;
	border: 0;
	display: block;
	text-align: right
}

.widget-categoriestabs ul.nav-tabs>li,
.widget_deals_products ul.nav-tabs>li {
	padding: 0 18px 12px;
	position: relative;
	float: none;
	display: inline-block;
	margin: 0
}

.widget-categoriestabs ul.nav-tabs>li:last-child,
.widget_deals_products ul.nav-tabs>li:last-child {
	padding-right: 0
}

.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: 13px;
	font-weight: bold;
	line-height: 30px;
	padding: 0;
	color: #bbb;
	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>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.widget-categoriestabs-banner.title-center ul.nav-tabs,
.widget_deals_products.widget-categoriestabs-banner.title-center ul.nav-tabs {
	text-align: center
}

.widget-categoriestabs.widget-categoriestabs-banner.title-center .col-md-10,
.widget_deals_products.widget-categoriestabs-banner.title-center .col-md-10 {
	position: static
}

.widget-categoriestabs.widget-categoriestabs-banner.title-center .col-md-10>.slick-slider,
.widget_deals_products.widget-categoriestabs-banner.title-center .col-md-10>.slick-slider {
	position: static
}

.widget-categoriestabs.widget-categoriestabs-banner.title-center .col-md-10>.slick-slider .slick-dots,
.widget_deals_products.widget-categoriestabs-banner.title-center .col-md-10>.slick-slider .slick-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}

.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-grid.widget-products .product-block:hover .block-inner {
	background-color: #fff
}

.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 .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;
	top: 30px;
	text-align: center;
	width: 100%
}

.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
}

@media(min-width:1200px) {
	.widget_deals_products .style-vertical .time {
		width: calc(100% + 90px)
	}
}

@media(min-width:1599px) {
	.widget_deals_products .style-vertical .time {
		width: calc(100% + 140px)
	}
}

.tbay-countdown .times>div {
	width: 20px;
	background: var(--tb-theme-color);
	display: inline-block;
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 0
}

.tbay-countdown .times>div>span {
	font-size: 14px;
	line-height: 30px;
	font-weight: 700
}

.SumoSelect>.optWrapper>.options li.opt {
	padding: 0 10px 0 20px !important;
	font-size: 13px;
	text-align: left;
	line-height: 33px;
	color: #000;
	position: relative;
	font-weight: 500
}

.SumoSelect>.optWrapper>.options li.opt:before {
	left: 5px;
	right: auto;
	bottom: 0;
	position: absolute;
	font-family: 'simple-line-icons';
	content: "\e606";
	font-style: normal;
	font-size: 11px;
	line-height: 33px
}

.SumoSelect>.optWrapper>.options li.opt label {
	margin: 0;
	font-weight: normal
}

.SumoSelect>.optWrapper>.options li.opt:hover,
.SumoSelect>.optWrapper>.options li.opt.selected {
	color: #5991c6;
	background-color: transparent !important
}

.SumoSelect>.optWrapper>.options li.opt:hover:before,
.SumoSelect>.optWrapper>.options li.opt.selected:before {
	color: var(--tb-theme-color)
}

.woocommerce-currency-switcher-form .SumoSelect {
	width: auto;
	vertical-align: middle
}

.woocommerce-currency-switcher-form .SumoSelect>.CaptionCont {
	border: 0;
	line-height: 42px;
	padding: 0 15px;
	background: transparent;
	color: #fff;
	text-align: center;
	border-radius: 0
}

.woocommerce-currency-switcher-form .SumoSelect>.CaptionCont:hover {
	background: #0e0c96
}

.woocommerce-currency-switcher-form .SumoSelect>.CaptionCont:hover:before {
	display: none
}

.woocommerce-currency-switcher-form .SumoSelect>.CaptionCont:before {
	height: 16px;
	width: 1px;
	right: 0;
	left: auto;
	bottom: 13px;
	background: rgba(255, 255, 255, 0.4);
	content: "";
	position: absolute;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms
}

.woocommerce-currency-switcher-form .SumoSelect>.CaptionCont>label {
	width: 22px;
	right: 6px;
	left: auto;
	top: 0;
	cursor: pointer;
	margin-bottom: 0
}

.woocommerce-currency-switcher-form .SumoSelect>.CaptionCont>label i {
	background-size: 10px auto;
	background: none !important;
	line-height: 42px;
	height: 42px
}

.woocommerce-currency-switcher-form .SumoSelect>.CaptionCont>label i::after {
	font-family: 'simple-line-icons';
	content: "\e604";
	font-style: normal;
	font-size: 12px;
	position: absolute;
	top: 0;
	left: 0
}

.woocommerce-currency-switcher-form .SumoSelect>.CaptionCont>span {
	padding: 0;
	cursor: pointer;
	font-size: 12px;
	padding-right: 22px;
	min-width: 55px;
	text-align: left
}

.woocommerce-currency-switcher-form .SumoSelect.open>.CaptionCont {
	background: #0e0c96
}

.woocommerce-currency-switcher-form .SumoSelect.open>.CaptionCont:before {
	display: none
}

.woocommerce-currency-switcher-form .SumoSelect.open>.optWrapper {
	top: 47px
}

.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
}

.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 {
	-webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.11);
	box-shadow: 0 3px 30px rgba(0, 0, 0, 0.11);
	border: 0;
	background: #fff
}

.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
}

@media(max-width:767px) {
	.row-active-full .widget.related .product-block.grid .caption {
		text-align: left
	}
}

.button-canvas-sidebar>span {
	-webkit-animation: none;
	-o-animation: unset;
	animation: none
}

.button-canvas-sidebar .icon-settings:before {
	content: "\e06c"
}

@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: '\e054'
}

.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 #f5f5f5
}

.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 #f5f5f5;
	position: relative;
	padding: 5px 10px;
	position: relative;
	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;
	width: 1px;
	height: 30px;
	background-color: #fff;
	top: 50%;
	transform: translate(0, -50%);
	min-width: unset
}

.mobile-btn-cart-click #tbay-click-addtocart::before {
	content: "\e04f";
	font-family: simple-line-icons;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	top: 0;
	position: relative;
	margin-right: 5px;
	left: 0;
	right: 0;
	line-height: normal
}

.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, 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 #f5f5f5;
		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 #f5f5f5
	}

	.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 #f5f5f5 !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 #f5f5f5;
	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 #f5f5f5;
	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, 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: #f5f5f5;
	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: '\e606';
	font-family: 'simple-line-icons';
	font-size: 12px
}

.dokan-dashboard .pagination-wrap>ul.pagination>li a.prev:before {
	content: '\e605'
}

.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 #f5f5f5 !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: #f5f5f5
}

.dokan-dashboard .dokan-reports-area .dokan_tabs li {
	margin: 0 !important;
	border-color: #f5f5f5;
	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 #f5f5f5
}

.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 #f5f5f5
}

.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 #f5f5f5
}

.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 #f5f5f5;
	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, 0.11);
	box-shadow: 0 3px 30px 0 rgba(0, 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 #f5f5f5
}

.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: var(--tb-theme-color-second);
	border: 1px solid var(--tb-theme-color-second);
	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 #f5f5f5;
	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: '\e605';
	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: '\e606'
}

.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 #f5f5f5
}

.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 #f5f5f5
}

.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, 0.21);
	box-shadow: 0 0 9px 1px rgba(0, 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 .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 .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 #add_payment_method #payment div.form-row a#place_order,
#add_payment_method #payment div.form-row #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-cart #payment div.form-row a#place_order,
.woocommerce-cart #payment div.form-row #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-checkout #payment div.form-row a#place_order,
.woocommerce-checkout #payment div.form-row #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 .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: #f5f5f5;
	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: #f5f5f5
}

.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 #f5f5f5;
	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 #f5f5f5;
	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: #f5f5f5
}

.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: '\e098'
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--following a:before {
	content: '\e028'
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--support-tickets a:before {
	content: '\e04a'
}

.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: var(--tb-theme-color-second);
	border: 1px solid var(--tb-theme-color-second);
	color: #fff
}

.pagination-wrap ul.pagination>li.active a,
.pagination-wrap ul.pagination>li>span.current {
	background: var(--tb-theme-color-second);
	border: 1px solid var(--tb-theme-color-second);
	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: '\e605'
}

.pagination-wrap ul.pagination>li>.next:before {
	content: '\e606'
}

.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: var(--tb-theme-color-second);
	border-color: var(--tb-theme-color-second)
}

#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 #f5f5f5
}

.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 #f5f5f5
}

.shop_settings #tbay-breadscrumb+#main-container h2:before {
	content: '\e672';
	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: '\e758';
	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 #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	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 #f5f5f5
}

form[name="export_orders"]~table.table .order-comments textarea {
	border-color: #f5f5f5;
	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;
	margin-left: 5px;
	margin-right: 0;
	display: inline-block;
	text-transform: capitalize;
	color: #000
}

.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 #f5f5f5;
	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 #f5f5f5
}

.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: '\e93b'
}

.wcvendors-pro-dashboard-wrapper .woocommerce-pagination a.next:before {
	content: '\e93c'
}

.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: '\e681';
	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: '\e8f6';
	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: '\e935';
	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: #f5f5f5;
	-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: #f5f5f5;
	-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: '\e936';
	font-family: 'linearicons';
	display: inline-block;
	font-weight: 700
}

.wcv-opening-hours-wrapper a.remove-row:before {
	content: '\e935'
}

.wcv-opening-hours-wrapper a.edit:before {
	content: '\e612'
}

.wcv-opening-hours-wrapper a.done:before {
	content: '\e934'
}

.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 #f5f5f5
}

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 #f5f5f5;
	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, 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, 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, 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, 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, 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, 0.1);
	border-bottom: 1px solid rgba(0, 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, 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, 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, 0.15);
	box-shadow: 0 0 30px 0 rgba(0, 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, 0.1);
	border-top: 0;
	-webkit-box-shadow: 0 12px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0 12px 15px rgba(0, 0, 0, 0.15)
}

#wcfm-main-contentainer .wcfm_membership_element {
	border-top: 1px solid rgba(0, 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, 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, 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, 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, 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, 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: "\e901"
}

#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;
	margin: auto 0;
	overflow: hidden;
	position: relative;
	width: 77px;
	height: 1.2em;
	line-height: 1.2em;
	font-family: 'star';
	font-size: 12px;
	display: inline-block;
	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: "\53\53\53\53\53";
	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: "\53\53\53\53\53";
	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: "\f177"
}

.dokan-dashboard .fa.fa-dashboard:before,
.dokan-dashboard .fa.fa-tachometer:before {
	content: "\f0e4"
}

.dokan-dashboard .fa.fa-external-link:before {
	content: "\f08e"
}

.dokan-dashboard .fa.fa-cloud-upload:before {
	content: "\f0ee"
}

.dokan-dashboard .fa.fa-trash-o:before {
	content: "\f014"
}

.dokan-store .fa.fa-map-marker:before {
	content: "\f041"
}

.dokan-store .fa.fa-mobile-phone:before,
.dokan-store .fa.fa-mobile:before {
	content: "\f10b"
}

.dokan-store .fa.fa-external-link:before {
	content: "\f08e"
}

.dokan-store .fa.fa-facebook:before {
	content: "\f09a"
}

.dokan-store .fa-youtube-square:before {
	content: "\f166"
}

.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, 0.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: var(--tb-text-second-font);
	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, 0.16);
	box-shadow: 0 0 24px rgba(0, 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%;
	padding: 2px 0;
	font-size: 14px
}

#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:focus {
	-webkit-box-shadow: 0 5px 21px rgba(0, 0, 0, 0.14);
	box-shadow: 0 5px 21px rgba(0, 0, 0, 0.14);
	border-color: transparent !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 {
	width: 100%;
	border: 0;
	padding: 2px 0;
	font-size: 14px;
	background: var(--tb-theme-color-second);
	border-bottom: 3px solid var(--tb-theme-color-second-darken);
	color: #fff
}

#custom-login-wrapper .create-account-question .create-account-button:hover {
	background: var(--tb-theme-color);
	border-bottom-color: var(--tb-theme-color-darken)
}

#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;
	align-items: center;
	margin: 0
}

#custom-login-wrapper .login-form-footer .woocommerce-form-login__rememberme #rememberme {
	width: 11px;
	height: 13px;
	margin: 0
}

#custom-login-wrapper .login-form-footer .woocommerce-form-login__rememberme #rememberme+span {
	margin-left: 10px;
	font-size: 13px;
	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;
	padding: 14px 0 16px;
	margin: 0;
	border-top: 1px solid #f5f5f5
}

.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: var(--tb-theme-color-second);
	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: var(--tb-theme-color-second);
	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 {
	font-weight: bold;
	margin: 10px 0;
	color: var(--tb-theme-color);
	text-decoration: none;
	font-size: 15px
}

.popup-aska-question .tbay-product .product-info .price ins {
	font-weight: bold;
	color: var(--tb-theme-color);
	text-decoration: none
}

.popup-aska-question .tbay-product .product-info .price ins,
.popup-aska-question .tbay-product .product-info .price del {
	font-size: 15px
}

.popup-aska-question .tbay-product .product-info .price del {
	color: #ccc;
	margin-left: 4px;
	letter-spacing: .3px;
	font-weight: 400;
	opacity: .5;
	filter: alpha(opacity=50)
}

.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(--tb-theme-color-second);
	color: #fff;
	padding: 3px 15px;
	margin-bottom: 8px;
	margin-top: -9px
}

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: 8px
	}
}

div.product .information .product_meta .wcvendors_cart_sold_by_meta+.edw_date {
	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
	}

	.singular-shop div.product .information .tbay-button-popup-wrap~.product_meta {
		margin-top: 0
	}

	.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 {
	font-size: 13px;
	width: 100%;
	margin: 0 !important;
	line-height: 38px
}

.wc-block-cart__submit .wc-block-cart__submit-button:before {
	content: '\e08e';
	font-family: 'simple-line-icons';
	margin-right: 5px
}

.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: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-ms-border-radius: 4px 0 0 4px;
	-o-border-radius: 4px 0 0 4px;
	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 {
	float: right;
	border-bottom: 3px solid var(--tb-theme-color-darken);
	line-height: 36px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px
}

form.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:hover {
	border-bottom-color: var(--tb-theme-color-second-darken)
}

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 {
	color: #fff;
	padding-top: 2px !important;
	padding-bottom: 2px !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 {
	border: 0;
	border-bottom: 3px solid var(--tb-theme-color-darken) !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
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button:hover {
	border-bottom: 3px solid var(--tb-theme-color-second-darken) !important
}

.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
	}
}

.product_meta .yith-wcbr-brands {
	display: none !important
}