/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
:root {
	--global-theme-blue: #2267b2;
	--global-theme-blue-hover: #1672d4;
}

a {
	color: var(--e-global-color-11a555b);
}


[type="button"],
[type="submit"],
button {
	color: var(--global-theme-blue);
	border-color: var(--global-theme-blue);
	background-color: #fff;
}

[type="button"][disabled],
[type="submit"][disabled],
button[disabled] {
	filter: grayscale(100%);
	opacity: .6;
	pointer-events: none;
}


[type="button"]:focus,
[type="button"]:hover,
[type="submit"]:focus,
[type="submit"]:hover,
button:focus,
button:hover {
	background-color: var(--global-theme-blue);
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: var(--global-theme-blue);
	color: #fff;
	border-color: var(--global-theme-blue);
}

[type="button"]:hover,
[type="submit"]:hover,
button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: var(--global-theme-blue-hover);
	color: #fff;
}

body .elementor-element.elementor-widget.elementor-widget-shortcode {
	font-family: Roboto, sans-serif;
	color: #000000;
}

/*-- header --*/
.cart-btn a {
	font-size: 18px;
	font-weight: 600;
	display: block;
	position: relative;
}

.cart-btn .cart-weight-cal {
	background-color: var(--e-global-color-11a555b);
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	line-height: 15px;
	padding: 5px;
	border-radius: 5px;
	white-space: nowrap;
	vertical-align: top;
	margin-top: -12px;
}

.woo-multi-currency.wmc-shortcode.plain-horizontal .wmc-currency {
	opacity: 0.4;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}

.woo-multi-currency.wmc-shortcode .wmc-currency.wmc-active {
	opacity: 1;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
	filter: grayscale(0);
}


@media screen and (max-width:767px) {
	.cart-btn .cart-weight-cal {
		margin-top: -5px;
	}
}

/*-- product listing --*/
/* form select */
.woocommerce .woocommerce-result-count {
	height: 38px;
	padding-top: 0.5rem;
}

.woocommerce .woocommerce-ordering select,
.woocommerce-input-wrapper .country_select {
	display: block;
	width: 100%;
	padding: .375rem 2.25rem .375rem .75rem;
	-moz-padding-start: calc(0.75rem - 3px);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 16px 12px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.elementor-element.elementor-products-grid.product-listing ul.products li.product {
	position: relative;
	-ms-flex-align: start;
	align-items: flex-start;
}

.elementor-element.elementor-products-grid.product-listing ul.products li.product a.woocommerce-loop-product__link {
	margin-bottom: 0;
}

.product-label-sku {
	font-size: 13px;
	color: #777;
}

ul.products li.product .price,
.woocommerce-cart-form .woocommerce-Price-amount,
.cart_totals .woocommerce-Price-amount,
.woocommerce-checkout-review-order .woocommerce-Price-amount {
	position: relative;
	padding-left: 31px;
}

ul.products li.product .price::before,
.woocommerce-cart-form .woocommerce-Price-amount::before,
.yith-quick-view-content .woocommerce-Price-amount::before,
.woocommerce-checkout-review-order .woocommerce-Price-amount::before,
.cart_totals .woocommerce-Price-amount::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
}

.woocommerce-cart-form .woocommerce-Price-amount::before,
.woocommerce-checkout-review-order .woocommerce-Price-amount::before {
	top: -2px;
}

.woocommerce-cart-form .cart_item .product-name .woocommerce-Price-amount::before {
	top: 0;
}

.woocommerce-checkout-review-order .woocommerce-shipping-totals .woocommerce-shipping-methods .woocommerce-Price-amount::before,
.cart_totals .woocommerce-shipping-totals .woocommerce-shipping-methods .woocommerce-Price-amount::before {
	top: 2px;
}

.woocommerce-checkout-review-order .woocommerce-shipping-totals ul#shipping_method li {
	margin: 0;
}

.woocommerce-multi-currency-CAD ul.products li.product .price::before,
.woocommerce-multi-currency-CAD .woocommerce-cart-form .woocommerce-Price-amount::before,
.woocommerce-multi-currency-CAD .yith-quick-view-content .woocommerce-Price-amount::before,
.woocommerce-multi-currency-CAD .woocommerce-checkout-review-order .woocommerce-Price-amount::before,
.woocommerce-multi-currency-CAD .cart_totals .woocommerce-Price-amount::before {
	content: "CAD";
}

.woocommerce-multi-currency-USD ul.products li.product .price::before,
.woocommerce-multi-currency-USD .woocommerce-cart-form .woocommerce-Price-amount::before,
.woocommerce-multi-currency-USD .yith-quick-view-content .woocommerce-Price-amount::before,
.woocommerce-multi-currency-USD .woocommerce-checkout-review-order .woocommerce-Price-amount::before,
.woocommerce-multi-currency-USD .cart_totals .woocommerce-Price-amount::before {
	content: "USD";
}

.woocommerce-message {
	border-top-color: var(--e-global-color-accent);
}

.woocommerce-message::before {
	color: var(--e-global-color-accent);
}

.product-info .pro-weight .initial-weight {
	margin-right: 3px;
}

.yith-wcqv-button:not(.button) span {
	font-size: inherit;
}

.woocommerce-loop-product__buttons {
	width: 100%;
}

.qty-calc {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 9px;
	border-top: rgba(0, 0, 0, 0.2) solid 1px;
	border-bottom: rgba(0, 0, 0, 0.2) solid 1px;
}

.woocommerce div.product form.cart div.quantity,
.wlfmc-wishlist-table div.quantity,
.wlfmc-wishlist-table .quantity {
	float: none;
	margin: 0;
}

.product-listing ul.products li.product form.cart span,
.product-listing ul.products li.product form.cart .plus,
.product-listing ul.products li.product form.cart .quantity,
.product-listing ul.products li.product form.cart .minus,
.quantity-box span,
.quantity-box .plus,
.quantity-box .qty,
.quantity-box .minus,
.wlfmc-wishlist-table .quantity,
.wlfmc-wishlist-table .plus,
.wlfmc-wishlist-table .minus {
	display: inline-block;
	vertical-align: top;
}

.product-listing ul.products li.product .yith-ywraq-add-to-quote>div {
	margin-bottom: 0;
}

.product-listing ul.products li.product .yith-wcqv-button.button {
	display: none;
}

.product-listing ul.products li.product form.cart .yith-wcqv-button.button {
	display: inline-block;
}

body .elementor-wc-products ul.products li.product a.view-cart {
	background-color: var(--global-theme-blue);
	color: #fff;
	padding: 4px 8px 5px;
	font-weight: 500;
	border: none;
	display: block;
	border-radius: 2px;
	font-size: 14px;
	font-family: "Roboto", Sans-serif;
}

.product-listing ul.products li.product form.cart .qty,
.quantity-box .qty,
.wlfmc-wishlist-table .qty {
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	height: 30px;
	width: 60px;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, .2);
	margin-left: -1px;
}

.product-listing ul.products li.product form.cart span,
.quantity-box span,
.wlfmc-wishlist-table .qty-block span {
	font-size: 14px;
	padding: 2px 10px 0 0;
	font-weight: 600;
}

.product-listing ul.products li.product form.cart .plus,
.product-listing ul.products li.product form.cart .minus,
.quantity-box .plus,
.quantity-box .minus,
.wlfmc-wishlist-table .plus,
.wlfmc-wishlist-table .minus {
	height: 30px;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 0;
	padding: 3px 9px;
	font-size: 17px;
	line-height: 16px;
	background-color: #fff;
	color: var(--e-global-color-1cff5a69);
}

.product-listing ul.products li.product form.cart .plus,
.quantity-box .plus,
.wlfmc-wishlist-table .plus {
	margin-left: -26px;
}

.product-listing ul.products li.product form.cart span.weight-val {
	padding: 0;
	text-transform: none;
}

.product-listing ul.products li.product form.cart span.weight-val span {
	padding: 0 2px 0 0;
}

.pro-weight,
.pro-weight span,
.weight {
	color: #777979;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}

.button-block {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}

.qty-block {
	width: 132px;
	display: flex;
}

.pro-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pro-img {
	-ms-flex: 0 0 45%;
	flex: 0 0 45%;
	max-width: 45%;
	border: rgba(0, 0, 0, .3) solid 1px;
	text-align: center;
}

.pro-info {
	-ms-flex: 0 0 55%;
	flex: 0 0 55%;
	max-width: 55%;
	padding-left: 3em;
}

.pro-description {
	padding: 2em 0;
}

.pro-description .heading {
	margin: 0 0 25px;
}

.pro-description .heading span {
	border: rgba(0, 0, 0, .3) solid 1px;
	display: inline-block;
	padding: 0 25px;
}

.pro-info p,
.pro-description p {
	font-size: 15px;
	line-height: 24px;
}

.pro-info form.cart .button {
	display: none;
}

.pro-price {
	margin: 0 0 10px;
}

.pro-info .add-request-quote-button.button {
	font-size: 16px;
	font-weight: 500;
	padding: 5px 45px;
	margin: 15px 0 0;
}

@media screen and (max-width: 991px) {
	.product-listing ul.products li.product form.cart .weight {
		width: 100%;
		margin-top: 10px;
	}
}

@media screen and (max-width: 500px) {
	.elementor-grid-mobile-2 .elementor-grid {
		grid-template-columns: repeat(1, 1fr);
	}
}

/*-- quick view popup --*/
.yith-quick-view.yith-modal .yith-wcqv-main {
	box-shadow: none;
}

.yith-quick-view-content .woocommerce-Price-amount {
	padding-left: 51px;
	position: relative;
}

.yith-quick-view-content .woocommerce-Price-amount::before {
	font-size: 21px;
	top: 1px;
}

.yith-quick-view-content form.cart {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.yith-quick-view-content .plus,
.yith-quick-view-content .minus {
	color: #222222;
	font-size: 34px;
	line-height: 34px;
	padding: 0 0 8px 0;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .5);
	padding: 1px 10px 15px 10px;
	width: 45px;
	height: 45px;
	border-radius: 0;
}

.yith-quick-view-content.woocommerce div.summary div.quantity,
.yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button {
	margin-left: 20px;
	display: inline-block;
}

.yith-quick-view-content input[type="number"] {
	padding: 3px 1px 2px 10px;
	text-align: center;
	width: 80px;
	height: 45px;
	border-radius: 0;
	margin-left: -1px;
}

.yith-quick-view-content .plus {
	margin-left: -1px;
}

/*-- cart page --*/
.cart-page-title .elementor-widget:not(:last-child) {
	margin-bottom: 0;
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table thead,
.elementor-widget-woocommerce-my-account .e-my-account-tab__orders .shop_table thead {
	background-color: var(--global-theme-blue);
}

.elementor-widget-woocommerce-cart .woocommerce table.cart th,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table thead tr th {
	color: #fff;
}

.shop_table tr,
.shop_table tr:nth-child(2n) {
	background-color: transparent;
}

.elementor-widget-woocommerce-cart .woocommerce .cart th {
	padding: 10px 20px 10px 0;
}

td.product-name .woocommerce-Price-amount {
	display: block;
}

.elementor-widget-woocommerce-cart .woocommerce table.cart th,
.elementor-widget-woocommerce-cart .woocommerce table.cart td {
	padding-left: 20px;
}

.elementor-widget-woocommerce-cart .woocommerce table.cart tbody tr td.product-thumbnail {
	width: 80px;
}

.elementor-widget-woocommerce-cart .woocommerce table.cart img {
	width: 75px;
}

.elementor-widget-woocommerce-cart .woocommerce .input-text.qty {
	padding: 1px 7px;
}

.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-weight,
.elementor-widget-woocommerce-cart .woocommerce table.shop_table tr.cart-extra-cal td {
	border-top: var(--order-summary-items-divider-weight, 1px) solid var(--order-summary-items-divider-color, #d4d4d4);
}

.cart-weight-cal {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cart-weight-cal a {
	text-decoration: underline;
}

.elementor-widget-woocommerce-cart .e-cart__column-end .e-cart-section {
	border: none;
}

.elementor-widget-woocommerce-cart .e-cart__column-end .e-cart-section {
	display: flex;
	justify-content: flex-end;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
	max-width: 300px;
}

@media (min-width: 1200px) {
	.cart-collaterals .cart_totals {
		flex-basis: 40%;
	}
}

.cart-collaterals .cart_totals>h2,
.elementor-widget-woocommerce-cart .woocommerce .cart-collaterals table.shop_table tr.cart-subtotal {
	display: none;
}

.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button {
	width: 100%;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a {
	color: var(--e-global-color-11a555b);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a.re-order {
	background-color: var(--global-theme-blue) !important;
}

@media screen and (max-width: 767px) {
	.elementor-widget-woocommerce-cart .woocommerce table.cart tr {
		padding: 16px 10px;
	}

	.elementor-widget-woocommerce-cart .woocommerce table.cart td {
		padding: 10px 0;
	}

	.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-weight,
	.elementor-widget-woocommerce-cart .woocommerce table.shop_table tr.cart-extra-cal td {
		border-top: none;
	}

	.woocommerce-cart-form .woocommerce-Price-amount::before {
		position: relative;
		margin-right: 2px;
	}

	.woocommerce table.shop_table_responsive tr.cart-extra-cal td::before {
		display: none;
	}
}

/*-- tyhankyou page --*/
.woocommerce ul.order_details {
	padding-left: 0;
}

.woocommerce-order-received .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table {
	border: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce-order-received .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table thead tr th,
.woocommerce-order-received .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tbody tr td,
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tfoot th,
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tfoot td {
	padding: 10px 15px;
}

.woocommerce-order-received .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table thead tr th {
	background-color: #50B857;
	color: #fff;
}

.woocommerce-order-received .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tbody tr td {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce-order-received .elementor-widget-woocommerce-checkout-page td a {
	color: #000;
}

/*-- wishlist --*/
.wlfmc-wishlist-table.view-mode-grid .wishlist-items-wrapper:not(.wishlist-empty) {
	grid-column-gap: 30px;
	grid-row-gap: 40px;
	grid-template-columns: repeat(3, 1fr);
}

.wlfmc-wishlist-table.view-mode-grid .wishlist-items-wrapper:not(.wishlist-empty)>tr {
	max-width: 100%;
}

.wlfmc-wishlist-table.view-mode-grid .product-thumbnail img {
	border: 1px solid var(--e-global-color-11a555b);
}

.wlfmc-wishlist-table:not(.is-elementor).qty-same-button input.qty {
	height: 30px !important;
	background-color: transparent !important;
	border: 1px solid rgba(0, 0, 0, .2) !important;
	border-radius: 0 !important;
}

.wlfmc-wishlist-table tr td.last-column .button:not(.minus):not(.plus) {
	flex: 0 0 auto;
}

.wlfmc-wishlist-table:not(.is-elementor).add-to-card-same-button tr td.last-column .button:not(.minus):not(.plus),
.wlfmc-wishlist-table:not(.is-elementor).add-to-card-same-button tr td.last-column .button:not(.minus):not(.plus):hover {
	color: #515151 !important;
	background-color: transparent !important;
	border-bottom: #515151 solid 1px !important;
	border-radius: 0 !important;
}

.woocommerce ul.products li.product a.wlfmc_add_to_wishlist.button,
.woocommerce ul.products li.product a.wlfmc_delete_item.button {
	color: var(--global-theme-blue) !important;
	border: 1px solid var(--global-theme-blue) !important;
	width: 30px !important;
	height: 30px !important;
	border-radius: 50% !important;
	background-color: #fff !important;
}

.wlfmc-wishlist-table form.cart {
	width: 100%;
}

/*color overide */
body .elementor-element #payment #place_order,
body .elementor-element .woocommerce .wc-proceed-to-checkout .checkout-button,
body .yith-quick-view-content.woocommerce div.summary button.button.alt {
	background-color: var(--global-theme-blue) !important;
}

/* product filter style */
body .woof_sid_auto_shortcode.woof {
	visibility: hidden;
}

body .woof_redraw_zone label.woof_section_tab_label,
body .elementor-widget-container .woof_submit_search_form_container {
	display: none;
}

body .woof_sid_auto_shortcode .woof_container {
	width: 100%;
}

body ul.woof_list.woof_list_checkbox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}

body ul.woof_list.woof_list_checkbox li {
	margin: 5px 10px;
	width: 150px;
}

body .woof_text_search_container .woof_text_search_go {
	display: block;
	top: 10px;
}

.product-filter {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product-filter .filter-tab {
	flex: 1;
	border: 2px solid #000;
	margin: 0 10px;
	padding: 5px 15px;
	font-weight: 600;
	font-size: 15px;
	cursor: pointer;
}

.product-filter .filter-tab.disabled {
	color: #8a8a8a;
	pointer-events: none;
}

.product-filter .filter-tab:first-child {
	margin-left: 0;
}

.product-filter .filter-tab:last-child {
	margin-right: 0;
}

.product-filter .filter-tab.search-tab {
	cursor: auto;
	padding: 0;
	border: none;
}

.product-filter .filter-tab.search-tab input {
	padding: 5px 10px;
	border: 2px solid #000;
	outline: none;
}

.product-filter .filter-tab.search-tab input::placeholder,
.product-filter .filter-tab.search-tab input:-ms-input-placeholder {
	color: #000000;
	opacity: 1;
}

.product-filter .filter-tab.search-tab .serch-icon {
	position: absolute;
	right: 10px;
	top: 3px;
	cursor: pointer;
	padding: 5px 5px;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
}

@media screen and (max-width:991px) {
	.wlfmc-wishlist-table.view-mode-grid .wishlist-items-wrapper:not(.wishlist-empty) {
		grid-template-columns: repeat(2, 1fr);
	}

	.product-filter {
		flex-wrap: wrap;
	}

	.product-filter .filter-tab {
		margin-bottom: 10px;
	}

	.product-filter .filter-tab:last-child {
		margin-right: 0;
	}

	.product-filter .filter-tab.search-tab {
		width: 100%;
		flex: auto;
		margin: 0;
	}
}

@media screen and (max-width:570px) {
	.wlfmc-wishlist-table.view-mode-grid .wishlist-items-wrapper:not(.wishlist-empty) {
		grid-template-columns: repeat(1, 1fr);
	}

	.product-filter .filter-tab {
		flex: auto;
		width: 100%;
		margin: 0 0 15px;
	}
}

/* product details view*/
.yith-quick-view .yith-quick-view-content.woocommerce div.images {
	/*min-height: 300px;*/
	position: static;
}

.yith-quick-view .yith-quick-view-content.woocommerce div.summary {
	display: flex;
	min-height: 90%;
}

.yith-quick-view-content.woocommerce div.summary-content {
	align-items: flex-start;
	min-height: 100%;
}

.yith-quick-view-content.woocommerce div.summary form.cart {
	margin-top: auto;
}

.yith-quick-view-content.woocommerce div.summary-content div[itemprop="description"] {
	/*min-height: 340px;*/
	margin-top: 10px;
}

.yith-quick-view-content.woocommerce div.summary-content div[itemprop="description"]::before {
	content: "Description: ";
	margin-top: 20px;
}

.yith-quick-view-content div.images .yith-quick-view-thumbs {
	position: static;
	/* bottom: -18px;
	left: 0;
	z-index: 1000;
	right: 0; */
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.yith-quick-view-content.woocommerce div.summary-content {
	padding: 20px;
	display: flex;
	flex-direction: column;
}

.yith-quick-view-content.woocommerce div.summary-content form.cart {
	order: 4;
}

@media screen and (max-width: 767px) {

	.yith-quick-view.yith-modal .yith-quick-view-content div.images,
	.yith-quick-view.yith-modal .yith-quick-view-content div.summary {
		min-width: 100% !important;
	}

	.yith-quick-view .yith-quick-view-content.woocommerce div.summary,
	.yith-quick-view-content.woocommerce div.summary-content {
		min-height: inherit;
	}

	.yith-quick-view.yith-modal .yith-quick-view-content {
		overflow-y: scroll;
	}
}


/* card page style overide */
.cart_totals.calculated_shipping .woocommerce-shipping-methods .woocommerce-Price-amount.amount {
	min-width: 70px;
	display: block;
	margin-left: auto;
	float: right;
	width: fit-content;
}


.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background-color: var(--global-theme-blue);
	color: #fff;
	font-weight: 500;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background-color: var(--global-theme-blue-hover);
	color: #fff;
	font-weight: 500;
}

/* checkout page style overide */
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-name {
	font-weight: 500;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tfoot th,
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tfoot td {
	padding: 0;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row-first,
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row-last {
	width: 47%;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-no-shipping-available-html.e-checkout-message {
	line-height: 1.2;
	letter-spacing: 0.5px;
	width: 100%;
	display: block;
	margin-bottom: 5px;
}

.woocommerce-cart-no-shipping-available-html.e-checkout-message.e-cart-content {
	display: block !important;
}

/*.elementor-widget-woocommerce-checkout-page li.payment_method_offlinecc label{
 	font-size: 0;
}
.payment_box.payment_method_offlinecc p{
	font-size: 0;
}*/
.payment_box.payment_method_offlinecc .wc-credit-card-form.wc-payment-form p,
.payment_box.payment_method_offlinecc .wc-credit-card-form.wc-payment-form label {
	font-size: inherit;
}

.woocommerce-checkout #payment div.payment_box {
	padding: 0;
	margin: 0;
}

.woocommerce-checkout #payment div.payment_box label {
	font-size: 16px;
	color: var(--forms-labels-color);
	margin-bottom: var(--forms-label-spacing);
}

.woocommerce-checkout #payment div.payment_box input.input-text {
	font-size: 14px;
	font-weight: 400;
	color: var(--forms-fields-normal-color);
	border: 1px solid #000000A8;
	border-radius: var(--forms-fields-border-radius);
	padding: 13px 16px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-privacy-policy-text p {
	margin-top: 10px;
}

.woocommerce-order-received .woocommerce-order-details h2,
.woocommerce-order-received .woocommerce-customer-details h2,
.woocommerce-order-received .elementor-widget-woocommerce-checkout-page .woocommerce-order-details tfoot th {
	color: var(--forms-labels-color);
}

.woocommerce-order-received .elementor-widget-woocommerce-checkout-page .woocommerce-order-details tfoot th,
.woocommerce-order-received .elementor-widget-woocommerce-checkout-page .woocommerce-order-details tfoot td {
	padding: 10px 15px;
	border-bottom: rgba(0, 0, 0, .1) solid 1px;
}

.woocommerce .woocommerce-customer-details address {
	line-height: 2;
}

/* my account page style overide */

body .elementor-element .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
body .elementor-element .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a:hover,
body .elementor-element .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .button {
	background-color: var(--global-theme-blue) !important;
	color: #fff !important;
	font-weight: 500;
}

body .elementor-element .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .button:hover {
	background-color: var(--global-theme-blue-hover) !important;
	color: #fff !important;
	font-weight: 500;
}

body .elementor-element .e-my-account-tab .address_book {
	margin-top: 2rem;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword .form-row-first,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword .form-row-last {
	width: 100%;
}


/*-- register page --*/
.dataTables_wrapper {
	font-family: Roboto, sans-serif;
}

#distributor-list {
	border-collapse: collapse;
	margin-bottom: 15px;
}

#distributor-list th {
	border-color: transparent;
}

#distributor-list td {
	border-color: rgba(0, 0, 0, 0.1);
}

#distributor-list thead th {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	background-color: var(--global-theme-blue);
}

#distributor-list tbody>tr:nth-child(odd)>td {
	background-color: transparent;
}

.dataTables_wrapper .dataTables_filter {
	margin-bottom: 15px;
}

body .dataTables_wrapper .dataTables_filter label {
	display: block;
	font-size: 16px;
	font-weight: 500;
}

body .dataTables_wrapper .dataTables_filter input {
	font-size: 14px;
	font-weight: 400;
	max-width: 200px;
	color: var(--forms-fields-normal-color);
	border: 1px solid #000000A8;
	border-radius: var(--forms-fields-border-radius);
	padding: 7px 16px;
	margin: 10px 0 0 10px;
}

.dataTables_wrapper .dataTables_info {
	font-weight: 400;
	font-size: 12px;
	color: var(--sections-messages-color, #818a91);
}

.dataTables_wrapper .dataTables_paginate {
	color: var(--forms-fields-normal-color);
	font-size: 14px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
	opacity: .5;
}

body .dataTables_wrapper .dataTables_paginate .paginate_button {
	line-height: 15px;
	border-radius: 2px;
	min-width: 20px;
	padding: 2px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

body .dataTables_wrapper .dataTables_paginate .paginate_button.current,
body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	border-color: var(--global-theme-blue);
	color: var(--global-theme-blue);
}

.dataTables_wrapper .paginate_button.previous,
.dataTables_wrapper .paginate_button.next {
	font-size: 0;
}

.dataTables_wrapper .paginate_button.previous:before,
.dataTables_wrapper .paginate_button.next:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 15px;
}

.dataTables_wrapper .paginate_button.previous:before {
	content: '\f053';
}

.dataTables_wrapper .paginate_button.next:after {
	content: '\f054';
}

.region-search {
	position: relative;
	padding-right: 40px;
}

.region-search button {
	color: #fff;
	border-color: none;
	background-color: transparent;
	padding: 2px 10px;
	position: absolute;
	top: -4px;
	right: 5px;
}

.wlfmc-table-item .button-block button[type="submit"] {
	display: none !important;
}

#customer_login .u-column1.col-1 {
	width: 100%;
	text-align: center;
}

#customer_login .u-column2.col-2 {
	display: none !important;
}

#customer_login .woocommerce-form-login {
	height: auto;
	max-width: 420px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 5px;
	padding: 35px 40px;
	box-shadow: 0 0 15px 2px rgb(50, 50, 50, .1);
	margin: 0 auto;
}

#customer_login .woocommerce-form-login button[type="submit"] {
	border-radius: 4px;
}

.woocommerce-form-register input[type="date"],
.woocommerce-form-register input[type="email"],
.woocommerce-form-register input[type="number"],
.woocommerce-form-register input[type="password"],
.woocommerce-form-register input[type="search"],
.woocommerce-form-register input[type="tel"],
.woocommerce-form-register input[type="text"],
.woocommerce-form-register input[type="url"],
.woocommerce-form-register select,
.woocommerce-form-register textarea,
.woocommerce-input-wrapper .country_select {
	font-size: 14px;
	font-weight: 400;
	background-color: #fff;
	color: var(--forms-fields-normal-color);
	border: 1px solid #000000A8;
	border-radius: var(--forms-fields-border-radius);
	padding: 13px 16px;
	margin: 10px 0 0;
}

#distributor-list_filter {
	display: none;
}

#regionautocomplete-list {
	background-color: #fff;
	box-shadow: 0 0 12px 2px rgba(50, 50, 50, .1);
	border-radius: 0 0 4px 4px;
	border: rgba(0, 0, 0, .1) solid 1px;
	max-height: 200px;
	overflow: auto;
}

#regionautocomplete-list div {
	padding: 10px 10px;
	border-bottom: rgba(50, 50, 50, .1) solid 1px;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

#regionautocomplete-list div:last-child {
	border-bottom: none;
}

#regionautocomplete-list div strong {
	color: #2267B2;
	transition: all .2s ease-in-out;
}

#regionautocomplete-list div:hover {
	background-color: #2267B2;
	color: #fff;
}

#regionautocomplete-list div:hover strong {
	color: #fff;
}

#totalcount.haserror {
	background-color: #d65454;
	color: #fff;
	padding: 15px;
	transition: all .3s;
}

#totalcount.noerror {
	background-color: #70c172;
	color: #fff;
	padding: 15px;
	transition: all .3s;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods li {
	margin-bottom: 20px;
}

/*loader code */
.loader {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .8);
	padding-top: 21%;
	text-align: center;
}

.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-ellipsis div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: var(--e-global-color-11a555b);
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(0);
	}
}

@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(24px, 0);
	}
}

/** Checkbox style **/
body ul.woof_list.woof_list_checkbox{align-items:flex-start}
body ul.woof_list.woof_list_checkbox li{position: relative;padding-left: 30px;}
.woof_list_checkbox li div{position: absolute !important;left: 0;top: 0;margin-top: 5px;}
.woof_list_checkbox .woof_checkbox_label{margin-left:0 !important;line-height: 1.3em;}

/* Product filter */
.product-filter{flex-wrap: wrap;max-width: 700px;margin: 0 auto;justify-content: center;}
.product-filter .filter-tab {width: 48%;float: left;margin-bottom: 20px;position: relative;flex: unset;margin-right: 4%;margin-left:0;}
.product-filter .filter-tab.search-tab{margin-right:0;} 
.product-filter .filter-tab:last-child{margin-right:0; margin-bottom:20px;}
.product-filter .filter-tab.search-tab input{border-radius:0;}

.woof_sid_auto_shortcode .woof_container{max-height:360px;}
body ul.woof_list.woof_list_checkbox li{width:auto;}
body ul.woof_list.woof_list_checkbox > li{width:100%;}
body .woof_container_inner_size-pipesizeinches ul.woof_list.woof_list_checkbox li {margin: 5px 10px;width: 150px;}

.wlfmc-wishlist-table:not(.is-elementor).qty-same-button input.qty{width: 60px;margin-left: -1px;min-height: 30px !important;}
.product-listing ul.products li.product form.cart .plus, .product-listing ul.products li.product form.cart .minus, .quantity-box .plus, .quantity-box .minus, .wlfmc-wishlist-table .plus, .wlfmc-wishlist-table .minus{min-width:30px;}
.product-listing ul.products li.product form.cart .plus, .quantity-box .plus, .wlfmc-wishlist-table .plus{margin-left:-21px;}

@media(max-width:991px){
	.product-filter .filter-tab{width:100%;margin-right:0;}
}
@media(max-width:767px){
	.yith-quick-view-content.woocommerce div.summary h1{font-size:24px;}
	.yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button{margin-right:0;}
}