/*!
Theme Name:   Icelander Child
Template:     icelander
Theme URI:    https://github.com/webmandesign/child-theme/
Author:       WebMan Design
Author URI:   https://www.webmandesign.eu/
Version:      1.0.1
Description:  You can change this description text in your child theme's "style.css" file.
License:      GNU General Public License v3
License URI:  http://www.gnu.org/licenses/gpl-3.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Put your custom CSS styles below... */
.header-menu-icon svg .a {
	fill: none;
	stroke: none;
}

.header-menu-icon svg .b {
	fill: #ffffff;
}

.header-logo-icon .a {
	fill: #ffffff;
	stroke: none;
}

.header-collect-icon .a {
	fill: #ffffff;
	stroke: none;
}

.header-search-icon .a {
	fill: #ffffff;
}

.header-cart-icon .a {
	stroke: none;
}

.header-close-button {
	
}

.header-logo-icon-lg a {
	height: 80px;
}

.header-logo-icon-lg a svg {
	margin-top: -76px;
}

.float-menu {
	position: fixed!important;
	top: 0px;
	left: 0px;
	max-width: 363px;
	width: 100%;
	height: 100vh;
	transform: translateX(-2400px);
	opacity: 0;
	transition: all 0.35s ease!important;
}

.admin-bar .float-menu {
	top: 32px;
	height: calc(100vh - 32px);
}

.float-menu.active {
	opacity: 1;
	transform: translateX(0px);
}

.float-menu ul li a:focus {
	outline: none;
}

.float-collection {
	position: fixed!important;
	top: 0px;
	left: 0px;
	max-height: 600px;
	width: 100%;
	height: 100%;
	transform: translateY(-210vh);
	opacity: 0;
	transition: all 0.35s ease!important;
	z-index: 99999999;
}

.admin-bar .float-collection {
	top: 32px;
	height: calc(100% - 32px);
}

.float-collection.active {
	opacity: 1;
	transform: translateY(0px);
}

.elementor-divider-separator {
	border-radius: 100px;
}

.full-box-link {
	cursor: pointer;
}

.float-search {
	position: fixed!important;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	transform: translateY(-210vh);
	opacity: 0;
	transition: all 0.35s ease!important;
	z-index: 99999999;
}

.admin-bar .float-search {
	top: 32px;
	height: calc(100% - 32px);
}

.float-search.active {
	opacity: 1;
	transform: translateY(0px);
}

.float-search .elementor-search-form__submit {
	display: none;
}

.float-search form.elementor-search-form:before {
	display: none;
}

.search-results .elementor-widget-wrap {
	
}

.search-results .elementor-widget-wrap p {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 19px;
}

.search-results .elementor-widget-wrap p a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #63666A;
	font-size: 16px;
	line-height: 19px;
}

.search-results.cats .elementor-widget-wrap p {
	color: #D1D1D1;
	text-align: right;
}

.search-results.all .elementor-widget-wrap p {
	text-align: center;
}

@media only screen and (max-width: 640px) {
	.search-left-icon svg {
		position: relative;
		left: -14px;
	}
	
	.search-results.prods {
		margin-bottom: 20px;
	}
	
	.search-results.cats .elementor-widget-wrap p {
		text-align: left;
	}
}

.small-btn {
	padding: 0px 26px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	border-radius: 100px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.small-btn.white {
	background: #F7F7F7;
	color: #63666A;
}

.search-hidden {
	display: none;
}

.float-search input[type="search"].elementor-search-form__input {
	padding-left: 0px!important;
}

.ha-product-carousel .ha-product-carousel-title a {
	color: #444;
	display: block;
	min-height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ha-product-carousel .slick-next, .ha-product-carousel .slick-prev {
	width: 70px;
	height: 70px;
	top: 150px;
}

.ha-product-carousel .slick-prev {
	background: transparent url(/wp-content/uploads/2022/12/btn-scroll-left.svg) center center no-repeat;
	background-size: 64px;
	left: 60px;
}

.ha-product-carousel .slick-next {
	background: transparent url(/wp-content/uploads/2022/12/btn-scroll-right.svg) center center no-repeat;
	background-size: 64px;
	right: 60px;
}

.ha-product-carousel .ha-product-carousel-item-inner {
	padding: 25px;
	overflow: hidden;
}

.ha-product-carousel .ha-product-carousel-image {
	background: #F1F1F1;
	margin-top: -25px;
	margin-right: -25px;
	margin-left: -25px;
}

.ha-product-carousel .ha-product-carousel-add-to-cart .button {
	width: 100%;
}

.ha-product-carousel .ha-product-carousel-add-to-cart .button:before {
	content: url('/wp-content/uploads/2022/12/add-to-cart-btn-icon-clean.svg');
	margin-right: 8px;
	position: relative;
	top: 2px;
}

.ha-product-carousel .ha-product-carousel-add-to-cart .button:hover:before,
.ha-product-carousel .ha-product-carousel-add-to-cart .button:focus:before {
    content: url('/wp-content/uploads/2022/12/add-to-cart-btn-icon-blue-clean.svg');
}

.ha-product-carousel .slick-dots {
	bottom: -60px;
}

.ha-product-carousel .slick-dots  button:before,
.ha-product-carousel .slick-dots  button:after {
	display: none;
}

.ha-product-carousel .slick-dots button {
	width: 14px;
	height: 14px;
	border: 1px solid #303030;
	background: #ffffff;
	border-radius: 100px;
}

.ha-product-carousel .slick-dots .slick-active button,
.ha-product-carousel .slick-dots .slick-active button:focus {
	background: #303030;
}

.two-column-prod-carousel {
	
}

.two-column-prod-carousel.ha-product-carousel .ha-product-carousel-item-inner {
	display: block;
}

.two-column-prod-carousel.bundles.ha-product-carousel .ha-product-carousel-title:before {
	content: "Bundle pack";
	display: block;
	color: #00A9E0;
	font-size: 16px;
	line-height: 19px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin-bottom: 12px;
}

.two-column-prod-carousel.ha-product-carousel .ha-product-carousel-image {
	width: calc(50% - 30px);
	float: right;
	margin: 0px;
	padding: 0px;
}

.two-column-prod-carousel.ha-product-carousel .ha-product-carousel-title,
.two-column-prod-carousel.ha-product-carousel .ha-product-carousel-price,
.two-column-prod-carousel.ha-product-carousel .ha-product-carousel-add-to-cart {
	width: 50%;
	float: left;
}


.two-column-prod-carousel.ha-product-carousel .ha-product-carousel-add-to-cart .button:before {
	content: url('/wp-content/uploads/2022/12/add-to-cart-btn-icon-blue-clean.svg');
	margin-right: 8px;
	position: relative;
	top: 2px;
}

.two-column-prod-carousel.ha-product-carousel .ha-product-carousel-add-to-cart .button:hover:before {
    content: url('/wp-content/uploads/2022/12/add-to-cart-btn-icon-clean.svg');
}

.ha-product-grid {
	
}

.ha-product-grid .ha-product-grid__price del {
	display: none;
}

.ha-product-grid .ha-product-grid__price del + ins {
	margin-left: 0px;
}

.ha-product-grid .woocommerce-Price-amount.amount bdi {
	font-weight: 400;
	color: #A4A4A4;
}

.ha-product-grid .ha-product-grid__item {
	overflow: hidden;
}

.ha-product-grid .ha-product-grid__img {
	margin: -20px -20px 20px -20px;
}

.ha-product-grid .ha-product-grid__badge .onsale {
	background-color: #885cff;
	border-radius: 100px;
	padding: 3px 10px;
	font-size: 12px;
	font-weight: 400;
}

.onsale:before {
	display: none;
}

.ha-product-grid .ha-product-grid__btns .button {
	width: 100%;
}

.ha-product-grid .ha-product-grid__btns .button:before {
	content: url('/wp-content/uploads/2022/12/add-to-cart-btn-icon-blue-clean.svg');
	margin-right: 8px;
	position: relative;
	top: 2px;
}

.ha-product-grid .ha-product-grid__btns .button:hover:before {
	content: url('/wp-content/uploads/2022/12/add-to-cart-btn-icon-clean.svg');
}

a.product_type_simple.add_to_cart_button .elementor-button-text:before {
	content: url('/wp-content/uploads/2022/12/add-to-cart-btn-icon-blue-clean.svg');
	margin-right: 8px;
	position: relative;
	top: 2px;
}

a.product_type_simple.add_to_cart_button .elementor-button-text:hover:before,
a.product_type_simple.add_to_cart_button:focus .elementor-button-text:before {
	content: url('/wp-content/uploads/2022/12/add-to-cart-btn-icon-clean.svg');
}

.overflow-hidden {
	overflow: hidden;
}

span.xoo-cp-close {
	right: 36px;
	top: -50px;
}

.xoo-cp-opac {
	width: 522px;
	right: 0px;
	left: auto;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	z-index: 99999998;
	pointer-events: none;
}

.xoo-cp-modal {
	transform: scale(1);
	position: fixed;
	top: auto;
	left: auto;
	padding-top: 0px;
	text-align: right;
	z-index: 99999999;
}

.xoo-cp-container {
	background: transparent;
	border: 0px;
	box-shadow: none;
	border-radius: 0px;
	padding: 0px;
	min-width: 428px;
}

.xoo-cp-atcn.xoo-cp-success {
	display: none;
}

.xoo-cp-pdetails {
	overflow: hidden;
	border-radius: 15px 15px 0px 0px;
	background: #ffffff;
	box-shadow: 10px 0 10px rgb(0 0 0 / 40%);
	margin: 0px;
	padding: 39px 36px;
}

.xoo-cp-pdetails tr {
	position: relative;
}

.xoo-cp-pdetails td.xoo-cp-remove {
	display: none;
}

.xoo-cp-pdetails td.xoo-cp-pimg {
	width: 80px;
	padding: 0px;
	padding-right: 20px;
}

.xoo-cp-pdetails td.xoo-cp-pimg img {
	border: 1px solid #D1D1D1;
	padding: 5px;
	border-radius: 5px;
}

.xoo-cp-pdetails td.xoo-cp-ptitle {
	padding-bottom: 26px;
	padding-left: 0px;
	width: calc(428px - 120px - 72px);
}

.xoo-cp-pdetails td.xoo-cp-pprice {
	position: absolute;
	left: 80px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.xoo-cp-pdetails td.xoo-cp-pqty {
	width: 40px;
	padding-left: 0px;
	padding-right: 0px;
	min-width: 40px;
}

.xoo-cp-qtybox {
	border-width: 1px;
	border-style: solid;
	border-color: #D1D1D1;
	position: relative;
	display: inline-block;
	font-weight: 700;
	height: 40px;
	line-height: 35px;
	padding: 0px;
	border-radius: 5px;
	width: 40px;
}

input[type=number].xoo-cp-qty {
	max-width: 100%;
}

.xoo-cp-pdetails td.xoo-cp-pprice bdi,
.xoo-cp-pdetails td.xoo-cp-pprice bdi span {
	font-size: 16px;
	line-height: 20px;
	color: #414141;
}

tr td.xoo-cp-ptitle a {
	color: #414141;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
}

span.xcp-plus,
span.xcp-minus {
	display: none;
}

.xoo-cp-ptotal {
	display: none;
}

.xoo-cp-btns {
	background: #1E398D;
	padding: 16px 32px;
	text-align: right;
	border-bottom-left-radius: 50px;
}

.xoo-cp-btn-vc.xcp-btn {
	background: transparent;
	border: 1px solid #00A9E0;
	border-radius: 100px;
	color: #ffffff;
	text-decoration: none;
	text-transform: none;
	padding-left: 14px;
	padding-right: 14px;
}

.xoo-cp-btn-ch.xcp-btn {
	background: #00A9E0;
	border-radius: 100px;
	border: 1px solid #00A9E0;
	text-decoration: none;
	text-transform: none;
	padding-left: 14px;
	padding-right: 14px;
	display: none;
}

.xoo-cp-close.xcp-btn {
	background: #00A9E0;
	border-radius: 100px;
	border: 1px solid #00A9E0;
	text-decoration: none;
	text-transform: none;
	padding-left: 14px;
	padding-right: 14px;
}

a.xcp-btn {
	width: auto;
}

.xoo-cp-close.xoo-cp-icon-cross {
	background: transparent url(https://dev.bandannaday.org.au/wp-content/uploads/2022/12/add-to-cart-popup-close-icon.svg) center center no-repeat;
	background-size: auto;
	width: 24px;
	height: 24px;
	display: none;
}


.xoo-cp-close.xoo-cp-icon-cross:before {
	display: none;
}

.xoo-cp-modal {
	transform: translateX(100vw);
	transition: all 0.2s linear;
}

.xoo-cp-modal.xoo-cp-active {
	transform: translateX(0px);
}

.ha-product-carousel-add-to-cart .added_to_cart.wc-forward {
	display: none;
}

.ha-product-grid-new .ha-product-grid__btns.ha-is--added a.add_to_cart_button {
	display: block;
	margin: 2px 0px;
}

.ha-product-grid-new .ha-product-grid__btns.ha-is--added a.added_to_cart.wc-forward {
	display: none;
}

.elementor-widget-wc-add-to-cart .added_to_cart.wc-forward {
	display: none;
}

.fcpfw_body {
	position: relative;
}

.fcpfw_container_overlay.active {
	background: rgb(0,169,224);
	background: linear-gradient(90deg, rgba(0,169,224,0.5) 0%, rgba(30,57,141,0.75) 50%, rgba(30,57,141,1) 100%);
}

.fcpfw_trigger {
	cursor: pointer;
}

.fcpfw_cart_basket {
	display: none !important;
}

.fcpfw_container .fcpfw_header_title {
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	color: #414141;
	font-size: 20px;
	line-height: 24px;
}

.fcpfw_container .fcpfw_header {
	padding: 41px 36px;
	box-shadow: none;
}

.fcpfw_container span.fcpfw_close_cart {
	position: absolute;
	float: right;
	margin-top: 3px;
	margin-left: -22px;
}

.fcpfw_container span.fcpfw_close_cart:hover{
    transform: rotate(0deg);
    right: auto;
    top: auto;
    line-height: 0px;
}

.fcpfw_cart_prods[data-price="0"] {
	display: none;
}

.fcpfw_container .fcpfw_body {
	padding: 41px 36px;
}

.fcpfw_cart_prods::marker {
	color: #ffffff;
}

.fcpfw_cart_prods {
	padding: 16px 0px;
}

.fcpfw_cust_mini_cart .image_div img {
	border: 1px solid #D1D1D1;
	border-radius: 5px;
	padding: 10px;
}

.fcpfw_prodline_price  {
	display: none;
}

button.fcpfw_minus,
button.fcpfw_plus {
	display: none;
}

.fcpfw_cart_prods_inner .description_div {
	position: relative;
}

.description_div .fcpfw_prodline_qty {
	position: absolute;
	top: 72px;
	right: 0px;
	left: -72px;
	background: #F7F7F7;
	padding: 25px;
	border-radius: 5px;
	z-index: 1;
	max-height: 0px;
	overflow: hidden;
	padding: 0px;
	transition: all 0.25s linear;
}

.description_div .fcpfw_prcdel_div {
	top: 72px;
	bottom: auto;
	right: 25px;
	z-index: 2;
	height: 92px;
	max-height: 0px;
	overflow: hidden;
	transition: all 0.25s linear;
}

.description_div.active .fcpfw_prcdel_div {
	max-height: 92px;
}

.description_div.active .fcpfw_prodline_qty {
	max-height: 92px;
}

.fcpfw_open_updater {
	border: 1px solid #ccc!important;
	color: #ccc;
	border-radius: 5px;
	width: 40px!important;
	height: 40px!important;
	line-height: 40px!important;
	float: right;
	margin: 0px;
	text-align: center;
	display: inline-block;
}

.description_div.active .fcpfw_open_updater:before {
	content: "X";
	text-indent: 0px;
}

.description_div.active .fcpfw_open_updater span {
	display: none;
}

.fcpfw_container .fcpfw_cust_mini_cart a.fcpfw_remove {
	display: inline-block;
	margin-bottom: 0px;
	margin-top: 36px;
}

.fcpfw_qupdiv {
	padding: 25px;
}

.fcpfw_prodline_title_inner a {
	font-family: IBM Plex Sans, sans-serif;
	font-weight: 500;
	color: #414141;
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	width: calc(100% - 46px);
}

.fcpfw_price_single .woocommerce-Price-amount bdi {
	color: #414141;
	font-family: IBM Plex Sans, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}

.fcpfw_qupdiv input.fcpfw_update_qty {
	border: 1px solid #ccc!important;
	color: #ccc;
	border-radius: 5px;
	width: 40px!important;
	height: 40px!important;
	line-height: 40px!important;
	margin: 0px 8px!important;
}

.fcpfw_container div.fcpfw_ship_txt {
	display: none;
}

.fcpfw_container .fcpfw_footer {
	background: #F2F2F2;
	border: 0px;
	padding-left: 55%;
	padding-right: 36px;
}

.fcpfw_container .fcpfw_coupon {
	background-color: #ffffff;
	border-top: 0px;
}

.fcpfw_container .fcpfw_total_tr {
	position: absolute;
	width: 50%;
	z-index: 1;
	background: transparent;
	bottom: 22px;
	border-top: 0px;
}

.fcpfw_container .fcpfw_footer a {
	background-color: #414141;
	margin: 5px;
	color: #ffffff;
	border-radius: 100px;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.fcpfw_total_tr_inner {
	padding: 0px 0px 0px 36px;
}

.fcpfw_container .fcpfw_total_tr_inner div {
	color: #414141;
	font-size: 20px;
	line-height: 24px;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	width: auto;
	display: inline-block;
	float: left;
}

.fcpfw_total_label {
	margin-right: 8px;
}

.fcpfw_close_cart svg {
	fill: #d1d1d1;
}

a#fcpfw_apply_coupon:before {
	content: "Do you have a coupon?";
	font-family: Montserrat, sans-serif;
	color: #414141;
	font-size: 16px;
	line-height: 20px;
	float: left;
	font-weight: 300;
}

a#fcpfw_apply_coupon svg {
	display: none;
}

a#fcpfw_apply_coupon {
	font-family: Montserrat, sans-serif;
	color: #1E398D!important;
	font-size: 16px;
	line-height: 20px;
	width: 100%;
	text-align: right;
	font-weight: 300;
}

.fcpfw_container .fcpfw_coupon {
	padding: 10px 36px;
}

div.checkout-guide {
	overflow: hidden;
	padding-top: 80px;
}

.site-content-inner {
	padding: 0px;
	width: auto;
	max-width: 1320px;
}

.checkout.woocommerce-checkout button.button {
	border-radius: 100px;
}

.single-product-images {
	width: 100%;
}

.single-prod-cats a[href*="home-new-products"] {
	display: none;
}

body.is-singular.woocommerce .qib-button-wrapper .quantity input.input-text.qty.text {
	background: transparent;
	border: 1px solid #efefef;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	margin: 0px 14px;
	padding: 0px;
	width: 42px;
}

body.is-singular.woocommerce .qib-button.qib-button-wrapper {
	margin: 0px 0px 40px 0px;
	align-items: center;
	justify-content: flex-start;
}

body.is-singular.woocommerce div.product.elementor div.qib-button.qib-button-wrapper button.qib-button {
	font-family: "Montserrat", sans-serif;
	border: 1px solid #dddddd;
	background: transparent;
	margin: 0px;
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	text-align: center;
	padding: 0px;
	width: 42px;
	height: 42px;
	text-indent: 2px;
	color: #414141;
}

body.is-singular.woocommerce div.product.elementor div.qib-button.qib-button-wrapper button.minus.qib-button {
	line-height: 22px;
}

body.is-singular.woocommerce .woocommerce-Price-amount.amount bdi {
	font-weight: 400;
}

body.is-singular.woocommerce p.stock {
	
}

body.is-singular.woocommerce .elementor-accordion-item {
	border: 0px;
}

body.is-singular.woocommerce .elementor-accordion-item .elementor-tab-title {
	border-top: 1px solid #eeeeee;
	border-bottom: 0px;
}

body.is-singular.woocommerce .elementor-accordion-item:last-child .elementor-tab-title {
	border-bottom: 1px solid #eeeeee;
}

body.is-singular.woocommerce .elementor-accordion .elementor-tab-content {
	border-top: 0px;
}

body.is-singular.woocommerce button.single_add_to_cart_button:before {
	content: url('/wp-content/uploads/2022/12/add-to-cart-btn-icon-clean.svg');
	position: relative;
	top: 2px;
	margin-right: 8px;
}

body.is-singular.woocommerce button.single_add_to_cart_button:hover:before {
	content: url('/wp-content/uploads/2022/12/add-to-cart-btn-icon-blue-clean.svg');
}

body.is-singular.woocommerce .woocommerce-product-gallery__trigger {
	display: none;
}

.single-cart-share {
	margin-left: auto;
	margin-right: 20px;
	margin-top: -72px;
	cursor: pointer;
}

body.is-singular.woocommerce .navigation.post-navigation {
	display: none;
}

body.is-singular.woocommerce .ha-product-grid .ha-product-grid__item:nth-child(n+5) {
	display: none;
}

body.is-singular.woocommerce .xoo-cp-icon-check,
body.is-singular.woocommerce .xoo-cp-icon-spinner {
	display: none;
}

body.is-singular.woocommerce a.added_to_cart.wc-forward {
	display: none;
}

.single-cart-share-btns.ha-social-share {
	margin: 0px;
}

.single-cart-share-btns.ha-social-share .elementor-widget-container {
	overflow: hidden;
	transition: all 0.25s linear;
	height: 65px;
	padding-bottom: 20px;
}

.single-cart-share-btns.ha-social-share.hidden .elementor-widget-container {
	height: 0px;
	padding: 0px;
}

body.is-singular.woocommerce .single-cart-share .elementor-icon-box-icon a {
	padding-right: 15px;
}

body.woocommerce-cart a.add_to_cart_button {
	border-radius: 100px;
}

body.woocommerce-cart  a.checkout-button {
	border-radius: 100px;
}

body.woocommerce-cart .cross-sells {
	display: none;
}

body.woocommerce-cart .cross-sells .products {
	
}

body.woocommerce-cart .cross-sells .products .thumbnail {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 100%;
	margin: 0px!important;
	max-width: none;
}

body.woocommerce-cart .cross-sells .products .thumbnail > span:first-child {
	width: 33.33%;
	text-align: center;
	color: #84bd00;
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

body.woocommerce-cart .cross-sells .products .thumbnail > span:last-child {
	width: 66.66%;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
}

body.woocommerce-cart .cross-sells ul.products .product {
    margin-bottom: 14px;
    border-radius: 5px;
}

body.woocommerce-cart .cross-sells h4 {
	font-size: 14px;
}

body.woocommerce-cart .breadcrumbs-pages,
body.woocommerce-checkout .breadcrumbs-pages {
	display: none;
}

.hide-breadcrumbs .breadcrumbs-pages {
	display: none;
}

body.woocommerce-cart .cart-table-title {
	display: none;
}

body.woocommerce-cart .shop_table th:after {
	background-color: #fdfcfc;
	opacity: 1;
}

body.woocommerce-cart button.qib-button {
	width: 42px;
	height: 42px;
	border-radius: 100px;
	line-height: 40px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-weight: 400;
}

body.woocommerce-cart .quantity.wqpmb_quantity {
	width: 40px;
	margin: 0px;
}

body.woocommerce-cart .quantity.wqpmb_quantity input.wqpmb_input_text.input-text.qty {
	padding: 0px;
	width: 32px;
	text-align: center;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	background: transparent;
	max-width: none;
	margin: 0px auto;
	font-size: 18px;
}

body.woocommerce-cart .coupon button {
	border-radius: 100px;
}

body.woocommerce-cart .shop_table .product-name > a {
	font-family: IBM Plex Sans, sans-serif;
	font-weight: 500;
	color: #414141;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
}

body.woocommerce-cart .product-price bdi,
body.woocommerce-cart .product-subtotal bdi {
	color: #414141;
	font-family: IBM Plex Sans, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}

body.woocommerce-cart .shop_table .product-thumbnail img {
	max-width: 60px;
	width: 60px;
	border: 1px solid #D1D1D1;
	border-radius: 5px;
	padding: 10px;
}

body.woocommerce-cart .button-continue-shopping {
	display: none;
}

.mobile-bottom-float-menu {
	position: fixed;
	bottom: 0px;
	z-index: 99999997;
	width: 100%;
}

.mobile-bottom-float-menu .mobile-active .elementor-icon {
	border-color: #ffffff!important;
	background-color: #84bd00!important;
	transform: translateY(-15px);
}

/**.checkout-guide .checkout-guide-steps .checkout-guide-step-10cart a:before {
	content: "1";
}

.checkout-guide .checkout-guide-steps .checkout-guide-step-20checkout a:before {
	content: "2";
}

.checkout-guide .checkout-guide-steps .checkout-guide-step-30completed span:before {
	content: "3";
}**/

.checkout-guide .checkout-guide-steps li.checkout-guide-step:nth-child(1) a:before,
.checkout-guide .checkout-guide-steps li.checkout-guide-step:nth-child(1) span:before {
	content: "1";
}

.checkout-guide .checkout-guide-steps li.checkout-guide-step:nth-child(2) a:before,
.checkout-guide .checkout-guide-steps li.checkout-guide-step:nth-child(2) span:before {
	content: "2";
}
.checkout-guide .checkout-guide-steps li.checkout-guide-step:nth-child(3) a:before,
.checkout-guide .checkout-guide-steps li.checkout-guide-step:nth-child(3) span:before {
	content: "3";
}

.checkout-guide .checkout-guide-steps li.checkout-guide-step:nth-child(4) a:before,
.checkout-guide .checkout-guide-steps li.checkout-guide-step:nth-child(4) span:before {
	content: "4";
}

.floating-add-to-cart-single-prod {
	position: fixed;
	bottom: 0px;
	z-index: 99999995;
	width: 100%;
}

body.is-singular.woocommerce .floating-add-to-cart-single-prod .qib-button.qib-button-wrapper {
	margin: 0px;
}

body.is-singular.woocommerce .floating-add-to-cart-single-prod form {
	justify-content: space-between;
}

body.is-singular.woocommerce .floating-add-to-cart-single-prod button.single_add_to_cart_button {
	float: right;
}

body.is-singular.woocommerce .single-prod-image-prev-box .elementor-widget-wrap,
body.is-singular.woocommerce .single-prod-desc .elementor-widget-wrap {
	background: transparent;
}

body:not(.single-product) .single-prod-mobile-header {
	display: none;
}

body.woocommerce-cart .cart.custom-amount-donation-wrap {
	border: 1px solid #D1D1D1;
	padding: 1em;
	border-radius: 5px;
	border-bottom-width: 2px;
}

body.woocommerce-cart .cart.custom-amount-donation-wrap .single_add_to_cart_button:before {
	content: '\f447';
	display: inline-block;
	margin-right: 0.38em;
	line-height: 0.62;
	font-size: 1.38em;
	vertical-align: middle;
	font-family: 'Genericons-Neue';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: inherit;
	text-transform: none;
	speak: none;
}

body.woocommerce-cart .cart.custom-amount-donation-wrap .single_add_to_cart_button {
	margin-top: 0.62rem;
	padding: 0.38rem;
	width: 100%;
	border: 2px solid #00a9e0;
	border-radius: 100px;
}

body.woocommerce-cart .cart.custom-amount-donation-wrap .xoo-cp-icon-check.xoo-cp-added {
	display: none;
}

body.woocommerce-cart .cart.custom-amount-donation-wrap .qib-button-wrapper {
	display: none;
}

body.woocommerce-cart label.cpw-1 {
	display: none;
}


body.woocommerce-cart  .edit_in_cart_text {
	display: none;
}

body.woocommerce-cart p.cwp-input-wrapper {
	margin-bottom: 8px;
}

body.woocommerce-cart #cpw-1,
body.woocommerce-cart input.text_custom {
	border: 2px solid #f1f1f1;
	border-radius: 100px;
	width: 100%;
	text-align: center;
	background: #f1f1f1;
}

body.woocommerce-cart .woocommerce-notices-wrapper .wc-cpw-error {
	display: none;
}

body.woocommerce-cart .other-amount-toggle {
	margin-top: 0.62rem;
	padding: 0.38rem;
	width: 100%;
	border: 2px solid currentColor;
	border-radius: 100px;
	background: #00a9e0;
	font-family: "Montserrat", sans-serif;
	color: #fff;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.81rem;
	letter-spacing: 0.06333em;
	margin-top: 0px;
}

body.woocommerce-cart .cpw,
body.woocommerce-cart .e-atc-qty-button-holder {
	display: none;
}

body.woocommerce-cart .custom-amount-donation-wrap .custom-text {
	display: none;
}

.ha-pqv__cart a.add_to_cart_button:before {
	content: url(/wp-content/uploads/2022/12/add-to-cart-btn-icon-clean.svg);
	margin-right: 8px;
	position: relative;
	top: 2px;
}

.ha-pqv__cart a.add_to_cart_button:hover:before,
.ha-pqv__cart a.add_to_cart_button:focus:before {
    content: url('/wp-content/uploads/2022/12/add-to-cart-btn-icon-blue-clean.svg');
}

.ha-pqv__cart a.add_to_cart_button:after {
	display: none;
}

.ha-pqv__cart .added_to_cart.wc-forward {
	display: none;
}

.footer-social-icons a {
	pointer-events: none;
}

.fcpfw_container button.fcpfw_minus,
.fcpfw_container button.fcpfw_plus {
	display: block;
	background: #a19f9f14;
	width: 42px;
	height: 42px;
	border-radius: 100px;
	line-height: 40px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-weight: 400;
}

body .search-results-archives .elementor-products-grid ul.products.elementor-grid li.product {
	overflow: hidden;
	border-radius: 10px 10px 50px 50px!important;
	display: flex;
	flex-direction: column;
}

body .search-results-archives .elementor-products-grid ul.products.elementor-grid li.product a:first-child {
	flex: 1;
	order: 0;
}

body .search-results-archives .elementor-products-grid ul.products.elementor-grid li.product a:nth-child(2) {
	order: 2;
}

body .search-results-archives .elementor-products-grid ul.products.elementor-grid li.product a:last-child {
	order: 1;
}

body .search-results-archives .elementor-widget-wrap p {
	width: 50%;
}

body .search-results-archives ul.products .product .description {
	padding: 0px;
}

body .search-results-archives .price .amount {
	font-weight: 400;
}

body .search-results-archives ul.products .product .thumbnail {
	margin: -20px -20px 20px -20px;
}

body .search-results-archives a.woocommerce-LoopProduct-link {
	margin-bottom: 20px;
}

body .search-results-archives .description .woocommerce-loop-product__title {
	min-height: 44px;
}

body .search-results-archives .description .woocommerce-loop-product__title span.price {
	display: none;
}

body .search-results-archives .products-sorting:nth-child(5) {
	display: none;
}

.archive.tax-product_cat .intro-container {
	display: none;
}

.archive.tax-product_cat ul.products li.product a:first-child,
.archive.woocommerce-shop ul.products li.product a:first-child {
	flex: 1;
	order: 0;
}

.archive.tax-product_cat ul.products li.product a:nth-child(2),
.archive.woocommerce-shop ul.products li.product a:nth-child(2) {
	order: 2;
}

.archive.tax-product_cat ul.products li.product a:last-child,
.archive.woocommerce-shop ul.products li.product a:last-child {
	order: 1;
}

.archive.tax-product_cat ul.products .product,
.archive.woocommerce-shop ul.products .product {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-radius: 10px;
	padding: 20px 20px 20px 20px;
	border-color: #E1E1E1;
	overflow: hidden;
	border-radius: 10px 10px 50px 50px!important;
	display: flex!important;
	flex-direction: column!important;
}

.archive.tax-product_cat ul.products .product .thumbnail,
.archive.woocommerce-shop ul.products .product .thumbnail {
	margin: -20px -20px 20px -20px;
}

.archive.tax-product_cat ul.products .product .description,
.archive.woocommerce-shop ul.products .product .description {
	padding: 0px;
	margin-bottom: 20px;
}

.archive.tax-product_cat ul.products h3.woocommerce-loop-product__title,
.archive.woocommerce-shop ul.products h3.woocommerce-loop-product__title {
	font-family: "Montserrat", Sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-transform: none;
	line-height: 22px;
	color: #222222;
	min-height: 44px;
}

.archive.tax-product_cat ul.products .description span.onsale,
.archive.woocommerce-shop ul.products .description span.onsale {
	padding: 0px 14px!important;
	border-radius: 100px;
	margin-top: -66px;
}

.archive.tax-product_cat ul.products .description .price bdi,
.archive.woocommerce-shop ul.products .description .price bdi {
	color: #A4A4A4;
	font-family: "Montserrat", Sans-serif;
	font-size: 18px;
	font-weight: 400;
}

.archive.tax-product_cat ul.products a.button,
.archive.woocommerce-shop ul.products a.button {
	color: #00A9E0;
	background-color: #FFFFFF;
	border-color: #DDDDDD;
	font-family: "Montserrat", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	line-height: 19px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-radius: 100px 100px 100px 100px;
	padding: 10px 10px 10px 10px;
}


.archive.tax-product_cat ul.products a.button:hover,
.archive.woocommerce-shop ul.products a.button:hover {
	color: #ffffff;
	background-color: #00A9E0;
	border-color: #00A9E0;
}

.archive.tax-product_cat .products-sorting:nth-child(5),
.archive.woocommerce-shop .products-sorting:nth-child(5) {
	display: none;
}

.woocommerce-order-received ul.order_details {
	max-width: 100%;
}

.elementor-widget-woocommerce-product-add-to-cart .button.wc_bis_send_form {
	background: #00A9E0;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	line-height: 19px;
	padding: 10px 15px;
	border: 1px solid #00A9E0;
	border-radius: 100px;
}

.elementor-widget-woocommerce-product-add-to-cart .button.wc_bis_send_form:hover {
	color: #00A9E0;
	background: #ffffff;
}

.elementor-widget-woocommerce-product-add-to-cart #wc_bis_email {
	margin-bottom: 20px;
	border: 2px solid #f1f1f1;
	border-radius: 100px;
	width: auto;
	text-align: center;
	background: #f1f1f1;
}

.contact-us-form {
	max-width: 740px;
	margin: 0px auto;
}

.contact-us-form p label,
.contact-us-form p label span {
	width: 100%;
}

.contact-us-form input {
	width: 100%;
	border: 1px solid #cccccc;
	border-radius: 5px;
}

.contact-us-form textarea {
	width: 100%;
	border: 1px solid #cccccc;
	border-radius: 5px;
}

.contact-us-form .radio-btns-inline input {
	width: auto;
	border: 1px solid #cccccc00;
	border-radius: 0px;
}

.contact-us-form input.wpcf7-submit {
	width: 100%;
	border-radius: 100px;
	background: #00a9e0;
	border: 1px solid #00a9e0;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	line-height: 19px;
	padding: 10px 15px;
}

.contact-us-form input.wpcf7-submit:hover {
	color: #00A9E0;
	background: #ffffff;
}

.contact-us-form p:nth-child(2),
.contact-us-form p:nth-child(3),
.contact-us-form p:nth-child(4),
.contact-us-form p:nth-child(5) {
	width: 48%;
	display: inline-block;
	float: left;
}

.contact-us-form p:nth-child(2),
.contact-us-form p:nth-child(4) {
	margin-right: 4%;
}

.contact-us-form p:nth-child(3),
.contact-us-form p:nth-child(5) {
	margin-right: 0px;
}

.page:not(.home) .intro-inner {
	width: auto;
}

.header-cart-icon g.cc {
	display: none;
}

.cart-not-empty .header-cart-icon g.cc {
	display: inline;
}

.cat-arrows-wrap,
.cat-arrows-wrap > .elementor-container,
.cat-arrows-wrap > .elementor-container > .elementor-column,
.cat-arrows-wrap > .elementor-container > .elementor-column > .elementor-widget-wrap,
.cat-arrows-wrap > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-element,
.cat-arrows-wrap > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-element > .elementor-widget-container {
	height: 0px;
}

.dynamic-prod-title {
	
}

.dynamic-prod-title span.woocommerce-Price-amount {
	float: right;
	margin-top: -42px;
}

.dynamic-prod-title .ha-single-product__title {
	padding-right: 50px;
}

.dynamic-prod-title span.woocommerce-Price-amount bdi {
	font-weight: 500;
}

.float-menu {
	
}

.float-menu .has-submenu.highlighted {
	
}

.float-menu .sub-menu {

}

.float-menu .sub-menu li a {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 19px;
	color: #00A9E0!important;
	font-weight: 400!important;
	border-bottom: 1px solid #ddd;
	padding-left: 0px;
	margin-left: 28px;
	border-left: 0px;
}

.float-menu .sub-menu li a:hover {
	border-left: 0px;
}

.float-menu .menu-item a,
.float-menu .menu-item a:hover,
.float-menu .menu-item a:active {
	background: #ffffff!important;
}

body.single-product .floating-add-to-cart-single-prod {
	
}

body.single-product .floating-add-to-cart-single-prod table.bundled_products {
	display: none;
}

.cross-sells-footer-og {
	display: none;
}

.cross-sells-footer-inner {
	position: absolute;
	top: 0px;
	background: #fff;
	width: calc(100% - 72px);
}

.cross-sells-footer-inner ul.products {
	flex-direction: column;
	margin: 0px;
}

.cross-sells-footer-inner ul.products li,
.cross-sells-footer-inner ul.products li:hover {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 1px solid #e5e5e5;
	border-bottom-width: 2px;
	border-radius: 5px;
	margin-bottom: 14px;
	transform: translateY(0px);
}

.cross-sells-footer-inner ul.products li.side-popup-active {
	border-color: #84bd00;
	background: #84bd00;
}

.cross-sells-footer-inner ul.products li a {
	display: block;
	padding: 14px;
}

.cross-sells-footer-inner ul.products .thumbnail {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.cross-sells-footer-inner ul.products .thumbnail span:first-child {
	width: 25%;
	text-align: center;
	width: 33.33%;
	text-align: center;
	color: #84bd00;
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

.cross-sells-footer-inner ul.products li.side-popup-active .thumbnail span:first-child {
	color: #ffffff;
}

.cross-sells-footer-inner ul.products .thumbnail span:last-child {
	width: 75%;
}

.cross-sells-footer-inner ul.products .thumbnail span:first-child .woocommerce-Price-amount {
	color: #84bd00;
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

.cross-sells-footer-inner ul.products .thumbnail span:last-child .woocommerce-desc {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #7A7A7A;
}

.cross-sells-footer-inner ul.products .product .button {
	border-radius: 100px;
	margin-top: 0.62rem;
	padding: 0.38rem;
	display: none;
}

.cross-sells-footer-inner .custom-amount-donation-wrap .custom-text,
.cross-sells-footer-inner .e-atc-qty-button-holder,
.cross-sells-footer-inner .e-atc-qty-button-holder .qib-button {
	display: none;
}

.cross-sells-footer-inner button.single_add_to_cart_button {
	border-radius: 100px;
	margin-top: 0.62rem;
	padding: 0.38rem;
	width: 100%;
}

.cross-sells-footer-inner .cart.custom-amount-donation-wrap .single_add_to_cart_button {
	padding: 0.76543em 2em!important;
}

.cross-sells-footer-inner .other-amount-toggle {
	display: block;
	text-align: center;
}

.cross-sells-footer-inner .custom_price {
	width: 100% !important;
	text-align: center !important;
	border: 0px !important;
	background: #efefef !important;
	border-radius: 100px !important;
	margin-top: 8px !important;
}

.fcpfw_body .cross-sells-footer-inner .cart.custom-amount-donation-wrap {
	border: 0px;
	padding: 0px;
	border-radius: 0px;
	border-bottom-width: 0px;
}

.fcpfw_body .cross-sells-footer-inner .other-amount-toggle,
.fcpfw_body .cross-sells-footer-inner .no-donation {
	background: transparent;
	color: #00a9e0;
	border: 0px;
	font-family: "Montserrat", sans-serif;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.81rem;
	letter-spacing: 0.06333em;
	margin-top: 0px;
	width: 100%;
	padding: 0.38rem;
}

.cross-sells-footer-inner .main-donation-button a:not(:first-child) {
	display: none;
}

.cross-sells-footer-inner .main-donation-button a {
	width: 100%;
	border-radius: 100px;
}

.cross-sells-footer-inner .main-donation-button a.add_to_cart_button:before {
	content: '\f447';
	display: inline-block;
	margin-right: 0.38em;
	line-height: 0.62;
	font-size: 1.38em;
	vertical-align: middle;
	font-family: 'Genericons-Neue';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: inherit;
	text-transform: none;
	speak: none;
}

.cross-sells-footer-inner .main-donation-button a.add_to_cart_button.loading:before {
	content: '\f420';
	font-family: 'Genericons-Neue';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: inherit;
	text-transform: none;
	font-size: 20px;
	speak: none;
	-webkit-animation: rotating 1s linear infinite;
	-moz-animation: rotating 1s linear infinite;
	-ms-animation: rotating 1s linear infinite;
	-o-animation: rotating 1s linear infinite;
	animation: rotating 1s linear infinite;
	display: inline-block;
	position: relative;
	right: 8px;
	top: -2px;
	width: 21px;
	line-height: 21px;
	height: 21px;
}

div[data-elementor-type="product"] .ppc-button-wrapper {
  display: none;
}

.woocommerce-cart a.checkout-button.button br {
  display: none;
}

@media only screen and (max-width: 1024px) {
	body.woocommerce-cart .content-area .site-main,
	body.woocommerce-checkout .content-area .site-main {
		padding: 0px 50px;
	}
	
	.checkout-guide ol.checkout-guide-steps li {
		width: 33.33%;
		float: left;
	}
	
	.checkout-guide ol.checkout-guide-steps li a:before,
	.checkout-guide ol.checkout-guide-steps li span:before {
		display: block;
		margin: 0px auto 10px auto;
	}
	
	.checkout-guide ol.checkout-guide-steps li a,
	.checkout-guide ol.checkout-guide-steps li span {
		text-align: center;
	}
	
	.checkout-guide .checkout-guide-title:before {
		-webkit-box-shadow: 0 0 0 1px;
		box-shadow: 0 0 0 1px;
	}

	.checkout-guide .is-active .checkout-guide-title:before {
		-webkit-box-shadow: 0 0 0 2px;
		box-shadow: 0 0 0 2px;
	}
	
	.shop_table .product-remove a {
		border-radius: 100px;
	}
	
	body.woocommerce-cart .qib-button.qib-button-wrapper {
		float: right;
		margin: 0px;
	}
	
	body.woocommerce-cart .cart_item td, .cart_item th {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.tax-product_cat .elementor-widget-wc-archive-products .products {
		grid-template-columns: repeat(2,1fr);
	}
	
	.two-column-prod-carousel.ha-product-carousel .ha-product-carousel-item-inner {
    padding: 20px;
}
	
	.two-column-prod-carousel.ha-product-carousel .ha-product-carousel-image {
		width: calc(55% - 30px);
		margin-left: 5%;
	}

	.two-column-prod-carousel.ha-product-carousel .ha-product-carousel-price {
		margin-bottom: 8px;
	}
	
	.two-column-prod-carousel.ha-product-carousel .slick-next,
	.two-column-prod-carousel.ha-product-carousel .slick-prev {
		top: 105px;
	}
}

@media only screen and (max-width: 640px) {
	
	
	.xoo-cp-modal {
		width: 100%;
	}
	
	.xoo-cp-container {
		min-width: 100%;
	}

	.xoo-cp-pdetails td.xoo-cp-pimg {
		display: block;
	}
	
	.xoo-cp-pdetails td.xoo-cp-pprice {
		
	}
	
	.xoo-cp-btns {
		border-bottom-left-radius: 0px;
		overflow: hidden;
	}
	
	.xoo-cp-btns .xcp-btn {
		width: 48%;
		float: left;
	}
	
	.xoo-cp-btns .xcp-btn:first-child {
		margin-right: 4%;
	}
	
	body.woocommerce-cart .content-area .site-main,
	body.woocommerce-checkout .content-area .site-main {
		padding: 0px 25px;
	}

	.checkout-guide ol.checkout-guide-steps {
		display: flex;
		flex-direction: row;
	}

	.checkout-guide ol.checkout-guide-steps li:not(.is-current) {

	}

	.checkout-guide ol.checkout-guide-steps li {
		width: 100%;
	}

	.checkout-guide ol.checkout-guide-steps li a,
	.checkout-guide ol.checkout-guide-steps li span {
		font-size: 10px;
	}
	
	.checkout-guide ol.checkout-guide-steps li a {
		padding: 0px 8px;
	}
	
	body.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table td {
		
	}
	
	.woocommerce-checkout-review-order {
		border: 0px;
		padding: 0px;
	}
	
	.fcpfw_container {
		margin: 25px 20px!important;
		width: calc(100% - 40px)!important;
		border-radius: 25px;
		box-shadow: none;
		overflow: hidden;
	}
	
	.fcpfw_container_overlay.active {
		background: rgba(0,0,0,0.5);
	}
	
	.fcpfw_container .fcpfw_total_tr {
		width: 220px;
	}
	
	.fcpfw_container .fcpfw_body {
		padding: 20px 20px;
	}
	
	.fcpfw_container .fcpfw_header {
		padding: 41px 20px;
		background: #f7f7f7;
	}
	
	.fcpfw_container .fcpfw_coupon {
		padding: 20px 20px;
		background: #f7f7f7;
	}
	
	a#fcpfw_apply_coupon {
		text-align: left;
		letter-spacing: 0.5px;
	}
	
	a#fcpfw_apply_coupon:before {
		margin-right: 8px;
	}
	
	.fcpfw_container .fcpfw_footer {
		padding-right: 20px;
	}
	
	.fcpfw_total_tr_inner {
		padding: 0px 0px 0px 20px;
	}
	
	.fcpfw_container .fcpfw_footer {
		background: #414141;
	}
	
	.fcpfw_container .fcpfw_total_tr_inner div {
		color: #ffffff;
	}
	
	.fcpfw_container .fcpfw_footer a {
		border: 2px solid #ffffff;
	}
	
	body.is-singular.woocommerce .single-prod-image-prev-box .elementor-widget-wrap {
		background: #f2f2f2;
	}
	
	body.is-singular.woocommerce .single-prod-desc .elementor-widget-wrap {
		background: #ffffff;
	}
	
	body.is-singular.woocommerce .single-prod-image-prev-box {
		position: fixed;
	}
	
	.body.is-singular.woocommerce .single-prod-mobile-header {
		display: block;
	}
	
	body.is-singular.woocommerce .inner-header-banner,
	body.is-singular.woocommerce .inner-header-menu,
	body.is-singular.woocommerce .breadcrumbs-pages {
		display: none;
	}
	
	.single-prod-mobile-header {
		display: block;
		position: fixed;
		width: 100%;
	}
	
	body.is-singular.woocommerce .site-content {
		margin-top: 82px;
	}
	
	.elementor-column.single-prod-desc {
		margin-top: 560px;
	}
	
	.radio-btns-inline > span:first-child {
		display: block;
	}
	
	.radio-btns-inline .wpcf7-list-item.first {
		margin-left: 0px;
	}
	
	.tax-product_cat .elementor-widget-wc-archive-products .products {
		grid-template-columns: repeat(1,1fr);
	}
	
	.tax-product_cat .products-sorting {
		display: none;
	}
	
	.home-level2-menu {
	
	}
	
	.ha-product-grid .ha-product-grid__img {
		margin: -8px -8px 8px -8px;
	}
	
	.ha-product-carousel .ha-product-carousel-item-inner {
		padding: 8px;
	}
	
	.ha-product-carousel .ha-product-carousel-image {
		margin-top: -8px;
		margin-right: -8px;
		margin-left: -8px;
	}
	
	.two-column-prod-carousel.ha-product-carousel .ha-product-carousel-image {
		width: calc(55% - 30px);
		margin-left: 0%;
	}
	
	.ha-pqv {
		flex-direction: column;
	}
	
	.ha-pqv .ha-pqv__content,
	.ha-pqv .ha-pqv__img {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 calc(100% - 20px);
		-ms-flex: 0 0 calc(100% - 20px);
		flex: 0 0 calc(100% - 20px);
		max-width: calc(100% - 20px);
	}
	
	.home-body-prod-cats-slider.elementor-section {
		width: calc(100% - 0px);
		text-align: center;
		overflow: hidden;
		height: 150px;
	}

	.home-body-prod-cats-slider.elementor-section .elementor-container {
		display: flex;
		margin: 0 -10px;
		padding-bottom: 30px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
		flex-direction: row;
		flex-wrap: unset;
	}

	.home-body-prod-cats-slider.elementor-section .elementor-container .elementor-column {
		scroll-snap-align: start;
		flex-shrink: 0;
		background: #fff;
		transform-origin: center center;
		transform: scale(1);
		transition: transform 0.5s;
		position: relative;
		padding: 0 10px;
		width: 170px;
	}
	
	.home-body-prod-cats-slider.elementor-section .elementor-container .elementor-column .elementor-widget-container {
		margin: 0px;
		padding: 25px 0px;
	}

	.xoo-cp-pdetails {
		padding: 39px 25px;
	}

	.xoo-cp-btns {
		padding: 16px 25px;
	}

	.xoo-cp-btns .xcp-btn {
		font-size: 12px;
	}
	
	.tax-product_cat .elementor-widget-wc-archive-products .products {
		grid-template-columns: repeat(2,1fr);
	}
	
	.archive.tax-product_cat ul.products .product .thumbnail {
		margin: -8px -8px 8px -8px;
	}
	
	.xoo-cp-close.xcp-btn {
		padding-left: 8px;
		padding-right: 8px;
	}
	
	.archive.tax-product_cat ul.products .product,
	.archive.woocommerce-shop ul.products .product {
		border-radius: 10px 10px 25px 25px!important;
	}
	
	.archive.tax-product_cat ul.products .description .price bdi,
	.archive.woocommerce-shop ul.products .description .price bdi {
		font-size: 14px;
	}

	.archive.tax-product_cat ul.products .product .price,
	.archive.woocommerce-shop ul.products .product .price {
		margin: 0px;
	}

	.archive.tax-product_cat ul.products .product .description,
	.archive.woocommerce-shop ul.products .product .description {
		margin-bottom: 8px;
	}

	.grecaptcha-badge {
		display: none!important;
	}

	.single-product .ha-social-share ul.ha-share-buttons li.ha-share-button {
		display: inline-block;
		width: 49px;
	}

	.archive.tax-product_cat ul.products .description span.onsale,
	.archive.woocommerce-shop ul.products .description span.onsale {
		padding: 0px 10px!important;
		border-radius: 100px;
		margin-top: -48px;
		font-size: 10px;
		right: 0px;
		line-height: 30px;
	}
	
	.woocommerce-order-received .order_details .amount {
		font-size: calc(1.62em - 2px)!important;
	}
	
	.woocommerce-order-received .order_details .includes_tax .amount {
		font-size: 1.62em!important;
		font-weight: 400!important;
	}
	
	.cross-sells-footer-inner {
		padding-top: 20px;
		padding-bottom: 20px;
		width: calc(100% - 40px);
	}
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.elementor-location-footer .elementor-inner-column .elementor-button-text {
    text-align: left;
}
