/*
Theme Name: Shoptimizer Child
Theme URI: https://www.commercegurus.com/wordpress-themes/shoptimizer
Template: shoptimizer
Author: CommerceGurus
Author URI: https://www.commercegurus.com/
Description: Shoptimizer is the perfect theme for your next WooCommerce project designed around speed and conversions.
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options
Version: 2.9.1.1768968806
Updated: 2026-01-21 13:13:26

*/
/* ==========================================
   메뉴 간격만 좌우로 넓히기 (폰트/정렬 유지)
   ========================================== */

.main-navigation ul li {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.main-navigation ul li:first-child {
    margin-left: 0 !important;
}

.main-navigation ul li:last-child {
    margin-right: 0 !important;
}
/* Registration terms checkbox spacing */
#admittedsop_terms_ack {
    margin-right: 8px;
}

/* Reorder privacy text and checkbox on registration */
.woocommerce-privacy-policy-text {
    margin-bottom: 10px;
}

#admittedsop_terms_ack {
    margin-top: 6px;
}
/* WooCommerce register notice – bullet style, but keep original typography */
.woocommerce-form-register ul {
  margin: 0 0 12px 0;
  padding-left: 18px;
}

.woocommerce-form-register ul li {
  list-style: disc;
  font-size: 14px;          /* ← 핵심: Woo 기본 설명문 크기 */
  line-height: 1.6;
  font-family: inherit;
  color: #555;              /* Woo 기본 톤 */
  margin: 0 0 6px 0;
}
