.elementor-kit-6 e-page-transition {
	background-color: #ffbc7d;
}

.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1200px;
}

 {}

h1.entry-title {
	display: var(--page-title-display);
}

.site-header .site-branding {
	flex-direction: column;
	align-items: stretch;
}

.site-header {
	padding-inline-end: 0px;
	padding-inline-start: 0px;
}

.site-footer .site-branding {
	flex-direction: column;
	align-items: stretch;
}

@media (max-width:1024px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1024px;
	}
}

@media (max-width:430px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 100%;
	}
}

.woocommerce-cart table.cart {
	display: block;
	width: 100%;
	overflow-x: auto;
}

.woocommerce-cart table.cart td, .woocommerce-cart table.cart th {
	white-space: normal;
	word-break: break-word;
}

.woocommerce-cart .product-thumbnail img {
	max-width: 80px;
	height: auto;
}

.woocommerce-cart .cart-collaterals, .woocommerce-cart .cart_totals {
	width: 100%;
	box-sizing: border-box;
}

body.woocommerce-cart {
	overflow-x: hidden;
}

.elementor-widget-woocommerce-products .woocommerce-loop-product__title {
	color: #333 !important;
	font-weight: bold;
}

.elementor-widget-woocommerce-products .price {
	color: #333 !important;
	font-weight: 600;
}