/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 10 2026 | 03:05:30 */
@media screen and (320px <= width <= 667px) {
	/* SHOP */
	.woocommerce-shop .main-content, .tax-product_cat .main-content {
		padding: 1.5rem 2rem;
	}
	/* SINGLE-SHOP */
	.product_title.show-product-nav {
		width: auto;
	}
	/* CARRITO */
	.woo-page-header.page-header-8 {
		padding: 1rem 0;
	}
	.woo-page-header.page-header-8 li a {
		font-size: 1.5rem;
		line-height: 2rem;
		letter-spacing: 0;
	}
	.woo-page-header.page-header-8 li a::before {
		top: 2px;
		left: -7px;
		width: 25px;
		height: 25px;
	}
	.woo-page-header.page-header-8 li a::after {
		left: -10px;
		top: -10px;
	}
	.woocommerce-cart .col-lg-8 {
		padding-bottom: 2rem;
	}
	.woocommerce-cart .card-sub-title {
		margin-bottom: 0 !important;
	}
	.wc-proceed-to-checkout {
		text-align: center;
	}
	.wc-proceed-to-checkout .btn, #place_order {
		width: auto !important;
		margin-top: 0 !important;
	}
	.page-header-8 li .delimiter.delimiter-2 {
		display: none !important;
	}
	.page-header-8 .breadcrumb {
		display: grid;
	}
	.page-header-8 li {
		line-height: 2.5rem;
		border-bottom: 1px solid #2a2a2a;
		padding-bottom: 0.5rem;
		margin-bottom: 0.5rem;
	}
	.page-header-8 li:last-child {
		border-bottom: 0;
		padding: 0;
		margin: 0;
	}
	.shop_table.responsive {
		border: #111;
		border-top: 4px solid #ffc600;
	}
	/* CHECKOUT */
	.woocommerce-checkout #main.wide.column1 .main-content {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.woocommerce-checkout .col-lg-5 {
		padding-top: 2rem;
		padding-left: 0;
		padding-right: 0;
	}
	.sticky-checkout-bottom {
		text-align: center;
	}
	.woocommerce-checkout .sticky-checkout-bottom {
		background: #060606;
		padding: 1rem;
	}
	.woocommerce-checkout .sticky-checkout-bottom #place_order {
		margin: 0 !important;
	}
	/* PEDIDO */
	.woocommerce-thankyou-order-received {
		font-size: 2rem;
		line-height: 2.5rem;
		padding: 28px;
	}
	.woocommerce-thankyou-order-received::after {
		width: 100%;
	}
	.woocommerce-thankyou .d-flex.flex-wrap.order-info.m-b-xl.m-t-xs.pt-3.w-100 {
		display: grid !important;
		padding: 1rem;
	}
	.order-info .order-item {
		width: 100%;
		margin-bottom: 0;
		border-bottom: 1px solid #2a2a2a;
		border-right: 0;
	}
	.order-info .order-item:last-child {
		border-bottom: 0;
	}
	.woocommerce-customer-details a.woocommerce-button {
		margin: 0 auto;
		position: relative;
		top: 0;
		left: 50%;
		transform: translateX(-50%) translateY(0%);
		margin-bottom: 1rem;
	}
	.woocommerce-table--order-details.shop_table {
		width: calc(100% - 1.5rem);
	}
	/* CUENTA */
	.woocommerce-account .woocommerce-MyAccount-content {
		padding: 2rem 1rem;
	}
	.woocommerce-account .woocommerce-MyAccount-content .box-with-icon .row {
		gap: 0;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation {
		height: auto;
		border-right: 0;
	}
	.shop_table.responsive tr, .shop_table.shop_table_responsive tr {
		padding: 0;
        padding-bottom: 0.5rem;
        border-top: 0;
	}
	.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table thead th, .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table tbody th, .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table tbody td {
		padding: 0.5rem 1.5rem;
	}
	.woocommerce-Address.address a.edit.button.wc-action-btn {
		margin: auto;
    	margin-bottom: 1rem;
	}
	.woocommerce-Addresses.col2-set.addresses {
		gap: 0 !important;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation {
		padding: 2.5rem 0;
	}
}