h1 {
	font-size: 2em;
	margin: .67em 0;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

details {
	display: block;
}

summary {
	display: list-item;
}

.shopengine-widget .shopengine-thankyou-address-details .woocommerce-customer-details h2.woocommerce-column__title, .shopengine-widget .shopengine-thankyou-order-confirm table thead th {
	padding: initial;
	margin: initial;
	border: initial;
	border-radius: initial;
	background: initial;
}

.shopengine-widget #reviews #review_form_wrapper {
	display: block;
	max-width: 100% !important;
	width: 100%;
	padding: 0;
	margin: 0;
	float: unset;
}

.shopengine-widget .shopengine-archive-products .shopengine-woocommerce-info, .shopengine-widget .shopengine-archive-products .woocommerce-info, .shopengine-widget .shopengine-checkout-coupon-form .woocommerce-info-toggle, .shopengine-widget .shopengine-woocommerce-info, .shopengine-widget .woocommerce-info {
	border: none;
	text-align: left;
	border-width: 0 !important;
}

.shopengine-widget .shopengine-account-address .shopengine-checkout-additional-radio .woocommerce-input-wrapper, .shopengine-widget .shopengine-checkout-form-additional .shopengine-checkout-additional-radio .woocommerce-input-wrapper, .shopengine-widget .shopengine-checkout-form-billing .shopengine-checkout-additional-radio .woocommerce-input-wrapper, .shopengine-widget .shopengine-checkout-form-shipping .shopengine-checkout-additional-radio .woocommerce-input-wrapper {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shopengine-widget .shopengine-account-address .shopengine-checkout-additional-radio .woocommerce-input-wrapper label, .shopengine-widget .shopengine-checkout-form-additional .shopengine-checkout-additional-radio .woocommerce-input-wrapper label, .shopengine-widget .shopengine-checkout-form-billing .shopengine-checkout-additional-radio .woocommerce-input-wrapper label, .shopengine-widget .shopengine-checkout-form-shipping .shopengine-checkout-additional-radio .woocommerce-input-wrapper label {
	margin: 0 !important;
	margin-right: 15px !important;
}

.shopengine-widget .shopengine-account-address .shopengine-checkout-additional-radio .woocommerce-input-wrapper input, .shopengine-widget .shopengine-checkout-form-additional .shopengine-checkout-additional-radio .woocommerce-input-wrapper input, .shopengine-widget .shopengine-checkout-form-billing .shopengine-checkout-additional-radio .woocommerce-input-wrapper input, .shopengine-widget .shopengine-checkout-form-shipping .shopengine-checkout-additional-radio .woocommerce-input-wrapper input {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	margin-right: 5px;
}

.shopengine-widget .shopengine-grid ul.products {
	display: grid !important;
	width: auto !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media screen and (min-width:1025px) {
	.shopengine-widget .shopengine-grid ul.products {
		grid-template-columns: repeat(var(--wc-product-column, 4), minmax(0, 1fr));
	}
	
	.shopengine-widget .shopengine-grid ul.columns-1.products {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	
	.shopengine-widget .shopengine-grid ul.columns-2.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.shopengine-widget .shopengine-grid ul.columns-3.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	
	.shopengine-widget .shopengine-grid ul.columns-4.products {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	
	.shopengine-widget .shopengine-grid ul.columns-5.products {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
	
	.shopengine-widget .shopengine-grid ul.columns-6.products {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
	
	.shopengine-widget .shopengine-grid ul.columns-7.products {
		grid-template-columns: repeat(7, minmax(0, 1fr));
	}
	
	.shopengine-widget .shopengine-grid ul.columns-8.products {
		grid-template-columns: repeat(8, minmax(0, 1fr));
	}
	
	.shopengine-widget .shopengine-grid ul.columns-9.products {
		grid-template-columns: repeat(9, minmax(0, 1fr));
	}
	
	.shopengine-widget .shopengine-grid ul.columns-10.products {
		grid-template-columns: repeat(10, minmax(0, 1fr));
	}
}

@media screen and (max-width:768px) {
	.shopengine-widget .shopengine-grid ul.products {
		grid-template-columns: repeat(var(--shopengine-product-row-tablet, 2), minmax(0, 1fr)) !important;
	}
	
	.shopengine-widget .shopengine-grid ul.products li.product img {
		margin-bottom: 55px !important;
	}
}

@media screen and (max-width:481px) {
	.shopengine-widget .shopengine-grid ul.products {
		grid-template-columns: repeat(var(--shopengine-product-row-mobile, 2), minmax(0, 1fr)) !important;
	}
	
	.shopengine-widget .shopengine-grid ul.products li.product img {
		margin-bottom: 55px !important;
	}
}

.shopengine-widget .shopengine-grid ul.products:after, .shopengine-widget .shopengine-grid ul.products:before {
	display: none;
}

.shopengine-widget .shopengine-grid ul.products li.product {
	float: unset !important;
	width: 100% !important;
	margin: 0;
	padding: 0;
}

.woocommerce .shopengine-widget .shopengine-grid ul.products li.product {
	-ms-flex-item-align: baseline;
	align-self: baseline;
	width: 100% !important;
	max-width: 100% !important;
}

.woocommerce .shopengine-widget .shopengine-grid ul.products li.product img {
	border-radius: 0;
}

.shopengine-template .pswp {
	display: none;
}

.shopengine-template .pswp.pswp--open {
	display: block;
}

.shopengine-template .pswp__bg {
	background: #000;
}

.shopengine-template .pswp__button--arrow--left:before, .shopengine-template .pswp__button--arrow--right:before {
	content: "";
}

.shopengine-template .page-wrapper .container .row>.large-3, .shopengine-template .porto-blog-sidebar, .shopengine-template .pswp__button--arrow--left:after, .shopengine-template .pswp__button--arrow--right:after {
	display: none;
}

.shopengine-template .pswp__counter {
	position: absolute;
	bottom: unset;
	left: 0;
	-webkit-transform: none;
	transform: none;
	font-size: 13px;
	line-height: 44px;
}

.shopengine-template .pswp__top-bar .pswp__button {
	width: 44px;
	height: 30px;
	position: relative;
}

.shopengine-template .pswp__top-bar .pswp__button::before {
	display: none;
}

.shopengine-template.theme-neve {
	overflow-x: initial;
}

.shopengine-template .select2-results__option {
	text-decoration: none !important;
}

.shopengine-template .select2-container--default .select2-search--dropdown {
	padding: 10px !important;
}

@media (max-width:575px) {
	.shopengine-template .select2-container--default .select2-search--dropdown {
		padding: 5px !important;
	}
}

.shopengine-template .select2-search--dropdown input {
	background: #fff !important;
	border-radius: 0 !important;
	border: 1px solid #ddd !important;
	min-height: 45px;
}

.shopengine-template-template.theme-woodmart .main-page-wrapper .container {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

.shopengine-template-template.theme-woodmart .main-page-wrapper .container>.row {
	margin-left: 0;
	margin-right: 0;
}

.shopengine-template-template.theme-woodmart .main-page-wrapper .container>.row>.site-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.shopengine-template .woocommerce-notices-wrapper {
	margin: 0 auto;
	max-width: 1200px;
}

@media (max-width:768px) {
	.shopengine-template .woocommerce-notices-wrapper {
		padding: 0 15px;
	}
}

.shopengine-template.elementor-template-full-width .site-content>.ast-container {
	max-width: initial !important;
	padding: 0;
}

.shopengine-widget .site textarea, .shopengine-widget a, .shopengine-widget input[type=color], .shopengine-widget input[type=date], .shopengine-widget input[type=datetime-local], .shopengine-widget input[type=datetime], .shopengine-widget input[type=email], .shopengine-widget input[type=month], .shopengine-widget input[type=number], .shopengine-widget input[type=password], .shopengine-widget input[type=reset], .shopengine-widget input[type=search], .shopengine-widget input[type=submit], .shopengine-widget input[type=tel], .shopengine-widget input[type=text], .shopengine-widget input[type=time], .shopengine-widget input[type=url], .shopengine-widget input[type=week] {
	line-height: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.shopengine-widget .site textarea:focus, .shopengine-widget a:focus, .shopengine-widget input[type=color]:focus, .shopengine-widget input[type=date]:focus, .shopengine-widget input[type=datetime-local]:focus, .shopengine-widget input[type=datetime]:focus, .shopengine-widget input[type=email]:focus, .shopengine-widget input[type=month]:focus, .shopengine-widget input[type=number]:focus, .shopengine-widget input[type=password]:focus, .shopengine-widget input[type=reset]:focus, .shopengine-widget input[type=search]:focus, .shopengine-widget input[type=submit]:focus, .shopengine-widget input[type=tel]:focus, .shopengine-widget input[type=text]:focus, .shopengine-widget input[type=time]:focus, .shopengine-widget input[type=url]:focus, .shopengine-widget input[type=week]:focus {
	outline: 0;
	outline-offset: 0;
}

.shopengine-widget textarea[name=order_comments] {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}

.shopengine-widget .button, .shopengine-widget .wp-block-button .wp-block-button__link, .shopengine-widget .wp-block-search__button {
	line-height: initial;
	border: 0;
	text-align: center;
	letter-spacing: 0;
	text-transform: initial;
}

.shopengine-widget .hr, .shopengine-widget ol:not([role=alert]), .shopengine-widget ul:not([role=alert]) {
	margin: 0;
}

.shopengine-widget p {
	padding: 0;
	margin-bottom: 8px;
}

.shopengine-widget table.order_details {
	background: 0 0;
}

.shopengine-widget .woocommerce-tabs .panel, .shopengine-widget .woocommerce-tabs ul.tabs {
	float: unset;
	width: 100%;
	border: none;
}

.shopengine-widget .woocommerce-tabs ul.tabs li {
	display: inline-block;
}

.shopengine-widget #reviews #comments {
	width: 100%;
	float: unset;
}

.shopengine-widget #reviews #review_form {
	padding: 0 !important;
	border: none !important;
}

.shopengine-widget .shopengine-product-image span.onsale {
	line-height: initial;
}

.shopengine-widget .shopengine-product-tabs .woocommerce-tabs #reviews #review_form {
	padding: 0;
	border: 0;
}

.shopengine-widget .shopengine-product-tabs .woocommerce-tabs #reviews #review_form #respond {
	padding: 0;
	margin: 0;
	border: 0;
	background-color: transparent;
}

.shopengine-widget .shopengine-product-tabs .woocommerce-tabs #reviews #review_form #respond label {
	display: block;
}

.shopengine-widget .shopengine-product-tabs .woocommerce-tabs #reviews #review_form #respond label::after {
	display: none;
}

.shopengine-widget .shopengine-product-tabs .woocommerce-noreviews::before {
	display: none;
}

.shopengine-widget .shopengine-product-tabs .woocommerce-noreviews {
	background-color: transparent;
	border: 0;
}

.shopengine-widget .woocommerce-MyAccount-tabs {
	float: unset;
	width: 100%;
	margin: 0;
}

.shopengine-widget .woocommerce-MyAccount-tabs .oceanwp-user-profile {
	display: none;
}

.shopengine-widget .woocommerce-EditAccountForm p:nth-of-type(4) {
	margin-top: 0;
}

.shopengine-widget fieldset input:not([type=submit]) {
	margin-bottom: 0;
}

.shopengine-widget .woocommerce-EditAccountForm fieldset {
	display: block;
}

.shopengine-widget .woocommerce-EditAccountForm fieldset p {
	margin-top: 0;
}

.shopengine-widget .woocommerce-order-downloads tr td.download-remaining {
	text-align: left !important;
}

.shopengine-widget ins {
	text-decoration: none;
}

.theme-twentytwentyone .shopengine-widget a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background-color: initial;
	outline: initial;
	text-decoration: initial;
}

.theme-twentytwentyone .shopengine-widget .button {
	font-family: inherit;
}

.shopengine-widget .form-row .input-text {
	margin-bottom: 0;
}

.shopengine-widget .select2.select2-container {
	margin-bottom: 0;
}

.shopengine-widget .select2.select2-container .select2-selection--single {
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
}

.shopengine-widget .select2.select2-container .select2-selection--single::before {
	position: absolute;
	content: "";
	font-size: 15px;
	color: #000;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: dashicons;
}

.shopengine-widget .select2.select2-container .select2-selection--single .select2-selection__rendered {
	color: inherit;
	padding: 0;
	font-size: inherit;
}

.shopengine-widget .select2.select2-container .select2-selection--single .select2-selection__arrow {
	display: block;
	top: 1px;
	-webkit-transform: none;
	transform: none;
	right: 1px !important;
	background-image: none;
}

.shopengine-widget .select2.select2-container .select2-selection--single .select2-selection__arrow>b {
	display: block;
	border-top-color: #888 !important;
	border-width: 0;
}

.shopengine-widget .quantity.appended {
	padding: inherit;
}

.shopengine-widget .quantity.appended a.si-woo-minus, .shopengine-widget .quantity.appended a.si-woo-plus {
	display: none;
}

.shopengine-widget .product .shopengine-product-rating .woocommerce-product-rating .star-rating, .shopengine-widget .product .star-rating, .shopengine-widget .shopengine-product-rating .woocommerce-product-rating .product .star-rating {
	color: #fec42d;
}

.shopengine-widget .swiper-button-next, .shopengine-widget .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-image: none;
}

.shopengine-widget .swiper-button-next::after, .shopengine-widget .swiper-button-prev::after {
	content: "";
}

.shopengine-widget .swiper-button-next:has(svg), .shopengine-widget .swiper-button-prev:has(svg) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shopengine-widget .shopengine-woocommerce-info, .shopengine-widget .woocommerce-info {
	padding: 15px;
}

.shopengine-widget .shopengine-woocommerce-info::after, .shopengine-widget .shopengine-woocommerce-info::before, .shopengine-widget .woocommerce-info::after, .shopengine-widget .woocommerce-info::before {
	display: none;
}

.shopengine-widget .shopengine-editor-alert, .shopengine-widget .shopengine-notice {
	font-size: 16px;
	font-weight: 400;
	padding: 12px 20px;
	background-color: #fcfcfc;
	border-left: 3px solid transparent;
	border-radius: 0 3px 3px 0;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .07);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .07);
	text-transform: capitalize;
}

.shopengine-widget .shopengine-editor-alert-success, .shopengine-widget .shopengine-notice-success {
	border-color: #39b54a;
}

.shopengine-widget .shopengine-editor-alert-danger, .shopengine-widget .shopengine-notice-danger {
	border-color: #d72b3f;
}

.shopengine-widget .shopengine-editor-alert-info, .shopengine-widget .shopengine-notice-info {
	border-color: #71d7f7;
}

.shopengine-widget .shopengine-editor-alert-warning, .shopengine-widget .shopengine-notice-warning {
	border-color: #fcb92c;
}

.elementor-align-center .shopengine-widget .shopengine-flex-align {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.elementor-align-right .shopengine-widget .shopengine-flex-align {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media screen and (max-width:1024px) {
	.elementor-tablet-align-left .shopengine-widget .shopengine-flex-align {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.elementor-tablet-align-center .shopengine-widget .shopengine-flex-align {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.elementor-tablet-align-right .shopengine-widget .shopengine-flex-align {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

@media screen and (max-width:767px) {
	.elementor-mobile-align-left .shopengine-widget .shopengine-flex-align {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.elementor-mobile-align-center .shopengine-widget .shopengine-flex-align {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.elementor-mobile-align-right .shopengine-widget .shopengine-flex-align {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

.shopengine-widget .common-product-loop .products .product .star-rating, .shopengine-widget .common-star-rating .star-rating, .shopengine-widget .shopengine-cross-sells .cross-sells .products .product .star-rating, .shopengine-widget .shopengine-product-rating .star-rating, .shopengine-widget .shopengine-product-rating .woocommerce-product-rating .star-rating, .shopengine-widget .shopengine-product-review #reviews .star-rating, .shopengine-widget .shopengine-product-tabs #reviews .star-rating, .shopengine-widget .shopengine-related .related .products .product .star-rating, .shopengine-widget .shopengine-up-sells .up-sells .products .product .star-rating {
	float: none !important;
	margin: 0 0 5px 0;
	overflow: hidden !important;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: 1em;
	width: 5.3em;
	letter-spacing: 0;
	font-family: star !important;
	display: inline-block;
}

.shopengine-widget .common-product-loop .products .product .star-rating::before, .shopengine-widget .common-star-rating .star-rating::before, .shopengine-widget .shopengine-cross-sells .cross-sells .products .product .star-rating::before, .shopengine-widget .shopengine-product-rating .star-rating::before, .shopengine-widget .shopengine-product-rating .woocommerce-product-rating .star-rating::before, .shopengine-widget .shopengine-product-review #reviews .star-rating::before, .shopengine-widget .shopengine-product-tabs #reviews .star-rating::before, .shopengine-widget .shopengine-related .related .products .product .star-rating::before, .shopengine-widget .shopengine-up-sells .up-sells .products .product .star-rating::before {
	content: "sssss";
	color: #fec42d;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	font-family: unset;
	letter-spacing: 0 !important;
	opacity: 1;
}

.shopengine-widget .common-product-loop .products .product .star-rating span, .shopengine-widget .common-star-rating .star-rating span, .shopengine-widget .shopengine-cross-sells .cross-sells .products .product .star-rating span, .shopengine-widget .shopengine-product-rating .star-rating span, .shopengine-widget .shopengine-product-rating .woocommerce-product-rating .star-rating span, .shopengine-widget .shopengine-product-review #reviews .star-rating span, .shopengine-widget .shopengine-product-tabs #reviews .star-rating span, .shopengine-widget .shopengine-related .related .products .product .star-rating span, .shopengine-widget .shopengine-up-sells .up-sells .products .product .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	font-family: unset !important;
}

.shopengine-widget .common-product-loop .products .product .star-rating span::before, .shopengine-widget .common-star-rating .star-rating span::before, .shopengine-widget .shopengine-cross-sells .cross-sells .products .product .star-rating span::before, .shopengine-widget .shopengine-product-rating .star-rating span::before, .shopengine-widget .shopengine-product-rating .woocommerce-product-rating .star-rating span::before, .shopengine-widget .shopengine-product-review #reviews .star-rating span::before, .shopengine-widget .shopengine-product-tabs #reviews .star-rating span::before, .shopengine-widget .shopengine-related .related .products .product .star-rating span::before, .shopengine-widget .shopengine-up-sells .up-sells .products .product .star-rating span::before {
	content: "SSSSS";
	top: 0;
	position: absolute;
	left: 0;
	letter-spacing: 0;
	font-family: unset;
}

.shopengine-widget .common-product-loop .products .product .star-rating a::before, .shopengine-widget .common-star-rating .star-rating a::before, .shopengine-widget .shopengine-cross-sells .cross-sells .products .product .star-rating a::before, .shopengine-widget .shopengine-product-rating .star-rating a::before, .shopengine-widget .shopengine-product-rating .woocommerce-product-rating .star-rating a::before, .shopengine-widget .shopengine-product-review #reviews .star-rating a::before, .shopengine-widget .shopengine-product-tabs #reviews .star-rating a::before, .shopengine-widget .shopengine-related .related .products .product .star-rating a::before, .shopengine-widget .shopengine-up-sells .up-sells .products .product .star-rating a::before {
	letter-spacing: unset;
	font-family: unset;
}

.shopengine-widget .common-product-loop .products, .shopengine-widget .shopengine-cross-sells .cross-sells .products, .shopengine-widget .shopengine-related .related .products, .shopengine-widget .shopengine-up-sells .up-sells .products {
	margin: 0;
	-webkit-box-pack: initial;
	-ms-flex-pack: initial;
	justify-content: initial;
	-ms-flex-wrap: unset;
	flex-wrap: unset;
}

.shopengine-widget .common-product-loop .products::before, .shopengine-widget .shopengine-cross-sells .cross-sells .products::before, .shopengine-widget .shopengine-related .related .products::before, .shopengine-widget .shopengine-up-sells .up-sells .products::before {
	display: none;
}

.shopengine-widget .common-product-loop .products .product, .shopengine-widget .shopengine-cross-sells .cross-sells .products .product, .shopengine-widget .shopengine-related .related .products .product, .shopengine-widget .shopengine-up-sells .up-sells .products .product {
	margin: 0;
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	place-content: flex-start;
	padding: 0 !important;
}

.shopengine-widget .common-product-loop .products .product:hover, .shopengine-widget .shopengine-cross-sells .cross-sells .products .product:hover, .shopengine-widget .shopengine-related .related .products .product:hover, .shopengine-widget .shopengine-up-sells .up-sells .products .product:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.shopengine-widget .common-product-loop .products .product::after, .shopengine-widget .shopengine-cross-sells .cross-sells .products .product::after, .shopengine-widget .shopengine-related .related .products .product::after, .shopengine-widget .shopengine-up-sells .up-sells .products .product::after {
	display: none;
}

.shopengine-widget .common-product-loop .products .product a, .shopengine-widget .shopengine-cross-sells .cross-sells .products .product a, .shopengine-widget .shopengine-related .related .products .product a, .shopengine-widget .shopengine-up-sells .up-sells .products .product a {
	line-height: normal;
}

.shopengine-widget .common-product-loop .products .product a:focus, .shopengine-widget .common-product-loop .products .product a:hover, .shopengine-widget .shopengine-cross-sells .cross-sells .products .product a:focus, .shopengine-widget .shopengine-cross-sells .cross-sells .products .product a:hover, .shopengine-widget .shopengine-related .related .products .product a:focus, .shopengine-widget .shopengine-related .related .products .product a:hover, .shopengine-widget .shopengine-up-sells .up-sells .products .product a:focus, .shopengine-widget .shopengine-up-sells .up-sells .products .product a:hover {
	text-decoration: none !important;
	outline: 0;
}

.shopengine-widget .common-product-loop .products .product img, .shopengine-widget .shopengine-cross-sells .cross-sells .products .product img, .shopengine-widget .shopengine-related .related .products .product img, .shopengine-widget .shopengine-up-sells .up-sells .products .product img {
	outline: 0;
	width: 100%;
}

.shopengine-widget .common-product-loop .products .product .woocommerce-loop-product__link, .shopengine-widget .shopengine-cross-sells .cross-sells .products .product .woocommerce-loop-product__link, .shopengine-widget .shopengine-related .related .products .product .woocommerce-loop-product__link, .shopengine-widget .shopengine-up-sells .up-sells .products .product .woocommerce-loop-product__link {
	width: 100%;
}

.shopengine-widget .common-product-loop .products .product .woocommerce-loop-product__link img, .shopengine-widget .shopengine-cross-sells .cross-sells .products .product .woocommerce-loop-product__link img, .shopengine-widget .shopengine-related .related .products .product .woocommerce-loop-product__link img, .shopengine-widget .shopengine-up-sells .up-sells .products .product .woocommerce-loop-product__link img {
	width: 100%;
}

.shopengine-widget .common-product-loop .products .product .shopengine-wishlist, .shopengine-widget .shopengine-cross-sells .cross-sells .products .product .shopengine-wishlist, .shopengine-widget .shopengine-related .related .products .product .shopengine-wishlist, .shopengine-widget .shopengine-up-sells .up-sells .products .product .shopengine-wishlist {
	padding: 0;
}

.shopengine-widget .common-product-loop .products .product .shopengine-quickview-trigger, .shopengine-widget .shopengine-cross-sells .cross-sells .products .product .shopengine-quickview-trigger, .shopengine-widget .shopengine-related .related .products .product .shopengine-quickview-trigger, .shopengine-widget .shopengine-up-sells .up-sells .products .product .shopengine-quickview-trigger {
	padding: 0;
}

.shopengine-widget .common-product-loop .products .product .shopengine-comparison, .shopengine-widget .shopengine-cross-sells .cross-sells .products .product .shopengine-comparison, .shopengine-widget .shopengine-related .related .products .product .shopengine-comparison, .shopengine-widget .shopengine-up-sells .up-sells .products .product .shopengine-comparison {
	padding: 0;
}

.shopengine-widget .common-product-loop .products .product .woocommerce-loop-product__title, .shopengine-widget .shopengine-cross-sells .cross-sells .products .product .woocommerce-loop-product__title, .shopengine-widget .shopengine-related .related .products .product .woocommerce-loop-product__title, .shopengine-widget .shopengine-up-sells .up-sells .products .product .woocommerce-loop-product__title {
	margin: 0;
}

.shopengine-widget .common-product-loop .products .product .price, .shopengine-widget .shopengine-cross-sells .cross-sells .products .product .price, .shopengine-widget .shopengine-related .related .products .product .price, .shopengine-widget .shopengine-up-sells .up-sells .products .product .price {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: inherit;
	-ms-flex-pack: inherit;
	justify-content: inherit;
	margin-bottom: 0;
	gap: 12px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shopengine-widget .common-product-loop .products .product .price del, .shopengine-widget .shopengine-cross-sells .cross-sells .products .product .price del, .shopengine-widget .shopengine-related .related .products .product .price del, .shopengine-widget .shopengine-up-sells .up-sells .products .product .price del {
	display: none;
	margin-right: 0;
}

.shopengine-price-pos-after .shopengine-widget .common-product-loop .products .product .price del, .shopengine-price-pos-after .shopengine-widget .shopengine-cross-sells .cross-sells .products .product .price del, .shopengine-price-pos-after .shopengine-widget .shopengine-related .related .products .product .price del, .shopengine-price-pos-after .shopengine-widget .shopengine-up-sells .up-sells .products .product .price del {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-right: 0;
}

.shopengine-widget .common-product-loop .products .product .price ins, .shopengine-widget .shopengine-cross-sells .cross-sells .products .product .price ins, .shopengine-widget .shopengine-related .related .products .product .price ins, .shopengine-widget .shopengine-up-sells .up-sells .products .product .price ins {
	margin-left: 0;
}

.shopengine-price-pos-after .shopengine-widget .common-product-loop .products .product .price ins, .shopengine-price-pos-after .shopengine-widget .shopengine-cross-sells .cross-sells .products .product .price ins, .shopengine-price-pos-after .shopengine-widget .shopengine-related .related .products .product .price ins, .shopengine-price-pos-after .shopengine-widget .shopengine-up-sells .up-sells .products .product .price ins {
	margin-right: 5px;
}

.shopengine-widget .common-product-loop .products .product .price .shopengine-discount-badge, .shopengine-widget .shopengine-cross-sells .cross-sells .products .product .price .shopengine-discount-badge, .shopengine-widget .shopengine-related .related .products .product .price .shopengine-discount-badge, .shopengine-widget .shopengine-up-sells .up-sells .products .product .price .shopengine-discount-badge {
	display: none;
}

.shopengine-price-pos-after .shopengine-widget .common-product-loop .products .product .price .shopengine-discount-badge, .shopengine-price-pos-after .shopengine-widget .shopengine-cross-sells .cross-sells .products .product .price .shopengine-discount-badge, .shopengine-price-pos-after .shopengine-widget .shopengine-related .related .products .product .price .shopengine-discount-badge, .shopengine-price-pos-after .shopengine-widget .shopengine-up-sells .up-sells .products .product .price .shopengine-discount-badge {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.shopengine-widget .common-product-loop .products .product .button, .shopengine-widget .shopengine-cross-sells .cross-sells .products .product .button, .shopengine-widget .shopengine-related .related .products .product .button, .shopengine-widget .shopengine-up-sells .up-sells .products .product .button {
	border: none;
	height: auto !important;
}

.shopengine-widget .common-product-loop .products .product .button.added, .shopengine-widget .shopengine-cross-sells .cross-sells .products .product .button.added, .shopengine-widget .shopengine-related .related .products .product .button.added, .shopengine-widget .shopengine-up-sells .up-sells .products .product .button.added {
	display: none;
}

.shopengine-widget .common-product-loop .products .product .button:hover, .shopengine-widget .shopengine-cross-sells .cross-sells .products .product .button:hover, .shopengine-widget .shopengine-related .related .products .product .button:hover, .shopengine-widget .shopengine-up-sells .up-sells .products .product .button:hover {
	border: none;
}

.shopengine-widget .common-product-loop .products .product .button, .shopengine-widget .common-product-loop .products .product .onsale, .shopengine-widget .common-product-loop .products .product .price del, .shopengine-widget .shopengine-cross-sells .cross-sells .products .product .button, .shopengine-widget .shopengine-cross-sells .cross-sells .products .product .onsale, .shopengine-widget .shopengine-cross-sells .cross-sells .products .product .price del, .shopengine-widget .shopengine-related .related .products .product .button, .shopengine-widget .shopengine-related .related .products .product .onsale, .shopengine-widget .shopengine-related .related .products .product .price del, .shopengine-widget .shopengine-up-sells .up-sells .products .product .button, .shopengine-widget .shopengine-up-sells .up-sells .products .product .onsale, .shopengine-widget .shopengine-up-sells .up-sells .products .product .price del {
	display: none;
}

.shopengine-widget .common-product-loop .products .product .button::after, .shopengine-widget .common-product-loop .products .product .button::before, .shopengine-widget .common-product-loop .products .product .onsale::after, .shopengine-widget .common-product-loop .products .product .onsale::before, .shopengine-widget .common-product-loop .products .product .price del::after, .shopengine-widget .common-product-loop .products .product .price del::before, .shopengine-widget .shopengine-cross-sells .cross-sells .products .product .button::after, .shopengine-widget .shopengine-cross-sells .cross-sells .products .product .button::before, .shopengine-widget .shopengine-cross-sells .cross-sells .products .product .onsale::after, .shopengine-widget .shopengine-cross-sells .cross-sells .products .product .onsale::before, .shopengine-widget .shopengine-cross-sells .cross-sells .products .product .price del::after, .shopengine-widget .shopengine-cross-sells .cross-sells .products .product .price del::before, .shopengine-widget .shopengine-related .related .products .product .button::after, .shopengine-widget .shopengine-related .related .products .product .button::before, .shopengine-widget .shopengine-related .related .products .product .onsale::after, .shopengine-widget .shopengine-related .related .products .product .onsale::before, .shopengine-widget .shopengine-related .related .products .product .price del::after, .shopengine-widget .shopengine-related .related .products .product .price del::before, .shopengine-widget .shopengine-up-sells .up-sells .products .product .button::after, .shopengine-widget .shopengine-up-sells .up-sells .products .product .button::before, .shopengine-widget .shopengine-up-sells .up-sells .products .product .onsale::after, .shopengine-widget .shopengine-up-sells .up-sells .products .product .onsale::before, .shopengine-widget .shopengine-up-sells .up-sells .products .product .price del::after, .shopengine-widget .shopengine-up-sells .up-sells .products .product .price del::before {
	display: none;
}

body:not(.theme-twentytwentyone):not(.theme-astra) .shopengine-widget .common-product-loop .products .product, body:not(.theme-twentytwentyone):not(.theme-astra) .shopengine-widget .shopengine-cross-sells .cross-sells .products .product, body:not(.theme-twentytwentyone):not(.theme-astra) .shopengine-widget .shopengine-related .related .products .product, body:not(.theme-twentytwentyone):not(.theme-astra) .shopengine-widget .shopengine-up-sells .up-sells .products .product {
	max-width: none !important;
}

.shopengine-widget .common-product-loop .products .product .ast-shop-product-out-of-stock, .shopengine-widget .shopengine-cross-sells .cross-sells .products .product .ast-shop-product-out-of-stock, .shopengine-widget .shopengine-related .related .products .product .ast-shop-product-out-of-stock, .shopengine-widget .shopengine-up-sells .up-sells .products .product .ast-shop-product-out-of-stock {
	top: 50%;
	line-height: 30px;
	max-height: 44px;
}

.shopengine-widget .product .se-btn {
	color: #3e3e3e;
	vertical-align: middle;
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	line-height: 0;
	pointer-events: auto;
}

.shopengine-widget .product .se-btn:hover {
	color: #f03d3f;
}

.shopengine-widget .shopengine-countdown-clock {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
	position: absolute;
	bottom: 0;
	width: 90%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.shopengine-widget .shopengine-countdown-clock .se-clock-item {
	text-align: center;
	border-style: solid;
	margin: -1px;
	line-height: 20px;
}

.shopengine-widget .shopengine-countdown-clock .se-clock-item span {
	display: block;
}

.shopengine-widget .shopengine-countdown-clock .se-clock-item span:first-child {
	padding-bottom: 1px;
}

.shopengine-widget .shopengine-archive-mode-grid {
	margin: 0 !important;
	list-style-type: none;
}

.shopengine-widget .shopengine-archive-mode-grid:after, .shopengine-widget .shopengine-archive-mode-grid:before {
	display: none !important;
}

.shopengine-widget .shopengine-archive-mode-grid:hover .loop-product--btns-inner {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	opacity: 1;
}

.shopengine-widget .shopengine-archive-mode-grid .tooltiptext {
	visibility: hidden;
	min-width: 95px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	width: fit-content;
	background-color: #222;
	color: #fff !important;
	text-align: center;
	border-radius: 3px;
	padding: 15px 5px;
	position: absolute;
	z-index: 1;
	bottom: 85%;
	left: -35px;
	margin-left: 0;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	font-weight: 400;
	font-size: 12px;
}

.shopengine-widget .shopengine-archive-mode-grid .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #222 transparent transparent transparent;
}

.shopengine-widget .shopengine-archive-mode-grid .shopengine-quickview-trigger {
	position: relative;
}

.shopengine-widget .shopengine-archive-mode-grid .shopengine-quickview-trigger:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.shopengine-widget .shopengine-archive-mode-grid .shopengine-wishlist {
	position: relative;
}

.shopengine-widget .shopengine-archive-mode-grid .shopengine-wishlist:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.shopengine-widget .shopengine-archive-mode-grid .shopengine-comparison {
	position: relative;
}

.shopengine-widget .shopengine-archive-mode-grid .shopengine-comparison:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.shopengine-widget .shopengine-archive-mode-grid .button[data-quantity], .shopengine-widget .shopengine-archive-mode-grid .shopengine_direct_checkout {
	position: relative;
}

.shopengine-widget .shopengine-archive-mode-grid .button[data-quantity]:hover .tooltiptext, .shopengine-widget .shopengine-archive-mode-grid .shopengine_direct_checkout:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.shopengine-widget .shopengine-archive-mode-grid .button[data-quantity] .tooltiptext, .shopengine-widget .shopengine-archive-mode-grid .shopengine_direct_checkout .tooltiptext {
	height: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.shopengine-widget .loop-product--btns {
	--shopengine-group-container-height: 50px;
	height: var(--shopengine-group-container-height);
	margin-top: calc(( var(--shopengine-group-container-height) ) * -1);
	z-index: 99;
	width: 100%;
}

.shopengine-widget .loop-product--btns-inner {
	height: var(--shopengine-group-container-height);
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(30px, 1fr));
	border-radius: 5px 5px 0 0;
	width: 95%;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 40%);
	transform: translate(-50%, 40%);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	-webkit-transition: cubic-bezier(.41, 1.1, 1, 1) .3s;
	transition: cubic-bezier(.41, 1.1, 1, 1) .3s;
}

@media (max-width:768px) {
	.shopengine-widget .loop-product--btns-inner {
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		opacity: 1;
	}
}

.shopengine-widget .loop-product--btns-inner .button {
	font-size: 0 !important;
	text-align: center;
}

.shopengine-widget .loop-product--btns-inner .button:before {
	content: "";
	font-family: shopengine;
	font-family: shopengine;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
}

.shopengine-widget .loop-product--btns-inner .button+a.wc-forward {
	width: 135px;
	position: absolute;
	bottom: 114%;
	line-height: 40px;
	height: 40px;
	display: inline-block;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 18px;
	padding: 0 !important;
	border-radius: 26px;
	color: #101010;
}

.shopengine-widget .loop-product--btns-inner a {
	font-size: 16px;
	display: inline-block;
	text-align: center !important;
}

.shopengine-widget .loop-product--btns-inner>.ajax_add_to_cart.loading:before {
	opacity: 0;
}

.shopengine-widget .loop-product--btns-inner>.ajax_add_to_cart.loading:after {
	top: 50%;
	left: 50%;
	right: auto;
	margin-top: -8px;
	margin-left: -8px;
	color: #000;
	font-size: 16px;
	z-index: 1;
}

.shopengine-widget .is-loading {
	cursor: wait;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
}

.shopengine-widget .is-loading * {
	opacity: .6;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	pointer-events: none;
}

.shopengine-widget .is-loading::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 10;
	cursor: wait;
}

.shopengine-widget .is-loading::after {
	content: "";
	border: 4px solid #f3f3f3;
	border-radius: 50%;
	border-top: 4px solid #3498db;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	z-index: 15;
	display: inline-block;
	position: absolute;
	margin-top: -20px;
	margin-left: -20px;
}

.shopengine-widget .shopengine-account-address h3 {
	margin: 0;
}

.shopengine-widget .shopengine-account-address .woocommerce-Addresses {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(auto, 1fr));
	grid-row-gap: 30px;
	width: 100% !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.shopengine-widget .shopengine-account-address .woocommerce-Addresses::after, .shopengine-widget .shopengine-account-address .woocommerce-Addresses::before {
	display: none;
}

.shopengine-widget .shopengine-account-address .woocommerce-Addresses .woocommerce-Address {
	float: none;
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.shopengine-widget .shopengine-account-address .woocommerce-Addresses .woocommerce-Address header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	padding: 0 0 7px;
	background-color: transparent;
	border-width: 0;
}

.shopengine-widget .shopengine-account-address .woocommerce-Addresses .woocommerce-Address header h3 {
	width: auto;
	padding: 0 !important;
	font-size: 22px;
	color: #3a3a3a;
	font-weight: 600;
	text-transform: none;
	border: 0 !important;
}

.shopengine-widget .shopengine-account-address .woocommerce-Addresses .woocommerce-Address header h3:after, .shopengine-widget .shopengine-account-address .woocommerce-Addresses .woocommerce-Address header h3:before {
	display: none;
}

.shopengine-widget .shopengine-account-address .woocommerce-Addresses .woocommerce-Address header a {
	float: none;
	width: auto;
	height: auto;
	margin-top: 0;
	margin-left: auto;
	background: #f2f2f2;
	padding: 10px 20px;
	font-size: 15px;
	line-height: 22px;
	color: #3a3a3a;
	font-weight: 500;
	border-radius: 3px;
	text-decoration: none;
	text-transform: none;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
	margin-right: 20px;
	margin-bottom: 0;
	text-indent: 0;
}

.shopengine-widget .shopengine-account-address .woocommerce-Addresses .woocommerce-Address header a:hover {
	background: #101010;
	color: #fff;
}

.shopengine-widget .shopengine-account-address .woocommerce-Addresses .woocommerce-Address header a::before {
	display: none;
}

.shopengine-widget .shopengine-account-address .woocommerce-Addresses .woocommerce-Address address {
	margin-bottom: 0;
	padding: 0;
	border-width: 0;
	color: #979797;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	font-style: normal;
}

.shopengine-widget .shopengine-account-address-form form>h3 {
	width: auto;
	padding: 0 !important;
	font-size: 22px;
	color: #3a3a3a;
	font-weight: 600;
	text-transform: none;
	border: 0 !important;
}

.shopengine-widget .shopengine-account-address-form form>h3:after, .shopengine-widget .shopengine-account-address-form form>h3:before {
	display: none;
}

.shopengine-widget .shopengine-account-address-form .woocommerce-address-fields>p {
	margin-bottom: 0;
}

.shopengine-widget .shopengine-account-address-form p.form-row {
	padding: 8px 0;
}

@media (max-width:768px) {
	.shopengine-widget .shopengine-account-address-form p.form-row {
		width: 100% !important;
	}
}

.shopengine-widget .shopengine-account-address-form p.form-row>label {
	font-weight: 400;
}

.shopengine-widget .shopengine-account-address-form p.form-row .woocommerce-input-wrapper .select2-selection--single, .shopengine-widget .shopengine-account-address-form p.form-row .woocommerce-input-wrapper input:not([type=checkbox]):not([type=radio]), .shopengine-widget .shopengine-account-address-form p.form-row .woocommerce-input-wrapper select {
	border-radius: 3px;
	height: auto;
	font-size: 16px;
	line-height: 1.35em;
}

.shopengine-widget .shopengine-account-address-form p.form-row .woocommerce-input-wrapper .select2-selection--single span, .shopengine-widget .shopengine-account-address-form p.form-row .woocommerce-input-wrapper input:not([type=checkbox]):not([type=radio]) span, .shopengine-widget .shopengine-account-address-form p.form-row .woocommerce-input-wrapper select span {
	margin: 0;
	padding: 0;
	line-height: normal;
}

.shopengine-widget .shopengine-account-address-form p.form-row .woocommerce-input-wrapper .select2-selection__arrow {
	height: 100%;
}

.shopengine-widget .shopengine-account-address-form p.form-row .woocommerce-input-wrapper label.checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shopengine-widget .shopengine-account-address-form form button.button {
	font-size: 15px;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
	font-weight: 500;
	cursor: pointer;
	margin-top: 14px;
	border-radius: 3px;
	float: none !important;
	position: static !important;
	text-decoration: none !important;
	height: auto !important;
}

.shopengine-widget .shopengine-account-address-form form button.button:focus {
	outline: 0;
	text-decoration: none;
}

.shopengine-widget .shopengine-account-details .account-sub-title {
	display: none;
}

.shopengine-widget .shopengine-account-details form>p:last-child {
	margin-bottom: 0;
}

.shopengine-widget .shopengine-account-details form>p input {
	height: auto !important;
}

@media (max-width:575px) {
	.shopengine-widget .shopengine-account-details form>p {
		width: 100% !important;
	}
}

.shopengine-widget .shopengine-account-details form .form-row {
	margin-bottom: 15px;
}

.shopengine-widget .shopengine-account-details form .form-row>* {
	display: block;
	width: 100%;
}

.shopengine-widget .shopengine-account-details form .form-row>label {
	font-weight: 400;
}

.shopengine-widget .shopengine-account-details form .form-row>span {
	font-size: 14px !important;
	margin-top: 5px;
}

.shopengine-widget .shopengine-account-details form .form-row>span .show-password, .shopengine-widget .shopengine-account-details form .form-row>span .show-password-input {
	top: 50%;
	height: 18px;
	-webkit-transform: translateY(-65%);
	transform: translateY(-65%);
	display: none;
}

.shopengine-widget .shopengine-account-details form .form-row-first {
	float: left;
	width: 45%;
}

.shopengine-widget .shopengine-account-details form .form-row-last {
	float: right;
	width: 45%;
}

.shopengine-widget .shopengine-account-details form .form-row input {
	margin: 0 !important;
	border-radius: 3px;
	height: auto !important;
	line-height: 1em !important;
}

.shopengine-widget .shopengine-account-details form fieldset {
	padding: 20px 30px;
	margin: 40px 0 30px;
	border-style: solid;
	border-width: 2px;
	background-color: inherit;
}

.shopengine-widget .shopengine-account-details form fieldset legend {
	font-weight: 600;
	padding: 0 10px;
	display: block;
	background-color: inherit;
	width: auto;
	border-bottom: 0;
	margin-bottom: 0;
	position: static;
	float: unset;
}

.shopengine-widget .shopengine-account-details form fieldset legend:after {
	border-width: 0;
}

.shopengine-widget .shopengine-account-details form button.button {
	margin: 0;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
	font-weight: 500;
	cursor: pointer;
	height: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-width: 0;
}

.shopengine-widget .shopengine-account-details form button.button:focus {
	outline: 0;
}

.shopengine-widget .shopengine-account-details form>.featured-boxes {
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
}

@media (max-width:992px) {
	.shopengine-widget .shopengine-account-downloads {
		overflow-x: unset;
	}
}

.shopengine-widget .shopengine-account-downloads .account-sub-title {
	display: none;
}

.shopengine-widget .shopengine-account-downloads .woocommerce-order-downloads {
	min-width: 900px;
}

@media (max-width:992px) {
	.shopengine-widget .shopengine-account-downloads .woocommerce-order-downloads {
		min-width: auto;
	}
}

.shopengine-widget .shopengine-account-downloads .woocommerce-Message .woocommerce-Button {
	bottom: 10px;
}

.shopengine-widget .shopengine-account-downloads .woocommerce-table {
	border: 0;
	margin: 0 !important;
	border-radius: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

.shopengine-widget .shopengine-account-downloads .woocommerce-table thead {
	text-align: left;
}

@media (max-width:992px) {
	.shopengine-widget .shopengine-account-downloads .woocommerce-table thead {
		display: none;
	}
}

.shopengine-widget .shopengine-account-downloads .woocommerce-table thead th {
	padding: 0;
	border: 0;
	text-align: left;
}

.shopengine-widget .shopengine-account-downloads .woocommerce-table thead th:first-child {
	padding-left: 40px;
}

@media (max-width:768px) {
	.shopengine-widget .shopengine-account-downloads .woocommerce-table thead th:first-child {
		padding-left: 12px;
	}
}

.shopengine-widget .shopengine-account-downloads .woocommerce-table thead th:last-child {
	padding-right: 40px;
}

@media (max-width:768px) {
	.shopengine-widget .shopengine-account-downloads .woocommerce-table thead th:last-child {
		padding-right: 12px;
	}
}

@media (max-width:992px) {
	.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody {
		display: grid;
		grid-template-columns: 1fr;
	}
}

.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr {
	border-width: 0 0 1px 0;
}

@media (max-width:992px) {
	.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr 1fr;
		padding: 10px;
	}
}

@media (max-width:768px) {
	.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr {
		padding: 15px 10px;
		grid-template-columns: 1fr;
	}
}

.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr td {
	padding: 0 !important;
	border: 0 !important;
	background-color: transparent !important;
	text-align: left !important;
}

@media (max-width:992px) {
	.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr td {
		padding: 5px 0 !important;
	}
}

.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr td a {
	width: auto;
	text-decoration: none !important;
}

.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr td a:focus, .shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr td a:hover {
	text-decoration: none;
}

@media (max-width:768px) {
	.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr td a.button {
		margin-top: 15px;
		margin-bottom: 10px;
		width: 100%;
	}
}

@media (max-width:992px) {
	.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr td::before {
		content: attr(data-title) " : ";
		font-weight: 700;
		margin-right: 5px;
	}
	
	.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr td.download-expires, .shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr td.download-remaining {
		grid-column: 1/span 1;
	}
	
	.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr td.download-file {
		grid-row: 1/span 3;
		grid-column: 2;
		padding-left: 20px;
	}
	
	.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr td.download-file::before {
		display: block;
		width: 100%;
	}
}

@media (max-width:768px) {
	.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr td {
		padding-left: 0;
	}
	
	.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr td.download-expires, .shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr td.download-remaining {
		grid-column: 1/span 1;
	}
	
	.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr td.download-file {
		grid-row: auto;
		grid-column: auto;
		padding-left: 0;
	}
	
	.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr td.download-file::before {
		display: none;
	}
}

.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr td:first-child {
	padding-left: 40px !important;
}

@media (max-width:992px) {
	.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr td:first-child {
		padding-left: 0;
	}
}

.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr td:last-child {
	padding-right: 40px;
	text-align: left;
}

@media (max-width:992px) {
	.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr td:last-child {
		padding-right: 0;
	}
}

.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr:first-child td {
	border-top: 0;
}

.shopengine-widget .shopengine-account-form-login .before-login-text {
	display: none;
}

.shopengine-widget .shopengine-account-form-login .show-password, .shopengine-widget .shopengine-account-form-login .show-password-input {
	top: 50%;
	height: 18px;
	-webkit-transform: translateY(-65%);
	transform: translateY(-65%);
	display: none;
}

.shopengine-widget .shopengine-account-form-login>h2 {
	padding: 0 !important;
	border-width: 0 !important;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.333333em;
	font-family: inherit;
}

.shopengine-widget .shopengine-account-form-login>h2:after {
	display: none !important;
}

.shopengine-widget .shopengine-account-form-login .woocommerce-form {
	max-width: none;
	margin: 0;
	border: 0;
	border-radius: 0;
	padding: 0;
	background-color: transparent !important;
}

.shopengine-widget .shopengine-account-form-login .woocommerce-form__label-for-checkbox {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.shopengine-widget .shopengine-account-form-login .woocommerce-form__label-for-checkbox span {
	padding-left: 10px;
}

.shopengine-widget .shopengine-account-form-login .woocommerce-form>.form-row {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.shopengine-widget .shopengine-account-form-login .woocommerce-form label {
	color: #3a3a3a;
}

.shopengine-widget .shopengine-account-form-login .woocommerce-form .woocommerce-Input {
	display: block;
	font-size: 14px;
	line-height: 1.35em;
	color: #555;
	background-color: #fff;
	background-image: none !important;
	border: 1px solid #dee3ea;
	border-radius: 3px;
	padding: 10px 16px;
	height: auto;
	width: 100%;
}

.shopengine-widget .shopengine-account-form-login .woocommerce-form p.form-row {
	display: block !important;
}

.shopengine-widget .shopengine-account-form-login .woocommerce-form p.form-row button.button {
	display: inline-block;
	bottom: 0;
	width: auto;
	height: auto;
	color: #fff;
	background-color: #3b3b3b;
	border-width: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .1s;
	transition: all .1s;
	outline: 0;
	cursor: pointer;
}

.shopengine-widget .shopengine-account-form-login .woocommerce-form p.form-row button.button:hover {
	background-color: #101010;
	text-decoration: none;
}

.shopengine-widget .shopengine-account-form-login .woocommerce-form-login__rememberme {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5em;
	margin-bottom: 15px !important;
	cursor: pointer;
}

.shopengine-widget .shopengine-account-form-login .woocommerce-form__input-checkbox {
	float: left;
	top: -1px !important;
	width: 16px;
	height: 16px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	border-radius: 100%;
	margin: 2px 6px 0 0;
	border: 1px solid #3a3a3a;
	-webkit-transition: .6s cubic-bezier(.25, 1, .5, 1);
	transition: .6s cubic-bezier(.25, 1, .5, 1);
}

.shopengine-widget .shopengine-account-form-login .woocommerce-form__input-checkbox::before {
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	content: "";
	position: absolute;
	border-radius: 100%;
	background-color: #505255;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: .6s cubic-bezier(.25, 1, .5, 1);
	transition: .6s cubic-bezier(.25, 1, .5, 1);
	opacity: 0;
	visibility: hidden;
}

.shopengine-widget .shopengine-account-form-login .woocommerce-form__input-checkbox:checked::before {
	opacity: 1;
	visibility: visible;
}

.shopengine-widget .shopengine-account-form-login .woocommerce-form #rememberme {
	position: relative;
	top: -3px;
}

.shopengine-widget .shopengine-account-form-login .woocommerce-LostPassword {
	margin-bottom: 0;
	text-align: left;
}

.shopengine-widget .shopengine-account-form-login .woocommerce-LostPassword a {
	font-weight: 500;
	line-height: normal !important;
	display: inline-block;
	text-decoration: underline;
}

.shopengine-widget .shopengine-account-form-register {
	border-radius: 0;
}

.shopengine-widget .shopengine-account-form-register>h2 {
	display: none;
	padding: 0 !important;
	border-width: 0 !important;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.333333em;
	font-family: inherit;
}

.shopengine-widget .shopengine-account-form-register>h2:after {
	display: none !important;
}

.shopengine-widget .shopengine-account-form-register .woocommerce-form-register {
	max-width: none !important;
	margin: 0;
	border: 0;
	border-radius: 0;
	padding: 0;
	background-color: transparent !important;
}

.shopengine-widget .shopengine-account-form-register .woocommerce-form-register p {
	font-weight: 400;
	line-height: 1.5em;
}

.shopengine-widget .shopengine-account-form-register .woocommerce-form-register p a {
	text-decoration: none;
}

.shopengine-widget .shopengine-account-form-register .woocommerce-form-register p.woocommerce-pending-message {
	font-size: 13px;
	color: #848181;
}

.shopengine-widget .shopengine-account-form-register .woocommerce-form-register .form-row {
	margin: 0;
	padding: 0;
	width: 100%;
}

.shopengine-widget .shopengine-account-form-register .woocommerce-form-register .form-row :not(:last-child) {
	margin-bottom: 15px;
}

.shopengine-widget .shopengine-account-form-register .woocommerce-form-register .form-row label {
	font-size: 15px;
	line-height: 1.333333em;
	color: #3a3a3a;
	font-weight: 500;
	margin-bottom: 8px;
}

.shopengine-widget .shopengine-account-form-register .woocommerce-form-register .form-row .woocommerce-Input {
	display: block;
	margin: 0;
	font-size: 14px;
	line-height: 1.35em;
	color: #555;
	background-color: #fff;
	background-image: none !important;
	border: 1px solid #dee3ea;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 10px 16px;
	height: auto;
	width: 100%;
}

.shopengine-widget .shopengine-account-form-register .woocommerce-form-register .form-row button.button {
	display: block;
	width: 100%;
	margin: 0;
	bottom: 0;
	border-width: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 16px;
	font-weight: 700;
	line-height: normal !important;
	text-transform: none;
	outline: 0;
	-webkit-transition: all .1s;
	transition: all .1s;
	cursor: pointer;
	text-decoration: none !important;
}

.shopengine-widget .shopengine-account-form-register .woocommerce-form-register .form-row button.button:hover {
	text-decoration: none !important;
}

.shopengine-widget .shopengine-account-form-register .woocommerce-form-register .woocommerce-privacy-policy-text>p {
	font-size: 13px;
	color: #848181;
	margin-bottom: 24px;
}

.shopengine-widget .shopengine-account-form-register .woocommerce-form-register ul {
	padding-left: 18px;
}

.shopengine-widget .shopengine-account-form-register .before-register-text, .shopengine-widget .shopengine-account-form-register .register-benefits {
	display: none;
}

.shopengine-widget .shopengine-account-logout a {
	color: #4169e1;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25em;
	text-decoration: none !important;
}

.shopengine-widget .shopengine-account-navigation .woocommerce-MyAccount-navigation-wrapper {
	width: 100%;
	margin: 0;
	border-right: 0 !important;
}

.shopengine-widget .shopengine-account-navigation .MyAccount-user-info {
	display: none;
}

.shopengine-widget .shopengine-account-navigation ul {
	margin: 0;
	list-style: none;
	padding: 0;
	border-width: 1px;
	border-style: solid;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.shopengine-widget .shopengine-account-navigation ul li {
	border: 0 !important;
	margin: 0 !important;
}

.shopengine-widget .shopengine-account-navigation ul li a {
	position: relative;
	background: 0 0 !important;
	padding: 0 !important;
	width: 100%;
	border-width: 0 !important;
	font-size: inherit;
	font-weight: inherit !important;
	line-height: inherit;
	display: inline-block !important;
	text-decoration: none !important;
}

.shopengine-widget .shopengine-account-navigation ul li a:hover {
	text-decoration: none !important;
	background-color: transparent;
}

.shopengine-widget .shopengine-account-navigation ul li a::before {
	position: absolute;
	display: block !important;
	width: 5px !important;
	height: 5px !important;
	border-width: 0 !important;
	border-radius: 50%;
	border-radius: 50% !important;
	content: "" !important;
	left: -15px !important;
	top: 51% !important;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	border: none !important;
	opacity: 1 !important;
}

.shopengine-widget .shopengine-account-navigation .woocommerce-MyAccount-navigation {
	width: 100%;
	float: none;
	border: none;
}

.shopengine-widget .shopengine-account-navigation .MyAccount-user-info {
	display: none;
}

.shopengine-widget .shopengine-account-order-details a {
	height: initial;
}

.shopengine-widget .shopengine-account-order-details table {
	border-collapse: collapse !important;
	border-radius: 0 !important;
	border: none !important;
}

.shopengine-widget .shopengine-account-order-details table thead {
	border: 0;
	border-bottom: 0 solid;
}

.shopengine-widget .shopengine-account-order-details table thead tr:first-child th {
	border: 0;
	border-bottom: 0 solid;
	text-align: left;
}

@media (max-width:768px) {
	.shopengine-widget .shopengine-account-order-details table thead tr:first-child th:last-child {
		text-align: right;
	}
}

.shopengine-widget .shopengine-account-order-details table tbody tr, .shopengine-widget .shopengine-account-order-details table tfoot tr {
	border-bottom: 1px solid;
	border-left: 0;
	border-right: 0;
	border-top: 0;
}

@media (max-width:768px) {
	.shopengine-widget .shopengine-account-order-details table tbody tr .download-remaining, .shopengine-widget .shopengine-account-order-details table tbody tr .product-total, .shopengine-widget .shopengine-account-order-details table tfoot tr .download-remaining, .shopengine-widget .shopengine-account-order-details table tfoot tr .product-total {
		text-align: right;
	}
}

.shopengine-widget .shopengine-account-order-details table tbody tr .product-name a, .shopengine-widget .shopengine-account-order-details table tfoot tr .product-name a {
	display: inline;
}

.shopengine-widget .shopengine-account-order-details table tbody tr td, .shopengine-widget .shopengine-account-order-details table tbody tr th, .shopengine-widget .shopengine-account-order-details table tfoot tr td, .shopengine-widget .shopengine-account-order-details table tfoot tr th {
	border: 0 !important;
	background-color: transparent !important;
	text-align: left;
	padding: 10px 0 !important;
}

.shopengine-widget .shopengine-account-order-details table tbody tr td::before, .shopengine-widget .shopengine-account-order-details table tbody tr th::before, .shopengine-widget .shopengine-account-order-details table tfoot tr td::before, .shopengine-widget .shopengine-account-order-details table tfoot tr th::before {
	padding-right: 10px;
}

.shopengine-widget .shopengine-account-order-details table tbody tr td:first-child, .shopengine-widget .shopengine-account-order-details table tbody tr th:first-child, .shopengine-widget .shopengine-account-order-details table tfoot tr td:first-child, .shopengine-widget .shopengine-account-order-details table tfoot tr th:first-child {
	padding-left: 40px !important;
}

.shopengine-widget .shopengine-account-order-details table tbody tr td:last-child, .shopengine-widget .shopengine-account-order-details table tbody tr th:last-child, .shopengine-widget .shopengine-account-order-details table tfoot tr td:last-child, .shopengine-widget .shopengine-account-order-details table tfoot tr th:last-child {
	padding-right: 40px !important;
	font-weight: 400;
}

@media (max-width:768px) {
	.shopengine-widget .shopengine-account-order-details table tbody tr td:last-child, .shopengine-widget .shopengine-account-order-details table tbody tr th:last-child, .shopengine-widget .shopengine-account-order-details table tfoot tr td:last-child, .shopengine-widget .shopengine-account-order-details table tfoot tr th:last-child {
		text-align: right;
	}
}

@media (max-width:768px) {
	.shopengine-widget .shopengine-account-order-details table tbody tr td, .shopengine-widget .shopengine-account-order-details table tbody tr th, .shopengine-widget .shopengine-account-order-details table tfoot tr td, .shopengine-widget .shopengine-account-order-details table tfoot tr th {
		padding: 0 10px !important;
	}
	
	.shopengine-widget .shopengine-account-order-details table tbody tr td:first-child, .shopengine-widget .shopengine-account-order-details table tbody tr th:first-child, .shopengine-widget .shopengine-account-order-details table tfoot tr td:first-child, .shopengine-widget .shopengine-account-order-details table tfoot tr th:first-child {
		padding-left: 10px !important;
	}
	
	.shopengine-widget .shopengine-account-order-details table tbody tr td:last-child, .shopengine-widget .shopengine-account-order-details table tbody tr th:last-child, .shopengine-widget .shopengine-account-order-details table tfoot tr td:last-child, .shopengine-widget .shopengine-account-order-details table tfoot tr th:last-child {
		padding-right: 10px !important;
	}
}

.shopengine-widget .shopengine-account-order-details table tbody tr:last-child, .shopengine-widget .shopengine-account-order-details table tfoot tr:last-child {
	border: 0 !important;
}

.shopengine-widget .shopengine-account-order-details .order-again {
	text-align: left;
}

.shopengine-widget .shopengine-account-order-details .woocommerce-column__title {
	background: 0 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0 !important;
	border: none !important;
}

.shopengine-widget .shopengine-account-order-details .addresses address, .shopengine-widget .shopengine-account-order-details .woocommerce-customer-details address {
	border: 0;
	border-radius: 0;
	padding: 0;
	font-style: normal;
}

.shopengine-widget .shopengine-account-order-details .addresses address p, .shopengine-widget .shopengine-account-order-details .woocommerce-customer-details address p {
	margin: 0;
	padding: 0;
}

.shopengine-widget .shopengine-account-order-details .addresses address p::before, .shopengine-widget .shopengine-account-order-details .woocommerce-customer-details address p::before {
	position: relative;
	margin-left: 0;
}

.shopengine-widget .shopengine-account-order-details .addresses address p.woocommerce-customer-details--phone, .shopengine-widget .shopengine-account-order-details .woocommerce-customer-details address p.woocommerce-customer-details--phone {
	margin-top: 15px;
}

.shopengine-widget .woocommerce-order-details {
	width: 100%;
	margin-top: 0 !important;
}

.shopengine-widget .shopengine-account-orders .dummyCss {
	display: none;
}

.shopengine-widget .shopengine-account-orders .woocommerce-Message .woocommerce-Button {
	bottom: 10px;
}

.shopengine-widget .shopengine-account-orders .woocommerce-orders-table {
	border-collapse: collapse;
	border-width: 0;
}

.shopengine-widget .shopengine-account-orders .woocommerce-orders-table thead {
	border-bottom: none;
	display: grid;
	grid-template-columns: 1fr;
}

.shopengine-widget .shopengine-account-orders .woocommerce-orders-table thead tr {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 2fr 2fr 3fr 1fr;
	padding: 10px;
}

.shopengine-widget .shopengine-account-orders .woocommerce-orders-table thead tr th {
	border: 0;
}

@media (max-width:768px) {
	.shopengine-widget .shopengine-account-orders .woocommerce-orders-table thead {
		display: none;
	}
}

.shopengine-widget .shopengine-account-orders .woocommerce-orders-table__cell-order-actions {
	min-width: -webkit-fill-available;
	display: grid !important;
	grid-gap: 8px;
	grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
}

@media (max-width:575px) {
	.shopengine-widget .shopengine-account-orders .woocommerce-orders-table__cell-order-actions {
		padding: 10px 0 !important;
	}
}

@media (max-width:992px) {
	.shopengine-widget .shopengine-account-orders .woocommerce-orders-table td::before {
		display: none;
		text-align: left;
	}
}

@media (max-width:768px) {
	.shopengine-widget .shopengine-account-orders .woocommerce-orders-table td {
		min-height: 35px;
	}
	
	.shopengine-widget .shopengine-account-orders .woocommerce-orders-table td::before {
		font-weight: 700;
		margin-right: 5px;
		min-width: 75px;
	}
	
	.shopengine-widget .shopengine-account-orders .woocommerce-orders-table__cell-order-number {
		grid-row: 2;
		grid-column: 1;
	}
	
	.shopengine-widget .shopengine-account-orders .woocommerce-orders-table__cell-order-date {
		grid-column: 2/span 2;
	}
	
	.shopengine-widget .shopengine-account-orders .woocommerce-orders-table__cell-order-date::before {
		content: attr(data-title) " : ";
		display: inline-block !important;
	}
	
	.shopengine-widget .shopengine-account-orders .woocommerce-orders-table__cell-order-status {
		grid-column: 2/span 2;
	}
	
	.shopengine-widget .shopengine-account-orders .woocommerce-orders-table__cell-order-status::before {
		content: attr(data-title) " : ";
		display: inline-block !important;
	}
	
	.shopengine-widget .shopengine-account-orders .woocommerce-orders-table__cell-order-total {
		grid-column: 2/span 3;
		grid-row: 3;
	}
	
	.shopengine-widget .shopengine-account-orders .woocommerce-orders-table__cell-order-total::before {
		content: attr(data-title) " : ";
		display: inline-block !important;
	}
	
	.shopengine-widget .shopengine-account-orders .woocommerce-orders-table__cell-order-actions {
		grid-row: 1/span 3;
		grid-column: 4/span 5;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

@media (max-width:575px) {
	.shopengine-widget .shopengine-account-orders .woocommerce-orders-table td {
		grid-column: 1;
		grid-row: auto;
	}
	
	.shopengine-widget .shopengine-account-orders .woocommerce-orders-table td::before {
		content: attr(data-title) " : ";
		min-width: auto !important;
		display: inline-block;
	}
	
	.shopengine-widget .shopengine-account-orders .woocommerce-orders-table__cell-order-actions::before {
		display: none !important;
	}
	
	.shopengine-widget .shopengine-account-orders .woocommerce-orders-table__cell-order-actions a {
		width: 100% !important;
		display: block;
		margin: 0 !important;
	}
}

.shopengine-widget .shopengine-account-orders .woocommerce-orders-table .woocommerce-orders-table__header {
	border-top: 0;
}

.shopengine-widget .shopengine-account-orders .woocommerce-orders-table .woocommerce-orders-table__cell, .shopengine-widget .shopengine-account-orders .woocommerce-orders-table .woocommerce-orders-table__header {
	text-align: left;
	padding: 0;
	border-right: 0;
	border-left: 0;
}

.shopengine-widget .shopengine-account-orders .woocommerce-orders-table>tbody {
	background: #fff;
	display: grid;
	grid-template-columns: 1fr;
}

.shopengine-widget .shopengine-account-orders .woocommerce-orders-table>tbody .woocommerce-orders-table__row td {
	border-top-width: 0;
}

.shopengine-widget .shopengine-account-orders .woocommerce-orders-table>tbody tr {
	border-width: 0;
	background-color: transparent;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 2fr 2fr 3fr 1fr;
}

@media (max-width:768px) {
	.shopengine-widget .shopengine-account-orders .woocommerce-orders-table>tbody tr {
		grid-template-columns: 1fr 3fr 1fr;
	}
}

@media (max-width:575px) {
	.shopengine-widget .shopengine-account-orders .woocommerce-orders-table>tbody tr {
		grid-template-columns: 1fr;
	}
}

.shopengine-widget .shopengine-account-orders .woocommerce-orders-table>tbody tr td {
	-webkit-filter: none !important;
	filter: none !important;
	border-right: none;
	background: 0 0 !important;
	background-color: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 0;
	width: auto;
}

.shopengine-widget .shopengine-account-orders .woocommerce-orders-table>tbody tr td::after, .shopengine-widget .shopengine-account-orders .woocommerce-orders-table>tbody tr td::before {
	display: none;
}

.shopengine-widget .shopengine-account-orders .woocommerce-orders-table>tbody tr td .amount {
	margin-right: 5px;
	display: inline-block;
}

.shopengine-widget .shopengine-account-orders .woocommerce-orders-table>tbody tr td a {
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.shopengine-widget .shopengine-account-orders .woocommerce-orders-table>tbody tr td .view {
	white-space: nowrap;
}

.shopengine-widget .shopengine-account-orders .woocommerce-orders-table>tbody tr td .view::after, .shopengine-widget .shopengine-account-orders .woocommerce-orders-table>tbody tr td .view::before {
	display: none;
}

.shopengine-widget .shopengine-account-orders .woocommerce-orders-table>tbody tr td .view:focus, .shopengine-widget .shopengine-account-orders .woocommerce-orders-table>tbody tr td .view:hover {
	text-decoration: none;
}

.shopengine-widget .shopengine-account-orders .woocommerce-orders-table>tbody tr:not(:last-child) {
	border-width: 0 0 1px 0;
}

.shopengine-widget .shopengine-account-orders .woocommerce-orders-table>tbody tr:not(:last-child) td {
	color: #3a3a3a;
}

@media (max-width:992px) {
	.shopengine-widget .shopengine-account-orders .woocommerce-orders-table>tbody tr:not(:last-child) {
		padding-right: 0;
	}
}

.shopengine-widget .shopengine-account-orders .woocommerce-pagination {
	float: left;
}

@media (max-width:768px) {
	.shopengine-widget .shopengine-account-orders .woocommerce-pagination {
		float: left;
	}
}

.shopengine-widget .shopengine-account-orders .woocommerce-orders-table__cell-order-actions .button, .shopengine-widget .shopengine-account-orders .woocommerce-pagination .button {
	line-height: 1.2em;
	margin: 0 5px;
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out;
	border: 0 !important;
}

.shopengine-widget .shopengine-account-orders .woocommerce-orders-table__cell-order-actions .button:hover, .shopengine-widget .shopengine-account-orders .woocommerce-pagination .button:hover {
	text-decoration: none;
}

.shopengine-widget .shopengine-account-orders .woocommerce-pagination a {
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
}

.shopengine-widget .shopengine-account-orders .woocommerce-pagination a:hover {
	text-decoration: none !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.shopengine-widget .shopengine-account-orders .woocommerce-pagination .button {
	border: 1px solid #f2f2f2;
}

.shopengine-widget .shopengine-account-orders .woocommerce-pagination .button:hover {
	border: 1px solid #3a3a3a;
	background: #3a3a3a;
}

.shopengine-widget .shopengine-account-orders .woocommerce-order-details table {
	border-collapse: collapse;
	border: none;
	outline: 0;
	margin-bottom: 10px !important;
}

.shopengine-widget .shopengine-account-orders .woocommerce-order-details table tr {
	border: none;
	outline: 0;
}

.shopengine-widget .shopengine-account-orders .woocommerce-order-details table tr td, .shopengine-widget .shopengine-account-orders .woocommerce-order-details table tr th {
	border: none;
	outline: 0;
}

.shopengine-widget .shopengine-account-orders .woocommerce-customer-details address {
	border: none;
	padding: 0;
}

.shopengine-widget .shopengine-account-orders .woocommerce-customer-details address p {
	position: relative;
}

.shopengine-widget .shopengine-account-orders .woocommerce-customer-details address p::before {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.shopengine-widget .shopengine-account-orders .woocommerce-customer-details address p:not(:first-of-type) {
	margin-top: 0;
}

.shopengine-widget .shopengine-swatches .cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	row-gap: 8px;
}

.shopengine-widget .shopengine-swatches .cart.grouped_form:not(.group_table) {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.shopengine-widget .shopengine-swatches .cart.grouped_form .group_table {
	margin-bottom: 15px;
}

.shopengine-widget .shopengine-swatches .cart.grouped_form .group_table td {
	margin: 0;
	width: auto !important;
}

.shopengine-widget .shopengine-swatches .cart.grouped_form .group_table ins {
	background: 0 0;
	margin: 0 8px 0 0;
}

.shopengine-widget .shopengine-swatches .cart.grouped_form .group_table .quickview, .shopengine-widget .shopengine-swatches .cart.grouped_form .group_table .shopengine-quickview-trigger {
	display: none;
}

.shopengine-widget .shopengine-swatches .cart.grouped_form .add-to-cart-wrap, .shopengine-widget .shopengine-swatches .cart.grouped_form .woocommerce-grouped-product-list-item__quantity, .shopengine-widget .shopengine-swatches .cart.grouped_form td.product-quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.shopengine-widget .shopengine-swatches .cart.grouped_form .add-to-cart-wrap .add-links, .shopengine-widget .shopengine-swatches .cart.grouped_form .woocommerce-grouped-product-list-item__quantity .add-links, .shopengine-widget .shopengine-swatches .cart.grouped_form td.product-quantity .add-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.shopengine-widget .shopengine-swatches .cart.variations_form {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.shopengine-widget .shopengine-swatches .cart.variations_form .variations_button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 8px;
}

.shopengine-widget .shopengine-swatches .cart.variations_form select:focus {
	outline: 0;
}

.shopengine-widget .shopengine-swatches .cart .price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	padding: 0;
}

.shopengine-widget .shopengine-swatches .cart .price del, .shopengine-widget .shopengine-swatches .cart .price ins {
	margin: 0 8px 0 0;
	padding: 0;
}

.shopengine-widget .shopengine-swatches .cart .quantity-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
}

.shopengine-widget .shopengine-swatches .cart .quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	min-width: auto;
	margin: 0 !important;
	float: none !important;
	height: auto;
}

.shopengine-widget .shopengine-swatches .cart .quantity a.minus, .shopengine-widget .shopengine-swatches .cart .quantity a.plus, .shopengine-widget .shopengine-swatches .cart .quantity span.minus, .shopengine-widget .shopengine-swatches .cart .quantity span.plus {
	display: none;
}

.shopengine-widget .shopengine-swatches .cart .quantity input.minus, .shopengine-widget .shopengine-swatches .cart .quantity input.plus {
	display: none;
}

.shopengine-widget .shopengine-swatches .cart .quantity .minus, .shopengine-widget .shopengine-swatches .cart .quantity .plus {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.shopengine-widget .shopengine-swatches .cart .quantity>.minus, .shopengine-widget .shopengine-swatches .cart .quantity>.plus {
	display: none;
}

.shopengine-widget .shopengine-swatches .cart .quantity .qty {
	margin: 0;
	height: 100%;
	border-radius: 0;
	text-align: center;
	width: 3.631em;
	max-width: 100%;
}

.shopengine-widget .shopengine-swatches .cart .button {
	height: auto;
	border: none;
}

.shopengine-widget .shopengine-swatches .cart .button:not(.loading):after, .shopengine-widget .shopengine-swatches .cart .button:not(.loading):before {
	display: none !important;
}

.shopengine-widget .shopengine-swatches .cart .button:hover {
	text-decoration: none !important;
}

.shopengine-widget .shopengine-swatches .cart .badge {
	width: auto;
	pointer-events: all;
}

.shopengine-widget .shopengine-swatches .cart .quantity .qty, .shopengine-widget .shopengine-swatches .cart .shopengine-comparison.badge, .shopengine-widget .shopengine-swatches .cart .shopengine-wishlist.badge, .shopengine-widget .shopengine-swatches .cart button.button, .shopengine-widget .shopengine-swatches .cart button.minus, .shopengine-widget .shopengine-swatches .cart button.plus, .shopengine-widget .shopengine-swatches .variations_button .quantity .qty, .shopengine-widget .shopengine-swatches .variations_button .shopengine-comparison.badge, .shopengine-widget .shopengine-swatches .variations_button .shopengine-wishlist.badge, .shopengine-widget .shopengine-swatches .variations_button button.button, .shopengine-widget .shopengine-swatches .variations_button button.minus, .shopengine-widget .shopengine-swatches .variations_button button.plus {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	outline: 0;
	border: none;
	height: auto;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.shopengine-widget .shopengine-swatches .cart .quantity .qty:hover, .shopengine-widget .shopengine-swatches .cart .shopengine-comparison.badge:hover, .shopengine-widget .shopengine-swatches .cart .shopengine-wishlist.badge:hover, .shopengine-widget .shopengine-swatches .cart button.button:hover, .shopengine-widget .shopengine-swatches .cart button.minus:hover, .shopengine-widget .shopengine-swatches .cart button.plus:hover, .shopengine-widget .shopengine-swatches .variations_button .quantity .qty:hover, .shopengine-widget .shopengine-swatches .variations_button .shopengine-comparison.badge:hover, .shopengine-widget .shopengine-swatches .variations_button .shopengine-wishlist.badge:hover, .shopengine-widget .shopengine-swatches .variations_button button.button:hover, .shopengine-widget .shopengine-swatches .variations_button button.minus:hover, .shopengine-widget .shopengine-swatches .variations_button button.plus:hover {
	text-decoration: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.shopengine-widget .shopengine-swatches .wen-swatches {
	padding: 0;
}

.shopengine-widget .shopengine-swatches .variations {
	width: 100%;
	border: none !important;
}

.shopengine-widget .shopengine-swatches .variations tr {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100% !important;
}

.shopengine-widget .shopengine-swatches .variations tr th {
	background-color: transparent;
}

.shopengine-widget .shopengine-swatches .variations tr th.label {
	border: none;
	padding: 0;
}

.shopengine-widget .shopengine-swatches .variations tr td {
	position: relative;
	width: 100%;
	padding: 0 !important;
	background: 0 0;
}

.shopengine-widget .shopengine-swatches .variations tr td.value {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 !important;
}

.shopengine-widget .shopengine-swatches .variations tr td.value::before {
	display: none;
}

.shopengine-widget .shopengine-swatches .variations tr td select {
	width: auto;
	height: auto;
	max-width: 100%;
	min-width: 75%;
	cursor: pointer;
	margin: 0;
	padding: 10px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>") no-repeat;
	background-position: right calc(.5 * 20px) top 60%;
	background-image: none !important;
}

.shopengine-widget .shopengine-swatches .variations tr td .reset_variations {
	margin: 0 0 0 10px;
}

.shopengine-widget .shopengine-swatches .variations tr td .hasCustomSelect {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	width: auto !important;
	position: static !important;
	opacity: 1 !important;
	height: auto !important;
	font-size: inherit !important;
}

.shopengine-widget .shopengine-swatches .variations tr td .theme-select {
	display: none !important;
}

.shopengine-widget .shopengine-swatches .variations tr td.with-swatches .swatches-select {
	display: none;
}

.shopengine-widget .shopengine-swatches .single_variation_wrap {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

.shopengine-widget .shopengine-swatches .stock:not(.available-on-backorder), .shopengine-widget .shopengine-swatches .woocommerce-variation-description {
	display: none;
	margin: 15px 0;
	width: 100%;
}

.shopengine-widget .shopengine-swatches .stock:not(.available-on-backorder)::before, .shopengine-widget .shopengine-swatches .woocommerce-variation-description::before {
	display: none;
}

.shopengine-widget .shopengine-swatches input[type=number]::-webkit-inner-spin-button, .shopengine-widget .shopengine-swatches input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.shopengine-widget .shopengine-swatches button.minus, .shopengine-widget .shopengine-swatches button.plus {
	cursor: pointer;
	position: relative;
	margin: 0;
}

.shopengine-widget .shopengine-swatches .shopengine-qty-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.shopengine-widget .shopengine-swatches .shopengine-qty-btn button {
	min-height: 51%;
}

.shopengine-widget .shopengine-swatches .shopengine-qty-btn button:first-child {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.shopengine-widget .shopengine-swatches .shopengine-qty-btn button:last-child {
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
}

.shopengine-widget .shopengine-add-to-cart-ordering-yes .shopengine-swatches {
	display: block;
}

.shopengine-widget .shopengine-add-to-cart-ordering-yes .shopengine-swatches .grouped_form .group_table {
	-webkit-box-ordinal-group: -98;
	-ms-flex-order: -99;
	order: -99;
}

.shopengine-widget .shopengine-additional-information h2 {
	padding: 0;
	display: none;
	font-size: none;
	visibility: hidden;
}

.shopengine-widget .shopengine-additional-information table.shop_attributes {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	border-spacing: 0;
}

.shopengine-widget .shopengine-additional-information table.shop_attributes tr {
	text-align: left;
}

.shopengine-widget .shopengine-additional-information table.shop_attributes tr td, .shopengine-widget .shopengine-additional-information table.shop_attributes tr th {
	margin: 0;
	border: none;
	border-bottom: 1px inset #f0f0f0;
	text-align: left;
	text-transform: initial;
}

.shopengine-widget .shopengine-additional-information table.shop_attributes tr th {
	background: #f8f8f8;
}

.shopengine-widget .shopengine-additional-information table.shop_attributes tr td {
	background: #fdfdfd;
}

.shopengine-widget .shopengine-additional-information table.shop_attributes tr td p {
	margin: 0 !important;
	padding: 0;
}

.shopengine-widget .shopengine-additional-information table.shop_attributes tr:last-of-type td, .shopengine-widget .shopengine-additional-information table.shop_attributes tr:last-of-type th {
	border-bottom: none;
}

.shopengine-widget .shopengine-advanced-search .form-group, .shopengine-widget .shopengine-advanced-search form {
	margin-bottom: 0;
	padding-bottom: 0 !important;
}

.shopengine-widget .shopengine-advanced-search-input {
	margin-bottom: 0 !important;
}

.shopengine-widget .shopengine-advanced-search .search-btn {
	font-size: 16px;
	letter-spacing: 0;
	white-space: nowrap;
}

.shopengine-widget .shopengine-advanced-search .search-btn>i {
	padding-right: 2px;
}

.shopengine-widget .shopengine-advanced-search .shopengine-search-text {
	font-weight: 500;
	line-height: 1.5em;
	text-transform: none;
}

.shopengine-widget .shopengine-advanced-search .search-input-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 2px solid #e6e6e6;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
}

.shopengine-widget .shopengine-advanced-search .search-input-group button, .shopengine-widget .shopengine-advanced-search .search-input-group input, .shopengine-widget .shopengine-advanced-search .search-input-group select {
	border-radius: 0;
	border: 0;
	display: inline-block;
	height: 50px;
	cursor: pointer;
	margin: 0;
}

.shopengine-widget .shopengine-advanced-search .search-input-group button:focus, .shopengine-widget .shopengine-advanced-search .search-input-group input:focus, .shopengine-widget .shopengine-advanced-search .search-input-group select:focus {
	outline: 0;
	border: 0;
}

.shopengine-widget .shopengine-advanced-search .search-input-group button::-webkit-input-placeholder, .shopengine-widget .shopengine-advanced-search .search-input-group input::-webkit-input-placeholder, .shopengine-widget .shopengine-advanced-search .search-input-group select::-webkit-input-placeholder {
	opacity: .6;
}

.shopengine-widget .shopengine-advanced-search .search-input-group button::-moz-placeholder, .shopengine-widget .shopengine-advanced-search .search-input-group input::-moz-placeholder, .shopengine-widget .shopengine-advanced-search .search-input-group select::-moz-placeholder {
	opacity: .6;
}

.shopengine-widget .shopengine-advanced-search .search-input-group button:-ms-input-placeholder, .shopengine-widget .shopengine-advanced-search .search-input-group input:-ms-input-placeholder, .shopengine-widget .shopengine-advanced-search .search-input-group select:-ms-input-placeholder {
	opacity: .6;
}

.shopengine-widget .shopengine-advanced-search .search-input-group button::-ms-input-placeholder, .shopengine-widget .shopengine-advanced-search .search-input-group input::-ms-input-placeholder, .shopengine-widget .shopengine-advanced-search .search-input-group select::-ms-input-placeholder {
	opacity: .6;
}

.shopengine-widget .shopengine-advanced-search .search-input-group button::placeholder, .shopengine-widget .shopengine-advanced-search .search-input-group input::placeholder, .shopengine-widget .shopengine-advanced-search .search-input-group select::placeholder {
	opacity: .6;
}

.shopengine-widget .shopengine-advanced-search .search-input-group button {
	width: auto;
	padding: 0 25px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.shopengine-widget .shopengine-advanced-search .search-input-group button i {
	-webkit-transition: color .3s;
	transition: color .3s;
}

.shopengine-widget .shopengine-advanced-search .search-input-group input {
	width: 100%;
	padding: 0 15px;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	line-height: initial;
	background-position: initial;
	cursor: pointer;
}

.shopengine-widget .shopengine-advanced-search .shopengine-category-select-wraper {
	padding: 0 20px;
	position: relative;
}

.shopengine-widget .shopengine-advanced-search .shopengine-category-select-wraper::before {
	position: absolute;
	border-left: 2px solid #e6e6e6;
	width: 3px;
	height: 55%;
	content: "";
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.shopengine-widget .shopengine-advanced-search .shopengine-category-select-wraper select {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	line-height: initial;
	padding: initial;
	padding: 10px;
	background-position: initial;
	cursor: pointer;
	background-size: initial;
	background-image: initial;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.shopengine-widget .shopengine-advanced-search .shopengine-ele-nav-search-select {
	width: auto;
}

.shopengine-widget .shopengine-advanced-search .shopengine-search-result-container {
	border: 1px solid #e6e6e6;
	height: 500px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff;
}

.shopengine-widget .shopengine-advanced-search .shopengine-search-product {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	position: relative;
	width: 100%;
}

.shopengine-widget .shopengine-advanced-search .shopengine-search-product>div:first-child:last-child:not(.shopengine-search-product__item) {
	padding: 10px 20px;
}

.shopengine-widget .shopengine-advanced-search .shopengine-search-product__item {
	border: 1px solid #e6e6e6;
	margin: -1px 0 0 -1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 70px;
	position: relative;
}

.shopengine-widget .shopengine-advanced-search .shopengine-search-product__item--image {
	width: 80px;
}

.shopengine-widget .shopengine-advanced-search .shopengine-search-product__item--image img {
	width: 100%;
	height: 80px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}

.shopengine-widget .shopengine-advanced-search .shopengine-search-product__item--content {
	padding-left: 15px;
	padding-right: 4rem;
}

.shopengine-widget .shopengine-advanced-search .shopengine-search-product__item--content h4 {
	margin: 0;
}

.shopengine-widget .shopengine-advanced-search .shopengine-search-product__item--content h4 a {
	display: inline-block;
}

.shopengine-widget .shopengine-advanced-search .shopengine-search-product__item--content h4 strong {
	text-decoration: underline;
}

.shopengine-widget .shopengine-advanced-search .shopengine-search-product__item--content ins {
	background: 0 0;
	background-color: transparent;
}

.shopengine-widget .shopengine-advanced-search .shopengine-search-product__item--price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shopengine-widget .shopengine-advanced-search .shopengine-search-product__item--price del {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding-left: 8px;
}

.shopengine-widget .shopengine-advanced-search .shopengine-search-product__item--price .shopengine-badge.shopengine-discount-badge {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	margin-left: 8px;
	display: none;
	padding: 2px 5px;
}

.shopengine-widget .shopengine-advanced-search .shopengine-search-product__item:hover .shopengine-search-more-btn {
	color: #fff;
}

.shopengine-widget .shopengine-advanced-search .shopengine-search-form.is-loading .search-btn {
	cursor: wait;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	pointer-events: none;
}

.shopengine-widget .shopengine-advanced-search .shopengine-search-form.is-loading .search-btn * {
	opacity: 0;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	pointer-events: none;
}

.shopengine-widget .shopengine-advanced-search .shopengine-search-form.is-loading .search-btn::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 10;
	cursor: wait;
}

.shopengine-widget .shopengine-advanced-search .shopengine-search-form .shopengine-search-result-container {
	display: none;
	position: absolute;
	left: 0;
	z-index: 9999;
	width: 100%;
	top: calc(100% - 1px);
}

.shopengine-widget .shopengine-advanced-search .shopengine-search-form.sr-container-opened .shopengine-search-result-container {
	display: block;
	-webkit-animation: moveTop .2s linear;
	animation: moveTop .2s linear;
}

.shopengine-widget .shopengine-advanced-search .shopengine-product-rating {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1;
}

.shopengine-widget .shopengine-advanced-search .shopengine-product-rating .rating-count {
	color: #858585;
}

.shopengine-widget .shopengine-advanced-search .shopengine-product-rating .star-rating {
	margin-right: .5em;
	margin-bottom: 0;
}

.shopengine-widget .shopengine-advanced-search .shopengine-product-rating .star-rating:before {
	opacity: 1;
}

.shopengine-widget .shopengine-advanced-search .shopengine-search-more-products {
	text-align: center;
	margin: auto;
	font-size: 18px;
	font-weight: 500;
	line-height: 50px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.shopengine-widget .shopengine-advanced-search .shopengine-search-more-products i {
	margin-right: 7px;
}

.shopengine-widget .shopengine-advanced-search .shopengine-search-more-btn {
	position: absolute;
	top: 50%;
	right: 25px;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 100px;
	padding-left: 2px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width:575px) {
	.shopengine-disable-group-btn-over-image-yes .shopengine-widget .shopengine-archive-products .loop-product--btns {
		margin-top: 0 !important;
	}
}

.shopengine-widget .shopengine-archive-products li, .shopengine-widget .shopengine-archive-products ol, .shopengine-widget .shopengine-archive-products ul {
	list-style-type: none;
}

.shopengine-widget .shopengine-archive-products .shopengine-woocommerce-info, .shopengine-widget .shopengine-archive-products .woocommerce-info {
	padding: 15px;
}

.shopengine-widget .shopengine-archive-products .shopengine-woocommerce-info::after, .shopengine-widget .shopengine-archive-products .shopengine-woocommerce-info::before, .shopengine-widget .shopengine-archive-products .woocommerce-info::after, .shopengine-widget .shopengine-archive-products .woocommerce-info::before {
	display: none;
}

.shopengine-widget .shopengine-archive-products.is-loading {
	cursor: wait;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
}

.shopengine-widget .shopengine-archive-products.is-loading * {
	opacity: .6;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	pointer-events: none;
}

.shopengine-widget .shopengine-archive-products.is-loading::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 10;
	cursor: wait;
}

.shopengine-widget .shopengine-archive-products.is-loading::after {
	content: "";
	border: 4px solid #f3f3f3;
	border-radius: 50%;
	border-top: 4px solid #3498db;
	top: 80%;
	left: 50%;
	width: 40px;
	height: 40px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	z-index: 15;
	display: inline-block;
	position: absolute;
	margin-top: -20px;
	margin-left: -20px;
}

@media (max-width:768px) {
	.shopengine-widget .shopengine-archive-products.is-loading::after {
		top: 85%;
	}
}

body.theme-flatsome .shopengine-widget .shopengine-archive-products .badge-inner {
	background-color: transparent;
}

.shopengine-widget .shopengine-archive-products .product-label.featured {
	display: none;
}

.shopengine-widget .shopengine-archive-products .products {
	margin-bottom: 0;
}

.shopengine-widget .shopengine-archive-products .products:before {
	display: none;
}

.shopengine-widget .shopengine-archive-products .products .shopengine-product-description-footer {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	visibility: hidden;
}

@media (max-width:768px) {
	.shopengine-widget .shopengine-archive-products .products .shopengine-product-description-footer {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		position: relative;
		padding-bottom: 15px;
	}
}

.shopengine-widget .shopengine-archive-products .products .shopengine-product-description-footer>a {
	width: 100%;
}

.shopengine-widget .shopengine-archive-products .products .shopengine-product-description-footer+.se-btn, .shopengine-widget .shopengine-archive-products .products .shopengine-product-description-footer+.se-btn+.se-btn, .shopengine-widget .shopengine-archive-products .products .shopengine-product-description-footer+.se-btn+.se-btn+.button, .shopengine-widget .shopengine-archive-products .products .shopengine-product-description-footer+.se-btn+.se-btn+.button+.se-btn {
	display: none;
}

.shopengine-widget .shopengine-archive-products .products .product:hover .shopengine-product-description-footer {
	opacity: 1;
	z-index: 99;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
}

.shopengine-widget .shopengine-archive-products .products .product-details .product-action-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.shopengine-widget .shopengine-archive-products .products ul.shopengine-archive-mode-grid li .content-bg.entry-content-wrap {
	width: 100%;
}

.shopengine-widget .shopengine-archive-products .products ul.shopengine-archive-mode-grid li .content-bg.entry-content-wrap .star-rating {
	float: left !important;
	margin-top: 12px;
}

.shopengine-widget .shopengine-archive-products .products ul.shopengine-archive-mode-grid li .content-bg.entry-content-wrap .price {
	padding-right: 0;
}

.shopengine-widget .shopengine-archive-products .products ul.shopengine-archive-mode-grid li .content-bg.entry-content-wrap .product-action-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shopengine-widget .shopengine-archive-products .products ul.shopengine-archive-mode-grid li .content-bg.entry-content-wrap .product-action-wrap a.button span {
	display: none;
}

.shopengine-widget .shopengine-archive-products .products .star-rating {
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing: 0;
	vertical-align: middle;
	font-family: star !important;
}

.shopengine-widget .shopengine-archive-products .products .star-rating:before {
	opacity: 1;
	font-size: inherit;
	font-family: inherit;
	letter-spacing: inherit;
}

.shopengine-widget .shopengine-archive-products .products .shopengine-product-rating .woocommerce-product-rating .star-rating>span, .shopengine-widget .shopengine-archive-products .products .star-rating>span {
	font-family: inherit !important;
}

.shopengine-widget .shopengine-archive-products .products .shopengine-product-rating .woocommerce-product-rating .star-rating>span:before, .shopengine-widget .shopengine-archive-products .products .star-rating>span:before {
	font-size: inherit;
	font-family: inherit;
	letter-spacing: inherit;
}

.shopengine-widget .shopengine-archive-products .products .shopengine-product-rating-review-count {
	vertical-align: middle;
}

.shopengine-widget .shopengine-archive-products .products.columns-2 .product:nth-child(2n), .shopengine-widget .shopengine-archive-products .products.columns-3 .product:nth-child(3n), .shopengine-widget .shopengine-archive-products .products.columns-4 .product:nth-child(4n), .shopengine-widget .shopengine-archive-products .products.columns-5 .product:nth-child(5n), .shopengine-widget .shopengine-archive-products .products.columns-6 .product:nth-child(6n) {
	margin-right: 0;
}

.shopengine-widget .shopengine-archive-products .products .product {
	margin-bottom: 0;
	padding-bottom: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
	-webkit-box-pack: unset;
	-ms-flex-pack: unset;
	justify-content: unset;
	height: 100%;
	position: relative;
}

.shopengine-widget .shopengine-archive-products .products .product:after {
	border-width: 0;
}

.shopengine-widget .shopengine-archive-products .products .product>a.woocommerce-LoopProduct-link {
	display: block;
	position: relative;
	-webkit-box-pack: inherit;
	-ms-flex-pack: inherit;
	justify-content: inherit;
	width: 100%;
}

.shopengine-widget .shopengine-archive-products .products .product .onsale {
	display: none;
	top: unset;
	left: unset;
	right: unset;
	bottom: unset;
	margin: 0;
	position: absolute;
	border: none;
}

.shopengine-widget .shopengine-archive-products .products .product .onsale:before {
	display: none;
}

.shopengine-widget .shopengine-archive-products .products .product .attachment-woocommerce_thumbnail {
	margin: 0;
	border-radius: 0;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}

.shopengine-widget .shopengine-archive-products .products .product .star-rating {
	display: none;
}

.shopengine-widget .shopengine-archive-products .products .product .shopengine-product-rating .woocommerce-product-rating .star-rating>span, .shopengine-widget .shopengine-archive-products .products .product .shopengine-product-rating .woocommerce-product-rating .star-rating>span:before, .shopengine-widget .shopengine-archive-products .products .product .star-rating>span, .shopengine-widget .shopengine-archive-products .products .product .star-rating>span:before, body:not(.theme-porto) .shopengine-widget .shopengine-archive-products .products .product .star-rating::before {
	color: inherit;
}

body.theme-storefront .shopengine-widget .shopengine-archive-products .products .product .star-rating:before {
	opacity: .35;
}

.shopengine-widget .shopengine-archive-products .products .product .shopengine-product-rating-review-count {
	display: none;
}

.shopengine-widget .shopengine-archive-products .products .product .price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: inherit;
	-ms-flex-pack: inherit;
	justify-content: inherit;
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 21px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shopengine-widget .shopengine-archive-products .products .product .price del {
	display: none;
	margin-right: 5px;
	opacity: .5;
}

.shopengine-widget .shopengine-archive-products .products .product .price del>.amount {
	color: inherit;
}

.shopengine-price-pos-after .shopengine-widget .shopengine-archive-products .products .product .price del {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-right: 0;
}

.shopengine-widget .shopengine-archive-products .products .product .price ins {
	color: inherit;
}

.shopengine-widget .shopengine-archive-products .products .product .price ins>.amount {
	color: inherit;
}

.shopengine-price-pos-after .shopengine-widget .shopengine-archive-products .products .product .price ins {
	margin-right: 5px;
}

.shopengine-widget .shopengine-archive-products .products .product .price .shopengine-discount-badge {
	display: none;
}

.shopengine-price-pos-after .shopengine-widget .shopengine-archive-products .products .product .price .shopengine-discount-badge {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.shopengine-widget .shopengine-archive-products .products .product .product-image {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.shopengine-widget .shopengine-archive-products .products .product .button[data-quantity] {
	border-width: 0;
	border-radius: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 13px;
	font-weight: 500;
	line-height: 15px;
	text-transform: capitalize;
	text-decoration: none !important;
	border: 1px solid transparent;
}

.shopengine-widget .shopengine-archive-products .product-categories {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: inherit;
	-ms-flex-pack: inherit;
	justify-content: inherit;
	margin: 0;
	color: #858585;
	list-style: none;
}

.shopengine-widget .shopengine-archive-products .product-categories>li {
	margin-left: 0;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
}

.shopengine-widget .shopengine-archive-products .product-categories>li:not(:last-child) {
	margin-right: 5px;
}

.shopengine-widget .shopengine-archive-products .product-categories>li:not(:last-child)::after {
	content: ",";
}

.shopengine-widget .shopengine-archive-products .woocommerce-ordering, .shopengine-widget .shopengine-archive-products .woocommerce-result-count {
	display: none;
}

.shopengine-widget .shopengine-archive-products .products .product .woocommerce-loop-product__title {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	text-decoration: none !important;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.shopengine-widget .shopengine-archive-products .woocommerce-pagination {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	-webkit-box-pack: unset;
	-ms-flex-pack: unset;
	justify-content: unset;
	color: #3a3a3a;
	font-size: 16px;
	line-height: 38px;
	font-weight: 500;
	border-width: 0;
}

.shopengine-widget .shopengine-archive-products .woocommerce-pagination>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
	margin: 0;
	border-width: 0;
	font-size: inherit;
	text-align: center;
	border: none;
}

.shopengine-widget .shopengine-archive-products .woocommerce-pagination>ul>li {
	float: none;
	border-width: 0;
}

.woocommerce .shopengine-widget .shopengine-archive-products .woocommerce-pagination>ul>li {
	display: block;
}

.shopengine-widget .shopengine-archive-products .woocommerce-pagination>ul>li>.page-numbers {
	display: block;
	height: auto;
	min-width: 40px;
	padding: 19px 0;
	color: inherit;
	border: 1px solid #f2f2f2;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: inherit;
	line-height: 0;
	-webkit-transition: color .3s, border-color .3s, background-color .3s;
	transition: color .3s, border-color .3s, background-color .3s;
}

.shopengine-widget .shopengine-archive-products .woocommerce-pagination>ul>li>.page-numbers:before {
	display: none;
}

.shopengine-widget .shopengine-archive-products .woocommerce-pagination>ul>li>.page-numbers>i {
	padding-left: 2px;
	padding-right: 2px;
	font-size: inherit;
	line-height: 0;
}

.shopengine-widget .shopengine-archive-products .woocommerce-pagination>ul>li>.page-numbers.dots {
	border-width: 0 !important;
}

.shopengine-widget .shopengine-archive-products .woocommerce-pagination>ul>li>.page-numbers.current, .shopengine-widget .shopengine-archive-products .woocommerce-pagination>ul>li>.page-numbers:hover {
	color: #3a3a3a;
	background-color: transparent;
	border-color: #3a3a3a;
}

.shopengine-widget .shopengine-archive-products .woocommerce-pagination>ul>li:first-child>.page-numbers {
	margin-left: 0 !important;
}

.shopengine-widget .shopengine-archive-products .woocommerce-pagination>ul>li:last-child>.page-numbers {
	margin-right: 0 !important;
}

.shopengine-widget .shopengine-archive-products[data-pagination=default] .woocommerce-pagination>ul>li>.page-numbers:not(.prev):not(.next) {
	display: none;
	margin-right: 0 !important;
}

.shopengine-widget .shopengine-archive-products[data-pagination=load-more] .woocommerce-pagination>ul>li>.page-numbers:not(.next) {
	display: none;
}

.shopengine-widget .shopengine-archive-products[data-pagination=load-more-on-scroll] .woocommerce-pagination>ul>li>.page-numbers:not(.next) {
	display: none;
}

.shopengine-widget .shopengine-archive-products .attachment-woocommerce_thumbnail {
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
}

.shopengine-widget .shopengine-archive-products .shopengine-product-excerpt {
	padding-top: 13px;
	padding-bottom: 17px;
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.22em;
}

.shopengine-widget .shopengine-archive-products .shopengine-product-excerpt p:last-child {
	margin-bottom: 0;
}

.shopengine-widget .shopengine-archive-products.shopengine-hover-disable .products .product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.shopengine-widget .shopengine-archive-products ul {
	-webkit-padding-start: 0;
	padding-inline-start: 0;
}

.shopengine-widget .shopengine-archive-products .shopengine-grid ul.products {
	gap: 16px;
}

.shopengine-widget .shopengine-product-rating .woocommerce-product-rating .star-rating, .shopengine-widget .star-rating {
	font-family: star !important;
}

.shopengine-widget .shopengine-comparison, .shopengine-widget .shopengine-wishlist {
	pointer-events: inherit;
}

.shopengine-widget .shopengine-product-rating .woocommerce-product-rating .star-rating::before, .shopengine-widget .star-rating::before {
	font-family: star !important;
}

.shopengine-widget .shop-loop-after {
	display: block !important;
}

.shopengine-widget .woocommerce-pagination ul li {
	padding: 0 !important;
}

.shopengine-widget .woocommerce-pagination ul li .next {
	text-indent: 0 !important;
}

.shopengine-widget .nv-card-content-wrapper {
	width: 100%;
}

.shopengine-widget .shopengine-archive-result-count .woocommerce-result-count {
	float: none;
	margin-bottom: 0;
	color: #3a3a3a;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
}

.shopengine-widget .shopengine-archive-view-mode .shopengine-archive-view-mode-switch-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shopengine-widget .shopengine-archive-view-mode .shopengine-archive-view-mode-switch-list .shopengine-archive-view-mode-switch {
	height: 52px;
	width: 52px;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 18px;
	color: #a7a7a7;
	cursor: pointer;
	outline: 0;
}

.shopengine-widget .shopengine-archive-view-mode .shopengine-archive-view-mode-switch-list .shopengine-archive-view-mode-switch.isactive {
	color: #ff3f00;
}

.shopengine-widget .shopengine-archive-view-mode .shopengine-archive-view-mode-switch-list .shopengine-archive-view-mode-switch:not(:last-child) {
	border-right: 0;
}

@media (max-width:575px) {
	.shopengine-widget .shopengine-archive-view-mode .shopengine-archive-view-mode-switch-list .shopengine-archive-view-mode-switch:last-child {
		opacity: 1;
		pointer-events: auto;
		-webkit-filter: none;
		filter: none;
	}
}

.shopengine-widget .shopengine-breadcrumbs .woocommerce-breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}

.shopengine-widget .shopengine-breadcrumbs .woocommerce-breadcrumb .delimeter:last-child, .shopengine-widget .shopengine-breadcrumbs .woocommerce-breadcrumb>a:first-child::before {
	display: none;
}

.shopengine-widget .shopengine-breadcrumbs .back-history {
	display: none;
}

.shopengine-widget .shopengine-breadcrumbs span {
	display: inherit;
}

.shopengine-widget .shopengine-breadcrumbs a {
	text-decoration: none;
}

.shopengine-widget .shopengine-breadcrumbs a::after {
	display: none;
}

.shopengine-widget .shopengine-breadcrumbs>.storefront-breadcrumb {
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.shopengine-widget .shopengine-breadcrumbs>.storefront-breadcrumb .woocommerce-breadcrumb>a:first-child::before {
	display: none;
}

.shopengine-widget .shopengine-cart-table .shopengine-table {
	overflow-x: hidden;
	text-align: left;
}

.shopengine-widget .shopengine-cart-table .shopengine-table a {
	text-decoration: none !important;
}

.shopengine-widget .shopengine-cart-table .shopengine-table__head {
	display: grid;
	grid-template-columns: 4fr 2fr 2fr 1fr;
}

@media (max-width:992px) {
	.shopengine-widget .shopengine-cart-table .shopengine-table__head .product-price, .shopengine-widget .shopengine-cart-table .shopengine-table__head .product-quantity, .shopengine-widget .shopengine-cart-table .shopengine-table__head .product-subtotal {
		display: none;
	}
}

@media (max-width:768px) {
	.shopengine-widget .shopengine-cart-table .shopengine-table__head {
		display: none;
	}
}

.shopengine-widget .shopengine-cart-table .shopengine-table__body {
	display: grid;
}

.shopengine-widget .shopengine-cart-table .shopengine-table__body .minus, .shopengine-widget .shopengine-cart-table .shopengine-table__body .plus {
	display: none;
}

.shopengine-widget .shopengine-cart-table .shopengine-table__body-item {
	display: grid;
	grid-template-columns: 1fr 3fr 2fr 2fr 1fr;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width:992px) {
	.shopengine-widget .shopengine-cart-table .shopengine-table__body-item {
		grid-template-columns: 1fr 3fr 3fr;
	}
	
	.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-price, .shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-quantity, .shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-subtotal {
		position: relative;
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
}

@media (max-width:992px) and (max-width:768px) {
	.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-price, .shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-quantity, .shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-subtotal {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@media (max-width:992px) {
	.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-price::before, .shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-quantity::before, .shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-subtotal::before {
		position: absolute;
		content: attr(data-title) ":";
		left: 0;
		top: 50%;
		width: 100px;
		display: inline-block;
		-webkit-transform: translate(-100px, -50%);
		transform: translate(-100px, -50%);
		font-size: 16px;
	}
}

@media (max-width:992px) and (max-width:768px) {
	.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-price::before, .shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-quantity::before, .shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-subtotal::before {
		position: unset;
		width: 66px;
		-webkit-transform: translate(0);
		transform: translate(0);
	}
}

@media (max-width:992px) {
	.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-name {
		grid-row: 1/span 3;
	}
	
	.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .table-first-body-column {
		grid-row: 1/span 3;
	}
	
	.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-subtotal {
		grid-column: 3;
		grid-row: 2;
	}
	
	.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-quantity {
		grid-column: 3;
		grid-row: 3;
	}
}

@media (max-width:768px) {
	.shopengine-widget .shopengine-cart-table .shopengine-table__body-item {
		grid-template-columns: 1fr 5fr;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}
	
	.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .table-first-body-column {
		grid-row: 1/span 4;
	}
	
	.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-name {
		grid-row: 1;
		border-bottom: 1px dotted #eee;
	}
	
	.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-price {
		grid-column: 2;
		grid-row: 2;
	}
	
	.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-subtotal {
		grid-column: 2;
		grid-row: 3;
	}
	
	.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-quantity {
		grid-column: 2;
		grid-row: 4;
	}
	
	.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-quantity::before {
		display: none;
	}
}

.shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td:first-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width:992px) {
	.shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td:first-child .product-price, .shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td:first-child .product-quantity, .shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td:first-child .product-subtotal {
		display: none;
	}
}

.shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td:first-child .product-thumbnail {
	margin-right: 25px;
	position: relative;
}

.shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td:first-child .product-thumbnail .product-remove {
	position: absolute;
	right: 0;
	top: 0;
}

@media (max-width:768px) {
	.shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td:first-child .product-thumbnail .product-remove {
		left: 0;
		top: 0;
	}
}

.shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td:first-child .product-thumbnail .product-remove a {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #fd3939;
	color: #fff !important;
	display: inline-block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 0;
	line-height: 25px !important;
	font-style: normal;
	font-family: sans-serif;
	font-size: 20px !important;
	text-transform: uppercase !important;
	-webkit-transform: translate(40%, -40%);
	transform: translate(40%, -40%);
	opacity: .5 !important;
	text-align: center;
	text-indent: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td:first-child .product-thumbnail .product-remove a::before {
	display: none;
}

@media (max-width:768px) {
	.shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td:first-child .product-thumbnail .product-remove a {
		-webkit-transform: translate(-40%, -40%);
		transform: translate(-40%, -40%);
	}
}

.shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td:first-child .product-thumbnail .product-remove a:hover {
	opacity: 1;
	background-color: #fd3939;
	color: #fff !important;
}

.shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td:first-child .product-thumbnail .product-remove a :is(.ahfb-svg-iconsetsvg) {
	width: 1em;
	height: 1em;
	font-size: 15px;
}

.shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td .shopengine-cart-quantity {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 10px;
}

.shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td .shopengine-cart-quantity .minus-button, .shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td .shopengine-cart-quantity .plus-button, .shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td .shopengine-cart-quantity .quantity {
	border-style: solid;
	border-width: 2px;
	height: 40px;
	line-height: 37px;
	display: inline-block;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 18px;
}

.shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td .shopengine-cart-quantity .minus-button {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
	border-radius: 4px 0 0 4px;
	width: 45px;
	cursor: pointer;
	font-weight: 600 !important;
}

.shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td .shopengine-cart-quantity .quantity {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin: 0 -2px;
	width: 65px;
	min-width: 65px;
}

.shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td .shopengine-cart-quantity .quantity input {
	background-color: transparent;
	line-height: initial;
	text-align: center;
	height: 100%;
	border: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td .shopengine-cart-quantity .plus-button {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	border-radius: 0 4px 4px 0;
	width: 45px;
	font-weight: 600 !important;
	cursor: pointer;
}

.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-name a {
	-webkit-padding-end: 5px;
	padding-inline-end: 5px;
}

.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-name .variation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-name .variation dd {
	-webkit-padding-end: 10px;
	padding-inline-end: 10px;
	margin: 0;
}

.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-name .variation dd p {
	margin-bottom: 0;
}

.shopengine-widget .shopengine-cart-table .shopengine-table__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.shopengine-widget .shopengine-cart-table .shopengine-table__footer .button-group-left {
	margin-right: 20px;
}

.shopengine-widget .shopengine-cart-table .shopengine-table__footer button {
	border: none;
	margin-bottom: 0;
	line-height: initial;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: auto;
	display: inline-block;
}

.shopengine-widget .shopengine-cart-table .shopengine-table__footer .wc-proceed-to-checkout, .shopengine-widget .shopengine-cart-table .shopengine-table__footer>.continue-shopping {
	display: none;
}

.shopengine-widget .shopengine-cart-table .shopengine-table__footer .clear-btn {
	margin-left: 15px;
}

@media (max-width:575px) {
	.shopengine-widget .shopengine-cart-table .shopengine-table__footer .clear-btn {
		margin-left: 0;
		margin-top: 10px;
	}
}

@media (max-width:575px) {
	.shopengine-widget .shopengine-cart-table .shopengine-table__footer .button-group-right {
		margin-left: 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (max-width:480px) {
	.shopengine-widget .shopengine-cart-table .shopengine-table__footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.shopengine-widget .shopengine-cart-table .shopengine-table__footer button {
		width: 100%;
	}
	
	.shopengine-widget .shopengine-cart-table .shopengine-table__footer .button-group-right {
		margin-left: 0;
		margin-top: 10px;
	}
}

.shopengine-widget .cart-empty.shopengine-woocommerce-info, .shopengine-widget .cart-empty.woocommerce-info {
	background-color: #f7f6f7;
	color: #404040;
	font-family: Arial, sans-serif;
}

.shopengine-widget .shopengine-cart-totals .cart_totals {
	overflow: hidden;
	border: 0;
}

.shopengine-widget .shopengine-cart-totals .cart_totals h2 {
	display: none;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table {
	margin: 0;
	border: none;
	border-radius: 0;
	border-collapse: collapse;
	width: 100%;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr {
	margin: 0;
	padding: 0;
	border: none;
	overflow: hidden;
	background: 0 0;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr td, .shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr th {
	border: none;
	margin: 0;
	padding: 0;
	background: 0 0;
	vertical-align: middle;
	text-align: left;
	display: inline-block !important;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr td {
	text-align: left;
	float: right;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr td::before {
	content: attr(data-title) ": ";
	padding: 0;
	text-align: left;
	float: left;
	display: none;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr td .amount {
	text-decoration: none !important;
	opacity: 1 !important;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr td a {
	text-decoration: none;
	color: #707070;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr td a:hover {
	color: #3a3a3a;
	text-decoration: none;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr td .woocommerce-remove-coupon {
	width: auto;
	display: inline-block;
	text-decoration: none;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr:first-of-type {
	border: none;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr:first-of-type td, .shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr:first-of-type th {
	padding: 0 0 26px;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping th {
	display: none !important;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping td {
	width: 100%;
	text-align: left;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping td::before {
	content: attr(data-title) ": ";
	width: 100%;
	display: block;
	padding: 0 0 26px;
	text-align: left;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping td * {
	text-align: left;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping ul {
	margin: 0;
	padding: 0 !important;
	width: 100%;
	overflow: hidden;
	list-style: none;
	margin-bottom: 25px !important;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping ul li {
	margin: 0 0 0;
	padding: 8px 0 !important;
	line-height: 19px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-indent: initial !important;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping ul li input, .shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping ul li label, .shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping ul li label * {
	cursor: pointer;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping ul li label {
	width: 100%;
	margin: 0;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping ul li label::before {
	display: none;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping ul li label>span {
	float: right;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping ul li input[type=radio] {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16px;
	flex: 0 0 16px;
	width: 18px;
	height: 18px;
	margin: 2px 15px 0 0 !important;
	outline: 0;
	background: 0 0;
	position: relative;
	vertical-align: middle;
	-webkit-appearance: radio;
	display: block;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping ul li input[type=radio]::before {
	display: none;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping ul li input[type=radio]:checked::before {
	background: #505255;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping ul li input[type=radio]:checked {
	border-color: #505255;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping ul li input[type=radio]::after {
	display: none;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping form a {
	outline: 0;
	display: block;
	margin: 0;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping form a:hover {
	color: #3a3a3a;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping form .shipping-calculator-form {
	padding: 0;
	margin: 15px 0 0;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping form .shipping-calculator-form p {
	padding: 0;
	margin: 0 0 8px;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping form .shipping-calculator-form p:last-of-type {
	margin: 0 0 0;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping form .shipping-calculator-form p input, .shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping form .shipping-calculator-form p select {
	height: auto;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping form .shipping-calculator-form p b {
	display: none;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping form .shipping-calculator-form p .select2-dropdown {
	border: 1px solid #dee3ea;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping form .shipping-calculator-form p .select2-selection--single {
	border: 1px solid #dee3ea;
	line-height: initial !important;
	padding: 0 !important;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping form .shipping-calculator-form p .select2-selection--single:focus {
	outline: 0;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping form .shipping-calculator-form p .select2-selection__rendered {
	line-height: initial !important;
	display: block;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping form .shipping-calculator-form p .select2-selection, .shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping form .shipping-calculator-form p .select2-selection__arrow {
	margin: 0;
	border: 0;
	background: 0 0;
	height: auto;
	line-height: initial !important;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping form .shipping-calculator-form p .select2-selection {
	border-radius: 0;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping form .shipping-calculator-form p button {
	text-transform: none;
	line-height: initial !important;
	letter-spacing: .4px;
	border-radius: 0;
	display: block;
	width: 100%;
	text-align: center;
	height: auto;
	border: none;
	margin-top: 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping form .shipping-calculator-form p button:hover {
	text-decoration: none;
}

.shopengine-widget .shopengine-cart-totals .cart_totals table:not(.shop_table) {
	display: none;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .card.card-raised {
	margin: 0;
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .card.card-raised .content {
	padding: 0;
}

@media (max-width:991px) {
	.shopengine-widget .shopengine-cart-totals .cart_totals .card.card-raised {
		padding: 0;
	}
}

.shopengine-widget .shopengine-cart-totals .cart_totals .wc-proceed-to-checkout {
	padding: 0;
	margin: 0;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .wc-proceed-to-checkout .button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	padding: 10.5px 5px;
	border-radius: 0;
	border-color: #707070;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .wc-proceed-to-checkout .button::before {
	content: "";
	margin-right: 8px;
	width: 1em;
	height: 1em;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLXNob3BwaW5nLWJhZyI+PHBhdGggZD0iTTYgMkwzIDZ2MTRhMiAyIDAgMCAwIDIgMmgxNGEyIDIgMCAwIDAgMi0yVjZsLTMtNHoiPjwvcGF0aD48bGluZSB4MT0iMyIgeTE9IjYiIHgyPSIyMSIgeTI9IjYiPjwvbGluZT48cGF0aCBkPSJNMTYgMTBhNCA0IDAgMCAxLTggMCI+PC9wYXRoPjwvc3ZnPg==");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .wc-proceed-to-checkout .button::after {
	display: none;
}

.shopengine-widget .shopengine-cart-totals .cart_totals .wc-proceed-to-checkout .button:hover {
	text-decoration: none !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.shopengine-widget .shopengine-cart-quantity .quantity input {
	width: 100%;
}

.shopengine-widget .checkout-button:hover::before {
	background-color: inherit;
}

.shopengine-widget .shopengine-categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.shopengine-widget .shopengine-categories ul li {
	position: relative;
	display: block;
	margin-bottom: 0;
	border-top: 1px solid #f5f7fa;
}

.shopengine-widget .shopengine-categories ul li.cat-parent {
	cursor: pointer;
}

.shopengine-widget .shopengine-categories ul li:not(.cat-parent)::before {
	display: none;
}

.shopengine-widget .shopengine-categories ul li:first-of-type {
	border-top: none;
}

.shopengine-widget .shopengine-categories ul li.cat-parent::before {
	content: "";
	font-family: eicons, sans-serif;
	position: absolute;
	right: 0;
	top: 15px;
	cursor: pointer;
	transition: all linear .2s;
	-moz-transition: all linear .2s;
	-webkit-transition: all linear .2s;
	padding: 0;
	-webkit-transform: none;
	transform: none;
}

.shopengine-widget .shopengine-categories ul li.children-expended::before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.shopengine-widget .shopengine-categories ul li .children {
	display: none;
}

.shopengine-widget .shopengine-categories ul li .children li {
	border-top: 1px solid #f5f7fa;
}

.shopengine-widget .shopengine-categories ul li a {
	display: inline-block;
}

.shopengine-widget .shopengine-categories ul li a:hover {
	text-decoration: none;
}

.shopengine-widget .shopengine-categories ul li i {
	display: none;
}

.shopengine-widget .shopengine-categories ul li span {
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.shopengine-widget .shopengine-categories .select2 {
	margin: 0 !important;
}

.shopengine-widget .shopengine-categories .dropdown_product_cat {
	width: 100%;
}

.shopengine-widget .shopengine-categories .select2-container--default .select2-selection {
	position: relative;
	background-color: #fff;
	border: 1px solid #dee3ea;
	border-radius: 3px;
	padding: 10px 16px;
	height: auto;
}

.shopengine-widget .shopengine-categories .select2-container--default .select2-selection .select2-selection__rendered {
	line-height: inherit;
}

.shopengine-widget .shopengine-categories .select2-container--default .select2-selection .select2-selection__rendered .select2-selection__clear {
	display: none;
}

.shopengine-widget .shopengine-categories .select2-container--default .select2-selection .select2-selection__arrow {
	height: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.shopengine-widget .shopengine-checkout-coupon-form .woocommerce-info-toggle {
	position: relative;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 500;
	padding: 13px 15px;
	z-index: 0;
}

.shopengine-widget .shopengine-checkout-coupon-form .woocommerce-info-toggle::before {
	color: #101010;
	font-family: eicons;
	content: "";
	display: inline-block;
	position: absolute;
	top: 1em;
	right: 1.5em;
	left: unset;
	pointer-events: none;
}

.shopengine-widget .shopengine-checkout-coupon-form .woocommerce-info-toggle button {
	color: #4169e1;
	text-decoration: underline;
	outline: 0;
	border: none;
	background: 0 0;
	padding: 0;
	font-weight: 500;
	cursor: pointer;
	font-size: inherit;
}

.shopengine-widget .shopengine-checkout-coupon-form .woocommerce-info-toggle button:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 65px;
	z-index: -1;
}

.shopengine-widget .shopengine-checkout-coupon-form .woocommerce-info-toggle button:hover {
	color: #ff3f00;
}

.shopengine-widget .shopengine-checkout-coupon-form .shopengine-checkout-coupon {
	padding: 20px 0;
	margin: 0;
	border: none;
	background: 0 0;
}

.shopengine-widget .shopengine-checkout-coupon-form .shopengine-checkout-coupon .clear {
	display: block;
	clear: both;
}

.shopengine-widget .shopengine-checkout-coupon-form .shopengine-checkout-coupon p {
	padding: 0;
	margin: 0;
}

.shopengine-widget .shopengine-checkout-coupon-form .shopengine-checkout-coupon .form-row {
	float: left;
	width: 47%;
	padding: 20px 0 0;
	margin: 0;
}

.shopengine-widget .shopengine-checkout-coupon-form .shopengine-checkout-coupon .form-row.form-row-last {
	margin-left: 2%;
}

.shopengine-widget .shopengine-checkout-coupon-form .shopengine-checkout-coupon .form-row input {
	width: 100%;
	color: #757575;
	border: 1px solid #dee3ea;
	border-radius: 3px;
	padding: 0 15px;
	line-height: 40px;
	height: auto;
	background-color: #fff;
	background-image: none;
}

.shopengine-widget .shopengine-checkout-coupon-form .shopengine-checkout-coupon .form-row input:focus {
	background-color: #f5f5f5;
}

.shopengine-widget .shopengine-checkout-coupon-form .shopengine-checkout-coupon .form-row input::-webkit-input-placeholder {
	opacity: 1;
}

.shopengine-widget .shopengine-checkout-coupon-form .shopengine-checkout-coupon .form-row input::-moz-placeholder {
	opacity: 1;
}

.shopengine-widget .shopengine-checkout-coupon-form .shopengine-checkout-coupon .form-row input:-ms-input-placeholder {
	opacity: 1;
}

.shopengine-widget .shopengine-checkout-coupon-form .shopengine-checkout-coupon .form-row input::-ms-input-placeholder {
	opacity: 1;
}

.shopengine-widget .shopengine-checkout-coupon-form .shopengine-checkout-coupon .form-row input::placeholder {
	opacity: 1;
}

.shopengine-widget .shopengine-checkout-coupon-form .shopengine-checkout-coupon .form-row button {
	text-transform: capitalize;
	outline: 0;
	height: auto;
}

.shopengine-widget .shopengine-checkout-coupon-form .shopengine-checkout-coupon .form-row button:hover {
	background: #645f5f;
}

@media (max-width:768px) {
	.shopengine-widget .shopengine-checkout-coupon-form .shopengine-checkout-coupon .form-row {
		width: 100%;
		padding: 20px 0 0;
	}
	
	.shopengine-widget .shopengine-checkout-coupon-form .shopengine-checkout-coupon .form-row.form-row-last {
		margin: 0;
	}
}

.shopengine-widget .shopengine-checkout-form-additional h3 {
	display: none;
	margin: 0;
	padding: 0 0 23px !important;
	color: #3a3a3a;
	border-width: 0;
	font-size: 22px !important;
	font-weight: 600;
	line-height: 1em;
	text-transform: none;
}

.shopengine-widget .shopengine-checkout-form-additional h3:after {
	display: none;
}

.shopengine-widget .shopengine-checkout-form-additional .woocommerce-additional-fields {
	padding: 0;
}

.shopengine-widget .shopengine-checkout-form-additional .form-row {
	margin: 0 !important;
	padding: 0;
}

.shopengine-widget .shopengine-checkout-form-additional .form-row label {
	line-height: 1.2em;
}

.shopengine-widget .shopengine-checkout-form-additional .woocommerce-input-wrapper {
	display: block;
}

.shopengine-widget .shopengine-checkout-form-additional .input-text {
	display: block;
	-webkit-transition: color .3s, background-color .3s ease-in-out, border-color .3s;
	transition: color .3s, background-color .3s ease-in-out, border-color .3s;
	outline: 0;
}

.shopengine-widget .shopengine-checkout-form-additional .input-text#order_comments {
	margin: 0;
	min-height: 0;
	background-color: transparent;
}

.shopengine-widget .shopengine-checkout-form-billing .selection {
	display: block !important;
}

.shopengine-widget .shopengine-checkout-form-billing .selection .select2-selection {
	position: relative;
}

.shopengine-widget .shopengine-checkout-form-billing .woocommerce-billing-fields>h3 {
	display: none;
	font-weight: 600;
	line-height: 1.333333;
	font-family: inherit;
	text-transform: uppercase;
	padding: 0;
	border-width: 0;
}

.shopengine-widget .shopengine-checkout-form-billing .woocommerce-billing-fields>h3:after {
	display: none;
}

.shopengine-widget .shopengine-checkout-form-billing .woocommerce-billing-fields>#neve-checkout-coupon {
	display: none;
}

.shopengine-widget .shopengine-checkout-form-billing .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

.shopengine-widget .shopengine-checkout-form-billing .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row>.form-group {
	margin-bottom: 0;
}

.shopengine-widget .shopengine-checkout-form-billing .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label {
	font-size: 15px;
	line-height: 1.333333em;
	color: #3a3a3a;
	font-weight: 500;
	margin-bottom: 8px;
}

.shopengine-widget .shopengine-checkout-form-billing .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label>abbr {
	color: #3a3a3a;
}

.shopengine-widget .shopengine-checkout-form-billing .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_address_2_field>label {
	display: none;
}

.shopengine-widget .shopengine-checkout-form-billing .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row:not(:first-child):not(.form-row-last) label {
	margin-top: unset;
}

.shopengine-widget .shopengine-checkout-form-billing .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper {
	display: block;
}

.shopengine-widget .shopengine-checkout-form-billing .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-selection, .shopengine-widget .shopengine-checkout-form-billing .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input:not([type=checkbox]):not([type=radio]), .shopengine-widget .shopengine-checkout-form-billing .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper select, .shopengine-widget .shopengine-checkout-form-billing .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper textarea {
	font-size: 14px;
	line-height: 1.35em;
	border-radius: 3px;
	height: auto;
	padding: 10px 16px;
	width: 100%;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.shopengine-widget .shopengine-checkout-form-billing .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper label.checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shopengine-widget .shopengine-checkout-form-billing .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: inherit;
}

.shopengine-widget .shopengine-checkout-form-billing .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
}

.shopengine-widget .shopengine-checkout-form-billing .woocommerce-billing-fields__field-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.shopengine-widget .shopengine-checkout-form-billing .form-row {
	float: none;
	width: 100%;
}

.shopengine-widget .shopengine-checkout-form-billing .input-text {
	margin: 0 !important;
}

@media (min-width:768px) {
	.shopengine-widget .shopengine-checkout-form-billing #billing_first_name_field, .shopengine-widget .shopengine-checkout-form-billing #billing_last_name_field {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}
}

.shopengine-widget .shopengine-checkout-form-login .woocommerce-form-login-toggle {
	margin-bottom: 0 !important;
}

.shopengine-widget .shopengine-checkout-form-login .woocommerce-form-login-toggle .shopengine-woocommerce-info, .shopengine-widget .shopengine-checkout-form-login .woocommerce-form-login-toggle .woocommerce-info {
	text-align: left;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 500;
	margin-bottom: 0 !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media (max-width:575px) {
	.shopengine-widget .shopengine-checkout-form-login .woocommerce-form-login-toggle .shopengine-woocommerce-info, .shopengine-widget .shopengine-checkout-form-login .woocommerce-form-login-toggle .woocommerce-info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.shopengine-widget .shopengine-checkout-form-login .woocommerce-form-login-toggle .shopengine-woocommerce-info::before, .shopengine-widget .shopengine-checkout-form-login .woocommerce-form-login-toggle .woocommerce-info::before {
	display: none;
}

.shopengine-widget .shopengine-checkout-form-login .woocommerce-form-login-toggle .shopengine-woocommerce-info a, .shopengine-widget .shopengine-checkout-form-login .woocommerce-form-login-toggle .woocommerce-info a {
	text-decoration: underline;
	background: 0 0;
	margin: 0 0 0 10px !important;
}

@media (max-width:575px) {
	.shopengine-widget .shopengine-checkout-form-login .woocommerce-form-login-toggle .shopengine-woocommerce-info a, .shopengine-widget .shopengine-checkout-form-login .woocommerce-form-login-toggle .woocommerce-info a {
		display: block;
		margin: 8px 0 0 0 !important;
	}
}

.shopengine-widget .shopengine-checkout-form-login .woocommerce-form-login {
	width: 100%;
	max-width: 100%;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
}

.shopengine-widget .shopengine-checkout-form-login .woocommerce-form-login__submit {
	font-weight: 500;
	width: initial !important;
	height: initial !important;
	border: 0;
}

.shopengine-widget .shopengine-checkout-form-login .form-row {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	margin-top: 15px;
	width: 100%;
}

@media screen and (max-width:575px) {
	.shopengine-widget .shopengine-checkout-form-login .form-row {
		width: 100%;
	}
}

.shopengine-widget .shopengine-checkout-form-login .form-row label {
	font-size: 15px;
	line-height: 1.333333;
	font-weight: 500;
}

.shopengine-widget .shopengine-checkout-form-login .form-row input {
	line-height: 1.35;
	border: 1px solid #dee3ea;
	border-radius: 3px;
	height: auto !important;
}

.shopengine-widget .shopengine-checkout-form-login .form-row input.woocommerce-form__input-checkbox[name=rememberme] {
	height: 16px;
	width: 16px;
	padding: 0 !important;
}

.shopengine-widget .shopengine-checkout-form-login .clear+.form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.shopengine-widget .shopengine-checkout-form-login .clear+.form-row .woocommerce-form-login__rememberme {
	margin-bottom: 10px;
	cursor: pointer;
}

.shopengine-widget .shopengine-checkout-form-login .clear+.form-row .woocommerce-form-login__rememberme span {
	vertical-align: middle;
	border: 0;
}

.shopengine-widget .shopengine-checkout-form-login .clear+.form-row .woocommerce-form-login__rememberme span:focus {
	outline: 0;
}

.shopengine-widget .shopengine-checkout-form-login .clear+.form-row .woocommerce-form-login__rememberme .woocommerce-form__input-checkbox {
	vertical-align: middle;
	margin: 0 8px 0 0;
	height: 18px !important;
	width: 18px !important;
	border: 1px solid #dee3ea;
	background-color: #fff !important;
	outline: 0;
}

.shopengine-widget .shopengine-checkout-form-login .clear+.form-row .woocommerce-form-login__rememberme .woocommerce-form__input-checkbox:checked:before {
	line-height: 18px !important;
	font-size: 14px !important;
}

.shopengine-widget .shopengine-checkout-form-login .lost_password {
	text-decoration: underline;
	font-weight: 500;
}

.shopengine-widget .shopengine-checkout-form-shipping .selection {
	display: block !important;
}

.shopengine-widget .shopengine-checkout-form-shipping .selection .select2-selection {
	position: relative;
}

.shopengine-widget .shopengine-checkout-form-shipping #ship-to-different-address {
	margin: 0;
	padding: 0;
	border-width: 0;
}

.shopengine-widget .shopengine-checkout-form-shipping #ship-to-different-address>label {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.shopengine-widget .shopengine-checkout-form-shipping #ship-to-different-address>label>input {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	float: none !important;
	display: block;
	top: 0;
	position: relative;
	margin: 0;
	width: 13px;
	height: 13px;
	color: inherit;
	font-size: 13px;
	line-height: 0;
	cursor: inherit;
	-webkit-transform: none;
	transform: none;
	outline: 0;
}

.shopengine-widget .shopengine-checkout-form-shipping #ship-to-different-address>label>input:after, .shopengine-widget .shopengine-checkout-form-shipping #ship-to-different-address>label>input:before {
	display: none;
}

.shopengine-widget .shopengine-checkout-form-shipping #ship-to-different-address>label>span {
	margin-left: 8px;
	padding: 0;
	color: inherit;
	font-size: inherit;
	font-weight: 600;
	line-height: 1.333333em;
	font-family: inherit;
	text-transform: uppercase;
}

.shopengine-widget .shopengine-checkout-form-shipping #ship-to-different-address>label>span:after, .shopengine-widget .shopengine-checkout-form-shipping #ship-to-different-address>label>span:before {
	display: none;
}

.shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields>.shipping_address {
	margin-top: 0;
}

.shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

.shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row>.form-group {
	margin-bottom: 0;
}

.shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row label {
	font-size: 15px;
	line-height: 1.333333em;
	color: #3a3a3a;
	font-weight: 500;
	margin-bottom: 8px;
}

.shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row label>abbr {
	color: #3a3a3a;
}

.shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row label .required {
	font-size: inherit;
}

.shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row#shipping_address_2_field>label {
	display: none;
}

.shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row:not(:first-child):not(.form-row-last) label {
	margin-top: unset;
}

.shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper {
	display: block;
}

.shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-selection, .shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper input:not([type=checkbox]):not([type=radio]), .shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper select, .shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper textarea {
	font-size: 14px;
	line-height: 1.35em;
	border-radius: 3px;
	height: auto;
	padding: 10px 16px;
	width: 100%;
	background-image: none;
	border-color: #dee3ea;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper input::-webkit-input-placeholder {
	font-size: 1em;
}

.shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper input::-moz-placeholder {
	font-size: 1em;
}

.shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper input:-ms-input-placeholder {
	font-size: 1em;
}

.shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper input:-moz-placeholder {
	font-size: 1em;
}

.shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper label.checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: inherit;
}

.shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
}

.shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields__field-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.shopengine-widget .shopengine-checkout-form-shipping .form-row {
	float: none;
	width: 100%;
}

.shopengine-widget .shopengine-checkout-form-shipping .input-text {
	margin: 0 !important;
}

@media (min-width:768px) {
	.shopengine-widget .shopengine-checkout-form-shipping #shipping_first_name_field, .shopengine-widget .shopengine-checkout-form-shipping #shipping_last_name_field {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}
}

.shopengine-widget .shopengine-checkout-payment .about_paypal {
	line-height: inherit !important;
}

.shopengine-widget .shopengine-checkout-payment a.woocommerce-privacy-policy-link {
	color: #f4505c !important;
}

.shopengine-widget .shopengine-checkout-payment h4 {
	display: none;
}

.shopengine-widget .shopengine-checkout-payment a {
	text-decoration: none !important;
}

.shopengine-widget .shopengine-checkout-payment .porto-separator {
	display: none;
}

.shopengine-widget .shopengine-checkout-payment #payment {
	background: 0 0;
	border-radius: 0;
	border: 0 !important;
	padding: 0 !important;
}

.shopengine-widget .shopengine-checkout-payment #payment ul {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.shopengine-widget .shopengine-checkout-payment #payment ul li {
	background-color: transparent !important;
	padding: 0;
	margin: 0;
	list-style: none;
	display: flow-root;
	border: 0;
}

.shopengine-widget .shopengine-checkout-payment #payment ul li::after, .shopengine-widget .shopengine-checkout-payment #payment ul li::before {
	display: none;
}

.shopengine-widget .shopengine-checkout-payment #payment ul li:hover {
	background-color: transparent;
}

.shopengine-widget .shopengine-checkout-payment #payment ul li.wc_payment_method input[type=radio]:first-child {
	position: relative !important;
}

.shopengine-widget .shopengine-checkout-payment #payment ul li.wc_payment_method label {
	margin-left: 8px;
}

.shopengine-widget .shopengine-checkout-payment #payment .wc_payment_method label, .shopengine-widget .shopengine-checkout-payment #payment .wc_payment_method p, .shopengine-widget .shopengine-checkout-payment #payment .woocommerce-terms-and-conditions-wrapper label, .shopengine-widget .shopengine-checkout-payment #payment .woocommerce-terms-and-conditions-wrapper p {
	margin: 0;
}

.shopengine-widget .shopengine-checkout-payment #payment .wc_payment_method label, .shopengine-widget .shopengine-checkout-payment #payment .woocommerce-terms-and-conditions-wrapper label {
	cursor: pointer !important;
	padding: 0 !important;
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
	float: left;
	width: initial !important;
}

.shopengine-widget .shopengine-checkout-payment #payment .wc_payment_method label::before, .shopengine-widget .shopengine-checkout-payment #payment .woocommerce-terms-and-conditions-wrapper label::before {
	display: none !important;
}

.shopengine-widget .shopengine-checkout-payment #payment .wc_payment_method label img, .shopengine-widget .shopengine-checkout-payment #payment .woocommerce-terms-and-conditions-wrapper label img {
	margin: 0 5px !important;
}

.shopengine-widget .shopengine-checkout-payment #payment .wc_payment_method input, .shopengine-widget .shopengine-checkout-payment #payment .woocommerce-terms-and-conditions-wrapper input {
	margin: 0;
	cursor: pointer;
	border: none;
	display: inline-block !important;
}

.shopengine-widget .shopengine-checkout-payment #payment .wc_payment_method input[type=radio], .shopengine-widget .shopengine-checkout-payment #payment .woocommerce-terms-and-conditions-wrapper input[type=radio] {
	position: relative !important;
	clip-path: none !important;
	outline: 0;
	visibility: visible;
	top: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 18px !important;
	height: 18px !important;
	-webkit-appearance: radio !important;
	float: left;
}

.shopengine-widget .shopengine-checkout-payment #payment .wc_payment_method input[type=radio]::after, .shopengine-widget .shopengine-checkout-payment #payment .wc_payment_method input[type=radio]::before, .shopengine-widget .shopengine-checkout-payment #payment .woocommerce-terms-and-conditions-wrapper input[type=radio]::after, .shopengine-widget .shopengine-checkout-payment #payment .woocommerce-terms-and-conditions-wrapper input[type=radio]::before {
	display: none;
}

.shopengine-widget .shopengine-checkout-payment #payment .wc_payment_method input[type=radio]::before, .shopengine-widget .shopengine-checkout-payment #payment .woocommerce-terms-and-conditions-wrapper input[type=radio]::before {
	display: none;
}

.shopengine-widget .shopengine-checkout-payment #payment .wc_payment_method input[type=radio]:checked::before, .shopengine-widget .shopengine-checkout-payment #payment .woocommerce-terms-and-conditions-wrapper input[type=radio]:checked::before {
	border: 1px solid #3a3a3a;
}

.shopengine-widget .shopengine-checkout-payment #payment .wc_payment_method input[type=radio]:checked::after, .shopengine-widget .shopengine-checkout-payment #payment .woocommerce-terms-and-conditions-wrapper input[type=radio]:checked::after {
	height: 8px;
	width: 8px;
	left: 4px;
	top: 4px;
	opacity: .8;
	background-color: #3a3a3a;
}

.shopengine-widget .shopengine-checkout-payment #payment .wc_payment_method .payment_box, .shopengine-widget .shopengine-checkout-payment #payment .woocommerce-terms-and-conditions-wrapper .payment_box {
	margin: 0;
	padding: 0;
	background: 0 0;
	contain: layout;
	padding-left: 25px;
	max-width: 70%;
	border: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	clear: both;
}

@media (max-width:768px) {
	.shopengine-widget .shopengine-checkout-payment #payment .wc_payment_method .payment_box, .shopengine-widget .shopengine-checkout-payment #payment .woocommerce-terms-and-conditions-wrapper .payment_box {
		max-width: 100%;
	}
}

.shopengine-widget .shopengine-checkout-payment #payment .wc_payment_method .payment_box::before, .shopengine-widget .shopengine-checkout-payment #payment .woocommerce-terms-and-conditions-wrapper .payment_box::before {
	display: none;
}

.shopengine-widget .shopengine-checkout-payment #payment .wc_payment_method .payment_box p, .shopengine-widget .shopengine-checkout-payment #payment .woocommerce-terms-and-conditions-wrapper .payment_box p {
	margin: 0;
	padding: 0;
}

.shopengine-widget .shopengine-checkout-payment #payment #place_order {
	width: auto !important;
	line-height: initial;
	letter-spacing: 0;
	border: 0;
	float: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.shopengine-widget .shopengine-checkout-payment .place-order {
	display: grid;
	grid-gap: 0 2%;
	grid-template-columns: 62% 36%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 !important;
	background-color: transparent !important;
}

.shopengine-widget .shopengine-checkout-payment .place-order::after, .shopengine-widget .shopengine-checkout-payment .place-order::before {
	display: none;
}

@media (max-width:768px) {
	.shopengine-widget .shopengine-checkout-payment .place-order {
		grid-template-columns: 100%;
		grid-gap: 20px 0;
	}
}

.shopengine-widget .shopengine-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper {
	margin: 0;
	padding: 0;
	border-width: 0;
}

.shopengine-widget .shopengine-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text {
	margin-left: 8px;
}

.shopengine-widget .shopengine-checkout-payment .place-order .woocommerce-privacy-policy-text {
	margin: 0;
}

.shopengine-widget .shopengine-checkout-payment #payment .payment_method_stripe img {
	max-width: 40px;
}

.shopengine-widget .shopengine-checkout-payment #payment .payment_method_stripe .form-row>label {
	float: none;
	margin-left: 0 !important;
}

.shopengine-widget .shopengine-checkout-payment .payment_method_stripe_cc label {
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.shopengine-widget .shopengine-checkout-review-order #order_review_heading {
	display: none;
}

.shopengine-widget .shopengine-checkout-review-order #order_review {
	width: 100% !important;
	float: unset !important;
	padding: 0 !important;
	border: 0 !important;
	background-color: transparent !important;
}

.shopengine-widget .shopengine-checkout-review-order #order_review table {
	margin: 0 !important;
}

.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table {
	border-collapse: collapse;
	text-align: left;
	border: 0 !important;
	margin: 0;
	width: 100%;
}

.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tr {
	display: grid;
	grid-template-columns: auto auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tr :first-child {
	text-align: left;
}

.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tr>* {
	max-width: 100%;
	width: 100%;
	padding: 0;
}

.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tr :last-child {
	text-align: right;
}

.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table .border-bottom-0 {
	border-bottom: initial;
}

.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table .cart-subtotal td, .shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table .order-total td, .shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table .product-total {
	text-align: right;
}

.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table .amount {
	font-weight: initial;
	font-size: initial;
}

.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tr {
	border: 0;
}

.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tr td, .shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tr th {
	border: 0 !important;
	background-color: transparent;
	text-transform: initial;
	letter-spacing: initial;
	padding: 0 !important;
}

.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tr td li, .shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tr th li {
	line-height: initial;
}

.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tr td li label, .shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tr th li label {
	cursor: pointer;
}

.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tr td li label::before, .shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tr th li label::before {
	display: none;
}

.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table thead {
	display: revert !important;
	text-align: left;
	background-color: transparent !important;
}

body.theme-electro .shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table thead {
	display: block;
}

.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tbody td {
	border: 0;
	background-color: transparent !important;
}

.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tbody td strong {
	display: inline-block;
}

.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tbody tr {
	border: 0;
	border-bottom-width: 1px;
	background-color: inherit !important;
}

.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tfoot {
	display: block;
	margin-top: 10px;
	border: 0;
}

.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tfoot .order-total {
	grid-row: 2;
}

.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td {
	grid-column: 1/span 3;
	text-align: left !important;
}

.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td tr {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td ul li {
	line-height: initial !important;
	margin: 15px 0 !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	text-indent: 0 !important;
	padding: 0 !important;
}

.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td ul li label {
	padding: 0 0 0 8px !important;
	font-weight: 400 !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-bottom: 0;
}

.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td ul li input {
	margin: 0 !important;
	top: 0 !important;
	display: block;
	width: 18px !important;
	height: 18px !important;
	border-width: 1px;
	-webkit-appearance: radio !important;
	-moz-appearance: unset;
	appearance: unset;
}

.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td ul li input::-webkit-slider-thumb, .shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td ul li input:checked {
	border-color: #0170b9;
	background-color: #0170b9;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: radio !important;
	appearance: unset;
}

.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td ul li input::after {
	display: none;
}

.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td ul li .amount {
	line-height: initial !important;
}

.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tfoot td, .shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tfoot th {
	border: 0 !important;
	background-color: transparent;
	font-weight: initial;
}

.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr {
	border-top: 0 !important;
	background-color: transparent;
}

.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr:not(:last-child) {
	border-bottom-width: 1px;
}

.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr td table tbody tr {
	border-top: 0 !important;
	background-color: transparent !important;
}

.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr td ul li label {
	text-indent: 0;
	vertical-align: unset;
}

.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table .woocommerce-orders-table__cell, .shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table .woocommerce-orders-table__header {
	text-align: left;
	font-size: 16px;
	line-height: 1.3125;
	padding: 19px 32.5px;
}

.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table>tbody .woocommerce-orders-table__row {
	border-bottom: 1px solid #f2f2f2;
}

.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table>tbody .woocommerce-orders-table__row .woocommerce-orders-table__cell {
	color: #343434;
	font-weight: 400;
	background-color: inherit;
}

.shopengine-widget .shopengine-checkout-review-order .woocommerce-orders-table__cell-order-actions .button, .shopengine-widget .shopengine-checkout-review-order .woocommerce-pagination .button {
	color: #3a3a3a;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 5px;
	padding: 9px 21px 10px;
	border-radius: 3px;
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out;
}

.shopengine-widget .shopengine-checkout-review-order .woocommerce-orders-table__cell-order-actions .button {
	background: #f1f1f1;
}

.shopengine-widget .shopengine-checkout-review-order .woocommerce-orders-table__cell-order-actions .button:hover {
	color: #fff;
	background: #3a3a3a;
}

.shopengine-widget .shopengine-checkout-review-order #order_review_heading_v2, .shopengine-widget .shopengine-checkout-review-order .woocommerce-privacy-policy-text {
	display: none;
}

.shopengine-widget .shopengine-checkout-review-order .order-review-wrapper {
	width: 100%;
	margin-left: 0;
	background-color: transparent !important;
}

.shopengine-widget .shopengine-checkout-review-order a, .shopengine-widget .shopengine-checkout-review-order span {
	text-decoration: none !important;
}

.shopengine-widget .shopengine-checkout-review-order .product-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.shopengine-widget .shopengine-checkout-review-order .product-name .product-quantity {
	-webkit-padding-end: 5px;
	padding-inline-end: 5px;
}

.shopengine-widget .shopengine-checkout-review-order .product-name .variation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 2px;
}

.shopengine-widget .shopengine-checkout-review-order .product-name .variation dd {
	-webkit-padding-end: 10px;
	padding-inline-end: 10px;
	margin: 0;
}

.shopengine-widget .shopengine-checkout-review-order .product-name .variation dd p {
	margin-bottom: 0;
}

.shopengine-widget .shopengine-checkout-review-order .shopengine-order-review-product {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shopengine-widget .shopengine-checkout-review-order .shopengine-order-review-product img {
	height: 60px;
	margin-right: 10px;
	width: 60px;
	-o-object-fit: cover;
	object-fit: cover;
}

.shopengine-widget .shopengine-checkout-shipping-methods table {
	border: 0;
	padding: 0;
	margin: 0 !important;
}

.shopengine-widget .shopengine-checkout-shipping-methods table tr th {
	display: none;
}

.shopengine-widget .shopengine-checkout-shipping-methods table tr td[data-title=Shipping] {
	color: #fff !important;
}

.shopengine-widget .shopengine-checkout-shipping-methods table tr td {
	border: 0;
	padding: 0;
	background-color: transparent !important;
}

.shopengine-widget .shopengine-checkout-shipping-methods table tr td::before {
	content: attr(data-title) ": ";
	display: block;
	text-align: left;
}

.shopengine-widget .shopengine-checkout-shipping-methods table tr td li {
	line-height: initial;
	list-style: none;
	padding: 0 !important;
	text-indent: 0 !important;
	display: unset !important;
}

@media (max-width:768px) {
	.shopengine-widget .shopengine-checkout-shipping-methods table tr td li {
		display: unset !important;
	}
}

.shopengine-widget .shopengine-checkout-shipping-methods table tr td li label {
	margin-left: 0 !important;
	cursor: pointer !important;
	padding: 0 0 0 7px !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 0 !important;
}

.shopengine-widget .shopengine-checkout-shipping-methods table tr td li label .amount {
	text-decoration: none !important;
	opacity: 1 !important;
}

.shopengine-widget .shopengine-checkout-shipping-methods table tr td li input {
	margin: 0;
	cursor: pointer;
	border: none;
	display: inline-block !important;
}

.shopengine-widget .shopengine-checkout-shipping-methods table tr td li input[type=radio] {
	position: relative !important;
	clip-path: none !important;
	outline: 0;
	visibility: visible;
	top: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 18px !important;
	height: 18px !important;
	-webkit-appearance: radio !important;
	float: left !important;
}

.shopengine-widget .shopengine-checkout-shipping-methods table tr td li input[type=radio]::after, .shopengine-widget .shopengine-checkout-shipping-methods table tr td li input[type=radio]::before {
	display: none;
}

.shopengine-widget .shopengine-cross-sells.slider-enabled ul.products {
	-webkit-column-gap: 0 !important;
	-moz-column-gap: 0 !important;
	column-gap: 0 !important;
	grid-gap: 0 !important;
	row-gap: 0 !important;
	-webkit-box-orient: initial !important;
	-webkit-box-direction: initial !important;
	-ms-flex-direction: initial !important;
	flex-direction: initial !important;
}

.shopengine-widget .shopengine-cross-sells.slider-enabled ul.products li {
	padding: 0 !important;
}

@media (max-width:768px) {
	.shopengine-widget .shopengine-cross-sells.slider-enabled ul.products li {
		padding: 0 !important;
	}
}

.shopengine-widget .shopengine-cross-sells .cross-sells>h2 {
	display: none;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 1;
}

.shopengine-widget .shopengine-cross-sells .cross-sells .products>li>a:not(:first-child) {
	-ms-flex-item-align: center;
	align-self: center;
}

.shopengine-widget .shopengine-cross-sells .cross-sells .products li a:is(.woocommerce-LoopProduct-link,.add_to_cart_button,.product_type_simple,.product_type_external,.product_type_variable) {
	-webkit-box-shadow: none;
	box-shadow: none;
	height: auto !important;
}

.shopengine-widget .shopengine-cross-sells .cross-sells .products li h2 {
	display: block;
	width: 100%;
}

.shopengine-widget .shopengine-cross-sells .cross-sells a, .shopengine-widget .shopengine-cross-sells .cross-sells h2 {
	text-decoration: none !important;
}

.shopengine-widget .shopengine-cross-sells .cross-sells a:hover, .shopengine-widget .shopengine-cross-sells .cross-sells h2:hover {
	text-decoration: none !important;
}

.shopengine-widget .shopengine-cross-sells.slider-enabled .cross-sells {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-vertical>ul.products {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100% !important;
	margin-top: 20px;
	position: relative;
}

.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-pagination-bullet {
	margin-right: 10px;
	background: #c9c9c9;
	opacity: 1;
}

.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-button-next, .shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-button-prev {
	text-align: center;
	background: 0 0;
}

.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-button-prev {
	left: 0;
}

.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-button-next {
	right: 0;
}

.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-pagination-bullet-active {
	height: 14px;
	width: 14px;
	border: 2px solid #f03d3f;
	background: #fff;
}

.shopengine-widget .shopengine-cross-sells.slider-enabled ul.products {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-android .swiper-slide, .shopengine-widget .shopengine-cross-sells.slider-enabled ul.products {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-multirow>ul.products {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-multirow-column>ul.products {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-free-mode>ul.products {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.shopengine-widget .shopengine-cross-sells.slider-enabled .product {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-autoheight, .shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-autoheight .product {
	height: auto;
}

.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-autoheight ul.products {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-3d .product, .shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-3d ul.products {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-css-mode>ul.products {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-css-mode>ul.products::-webkit-scrollbar {
	display: none;
}

.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-css-mode>ul.products>.product {
	scroll-snap-align: start start;
}

.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-horizontal.swiper-container-css-mode>ul.products {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}

.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-vertical.swiper-container-css-mode>ul.products {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
}

.shopengine-widget .shopengine-cross-sells.slider-enabled .cross-sells .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-fade.swiper-container-free-mode .product {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-fade .product {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-fade .product .product {
	pointer-events: none;
}

.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-cube .product {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-cube .product .product {
	pointer-events: none;
}

.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-cube.swiper-container-rtl .product {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-cube .swiper-slide-next+.product {
	pointer-events: auto;
	visibility: visible;
}

.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-flip .product {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-flip .product .product {
	pointer-events: none;
}

.shopengine-widget .shopengine-cross-sells .swiper-button-disabled {
	pointer-events: all;
}

.shopengine-widget .shopengine-empty-cart-message .cart-empty::before {
	content: "";
	position: absolute;
	top: 16px;
	left: 24px;
	font-family: WooCommerce;
}

.shopengine-widget .shopengine-empty-cart-message p {
	margin: 0 !important;
	padding: 0 !important;
}

.shopengine-widget .shopengine-empty-cart-message p::before {
	display: none;
}

.shopengine-widget .shopengine-empty-cart-message p .wd-empty-page-text {
	padding: 0;
}

.shopengine-widget .shopengine-empty-cart-message .wd-empty-page-text {
	display: none;
}

.shopengine-widget .shopengine-filter-orderby {
	position: relative;
	color: #3a3a3a;
	z-index: 0;
}

.shopengine-widget .shopengine-filter-orderby.shopengine-filter-orderby-dropdown::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 32px;
	bottom: 0;
	border-left: 1px solid #f2f2f2;
	border-top-width: 0 !important;
	border-right-width: 0 !important;
	border-bottom-width: 0 !important;
	pointer-events: none;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
	z-index: 0;
}

.shopengine-widget .shopengine-filter-orderby-icon {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 32px;
	font-family: eicons;
	font-size: 1.4em;
	line-height: inherit;
	pointer-events: none;
	text-align: center;
	-webkit-transition: color .3s;
	transition: color .3s;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 0;
}

.shopengine-widget .shopengine-filter-orderby-icon::before {
	display: block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.shopengine-widget .shopengine-filter-orderby .orderby-input-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.shopengine-widget .shopengine-filter-orderby .orderby-input-group label {
	margin: 0;
	-webkit-transition: all .4s;
	transition: all .4s;
	cursor: pointer;
}

.shopengine-widget .shopengine-filter-orderby .orderby-input-group .orderby {
	padding-right: 10px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	min-width: 18px;
}

.shopengine-widget .shopengine-filter-orderby .orderby-input-group .orderby::before {
	content: "";
	border: 2px solid #dfe0e0;
	height: 18px;
	width: 18px;
	display: block;
	border-radius: 18px;
	position: absolute;
	top: 48%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.shopengine-widget .shopengine-filter-orderby .orderby-input-group .orderby:checked::before {
	border-color: #505255;
}

.shopengine-widget .shopengine-filter-orderby .orderby-input-group .orderby:checked::after {
	content: "";
	height: 10px;
	width: 10px;
	display: block;
	background: #505255;
	border-radius: 14px;
	position: absolute;
	top: 48%;
	-webkit-transform: translate(4px, -50%);
	transform: translate(4px, -50%);
}

.shopengine-widget .shopengine-filter-orderby .orderby:not([type=radio]) {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 35px 0 15px;
	font-size: 16px;
	line-height: 38px;
	font-weight: 500;
	color: inherit;
	border: 1px solid #f2f2f2;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: 0 0;
	cursor: pointer;
	outline: 0;
	-webkit-transition: color .3s, background-color .3s ease-in-out, border-color .3s;
	transition: color .3s, background-color .3s ease-in-out, border-color .3s;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.shopengine-widget .shopengine-filter-orderby .orderby:not([type=radio]):-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

.shopengine-widget .shopengine-filter-orderby .orderby:not([type=radio])::-ms-expand {
	display: none;
}

.shopengine-widget .shopengine-filter-orderby .orderby:focus, .shopengine-widget .shopengine-filter-orderby .orderby:hover, .shopengine-widget .shopengine-filter-orderby:hover::after {
	border-color: #ccc;
}

.shopengine-widget .shopengine-products-per-page {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0;
	list-style: none;
	color: #a7a7a7;
}

.shopengine-widget .shopengine-products-per-page label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #a7a7a7;
}

.shopengine-widget .shopengine-products-per-page label:not(:last-child)::after {
	content: "/";
	font-weight: 400;
}

.shopengine-widget .shopengine-products-per-page input {
	display: none;
}

.shopengine-widget .shopengine-products-per-page input:checked+span {
	color: #3a3a3a;
}

.shopengine-widget .shopengine-products-per-page span {
	cursor: pointer;
}

.shopengine-widget .shopengine-shipping-form .woocommerce-shipping-fields>h3 {
	font-weight: 600;
	line-height: 1.333333;
	font-family: inherit;
	text-transform: uppercase;
	margin: 0 0 25px 0 !important;
	cursor: pointer;
}

.shopengine-widget .shopengine-shipping-form .woocommerce-shipping-fields>h3 label {
	cursor: pointer;
}

.shopengine-widget .shopengine-shipping-form .woocommerce-shipping-fields>h3 label span::after, .shopengine-widget .shopengine-shipping-form .woocommerce-shipping-fields>h3 label span::before {
	top: 50% !important;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.shopengine-widget .shopengine-shipping-form .woocommerce-shipping-fields__field-wrapper .form-row {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

@media screen and (max-width:575px) {
	.shopengine-widget .shopengine-shipping-form .woocommerce-shipping-fields__field-wrapper .form-row {
		width: 100%;
	}
}

.shopengine-widget .shopengine-shipping-form .woocommerce-shipping-fields__field-wrapper .form-row label {
	font-size: 15px;
	line-height: 1.333333em;
	color: #3a3a3a;
	font-weight: 500;
	margin-bottom: 8px;
}

.shopengine-widget .shopengine-shipping-form .woocommerce-shipping-fields__field-wrapper .form-row label>abbr {
	color: #3a3a3a;
}

.shopengine-widget .shopengine-shipping-form .woocommerce-shipping-fields__field-wrapper .form-row:not(:first-child):not(.form-row-last) label {
	margin-top: 7px;
}

.shopengine-widget .shopengine-shipping-form .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper {
	display: block;
}

.shopengine-widget .shopengine-shipping-form .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-selection, .shopengine-widget .shopengine-shipping-form .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper input:not([type=checkbox]):not([type=radio]), .shopengine-widget .shopengine-shipping-form .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper textarea {
	font-size: 14px;
	line-height: 1.35em;
	border-radius: 3px;
	height: auto;
	padding: 10px 16px;
}

.shopengine-widget .shopengine-shipping-form .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper label.checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shopengine-widget .shopengine-shipping-form .woocommerce-shipping-fields__field-wrapper .woocommerce form .form-row-first, .shopengine-widget .shopengine-shipping-form .woocommerce-shipping-fields__field-wrapper .woocommerce-page form .form-row-first {
	width: calc(50% - 20px);
}

.shopengine-widget .shopengine-shipping-form .woocommerce-shipping-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: inherit;
}

.shopengine-widget .shopengine-shipping-form .woocommerce-shipping-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
}

.shopengine-widget .shopengine-cross-sells .onsale, .shopengine-widget .shopengine-related .onsale, .shopengine-widget .shopengine-up-sells .onsale {
	position: absolute;
	min-width: 44px;
	font-size: 14px;
	font-weight: 700;
	line-height: 44px;
	border-radius: 50%;
	border-width: 0;
	text-align: center;
	text-transform: none;
}

.shopengine-widget .shopengine-cats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.shopengine-widget .shopengine-cats .product-cats-label {
	margin-right: 6px;
}

.shopengine-widget .shopengine-cats span {
	display: inline-block;
}

.shopengine-widget .shopengine-cats a, .shopengine-widget .shopengine-cats a:hover {
	text-decoration: none;
}

.shopengine-widget .shopengine-product-excerpt p {
	padding: 0;
}

.shopengine-widget .shopengine-product-excerpt p::last-child {
	margin: 0;
}

.shopengine-widget .shopengine-product-excerpt .woocommerce-product-details__short-description {
	margin: 0 !important;
}

.shopengine-widget .shopengine-product-image a, .shopengine-widget .shopengine-product-image a:hover {
	text-decoration: none;
}

.shopengine-widget .shopengine-product-image-toggle {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 99;
	-webkit-box-shadow: 0 0 1px 1px #eee;
	box-shadow: 0 0 1px 1px #eee;
	margin: 0;
	cursor: pointer;
	outline: 0;
}

.shopengine-widget .shopengine-product-image .woocommerce-product-gallery {
	margin: 0;
	width: 100% !important;
	max-width: 100% !important;
}

.shopengine-widget .shopengine-product-image .woocommerce-product-gallery__wrapper {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.shopengine-widget .shopengine-product-image .woocommerce-product-gallery__image {
	height: auto !important;
	display: block;
}

.shopengine-widget .shopengine-product-image .woocommerce-product-gallery__image img {
	width: 100%;
	border-radius: 0;
}

.shopengine-widget .shopengine-product-image .woocommerce-product-gallery__image img:not(.zoomImg) {
	max-width: 100% !important;
}

.shopengine-widget .shopengine-product-image .woocommerce-product-gallery__trigger {
	display: none;
}

.shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	position: relative;
}

.theme-astra .shopengine-widget .images.woocommerce-product-gallery {
	width: 100% !important;
}

.shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery .woocommerce-product-gallery__image, .shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery .woocommerce-product-gallery__image a, .shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery .woocommerce-product-gallery__image a img, .shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery figure {
	height: auto !important;
	display: block;
}

.shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery__trigger {
	display: none !important;
}

.shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery .flex-control-thumbs {
	overflow: visible;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery .flex-control-thumbs, .shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery .product-thumbs-slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery .flex-control-thumbs::after, .shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery .flex-control-thumbs::before, .shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery .product-thumbs-slider::after, .shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery .product-thumbs-slider::before {
	display: none;
}

.shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery .flex-control-thumbs li, .shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery .product-thumbs-slider li {
	padding: 0;
	margin: 0 !important;
	width: 100% !important;
	float: none;
	list-style: none;
}

.woocommerce .shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery .flex-control-thumbs li, .woocommerce .shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery .product-thumbs-slider li {
	width: 100%;
}

.shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery .flex-control-thumbs li img, .shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery .product-thumbs-slider li img {
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	border-width: 0;
	cursor: pointer;
}

.shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery .flex-control-thumbs li img:not(.flex-active), .shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery .product-thumbs-slider li img:not(.flex-active) {
	opacity: .5;
}

.shopengine-widget .shopengine-product-image.shopengine-gallery-slider .images.woocommerce-product-gallery .flex-control-thumbs, .shopengine-widget .shopengine-product-image.shopengine-gallery-slider .images.woocommerce-product-gallery .product-thumbs-slider {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: inherit;
}

.shopengine-widget .shopengine-product-image.shopengine-gallery-slider-no .images.woocommerce-product-gallery .flex-control-thumbs, .shopengine-widget .shopengine-product-image.shopengine-gallery-slider-no .images.woocommerce-product-gallery .product-thumbs-slider {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: auto !important;
}

.shopengine-widget .shopengine-product-image .position-top-right {
	top: 20px;
	right: 20px;
	left: unset;
}

.shopengine-widget .shopengine-product-image .position-top-left {
	top: 20px !important;
	left: 20px !important;
	right: unset !important;
}

.shopengine-widget .shopengine-product-image .position-bottom-left {
	top: unset;
	right: unset;
	left: 20px;
	bottom: 20px;
}

.shopengine-widget .shopengine-product-image .position-bottom-right {
	top: unset;
	left: unset;
	right: 20px;
	bottom: 20px;
}

.shopengine-widget .shopengine-product-image .onsale {
	position: absolute;
	padding: 10px;
	min-height: initial;
	min-width: initial;
	font-weight: 700;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: none;
	z-index: 2;
}

.shopengine-widget .shopengine-product-image .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	top: 50%;
	position: absolute;
	left: 0;
	width: 100%;
	height: 0;
}

.shopengine-widget .shopengine-product-image .flex-direction-nav a {
	font-size: 0;
	font-family: eicons;
}

.shopengine-widget .shopengine-product-image .flex-direction-nav a:hover {
	background-color: gray;
	opacity: 1;
	color: #fff;
}

.shopengine-widget .shopengine-product-image .flex-direction-nav li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.shopengine-widget .shopengine-product-image .flex-direction-nav .flex-next:before, .shopengine-widget .shopengine-product-image .flex-direction-nav .flex-prev:before {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	height: 50px;
	border-radius: 0;
	text-align: center;
	line-height: 50px;
	color: #000;
	font-size: 25px;
	opacity: .5;
	-webkit-transition: all .4s;
	transition: all .4s;
	width: 100%;
}

.shopengine-widget .shopengine-product-image .flex-direction-nav .flex-next:hover:before, .shopengine-widget .shopengine-product-image .flex-direction-nav .flex-prev:hover:before {
	opacity: 1;
}

.shopengine-widget .shopengine-product-image .flex-direction-nav .flex-prev:before {
	content: "";
}

.shopengine-widget .shopengine-product-image .flex-direction-nav .flex-next:before {
	content: "";
	left: inherit;
	right: 0;
}

.shopengine-widget .shopengine-product-image .shopengine-gallery-wrapper {
	position: relative;
}

.shopengine_image_gallery_position_left .shopengine-widget .shopengine-gallery-wrapper, .shopengine_image_gallery_position_right .shopengine-widget .shopengine-gallery-wrapper {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
}

.shopengine_image_gallery_position_left .shopengine-widget .flex-control-thumbs, .shopengine_image_gallery_position_right .shopengine-widget .flex-control-thumbs {
	top: 0;
	position: absolute;
	grid-template-columns: repeat(1, 1fr) !important;
	-webkit-transition: all .4s;
	transition: all .4s;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100% !important;
}

.shopengine_image_gallery_position_left .shopengine-widget .flex-direction-nav, .shopengine_image_gallery_position_right .shopengine-widget .flex-direction-nav {
	height: 100%;
	top: 0;
	width: 0 !important;
	position: static;
}

.shopengine_image_gallery_position_left .shopengine-widget .flex-direction-nav li, .shopengine_image_gallery_position_right .shopengine-widget .flex-direction-nav li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.shopengine_image_gallery_position_left .shopengine-widget .flex-direction-nav li.flex-nav-next, .shopengine_image_gallery_position_right .shopengine-widget .flex-direction-nav li.flex-nav-next {
	top: auto;
	bottom: 0;
}

.shopengine_image_gallery_position_left .shopengine-widget .flex-direction-nav .flex-next:before, .shopengine_image_gallery_position_left .shopengine-widget .flex-direction-nav .flex-prev:before, .shopengine_image_gallery_position_right .shopengine-widget .flex-direction-nav .flex-next:before, .shopengine_image_gallery_position_right .shopengine-widget .flex-direction-nav .flex-prev:before {
	position: absolute;
	top: 0;
}

.shopengine_image_gallery_position_left .shopengine-widget .flex-direction-nav .flex-prev:before, .shopengine_image_gallery_position_right .shopengine-widget .flex-direction-nav .flex-prev:before {
	content: "";
}

.shopengine_image_gallery_position_left .shopengine-widget .flex-direction-nav .flex-next:before, .shopengine_image_gallery_position_right .shopengine-widget .flex-direction-nav .flex-next:before {
	content: "";
	top: auto;
	bottom: 0;
	right: auto;
}

.shopengine_image_gallery_position_right .shopengine-widget .flex-control-thumbs, .shopengine_image_gallery_position_right .shopengine-widget .flex-direction-nav {
	right: 0;
	left: auto;
}

.shopengine_image_gallery_position_right .shopengine-widget .flex-next:before, .shopengine_image_gallery_position_right .shopengine-widget .flex-prev:before {
	left: auto !important;
	right: 0 !important;
}

.shopengine_image_gallery_position_right .shopengine-widget .shopengine-gallery-wrapper {
	left: auto;
	right: 0;
}

.shopengine_image_gallery_position_left .shopengine-widget .flex-viewport {
	float: right;
}

.shopengine_image_gallery_position_left .shopengine-widget .flex-control-thumbs {
	left: 0;
}

.shopengine_image_gallery_position_bottom .shopengine-widget .flex-control-thumbs {
	width: 100% !important;
}

.shopengine_image_gallery_position_bottom .shopengine-widget .flex-direction-nav {
	position: static;
}

.shopengine_image_gallery_position_bottom .shopengine-widget .flex-direction-nav .flex-next:before, .shopengine_image_gallery_position_bottom .shopengine-widget .flex-direction-nav .flex-prev:before {
	height: 100%;
	width: 50px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width:980px) {
	.shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery .flex-control-thumbs {
		width: auto !important;
		overflow-x: auto;
		overflow-scrolling: touch;
		-webkit-overflow-scrolling: touch;
		position: static;
		margin-bottom: 0 !important;
	}
	
	.shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery .flex-viewport {
		width: auto !important;
	}
	
	.shopengine-widget .flex-direction-nav {
		display: none;
	}
}

.shopengine-widget .shopengine-product-meta {
	-webkit-transition: cubic-bezier(1, 0, 0, 1);
	transition: cubic-bezier(1, 0, 0, 1);
}

.shopengine-widget .shopengine-product-meta .posted_in, .shopengine-widget .shopengine-product-meta .sku_wrapper, .shopengine-widget .shopengine-product-meta .tagged_as, .shopengine-widget .shopengine-product-meta p {
	display: none;
}

.shopengine-widget .shopengine-product-meta div {
	margin: 0;
}

.shopengine-widget .shopengine-product-meta span {
	border: none;
	margin: 0;
	padding: 0;
}

.shopengine-widget .shopengine-product-meta span::before {
	display: none;
}

.shopengine-widget .shopengine-product-meta span a {
	text-decoration: none !important;
}

.shopengine-widget .shopengine-product-meta .product_meta {
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.shopengine-widget .shopengine-product-meta .product_meta .product-stock {
	display: none;
}

.shopengine-widget .shopengine-layout-flex .shopengine-product-meta .product_meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border: 0;
}

.shopengine-widget .shopengine-layout-inline .shopengine-product-meta .product_meta {
	display: block;
}

.shopengine-widget .shopengine-product-review #reviews {
	display: block;
}

.shopengine-widget .shopengine-product-review #reviews .woocommerce-Reviews-title {
	display: block;
	border: none !important;
	text-align: left;
}

.shopengine-widget .shopengine-product-review #reviews .woocommerce-Reviews-title::after {
	display: none !important;
}

.shopengine-widget .shopengine-product-review #reviews .woocommerce-noreviews {
	padding: 0;
	margin: 0 0 15px 0;
	border: none;
	background: 0 0;
}

.shopengine-widget .shopengine-product-review #reviews #comments {
	margin: 0;
	padding: 0;
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
	border-top: 0;
}

.shopengine-widget .shopengine-product-review #reviews #comments .commentlist {
	padding: 0;
	margin: 0 !important;
	border-radius: 0;
	background-color: transparent !important;
	list-style: none;
}

.shopengine-widget .shopengine-product-review #reviews #comments .commentlist li {
	padding: 0;
	margin: 0;
	border-top: 0;
}

.shopengine-widget .shopengine-product-review #reviews #comments .commentlist li:not(:last-child) {
	border-bottom: 1px solid transparent;
}

.shopengine-widget .shopengine-product-review #reviews #comments .commentlist li .comment_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: none;
	margin: 0;
	padding: 0;
}

.shopengine-widget .shopengine-product-review #reviews #comments .commentlist li .comment_container .comment-text {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	border: none;
	border-radius: 0;
	overflow: hidden;
	background: 0 0;
}

.shopengine-widget .shopengine-product-review #reviews #comments .commentlist li .comment_container .avatar, .shopengine-widget .shopengine-product-review #reviews #comments .commentlist li .comment_container .img-thumbnail {
	position: unset;
	width: 100%;
	height: 100%;
	max-width: 60px;
	max-height: 60px !important;
	float: none !important;
	border-radius: 50%;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0 20px 0 0;
	padding: 0;
	display: block;
	background: 0 0;
	border: none;
}

@media (max-width:768px) {
	.shopengine-widget .shopengine-product-review #reviews #comments .commentlist li .comment_container .avatar, .shopengine-widget .shopengine-product-review #reviews #comments .commentlist li .comment_container .img-thumbnail {
		margin-right: 8px;
	}
}

.shopengine-widget .shopengine-product-review #reviews #comments .commentlist li .comment_container .meta {
	float: left;
	width: 100%;
	display: block;
	margin: 0 0 1em;
}

.shopengine-widget .shopengine-product-review #reviews #comments .commentlist li .comment_container .meta .verified {
	display: inline;
	text-indent: underline;
	position: unset;
	height: auto;
	width: auto;
}

.shopengine-widget .shopengine-product-review #reviews #comments .commentlist li .comment_container .meta .verified::before {
	display: none;
}

.shopengine-widget .shopengine-product-review #reviews #comments .commentlist li .comment_container .description {
	float: left;
	width: 100%;
	font-style: inherit;
}

.shopengine-widget .shopengine-product-review #reviews #comments .commentlist li .comment_container .description p:last-child {
	margin: 0;
}

.shopengine-widget .shopengine-product-review #reviews #comments .commentlist li .comment_container .comment-form>p {
	margin-bottom: 0 !important;
}

.shopengine-widget .shopengine-product-review #reviews p.stars {
	font-size: 1em;
}

.shopengine-widget .shopengine-product-review #reviews p.stars span {
	font-size: initial;
}

.shopengine-widget .shopengine-product-review #reviews p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	margin: 0;
	font-size: inherit;
	border: none;
	background: 0 0;
	color: orange;
	padding: 0;
	cursor: pointer;
}

.shopengine-widget .shopengine-product-review #reviews p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: WooCommerce;
	content: "";
	text-indent: 0;
	opacity: 1;
	font-size: inherit;
}

.shopengine-widget .shopengine-product-review #reviews p.stars a:hover~a::before {
	content: "";
}

.shopengine-widget .shopengine-product-review #reviews p.stars:hover a::before {
	content: "";
}

.shopengine-widget .shopengine-product-review #reviews p.stars.selected a.active::before {
	content: "";
}

.shopengine-widget .shopengine-product-review #reviews p.stars.selected a.active~a::before {
	content: "";
}

.shopengine-widget .shopengine-product-review #reviews p.stars.selected a:not(.active)::before {
	content: "";
}

.shopengine-widget .shopengine-product-review #review_form_wrapper {
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
	background: 0 0;
}

.shopengine-widget .shopengine-product-review #review_form_wrapper .review-form-inner {
	border: 0;
	padding: 0;
}

.shopengine-widget .shopengine-product-review #review_form_wrapper .comment-reply-title {
	text-align: left;
	padding: 0;
	border: none;
	display: block;
}

.shopengine-widget .shopengine-product-review #review_form_wrapper .comment-reply-title::after {
	display: none;
}

.shopengine-widget .shopengine-product-review #review_form_wrapper .comment-form {
	display: block;
	background: 0 0;
	padding: 0;
	border-radius: 0;
}

.shopengine-widget .shopengine-product-review #review_form_wrapper .comment-form .comment-notes {
	text-align: left;
}

.shopengine-widget .shopengine-product-review #review_form_wrapper .comment-form label {
	display: block !important;
	cursor: pointer;
	margin: 0 0 8px 0 !important;
	max-width: 100% !important;
	width: 100%;
}

.shopengine-widget .shopengine-product-review #review_form_wrapper .comment-form p.stars {
	margin: 0;
	line-height: 0;
	display: block;
}

.shopengine-widget .shopengine-product-review #review_form_wrapper .comment-form input:not(#wp-comment-cookies-consent), .shopengine-widget .shopengine-product-review #review_form_wrapper .comment-form textarea {
	border: 1px solid #f2f2f2;
	margin: 0;
	padding: 15px 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
	background: 0 0;
}

.shopengine-widget .shopengine-product-review #review_form_wrapper .comment-form input:not(#wp-comment-cookies-consent):focus, .shopengine-widget .shopengine-product-review #review_form_wrapper .comment-form textarea:focus {
	outline: 0;
}

.shopengine-widget .shopengine-product-review #review_form_wrapper .comment-form :is(p.comment-form-comment,p.comment-form-author,p.comment-form-email) {
	float: none !important;
	width: 100% !important;
	width: 100%;
	max-width: 100%;
	padding: 0 !important;
}

.shopengine-widget .shopengine-product-review #review_form_wrapper .comment-form .form-submit {
	margin: 0;
	float: none;
	width: auto;
}

.shopengine-widget .shopengine-product-review #review_form_wrapper .comment-form .comment-form-rating {
	display: block;
}

.shopengine-widget .shopengine-product-review #review_form_wrapper .comment-form .comment-form-rating .stars a {
	-webkit-transition: all .1s ease-in;
	transition: all .1s ease-in;
}

.shopengine-widget .shopengine-product-review #review_form_wrapper .comment-form .comment-form-rating>.stars+.stars {
	display: none;
}

.shopengine-widget .shopengine-product-review #review_form_wrapper .comment-form .comment-form-cookies-consent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shopengine-widget .shopengine-product-review #review_form_wrapper .comment-form .comment-form-cookies-consent input {
	margin: 0 5px 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	width: 16px;
	height: 16px;
	border: 1px solid #f2f2f2;
	background: #fff;
}

.shopengine-widget .shopengine-product-review #review_form_wrapper .comment-form .comment-form-cookies-consent input:checked::before {
	display: none;
}

.shopengine-widget .shopengine-product-review #review_form_wrapper .comment-form .comment-form-cookies-consent input::after {
	content: "";
	opacity: 0;
	display: block;
	left: 5px;
	top: 2px;
	position: absolute;
	width: 5px;
	height: 8px;
	border: 2px solid #505255;
	border-top: 0;
	border-left: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.shopengine-widget .shopengine-product-review #review_form_wrapper .comment-form .comment-form-cookies-consent input:checked::after {
	opacity: 1;
}

.shopengine-widget .shopengine-product-review #review_form_wrapper .comment-form .comment-form-cookies-consent label {
	padding: 0;
	margin: 0 !important;
}

.shopengine-widget .shopengine-product-review #review_form_wrapper .comment-form :is(.comment-notes,.comment-form-rating,.comment-form-cookies-consent,.form-submit) {
	padding: 0;
}

.shopengine-widget .shopengine-product-review #review_form_wrapper #comment {
	height: 150px;
}

.shopengine-widget .shopengine-product-review #review_form_wrapper #respond {
	margin: 0;
	padding: 0;
	background: 0 0;
}

.shopengine-widget .shopengine-product-review .comment_container {
	background-color: transparent;
}

.shopengine-widget .shopengine-product-review .comment_container>.flex-col {
	width: 60px;
	margin-right: 8px;
}

@media screen and (min-width:768px) {
	.shopengine-widget .shopengine-product-review .comment_container>.flex-col {
		margin-right: 20px;
	}
}

.shopengine-widget .shopengine-product-rating .woocommerce-product-rating div.star-rating+span.shopengine-product-rating-review-count, .shopengine-widget div.star-rating+span.shopengine-product-rating-review-count {
	vertical-align: text-bottom;
	padding-left: 4px;
	color: grey;
}

.shopengine-widget .shopengine-product-rating .woocommerce-review-link {
	text-decoration: none !important;
}

.shopengine-widget .shopengine-product-rating .woocommerce-product-rating {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shopengine-widget .shopengine-product-rating .woocommerce-product-rating .review-link .woocommerce-write-review-link, .shopengine-widget .shopengine-product-rating .woocommerce-product-rating::after {
	display: none;
}

.shopengine-widget .shopengine-product-rating .woocommerce-product-rating .review-link {
	font-size: 0;
}

.shopengine-widget .shopengine-product-tabs .woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 0 !important;
}

.shopengine-widget .shopengine-product-tabs a:focus {
	outline: 0 !important;
	text-decoration: none !important;
	background: 0 0 !important;
}

.shopengine-widget .shopengine-product-tabs .woocommerce-Tabs-panel>h2:first-child {
	padding: 0;
	margin: 0 !important;
	display: none;
}

.shopengine-widget .shopengine-product-tabs .wc-tabs-wrapper {
	margin-bottom: 0 !important;
	padding: 0 !important;
}

.shopengine-widget .shopengine-product-tabs .comment-text .meta time {
	font-style: normal;
}

.shopengine-widget .shopengine-product-tabs .woocommerce-Tabs-panel--additional_information table {
	max-width: 100% !important;
	border-collapse: collapse;
	border: 0;
	margin-bottom: 0;
}

.shopengine-widget .shopengine-product-tabs .woocommerce-Tabs-panel--additional_information table tr {
	border: 0;
}

.shopengine-widget .shopengine-product-tabs .woocommerce-Tabs-panel--additional_information table tr:not(:last-child) {
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #f2f2f2;
}

.shopengine-widget .shopengine-product-tabs .woocommerce-Tabs-panel--additional_information table tr th {
	background-color: #f8f8f8;
	text-transform: capitalize;
}

.shopengine-widget .shopengine-product-tabs .woocommerce-Tabs-panel--additional_information table tr td {
	background-color: #fdfdfd;
}

.shopengine-widget .shopengine-product-tabs .woocommerce-Tabs-panel--additional_information table td, .shopengine-widget .shopengine-product-tabs .woocommerce-Tabs-panel--additional_information table th {
	border: 0;
	border-left-width: 0 !important;
	padding: 0 30px;
	text-align: left;
}

.shopengine-widget .shopengine-product-tabs .woocommerce-Tabs-panel--additional_information table td p, .shopengine-widget .shopengine-product-tabs .woocommerce-Tabs-panel--additional_information table th p {
	padding: 0;
}

.shopengine-widget .shopengine-product-tabs #reviews {
	display: grid;
	grid-gap: 4%;
	grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
}

.shopengine-widget .shopengine-product-tabs #reviews .se-rating-container {
	margin: 0 0 20px 0;
}

.shopengine-widget .shopengine-product-tabs #reviews .se-rating-container h2 {
	margin: 0;
	border: 0;
	padding: 0;
	text-align: left;
}

.shopengine-widget .shopengine-product-tabs #reviews .se-rating-container .se-avg-rating {
	margin: 5px 0 30px 0;
}

.shopengine-widget .shopengine-product-tabs #reviews .se-rating-container .se-avg-count {
	display: block;
	margin: 5px 0 30px 0;
}

.shopengine-widget .shopengine-product-tabs #reviews .se-rating-container .se-ind-rat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.shopengine-widget .shopengine-product-tabs #reviews .se-rating-container .se-ind-rat span:not(:last-child) {
	margin-right: 10px;
}

.shopengine-widget .shopengine-product-tabs #reviews .se-rating-container .se-ind-rat .se-ind-rat-cont {
	width: 150px;
	height: 10px;
	display: block;
}

.shopengine-widget .shopengine-product-tabs #reviews .se-rating-container .se-ind-rat .se-ind-rat-cont>span {
	display: block;
	height: 10px;
}

.shopengine-widget .shopengine-product-tabs #reviews #comments .commentlist {
	padding: 0;
	margin: 0 !important;
	border-radius: 0;
	background-color: transparent !important;
	list-style: none;
}

.shopengine-widget .shopengine-product-tabs #reviews #comments .commentlist li {
	padding: 0;
	margin: 0;
	border-top: 0;
}

.shopengine-widget .shopengine-product-tabs #reviews #comments .commentlist li:not(:last-child) {
	border-bottom: 1px solid transparent;
}

.shopengine-widget .shopengine-product-tabs #reviews #comments .commentlist li .comment_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: none;
	margin: 0;
	padding: 0;
}

.shopengine-widget .shopengine-product-tabs #reviews #comments .commentlist li .comment_container .comment-text {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	border: none;
	border-radius: 0;
	overflow: hidden;
	background: 0 0;
}

.shopengine-widget .shopengine-product-tabs #reviews #comments .commentlist li .comment_container .avatar, .shopengine-widget .shopengine-product-tabs #reviews #comments .commentlist li .comment_container .img-thumbnail {
	position: unset;
	width: 100%;
	height: 100%;
	max-width: 60px;
	max-height: 60px !important;
	float: none !important;
	border-radius: 50%;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0 20px 0 0;
	padding: 0;
	display: block;
	background: 0 0;
	border: none;
}

@media (max-width:768px) {
	.shopengine-widget .shopengine-product-tabs #reviews #comments .commentlist li .comment_container .avatar, .shopengine-widget .shopengine-product-tabs #reviews #comments .commentlist li .comment_container .img-thumbnail {
		max-height: 40px !important;
		margin-right: 8px;
		max-width: 40px;
	}
}

.shopengine-widget .shopengine-product-tabs #reviews #comments .commentlist li .comment_container .meta {
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shopengine-widget .shopengine-product-tabs #reviews #comments .commentlist li .comment_container .meta .verified {
	display: inline;
	text-indent: underline;
	position: unset;
	height: auto;
	width: auto;
}

.shopengine-widget .shopengine-product-tabs #reviews #comments .commentlist li .comment_container .meta .verified::before {
	display: none;
}

.shopengine-widget .shopengine-product-tabs #reviews #comments .commentlist li .comment_container .woocommerce-review__author {
	font-size: 18px;
}

.shopengine-widget .shopengine-product-tabs #reviews #comments .commentlist li .comment_container .description {
	float: left;
	width: 100%;
	font-style: inherit;
}

.shopengine-widget .shopengine-product-tabs #reviews #comments .commentlist li .comment_container .description p:last-child {
	margin: 0;
}

.shopengine-widget .shopengine-product-tabs #reviews #comments .commentlist li .comment_container .description+.meta {
	display: none;
}

.shopengine-widget .shopengine-product-tabs #reviews #comments .commentlist li .comment_container .comment-form>p {
	margin-bottom: 0 !important;
}

.shopengine-widget .shopengine-product-tabs #reviews #comments .commentlist li .star-rating {
	float: left;
	margin: 0 0 5px 0;
}

.shopengine-widget .shopengine-product-tabs #reviews p.stars {
	font-size: 1em;
}

.shopengine-widget .shopengine-product-tabs #reviews p.stars span {
	display: block;
	font-size: inherit;
}

.shopengine-widget .shopengine-product-tabs #reviews p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	font-size: inherit;
	border: none;
}

.shopengine-widget .shopengine-product-tabs #reviews p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: WooCommerce;
	content: "";
	text-indent: 0;
	opacity: 1;
	font-size: inherit;
}

.shopengine-widget .shopengine-product-tabs #reviews p.stars a:hover~a::before {
	content: "";
}

.shopengine-widget .shopengine-product-tabs #reviews p.stars:hover a::before {
	content: "";
}

.shopengine-widget .shopengine-product-tabs #reviews p.stars.selected a.active::before {
	content: "";
}

.shopengine-widget .shopengine-product-tabs #reviews p.stars.selected a.active~a::before {
	content: "";
}

.shopengine-widget .shopengine-product-tabs #reviews p.stars.selected a:not(.active)::before {
	content: "";
}

@media (max-width:768px) {
	.shopengine-widget .shopengine-product-tabs #reviews {
		grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
	}
}

.shopengine-widget .shopengine-product-tabs .wc-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	z-index: 1;
	overflow: initial !important;
}

.woocommerce .product .shopengine-widget .shopengine-product-tabs .wc-tabs {
	padding: 0;
}

.woocommerce .product .shopengine-widget .shopengine-product-tabs .wc-tabs>li {
	margin: 0;
}

.woocommerce .product .shopengine-widget .shopengine-product-tabs .wc-tabs>li a::after, .woocommerce .product .shopengine-widget .shopengine-product-tabs .wc-tabs>li a::before {
	display: none;
}

.shopengine-widget .shopengine-product-tabs div.woocommerce-tabs .wc-tabs {
	border: 0;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #efefef;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left !important;
}

.shopengine-widget .shopengine-product-tabs div.woocommerce-tabs .wc-tabs .shopengine-tabs-line {
	position: absolute;
	width: 30px;
	height: 100%;
	background: 0 0;
	top: 0;
	z-index: -1;
	border-width: 3px 0 3px 0;
	border-style: solid;
}

@media (max-width:768px) {
	.shopengine-widget .shopengine-product-tabs div.woocommerce-tabs .wc-tabs .shopengine-tabs-line {
		border-width: 0 0 3px 0;
	}
}

.shopengine-widget .shopengine-product-tabs div.woocommerce-tabs .wc-tabs::after, .shopengine-widget .shopengine-product-tabs div.woocommerce-tabs .wc-tabs::before {
	display: none !important;
}

.shopengine-widget .shopengine-product-tabs div.woocommerce-tabs .wc-tabs li {
	background: 0 0 !important;
	border-radius: 0;
	border: 0;
	border: 0 !important;
	padding: 0 !important;
	margin: 0;
}

.shopengine-widget .shopengine-product-tabs div.woocommerce-tabs .wc-tabs li.active {
	background: 0 0 !important;
	z-index: 1;
}

.shopengine-widget .shopengine-product-tabs div.woocommerce-tabs .wc-tabs li.active a {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.shopengine-widget .shopengine-product-tabs div.woocommerce-tabs .wc-tabs li::after, .shopengine-widget .shopengine-product-tabs div.woocommerce-tabs .wc-tabs li::before {
	display: none;
}

.shopengine-widget .shopengine-product-tabs div.woocommerce-tabs .wc-tabs li a {
	padding: 0 !important;
	background: 0 0;
	text-decoration: none;
	border: 0 !important;
}

.shopengine-widget .shopengine-product-tabs div.woocommerce-tabs .wc-tabs li a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.shopengine-widget .shopengine-product-tabs div.woocommerce-tabs .wc-tabs li a::after, .shopengine-widget .shopengine-product-tabs div.woocommerce-tabs .wc-tabs li a::before {
	display: none;
}

.shopengine-widget .shopengine-product-tabs #review_form_wrapper {
	width: 100% !important;
	float: none !important;
	background: 0 0;
}

.shopengine-widget .shopengine-product-tabs #review_form_wrapper .review-form-inner {
	border: 0;
	padding: 0;
}

.shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-reply-title {
	text-align: left;
	padding: 0;
	border: none;
	display: block;
}

.shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-reply-title::after {
	display: none;
}

.shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-form {
	display: block;
	background: 0 0;
	padding: 0;
	border-radius: 0;
}

.shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-form .comment-notes {
	text-align: left;
}

.shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-form label {
	display: block;
	cursor: pointer;
	margin: 0 0 8px 0 !important;
	max-width: 100% !important;
}

.shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-form p.stars {
	margin: 0;
	line-height: 0;
	display: block;
}

.shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-form input:not(#wp-comment-cookies-consent), .shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-form textarea {
	border: 1px solid #f2f2f2;
	padding: 15px 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
	background: 0 0;
}

.shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-form input:not(#wp-comment-cookies-consent):focus, .shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-form textarea:focus {
	outline: 0;
}

.shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-form :is(p.comment-form-comment,p.comment-form-author,p.comment-form-email) {
	float: none !important;
	width: 100% !important;
	max-width: 100%;
	padding: 0 !important;
}

.shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-form .form-submit {
	margin: 0;
	float: none;
}

.shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-form .comment-form-rating {
	display: block;
}

.shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-form .comment-form-rating .stars a {
	-webkit-transition: all .1s ease-in;
	transition: all .1s ease-in;
}

.shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-form .comment-form-rating>.stars+.stars {
	display: none;
}

.shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-form .comment-form-cookies-consent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-form .comment-form-cookies-consent input {
	margin: 0 5px 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	width: 16px;
	height: 16px;
	border: 1px solid #f2f2f2;
	background: #fff;
}

.shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-form .comment-form-cookies-consent input:checked::before {
	display: none;
}

.shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-form .comment-form-cookies-consent input::after {
	content: "";
	opacity: 0;
	display: block;
	left: 5px;
	top: 2px;
	position: absolute;
	width: 5px;
	height: 8px;
	border: 2px solid #505255;
	border-top: 0;
	border-left: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-form .comment-form-cookies-consent input:checked::after {
	opacity: 1;
}

.shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-form .comment-form-cookies-consent label {
	padding: 0;
	margin: 0 !important;
}

.shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-form :is(.comment-notes,.comment-form-rating,.comment-form-cookies-consent,.form-submit) {
	padding: 0;
}

.shopengine-widget .shopengine-product-tabs #comments, .shopengine-widget .shopengine-product-tabs #review_form_wrapper {
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
}

.shopengine-widget .shopengine-product-tabs .comment-reply-title, .shopengine-widget .shopengine-product-tabs .woocommerce-Reviews-title {
	display: none !important;
}

.shopengine-widget .shopengine-related.slider-enabled ul.products {
	-webkit-column-gap: 0 !important;
	-moz-column-gap: 0 !important;
	column-gap: 0 !important;
	grid-gap: 0 !important;
	row-gap: 0 !important;
	-webkit-box-orient: initial !important;
	-webkit-box-direction: initial !important;
	-ms-flex-direction: initial !important;
	flex-direction: initial !important;
}

.shopengine-widget .shopengine-related.slider-enabled ul.products li {
	padding: 0 !important;
}

@media (max-width:768px) {
	.shopengine-widget .shopengine-related.slider-enabled ul.products li {
		padding: 0 !important;
	}
}

.shopengine-widget .shopengine-related .swiper-button-next:has(svg), .shopengine-widget .shopengine-related .swiper-button-prev:has(svg) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shopengine-widget .shopengine-related .related>h2 {
	display: none;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 1;
}

.shopengine-widget .shopengine-related .related .products>li>a:not(:first-child) {
	-ms-flex-item-align: center;
	align-self: center;
}

.shopengine-widget .shopengine-related .related .products li a:is(.woocommerce-LoopProduct-link,.add_to_cart_button,.product_type_simple,.product_type_external,.product_type_variable) {
	-webkit-box-shadow: none;
	box-shadow: none;
	height: auto !important;
}

.shopengine-widget .shopengine-related .related .products li h2 {
	display: block;
	width: 100%;
}

.shopengine-widget .shopengine-related .related a, .shopengine-widget .shopengine-related .related h2 {
	text-decoration: none !important;
}

.shopengine-widget .shopengine-related .related a:hover, .shopengine-widget .shopengine-related .related h2:hover {
	text-decoration: none !important;
}

.shopengine-widget .shopengine-related.slider-enabled .related {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.shopengine-widget .shopengine-related.slider-enabled .swiper-container-vertical>ul.products {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.shopengine-widget .shopengine-related.slider-enabled .swiper-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100% !important;
	margin-top: 20px;
	position: relative;
}

.shopengine-widget .shopengine-related.slider-enabled .swiper-pagination-bullet {
	margin-right: 10px;
	background: #c9c9c9;
	opacity: 1;
}

.shopengine-widget .shopengine-related.slider-enabled .swiper-button-next, .shopengine-widget .shopengine-related.slider-enabled .swiper-button-prev {
	text-align: center;
	background: 0 0;
}

.shopengine-widget .shopengine-related.slider-enabled .swiper-button-prev {
	left: 0;
}

.shopengine-widget .shopengine-related.slider-enabled .swiper-button-next {
	right: 0;
}

.shopengine-widget .shopengine-related.slider-enabled .swiper-pagination-bullet-active {
	height: 14px;
	width: 14px;
	border: 2px solid #f03d3f;
	background: #fff;
}

.shopengine-widget .shopengine-related.slider-enabled ul.products {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.shopengine-widget .shopengine-related.slider-enabled .swiper-container-android .swiper-slide, .shopengine-widget .shopengine-related.slider-enabled ul.products {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.shopengine-widget .shopengine-related.slider-enabled .swiper-container-multirow>ul.products {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.shopengine-widget .shopengine-related.slider-enabled .swiper-container-multirow-column>ul.products {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.shopengine-widget .shopengine-related.slider-enabled .swiper-container-free-mode>ul.products {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.shopengine-widget .shopengine-related.slider-enabled .product {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.shopengine-widget .shopengine-related.slider-enabled .swiper-container-autoheight, .shopengine-widget .shopengine-related.slider-enabled .swiper-container-autoheight .product {
	height: auto;
}

.shopengine-widget .shopengine-related.slider-enabled .swiper-container-autoheight ul.products {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

.shopengine-widget .shopengine-related.slider-enabled .swiper-container-3d .product, .shopengine-widget .shopengine-related.slider-enabled .swiper-container-3d ul.products {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.shopengine-widget .shopengine-related.slider-enabled .swiper-container-css-mode>ul.products {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.shopengine-widget .shopengine-related.slider-enabled .swiper-container-css-mode>ul.products::-webkit-scrollbar {
	display: none;
}

.shopengine-widget .shopengine-related.slider-enabled .swiper-container-css-mode>ul.products>.product {
	scroll-snap-align: start start;
}

.shopengine-widget .shopengine-related.slider-enabled .swiper-container-horizontal.swiper-container-css-mode>ul.products {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}

.shopengine-widget .shopengine-related.slider-enabled .swiper-container-vertical.swiper-container-css-mode>ul.products {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
}

.shopengine-widget .shopengine-related.slider-enabled .cross-sells .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.shopengine-widget .shopengine-related.slider-enabled .swiper-container-fade.swiper-container-free-mode .product {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.shopengine-widget .shopengine-related.slider-enabled .swiper-container-fade .product {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.shopengine-widget .shopengine-related.slider-enabled .swiper-container-fade .product .product {
	pointer-events: none;
}

.shopengine-widget .shopengine-related.slider-enabled .swiper-container-cube .product {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.shopengine-widget .shopengine-related.slider-enabled .swiper-container-cube .product .product {
	pointer-events: none;
}

.shopengine-widget .shopengine-related.slider-enabled .swiper-container-cube.swiper-container-rtl .product {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.shopengine-widget .shopengine-related.slider-enabled .swiper-container-cube .swiper-slide-next+.product {
	pointer-events: auto;
	visibility: visible;
}

.shopengine-widget .shopengine-related.slider-enabled .swiper-container-flip .product {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.shopengine-widget .shopengine-related.slider-enabled .swiper-container-flip .product .product {
	pointer-events: none;
}

.shopengine-widget .shopengine-return-to-shop .return-to-shop {
	margin: 0;
}

.shopengine-widget .shopengine-return-to-shop .return-to-shop .button {
	display: inline-block;
	width: auto;
	line-height: initial;
	min-height: auto;
	margin: 0;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
	float: unset;
	height: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.shopengine-widget .shopengine-return-to-shop .return-to-shop .button::before {
	display: none;
}

.shopengine-widget .shopengine-return-to-shop .return-to-shop .button:hover {
	text-decoration: none !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.shopengine-widget .shopengine-swatches .cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.shopengine-widget .shopengine-swatches .cart.variations_form {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.shopengine-widget .shopengine-swatches .cart.variations_form .variations td {
	vertical-align: middle !important;
	border: 0;
}

.shopengine-widget .shopengine-swatches .cart .quantity .qty {
	height: 100%;
	border-radius: 0;
}

.shopengine-widget .shopengine-swatches .variations_button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.shopengine-widget .shopengine-swatches .stock:not(.available-on-backorder), .shopengine-widget .shopengine-swatches .woocommerce-variation-description {
	display: none;
}

.shopengine-widget .shopengine-swatches .shopengine-quick-checkout-button {
	-webkit-transition: all .3s;
	transition: all .3s;
}

.shopengine-widget .shopengine-swatches .shopengine-quick-checkout-button.disabled {
	opacity: .5;
}

.shopengine-widget .shopengine-thankyou-address-details .woocommerce-customer-details {
	width: 100%;
	max-width: 100% !important;
}

.shopengine-widget .shopengine-thankyou-address-details .woocommerce-customer-details h2.woocommerce-column__title {
	margin-bottom: 15px !important;
	text-transform: none;
}

.shopengine-widget .shopengine-thankyou-address-details .woocommerce-customer-details h2.woocommerce-column__title::after {
	display: none;
}

.shopengine-widget .shopengine-thankyou-address-details address {
	border: 0 !important;
	padding: 0 !important;
}

.shopengine-widget .shopengine-thankyou-address-details address p {
	position: relative;
	margin-top: 15px;
	margin-bottom: 0;
}

.woocommerce .shopengine-widget .shopengine-thankyou-address-details address p {
	padding-left: 0;
}

.shopengine-widget .shopengine-thankyou-address-details address p::before {
	display: none;
}

.shopengine-widget .shopengine-thankyou-address-details address p:not(:first-of-type) {
	margin-top: 0;
}

.shopengine-widget .woocommerce-column--billing-address {
	margin-right: 0 !important;
}

.shopengine-widget .shopengine-thankyou-thankyou h3 {
	padding-bottom: 0;
	border: none;
}

.shopengine-widget .shopengine-thankyou-thankyou h3::after {
	display: none;
}

.shopengine-widget .shopengine-thankyou-order-confirm table {
	border-collapse: collapse;
	border: none;
	outline: 0;
	margin: 0;
	width: 100% !important;
}

.shopengine-widget .shopengine-thankyou-order-confirm table thead {
	display: none;
}

.shopengine-widget .shopengine-thankyou-order-confirm table tr {
	height: auto;
}

.shopengine-widget .shopengine-thankyou-order-confirm table tr td, .shopengine-widget .shopengine-thankyou-order-confirm table tr th {
	border-right: none;
	border-width: 0;
	background-color: inherit;
	text-align: left !important;
}

.shopengine-widget .shopengine-thankyou-order-confirm table tr td a, .shopengine-widget .shopengine-thankyou-order-confirm table tr th a {
	text-decoration: none;
}

.shopengine-widget .shopengine-thankyou-order-confirm table tr:nth-child(even) td {
	background-color: transparent;
}

.shopengine-widget .shopengine-thankyou-order-confirm table thead tr {
	border: none;
}

.shopengine-widget .shopengine-thankyou-order-confirm table thead th {
	border: none;
}

.shopengine-widget .shopengine-thankyou-order-details .woocommerce-order-details {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-top: 0;
	max-width: 100% !important;
}

.shopengine-widget .shopengine-thankyou-order-details .woocommerce-order-details__title {
	display: none;
}

.shopengine-widget .shopengine-thankyou-order-details table {
	border-collapse: collapse !important;
	border: none !important;
	outline: 0;
	width: 100%;
}

.shopengine-widget .shopengine-thankyou-order-details table tr {
	border: none;
	outline: 0;
	height: auto;
}

.shopengine-widget .shopengine-thankyou-order-details table tr td, .shopengine-widget .shopengine-thankyou-order-details table tr th {
	border: none;
	outline: 0;
	background-color: transparent !important;
	border-right: none !important;
	text-align: left !important;
}

.shopengine-widget .shopengine-thankyou-order-details table tr td a, .shopengine-widget .shopengine-thankyou-order-details table tr th a {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-decoration: none;
}

.shopengine-widget .shopengine-thankyou-order-details table tr td strong, .shopengine-widget .shopengine-thankyou-order-details table tr th strong {
	display: inline;
}

.shopengine-widget .shopengine-thankyou-order-details table tr ul li:has(.shopengine-pre-order-product-badge) {
	margin-top: 6px;
	margin-bottom: 6px;
}

.shopengine-widget .shopengine-thankyou-order-details table tfoot tr td, .shopengine-widget .shopengine-thankyou-order-details table tfoot tr th, .shopengine-widget .shopengine-thankyou-order-details table thead tr:first-child th {
	border-top-width: 0;
}

.shopengine-widget .shopengine-thankyou-order-details table.shop_table tbody, .shopengine-widget .shopengine-thankyou-order-details table.shop_table tfoot, .shopengine-widget .shopengine-thankyou-order-details table.shop_table thead {
	border-bottom-width: 0;
}

.shopengine-widget .shopengine-up-sells .up-sells>h2 {
	display: none;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 1;
}

.shopengine-widget .shopengine-up-sells ul li a:not(:first-child) {
	-ms-flex-item-align: center;
	align-self: center;
}

.shopengine-widget .shopengine-up-sells ul li a:is(.woocommerce-LoopProduct-link,.add_to_cart_button,.product_type_simple,.product_type_external,.product_type_variable) {
	-webkit-box-shadow: none;
	box-shadow: none;
	height: auto !important;
}

.shopengine-widget .shopengine-up-sells ul li h2 {
	display: block;
	width: 100%;
}

.shopengine-widget .shopengine-up-sells.slider-enabled .up-sells {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-vertical>ul.products {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100% !important;
	margin-top: 20px;
	position: relative;
}

.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-pagination-bullet {
	margin-right: 10px;
	background: #c9c9c9;
	opacity: 1;
}

.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-button-next, .shopengine-widget .shopengine-up-sells.slider-enabled .swiper-button-prev {
	text-align: center;
	background: 0 0;
}

.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-button-prev {
	left: 0;
}

.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-button-next {
	right: 0;
}

.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-pagination-bullet-active {
	height: 14px;
	width: 14px;
	border: 2px solid #f03d3f;
	background: #fff;
}

.shopengine-widget .shopengine-up-sells.slider-enabled ul.products {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-android .swiper-slide, .shopengine-widget .shopengine-up-sells.slider-enabled ul.products {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-multirow>ul.products {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-multirow-column>ul.products {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-free-mode>ul.products {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.shopengine-widget .shopengine-up-sells.slider-enabled .product {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-autoheight, .shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-autoheight .product {
	height: auto;
}

.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-autoheight ul.products {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-3d .product, .shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-3d ul.products {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-css-mode>ul.products {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-css-mode>ul.products::-webkit-scrollbar {
	display: none;
}

.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-css-mode>ul.products>.product {
	scroll-snap-align: start start;
}

.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-horizontal.swiper-container-css-mode>ul.products {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}

.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-vertical.swiper-container-css-mode>ul.products {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
}

.shopengine-widget .shopengine-up-sells.slider-enabled .cross-sells .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-fade.swiper-container-free-mode .product {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-fade .product {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-fade .product .product {
	pointer-events: none;
}

.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-cube .product {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-cube .product .product {
	pointer-events: none;
}

.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-cube.swiper-container-rtl .product {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-cube .swiper-slide-next+.product {
	pointer-events: auto;
	visibility: visible;
}

.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-flip .product {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-flip .product .product {
	pointer-events: none;
}

.shopengine-widget .shopengine-up-sells .swiper-button-disabled {
	pointer-events: all;
}

.shopengine-widget .shopengine-deal-products-widget .deal-products-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.shopengine-widget .shopengine-deal-products-widget .shopengine-offer-badge, .shopengine-widget .shopengine-deal-products-widget .shopengine-sale-badge {
	position: absolute;
	left: 0;
	top: 0;
}

.shopengine-widget .shopengine-deal-products-widget .deal-products {
	border-style: solid;
	margin: -1px;
}

.shopengine-widget .shopengine-deal-products-widget .deal-products__top {
	position: relative;
}

.shopengine-widget .shopengine-deal-products-widget .deal-products__top--img {
	width: 100%;
}

.shopengine-widget .shopengine-deal-products-widget .deal-products__desc--name {
	margin: 0;
	padding: 0;
}

.shopengine-widget .shopengine-deal-products-widget .deal-products__desc--name a {
	text-decoration: none;
	display: inline-block;
}

.shopengine-widget .shopengine-deal-products-widget .deal-products__prices {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.shopengine-widget .shopengine-deal-products-widget .deal-products__prices ins {
	background-color: transparent;
}

.shopengine-widget .shopengine-deal-products-widget .deal-products__prices del .amount {
	opacity: inherit;
}

.shopengine-widget .shopengine-deal-products-widget .deal-products__grap--line {
	max-width: 100%;
}

.shopengine-widget .shopengine-deal-products-widget .deal-products__grap__sells {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.shopengine-widget .shopengine-deal-products-widget .deal-products .add-to-cart-bt {
	margin-top: 10px;
}

.shopengine-widget .shopengine-deal-products-widget .deal-products .add-to-cart-bt .button {
	font-size: 13px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: .4px;
	color: #fff;
	background: #3e3e3e;
	padding: 12px 14px 12px 14px;
	border-radius: 0;
}

.shopengine-widget .shopengine-deal-products-widget .deal-products .add-to-cart-bt .button:hover {
	color: #fff;
	background: #f54f29;
}

.shopengine-widget .shopengine-deal-products-widget .deal-products .add-to-cart-bt .se-btn {
	-webkit-transition: none;
	transition: none;
	color: #101010;
	font-size: 15px;
}

.shopengine-widget .shopengine-deal-products-widget .deal-products .add-to-cart-bt .se-btn:hover {
	color: #f54f29;
}

.shopengine-widget .shopengine-filterable-product-wrap a.shopengine-comparison, .shopengine-widget .shopengine-filterable-product-wrap a.shopengine-quickview-trigger, .shopengine-widget .shopengine-filterable-product-wrap a.shopengine-wishlist {
	padding: 0;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block !important;
	margin: 0 4px;
	border-radius: 0;
}

.shopengine-widget .shopengine-filterable-product-wrap .shopengine-product-rating .woocommerce-product-rating .star-rating, .shopengine-widget .shopengine-filterable-product-wrap .star-rating, .shopengine-widget .shopengine-product-rating .woocommerce-product-rating .shopengine-filterable-product-wrap .star-rating {
	float: unset !important;
}

.shopengine-widget .shopengine-filterable-product-wrap .button {
	margin: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.shopengine-widget .shopengine-filterable-product-wrap .button:before {
	display: none;
}

.shopengine-widget .shopengine-filterable-product-wrap .button:hover {
	text-decoration: none !important;
}

.shopengine-widget .shopengine-filterable-product-wrap .quickview {
	display: none;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-nav {
	position: relative;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-nav::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-nav ul li {
	display: inline-block;
	position: relative;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-nav ul li button {
	display: block;
	position: relative;
	text-decoration: none;
	background: 0 0;
	border: 0 !important;
	outline: 0;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-nav ul li button::before {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 30px;
}

.shopengine-widget .shopengine-filterable-product-wrap .product-tag-sale-badge {
	display: none;
}

.shopengine-widget .shopengine-filterable-product-wrap .product-tag-sale-badge .badge {
	padding: 0;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.shopengine-widget .shopengine-filterable-product-wrap .product-tag-sale-badge a {
	color: inherit;
}

.shopengine-widget .shopengine-filterable-product-wrap .product-thumb a {
	display: block;
}

.shopengine-widget .shopengine-filterable-product-wrap .product-thumb img {
	display: block;
}

.shopengine-widget .shopengine-filterable-product-wrap .product-title a {
	font-weight: inherit;
}

.shopengine-widget .shopengine-filterable-product-wrap .product-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content {
	width: 100%;
	max-width: 100%;
	margin: 10px auto;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item {
	position: relative;
	min-width: 0;
	-webkit-transition: .4s cubic-bezier(.25, 1, .5, 1);
	transition: .4s cubic-bezier(.25, 1, .5, 1);
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item a {
	text-decoration: none;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .loop-product--btns {
	-webkit-transform: scaleY(0) scaleX(.7);
	transform: scaleY(0) scaleX(.7);
}

body.theme-porto .shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .loop-product--btns .quickview {
	display: none;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .loop-product--btns a {
	margin-bottom: 0;
	height: auto;
	text-indent: -9999px;
	border-width: 0;
	border-radius: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: 0;
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 18px !important;
	font-weight: 400;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .loop-product--btns a:not(.active) {
	color: #101010;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .loop-product--btns a:hover {
	opacity: 1;
}

body.theme-electro .shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .loop-product--btns a:not(:last-child), body.theme-porto .shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .loop-product--btns a:not(:last-child) {
	margin-right: -1px;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .loop-product--btns a.added_to_cart {
	display: none;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .loop-product--btns a::before {
	margin-right: 0;
	font-family: shopengine;
	font-weight: inherit;
	float: left;
	line-height: 20px;
	text-indent: 0;
	width: 100%;
	background-color: transparent;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .loop-product--btns a.shopengine-quickview-trigger::before {
	content: "";
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .loop-product--btns a.button[data-quantity]:before {
	content: "";
	display: block;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .loop-product--btns a.add_to_cart_button.loading {
	opacity: 1;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .loop-product--btns a.add_to_cart_button.loading::before {
	visibility: hidden;
	opacity: 0;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .loop-product--btns a.add_to_cart_button.loading::after {
	text-indent: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	left: 0;
	right: 0;
	top: 50%;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .loop-product--btns a.shopengine-wishlist::before {
	content: "";
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .loop-product--btns a.shopengine-comparison::before {
	content: "";
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .loop-product--btns a.shopengine_direct_checkout::before {
	content: "";
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item:hover .loop-product--btns {
	-webkit-transform: scaleY(1) scaleX(1);
	transform: scaleY(1) scaleX(1);
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .categories-product-list {
	background: #fff;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .categories-product-list a {
	display: block;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-thumb {
	position: relative;
	text-align: center;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-thumb .product-tag-sale-badge {
	position: absolute;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-thumb .product-tag-sale-badge .badge {
	height: auto;
	width: auto;
	margin-bottom: auto;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-thumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-thumb .badge {
	display: inline-block;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-thumb .badge:not(.sale) {
	border: none;
	display: inline-block;
}

@media (max-width:768px) {
	.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-thumb .loop-product--btns-inner {
		opacity: 0;
	}
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-category ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: initial;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-category ul li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-category ul li a {
	display: block;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-title {
	display: block;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-rating {
	width: 100%;
	margin: 0;
	vertical-align: middle;
	overflow: hidden;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-rating .star-rating {
	overflow: hidden;
	position: relative;
	line-height: 1;
	height: 1em;
	width: 5.5em;
	font-family: star !important;
	letter-spacing: unset;
	margin: 0;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-rating .star-rating::before {
	content: "sssss";
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 1;
	color: inherit;
	font-family: star;
	font-size: inherit;
	letter-spacing: unset;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-rating .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	color: inherit;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-rating .star-rating span::before {
	content: "SSSSS";
	top: 0;
	position: absolute;
	left: 0;
	color: inherit;
	font-family: star;
	font-size: inherit;
	letter-spacing: unset;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-price .price {
	margin: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	vertical-align: middle;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-price .price ins {
	text-decoration: none;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	background-color: transparent;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-price .price .onsale-off {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;
	color: #fff;
	background: #f03d3f;
	padding: 0 10px 0 10px;
	border-radius: 2px;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-price .price .shopengine-badge {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-price .price del {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	opacity: 1;
	color: initial;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-price .price del .amount {
	opacity: 1;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-end-sale-timer:not(.counter-position-progressbar) {
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-end-sale-timer:not(.counter-position-progressbar) ul {
	margin: 0;
	padding: 0;
	background-color: #fff;
	border: 1px solid #f2f2f2;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-end-sale-timer:not(.counter-position-progressbar) li {
	padding: 10px 12px;
	display: inline-block;
	text-align: center;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-end-sale-timer:not(.counter-position-progressbar) li:not(:last-child) {
	border-right: 1px solid #f2f2f2;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-end-sale-timer:not(.counter-position-progressbar) .number {
	display: block;
	line-height: 1;
	font-size: 20px;
	font-weight: 500;
	color: #101010;
	margin-bottom: 3px;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-end-sale-timer:not(.counter-position-progressbar) .text {
	display: block;
	line-height: 1;
	font-size: 11px;
	color: #101010;
	opacity: .5;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-progress-bar-wrap {
	height: 2px;
	background-color: #f2f2f2;
	border-radius: 10px;
	margin-bottom: 7px;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .progress-bar {
	height: 4px;
	border-radius: 10px;
	background-color: #f03d3f;
	margin-top: 0;
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-progress-meta {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-progress-meta li {
	font-size: 13px;
	font-weight: 400;
	color: #858585;
	display: inline-block;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-details-cart {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 10;
	padding: 30px;
	padding-top: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
	box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
	-webkit-transition: .4s cubic-bezier(.25, 1, .5, 1);
	transition: .4s cubic-bezier(.25, 1, .5, 1);
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item:hover {
	z-index: 1;
	-webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
	box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item:hover .product-details-cart {
	opacity: 1;
	visibility: visible;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .add-to-cart-bt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .add-to-cart-bt .badge {
	display: initial;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .add-to-cart-bt .add_to_cart_button, .shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .add-to-cart-bt .add_to_cart_read_more, .shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .add-to-cart-bt .product_type_simple {
	height: auto;
	border-radius: initial;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .add-to-cart-bt .se-btn {
	text-decoration: none;
}

@media screen and (max-width:767px) {
	.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item {
		border: none;
	}
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .filtered-product-list {
	opacity: 0;
	display: none;
	visibility: hidden;
	-webkit-transition: .4s cubic-bezier(.25, 1, .5, 1);
	transition: .4s cubic-bezier(.25, 1, .5, 1);
	position: relative;
}

.shopengine-widget .shopengine-filterable-product-wrap .filter-content .filtered-product-list.active {
	opacity: 1;
	display: grid;
	visibility: visible;
	-webkit-animation: moveTop2 .7s;
	animation: moveTop2 .7s;
}

.shopengine-widget .shopengine-filterable-product-wrap .price del {
	display: none;
}

.shopengine-widget .shopengine-filterable-product-wrap .shopengine-discount-badge {
	display: none;
}

.shopengine-widget .shopengine-product-category-lists a, .shopengine-widget .shopengine-product-category-lists a:hover {
	text-decoration: none;
}

.shopengine-widget .shopengine-product-category-lists .shopengine-category-lists-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	display: grid;
}

.shopengine-widget .shopengine-product-category-lists .shopengine-category-lists-grid .single-cat-list-item {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	-webkit-transition: .6s cubic-bezier(.16, 1, .3, 1) !important;
	-webkit-transition: all .3s ease-in-out;
	transition: .6s cubic-bezier(.16, 1, .3, 1) !important;
	transition: all .3s ease-in-out;
	position: relative;
	z-index: 1;
}

.shopengine-widget .shopengine-product-category-lists .shopengine-category-lists-grid .single-cat-list-item::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.shopengine-widget .shopengine-product-category-lists .shopengine-category-lists-grid .single-cat-list-item .cat-icon {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	-webkit-transition: .6s cubic-bezier(.25, 1, .5, 1);
	transition: .6s cubic-bezier(.25, 1, .5, 1);
}

.shopengine-widget .shopengine-product-category-lists .shopengine-category-lists-grid .single-cat-list-item .cat-icon:has(svg) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shopengine-widget .shopengine-product-category-lists .shopengine-category-lists-grid .shopengine-category-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	border: 1px solid #d8d8d8;
	padding: 10px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.shopengine-widget .shopengine-product-category-lists .shopengine-category-lists-grid .shopengine-category-items:hover {
	border-color: #868686;
}

.shopengine-widget .shopengine-product-category-lists .shopengine-category-lists-grid .shopengine-category-items .shopengine-category-icon {
	text-align: center;
}

.shopengine-widget .shopengine-product-category-lists .shopengine-category-lists-grid .shopengine-category-items .shopengine-category-icon :is(i,svg) {
	text-align: center;
	vertical-align: middle;
}

.shopengine-widget .shopengine-product-list .product-list-grid {
	display: grid;
}

.shopengine-widget .shopengine-product-list a:not(.btn):not(.button):not(.added_to_cart):hover {
	opacity: 1;
	text-decoration: none;
}

.shopengine-widget .shopengine-product-list .product-list-view {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

.shopengine-widget .shopengine-product-list .product-list-view .shopengine-single-product-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 70px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	gap: 14px;
}

.shopengine-widget .shopengine-product-list .product-list-view .shopengine-single-product-item:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.shopengine-widget .shopengine-product-list .product-list-view .shopengine-single-product-item .list-view-wrapper-contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item {
	position: relative;
	-webkit-transition: .4s cubic-bezier(.25, 1, .5, 1);
	transition: .4s cubic-bezier(.25, 1, .5, 1);
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item:hover {
	z-index: 1;
	-webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
	box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item:hover .product-details-cart {
	opacity: 1;
	visibility: visible;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item:hover .overlay-add-to-cart {
	opacity: 1;
	visibility: visible;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .categories-product-list {
	background: #fff;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .categories-product-list a {
	display: block;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-thumb {
	position: relative;
	line-height: normal !important;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-thumb .product-tag-sale-badge {
	position: absolute;
	display: inline-block;
	border-radius: 3px;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-thumb .product-tag-sale-badge.position-top-left {
	top: 10px;
	left: 10px;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-thumb .product-tag-sale-badge.position-top-right {
	top: 10px;
	right: 10px;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-thumb .product-tag-sale-badge.align-vertical ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-thumb .product-tag-sale-badge.align-vertical ul .sale {
	text-align: center;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-thumb .product-tag-sale-badge ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-thumb .product-tag-sale-badge .badge {
	width: auto;
	height: auto;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-thumb .product-tag-sale-badge .badge:not(.sale) {
	border: none;
	text-align: center;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-thumb .product-tag-sale-badge .badge:not(.sale) a {
	display: block;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart {
	position: absolute;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart>.add-links-wrap, .shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart>.add-links-wrap>.add-links, .shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart>.add-to-cart-wrap {
	display: inherit;
	-webkit-box-pack: inherit;
	-ms-flex-pack: inherit;
	justify-content: inherit;
	-webkit-box-align: inherit;
	-ms-flex-align: inherit;
	align-items: inherit;
	-webkit-box-orient: inherit;
	-webkit-box-direction: inherit;
	-ms-flex-direction: inherit;
	flex-direction: inherit;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart.position-bottom {
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart.position-left {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	left: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart.position-right {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart.position-center {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart.position-center a {
	width: 50%;
}

body.theme-porto .shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart .quickview {
	display: none;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart a {
	margin-bottom: 0;
	height: auto;
	text-indent: -9999px;
	border-width: 0;
	border-radius: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: 0;
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 16px;
	font-weight: 400;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart a:hover {
	opacity: 1;
}

body.theme-electro .shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart a:not(:last-child), body.theme-porto .shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart a:not(:last-child) {
	margin-right: -1px;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart a.added_to_cart {
	display: none;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart a::before {
	margin-right: 0;
	font-family: shopengine;
	font-weight: inherit;
	float: left;
	line-height: 20px;
	text-indent: 0;
	width: 100%;
	background-color: transparent;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart a.badge {
	pointer-events: auto;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart a.shopengine-quickview-trigger::before {
	content: "";
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart a.button[data-quantity]:before {
	content: "";
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart a.add_to_cart_button.loading {
	opacity: 1;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart a.add_to_cart_button.loading::before {
	visibility: hidden;
	opacity: 0;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart a.add_to_cart_button.loading::after {
	text-indent: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	left: 0;
	right: 0;
	top: 50%;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart a.shopengine-wishlist::before {
	content: "";
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart a.shopengine-comparison::before {
	content: "";
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart a.shopengine_direct_checkout::before {
	content: "";
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-category {
	text-align: left;
	text-align: left;
	display: none;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-category ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-category ul li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 0;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-category ul li a {
	display: block;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-title {
	display: block;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-title a {
	font-weight: inherit;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-rating {
	width: 100%;
	margin: 0;
	display: none;
	overflow: hidden;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-rating>.rating-wrap {
	display: inline-block;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-rating .star-rating {
	float: none;
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
	line-height: 1;
	height: 1em;
	width: 5.5em;
	font-family: star !important;
	vertical-align: middle;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-rating .star-rating::before {
	content: "sssss";
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	font-family: inherit;
	font-size: inherit;
	letter-spacing: normal;
	opacity: 1;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-rating .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	font-family: inherit !important;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-rating .star-rating span::before {
	content: "SSSSS";
	top: 0;
	position: absolute;
	left: 0;
	font-family: inherit;
	font-size: inherit;
	letter-spacing: normal;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-rating .rating-count {
	display: inline-block;
	vertical-align: middle;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-price .price {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-price .price ins {
	margin-left: 0;
	background: 0 0;
	text-decoration: none;
	font-weight: inherit;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-price .price .shopengine-discount-badge {
	display: none;
	color: #fff;
	background: #f03d3f;
	padding: 0 10px 0 10px;
	border-radius: 2px;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-price .price del {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	opacity: 1;
	font-size: inherit;
	font-weight: inherit;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-price .price del .amount {
	opacity: inherit;
	font-weight: inherit;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-price .price del .amount, .shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-price .price del bdi {
	color: inherit;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-end-sale-timer:not(.counter-position-progressbar) {
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-end-sale-timer:not(.counter-position-progressbar) ul {
	margin: 0;
	padding: 0;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-end-sale-timer:not(.counter-position-progressbar) li {
	display: inline-block;
	text-align: center;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-end-sale-timer:not(.counter-position-progressbar) .number {
	display: block;
	margin-bottom: 3px;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-end-sale-timer:not(.counter-position-progressbar) .text {
	display: block;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-progress-bar-wrap {
	height: 2px;
	background-color: #f2f2f2;
	border-radius: 10px;
	margin-bottom: 7px;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .progress-bar {
	height: 4px;
	border-radius: 10px;
	background-color: #f03d3f;
	margin-top: 0;
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-progress-meta {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-progress-meta li {
	font-size: 13px;
	font-weight: 400;
	color: #858585;
	display: inline-block;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-details-cart {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 10;
	padding: 30px;
	padding-top: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
	box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
	-webkit-transition: .4s cubic-bezier(.25, 1, .5, 1);
	transition: .4s cubic-bezier(.25, 1, .5, 1);
	display: none !important;
}

.shopengine-widget .shopengine-product-list .shopengine-single-product-item .add-to-cart-bt {
	text-align: center;
}

.shopengine-widget .shopengine-recently-viewed-products .recent-viewed-product-list {
	display: grid;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item {
	position: relative;
	background-color: #fff;
	-webkit-transition: .4s cubic-bezier(.25, 1, .5, 1);
	transition: .4s cubic-bezier(.25, 1, .5, 1);
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .categories-product-list {
	background: #fff;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .categories-product-list a {
	display: block;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-thumb {
	position: relative;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-thumb a {
	display: block;
	line-height: 0;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-thumb .product-tag-sale-badge {
	position: absolute;
	display: inline-block;
	border-radius: 3px;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-thumb .product-tag-sale-badge.position-top-left {
	top: 10px;
	left: 10px;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-thumb .product-tag-sale-badge.position-top-right {
	top: 10px;
	right: 10px;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-thumb .product-tag-sale-badge.align-vertical ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-thumb .product-tag-sale-badge ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-thumb .product-tag-sale-badge .badge:not(.sale) {
	border: none;
	display: none;
	text-align: center;
	opacity: 1;
	width: auto;
	height: auto;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-thumb .product-tag-sale-badge .badge:not(.sale) a {
	display: block;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-thumb .product-tag-sale-badge .sale {
	height: auto;
	width: auto;
	display: none;
}

@media (max-width:768px) {
	.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-thumb .loop-product--btns-inner {
		opacity: 0;
	}
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .overlay-add-to-cart {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .overlay-add-to-cart.position-bottom {
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .overlay-add-to-cart.position-left {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .overlay-add-to-cart.position-right {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .overlay-add-to-cart.position-center {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .overlay-add-to-cart.position-center a {
	width: 50%;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .overlay-add-to-cart a {
	text-indent: -9999px;
	border-radius: 0;
	line-height: 0;
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .overlay-add-to-cart a.added_to_cart {
	display: none;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .overlay-add-to-cart a::before {
	font-family: shopengine;
	float: left;
	line-height: 20px;
	text-indent: 0;
	width: 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .overlay-add-to-cart a.shopengine-quickview-trigger::before {
	content: "";
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .overlay-add-to-cart a.button::before {
	content: "";
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .overlay-add-to-cart a.button.loading {
	opacity: 1;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .overlay-add-to-cart a.button.loading::before {
	visibility: hidden;
	opacity: 0;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .overlay-add-to-cart a.button.loading::after {
	text-indent: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	left: 0;
	right: 0;
	top: 50%;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .overlay-add-to-cart a.wishlist::before {
	content: "";
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .overlay-add-to-cart a.compare::before {
	content: "";
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-category ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-category ul li {
	display: inline-block;
	margin-right: 5px;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-category ul li a {
	display: block;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-title {
	display: none;
	margin: 0;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-title a {
	color: #101010;
	font-size: 15px;
	font-weight: 500;
	text-transform: none;
	line-height: 20px;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-rating {
	width: 100%;
	margin: 0;
	display: block;
	overflow: hidden;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-rating .star-rating {
	float: none;
	display: inline-block;
	margin-top: 0;
	overflow: hidden;
	position: relative;
	line-height: 1;
	height: 1em;
	width: 5.5em;
	font-family: star;
	vertical-align: middle;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-rating .star-rating::before {
	content: "sssss";
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-rating .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-rating .star-rating span::before {
	content: "SSSSS";
	top: 0;
	position: absolute;
	left: 0;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-rating .rating-count {
	display: inline-block;
	vertical-align: middle;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-price {
	display: none;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-price .price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-price .price ins {
	text-decoration: none;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-price .price .onsale-off {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;
	color: #fff;
	background: #f03d3f;
	padding: 0 10px 0 10px;
	border-radius: 2px;
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-price .price del {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-price .price .shopengine-discount-badge {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-price .pre-order-closed-message {
	margin: 0;
	font-size: inherit;
	padding: 0 5px;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-end-sale-timer:not(.counter-position-progressbar) {
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-end-sale-timer:not(.counter-position-progressbar) ul {
	margin: 0;
	padding: 0;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-end-sale-timer:not(.counter-position-progressbar) li {
	display: inline-block;
	text-align: center;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-end-sale-timer:not(.counter-position-progressbar) .number {
	display: block;
	margin-bottom: 3px;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-end-sale-timer:not(.counter-position-progressbar) .text {
	display: block;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-progress-bar-wrap {
	height: 2px;
	background-color: #f2f2f2;
	border-radius: 10px;
	margin-bottom: 7px;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .progress-bar {
	height: 4px;
	border-radius: 10px;
	background-color: #f03d3f;
	margin-top: 0;
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-progress-meta {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-progress-meta li {
	font-size: 13px;
	font-weight: 400;
	color: #858585;
	display: inline-block;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-details-cart {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 10;
	padding: 30px;
	padding-top: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
	box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
	-webkit-transition: .4s cubic-bezier(.25, 1, .5, 1);
	transition: .4s cubic-bezier(.25, 1, .5, 1);
	display: none !important;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item:hover {
	z-index: 1;
	-webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, .04);
	box-shadow: 0 20px 30px rgba(0, 0, 0, .04);
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item:hover .product-details-cart {
	opacity: 1;
	visibility: visible;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item:hover .overlay-add-to-cart {
	opacity: 1;
	visibility: visible;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .add-to-cart-bt {
	padding: 8px 0;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .add-to-cart-bt .button {
	display: none;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .add-to-cart-bt .se-btn {
	color: #3e3e3e;
}

.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .add-to-cart-bt .se-btn:hover {
	color: #f03d3f;
}

.shopengine-widget .shopengine-tags a:hover {
	text-decoration: none;
}

.shopengine-widget .shopengine-sku .product-stock {
	display: none;
}

.shopengine-widget .shopengine-product-stock p {
	margin: 0;
	padding: 0;
}

.shopengine-widget .shopengine-product-stock p::after, .shopengine-widget .shopengine-product-stock p::before {
	display: none;
}

.shopengine-widget .shopengine-product-stock i {
	margin-right: 5px;
}

.shopengine-widget .shopengine-product-price p {
	padding: 0;
	margin: 0 !important;
}

.shopengine-widget .shopengine-product-price .price {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.shopengine-widget .shopengine-product-price del bdi {
	text-decoration: line-through;
}

.shopengine-widget .shopengine-product-price .shopengine-discount-badge {
	padding-left: 5px;
	padding-right: 5px;
}

.shopengine-widget .shopengine-product-price ins .amount {
	background: 0 0 !important;
}

.shopengine-widget .shopengine-account-logout a {
	text-decoration: none !important;
	display: inline-block;
}

.shopengine-widget .shopengine-account-logout a span {
	margin-left: 8px;
}

.shopengine-widget .shopengine-account-logout a:hover {
	text-decoration: none !important;
}

.shopengine-widget .shopengine-currency-switcher {
	position: relative;
	color: #3a3a3a;
	z-index: 0;
}

.shopengine-widget .shopengine-currency-switcher--icon {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: auto;
	font-family: eicons;
	font-size: 1.4em;
	line-height: inherit;
	pointer-events: none;
	text-align: center;
	-webkit-transition: color .3s;
	transition: color .3s;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 0;
}

.shopengine-widget .shopengine-currency-switcher--icon::before {
	display: block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.shopengine-widget .shopengine-currency-switcher--select:not([type=radio]) {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 35px 0 15px;
	font-size: 16px;
	line-height: 38px;
	font-weight: 500;
	color: inherit;
	border: 1px solid #f2f2f2;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: 0 0;
	cursor: pointer;
	outline: 0;
	-webkit-transition: color .3s, background-color .3s ease-in-out, border-color .3s;
	transition: color .3s, background-color .3s ease-in-out, border-color .3s;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.shopengine-widget .shopengine-currency-switcher--select:not([type=radio]):-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

.shopengine-widget .shopengine-currency-switcher--select:not([type=radio])::-ms-expand {
	display: none;
}

.shopengine-widget .shopengine-currency-switcher .shopengine-currency-switcher--select:focus, .shopengine-widget .shopengine-currency-switcher .shopengine-currency-switcher--select:hover, .shopengine-widget .shopengine-currency-switcher:hover::after {
	border-color: #ccc;
}

.shopengine-widget .shopengine-archive-products__left-image {
	display: none;
}

.shopengine-widget .shopengine-archive-products.shopengine-archive-products--view-list .shopengine-archive-mode-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

@media (max-width:768px) {
	.shopengine-widget .shopengine-archive-products.shopengine-archive-products--view-list .shopengine-archive-mode-grid {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.shopengine-widget .shopengine-archive-products.shopengine-archive-products--view-list .shopengine-archive-products__left-image {
	display: inline-block;
}

.shopengine-widget .shopengine-archive-products.shopengine-archive-products--view-list ul.products {
	display: grid !important;
	grid-template-columns: 1fr !important;
}

.shopengine-widget .shopengine-archive-products.shopengine-archive-products--view-list li.product {
	display: inline-block;
	text-align: left !important;
	-ms-flex-item-align: center !important;
	align-self: center !important;
	margin-bottom: 0 !important;
	position: static !important;
}

.shopengine-widget .shopengine-archive-products.shopengine-archive-products--view-list li.product .attachment-woocommerce_thumbnail {
	display: none;
}

.shopengine-widget .shopengine-archive-products.shopengine-archive-products--view-list .loop-product--btns {
	position: absolute;
	bottom: 30px;
	max-width: 230px;
}

.shopengine-widget .shopengine-archive-products.shopengine-archive-products--view-list .shopengine-product-excerpt {
	border: 0 !important;
	padding-top: 25px;
}

.shopengine-widget .shopengine-archive-products.shopengine-archive-products--view-list .onsale {
	display: none !important;
}

.shopengine-widget .shopengine-archive-products.shopengine-archive-products--view-list ul.product-categories {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	padding: 0 !important;
}

.shopengine-widget .shopengine-archive-products.shopengine-archive-products--view-list .star-rating {
	margin: 0 !important;
}

.shopengine-widget .shopengine-archive-products.shopengine-archive-products--view-list .price {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: start !important;
	padding: 0 !important;
}

.shopengine-widget .shopengine-archive-products.shopengine-archive-products--view-grid-3 ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	-webkit-transition: all .75 ease-in-out;
	transition: all .75 ease-in-out;
}

.shopengine-widget .shopengine-archive-products.shopengine-archive-products--view-grid-3 ul.products .attachment-woocommerce_thumbnail {
	width: 100%;
	height: auto;
}

.shopengine-widget .shopengine-archive-products.shopengine-archive-products--view-grid-2 ul.products {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	-webkit-transition: all .75 ease-in-out;
	transition: all .75 ease-in-out;
}

.shopengine-widget .shopengine-archive-products.shopengine-archive-products--view-grid-2 ul.products .attachment-woocommerce_thumbnail {
	width: 100%;
	height: auto;
}

.elementor-editor-active .shopengine-table__body-item--td.product-name img, .elementor-editor-preview .shopengine-table__body-item--td.product-name img {
	display: none;
}

.elementor-editor-active .shopengine-table__body, .elementor-editor-preview .shopengine-table__body {
	padding: 30px 0 30px 40px;
}

.elementor-editor-active .shopengine-cart-table .shopengine-table__footer, .elementor-editor-preview .shopengine-cart-table .shopengine-table__footer {
	padding: 30px 0 0 0;
}

.elementor-editor-active .shopengine-checkout-payment .payment_method_stripe_cc .wc-stripe-card-icons-container img.wc-stripe-card-icon, .elementor-editor-preview .shopengine-checkout-payment .payment_method_stripe_cc .wc-stripe-card-icons-container img.wc-stripe-card-icon {
	max-width: 43px;
	max-height: 26px;
	width: 43px;
	height: 26px;
	float: none;
	display: inline;
}

.elementor-editor-active .shopengine-archive-products .archive-product-container .woocommerce-LoopProduct-link .star-rating, .elementor-editor-preview .shopengine-archive-products .archive-product-container .woocommerce-LoopProduct-link .star-rating {
	position: relative;
}

.elementor-editor-active .shopengine-archive-products .archive-product-container .woocommerce-LoopProduct-link .star-rating::before, .elementor-editor-preview .shopengine-archive-products .archive-product-container .woocommerce-LoopProduct-link .star-rating::before {
	content: "sssss";
}

.elementor-editor-active .shopengine-archive-products .archive-product-container .woocommerce-LoopProduct-link .shopengine-widget .shopengine-product-rating .woocommerce-product-rating .star-rating>span, .elementor-editor-active .shopengine-archive-products .archive-product-container .woocommerce-LoopProduct-link .star-rating>span, .elementor-editor-preview .shopengine-archive-products .archive-product-container .woocommerce-LoopProduct-link .shopengine-widget .shopengine-product-rating .woocommerce-product-rating .star-rating>span, .elementor-editor-preview .shopengine-archive-products .archive-product-container .woocommerce-LoopProduct-link .star-rating>span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	height: 1em;
}

.elementor-editor-active .shopengine-archive-products .archive-product-container .woocommerce-LoopProduct-link .shopengine-widget .shopengine-product-rating .woocommerce-product-rating .star-rating>span::before, .elementor-editor-active .shopengine-archive-products .archive-product-container .woocommerce-LoopProduct-link .star-rating>span::before, .elementor-editor-preview .shopengine-archive-products .archive-product-container .woocommerce-LoopProduct-link .shopengine-widget .shopengine-product-rating .woocommerce-product-rating .star-rating>span::before, .elementor-editor-preview .shopengine-archive-products .archive-product-container .woocommerce-LoopProduct-link .star-rating>span::before {
	content: "SSSSS";
	top: 0;
	position: absolute;
	left: 0;
}