@media (min-width: 768px) {
    .storefront-full-width-content.woocommerce-cart .entry-header, .storefront-full-width-content.woocommerce-checkout .entry-header, .storefront-full-width-content.woocommerce-account .entry-header, .storefront-full-width-content .woocommerce-products-header {
        padding: 0 0 2em;
    }
}

img.custom-logo {
    max-width: 250px !important;
}

.site-info {
	text-align: center;
  margin: 0 auto;
}

.wc-block-components-product-title.wc-block-grid__product-title,
.woocommerce-loop-product__title, .wp-block-post-title
{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%;
  color: #333333;
  font-style:normal;
	font-weight:600; margin-bottom:0.75rem;
	margin-top:0;
	font-size: 14px !important;
}

a.wc-block-components-product-name:link {
	text-decoration: none;
}

span.wc-block-formatted-money-amount {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}

#post-4918 .entry-header,
#post-8197 .entry-header {
    display: none
}

#post-4918 #wc-block-components-sort-select__select-0 {
	display: none;
}

@media (min-width: 768px) {
	.block.footer-widget-2 {
		display: flex;
		justify-content: right;
	}
}

a.btn-link:link,
a.btn-link:hover,
a.btn-link:active,
a.btn-link:visited,
a.btn-link:focus {
    font-size: 18px;
    font-weight: 600;
    color: #FC843C;
    text-decoration: none;
}

.woocommerce-Price-amount.amount {
	color: #333333;
	font-weight: 600;
}


.widget.woocommerce.widget_shopping_cart,
.site-header-cart .widget_shopping_cart .buttons, .site-header-cart .widget_shopping_cart .total{
  background-color: #ffffff;
	border: solid 1px #eceef1;
}

.widget_shopping_cart_content {
	background-color: #ffffff
}

.button.wc-forward:not(.checkout) {
	color: #FC843C !important;
	background-color: #FFFFFF !important;
}

.help-container {
	max-width: 400px;
}

.help-container.center {
	align-content: center;
}

.help-item {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.help-item:last-child {
	margin-bottom: 0;
}

.help-icon {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	margin-right: 15px;
}

.help-content {
	display: flex;
	flex-direction: column;
}

.help-title {
	font-size: 18px;
	margin: 0;
	color: #333;
}

.help-detail {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	color: #555;
	word-break: break-word;
}

@media (max-width: 480px) {
	.help-container {
		padding: 15px;
	}

	.help-title {
		font-size: 16px;
	}

	.help-detail {
		font-size: 14px;
	}
}

.add_to_cart_button {
	font-size: 1.5em !important;
}

.add_to_cart_button.ajax_add_to_cart {
	font-size: 1em !important;
}

.wp-block-jetpack-layout-grid {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

#masthead.site-header {
	background-image: url("/wp-content/uploads/2024/11/cropped-spot_kredimall_navbar_full.png");
	background-repeat: no-repeat;
	background-size: 100%;
}

.with-empty-cart-icon.wc-block-cart__empty-cart__title {
	content: url("/wp-content/uploads/2024/11/es_empty_shopping_cart.png");
	align-content: center;
}

.wp-block-woocommerce-empty-cart-block {
	display: flex;
	justify-content: center;
}
.wp-block-separator.has-alpha-channel-opacity.is-style-dots {
	display: none;
}

.custom-product-title {
	white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}

.logo-title-container {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Arial, sans-serif;
	margin-bottom: 1em;
	margin-top: 1em;
}

.logo {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 2px;
  user-select: none;
	width: 40px;
}

.shop-title {
  font-weight: 300;
  font-size: 14px;
  user-select: none;
}
