/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 01 2026 | 11:17:43 */
/*Single pOSt*/
.single-post .container {
	max-width: 100%;
	padding: 0;
}


/*Order Checkout*/
.woocommerce-checkout .wc_points_rewards_earn_points, 
.woocommerce-checkout .wc_points_redeem_earn_points {
    order: 2 !important;
}

.woocommerce-form-coupon-toggle {
    order: 3 !important;
}

/* === Extender breakpoint móvil hasta 1199px === */
@media (max-width:1199px) {
  /* Mostrar header móvil y ocultar header de escritorio */
  .navigation-mobile { 
    display: flex !important; 
    pointer-events: auto !important;
  }
  .navigation { 
    display: none !important; 
  }

  /* Empujar el contenido cuando se abre el panel móvil (577–1199px) */
  .main-wrapper.mobile-menu-open { 
    margin-left: -260px !important; 
  }
}

/* Mantener el desplazamiento especial del tema para <=576px */
@media (max-width:576px) {
  .main-wrapper.mobile-menu-open { 
    margin-left: calc(-100% + 80px) !important; 
  }
}

/* Volver a escritorio a partir de 1200px */
@media (min-width:1200px) {
  .navigation-mobile { display: none !important; }
  .navigation { display: flex !important; }
}



@media (min-width:1200px) and (max-width:1439px) {
  .navigation .inner-wrapper .navigation-inner {
		padding: 0 20px;
	}
	
	.navigation .menu-list-wrapper .menu-list .menu-item:not(:last-child) {
		margin-right: 25px;
	}
	
	.navigation .action-wrapper .action-toggle:not(:last-child) {
		margin-right: 10px;
	}
}


.navigation .inner-wrapper .shopping-bag-panel .bag-body {
    height: 60%;
}