@charset "utf-8";
._shop .category-wrap .header-main-nav.active .primary-menu {
  font-size: 0.875rem;
  color: #d8141b !important;
}

#gotop {
  color: #fff !important;
}





#tab-goods-delivery{


        h1 {
            color: #1f5582;
            font-size: 28px;
            font-weight: bold;
            margin-bottom: 30px;
            text-align: center;
            border-bottom: 3px solid #1f5582;
            padding-bottom: 15px;
        }

        h2 {
            color: #2c5aa0;
            font-size: 20px;
            font-weight: bold;
            margin: 30px 0 15px 0;
            padding: 10px 0;
            border-left: 4px solid #2c5aa0;
            padding-left: 15px;
            background: linear-gradient(90deg, #f0f4f8 0%, transparent 100%);
        }

        h3 {
            color: #444;
            font-size: 16px;
            font-weight: bold;
            margin: 20px 0 10px 0;
        }

        .notice {
            background-color: #e8f4f8;
            border: 1px solid #b8d4e3;
            padding: 20px;
            margin-bottom: 30px;
            border-radius: 6px;
            font-size: 14px;
            line-height: 1.8;
        }


        .info-box {
            background-color: #f8f9fa;
            border: 1px solid #dee2e6;
            border-left: 4px solid #28a745;
            padding: 20px;
            margin: 20px 0;
            border-radius: 4px;
        }

        .warning {
            background-color: #fff3cd;
            border: 1px solid #ffeaa7;
            border-left: 4px solid #fd7e14;
            padding: 20px;
            margin: 20px 0;
            border-radius: 4px;
        }

        .shipping-table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
            background-color: white;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .shipping-table th,
        .shipping-table td {
            border: 1px solid #ddd;
            padding: 12px;
            text-align: left;
        }

        .shipping-table th {
            background-color: #f8f9fa;
            font-weight: bold;
            color: #495057;
        }

        .shipping-table tr:nth-child(even) {
            background-color: #f9f9f9;
        }

        ul {
            margin: 10px 0;
            padding-left: 20px;
        }

        li {
            margin: 8px 0;
            line-height: 1.6;
        }

        .highlight {
            background-color: #fff3cd;
            padding: 2px 4px;
            border-radius: 3px;
            font-weight: bold;
        }

        .text-center {
            text-align: center;
        }

        .contact-info {
            background-color: #f8f9fa;
            border: 1px solid #dee2e6;
            padding: 20px;
            margin: 30px 0;
            border-radius: 6px;
            text-align: center;
        }

        .shipping-icon {
            font-size: 20px;
            margin-right: 8px;
        }

        .delivery-types {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
            margin: 20px 0;
        }

        .delivery-type {
            background: white;
            border: 1px solid #ddd;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .delivery-type h4 {
            color: #1f5582;
            margin: 0 0 10px 0;
            font-size: 16px;
        }

        .badge {
            display: inline-block;
            padding: 4px 8px;
            border-radius: 12px;
            font-size: 12px;
            font-weight: bold;
            margin-right: 5px;
        }

        .badge-free {
            background-color: #d4edda;
            color: #155724;
        }

        .badge-paid {
            background-color: #f8d7da;
            color: #721c24;
        }

        .badge-special {
            background-color: #d1ecf1;
            color: #0c5460;
        }




        .notice {
            background-color: #e8f4f8;
            border: 1px solid #b8d4e3;
            padding: 20px;
            margin-bottom: 30px;
            border-radius: 6px;
            font-size: 14px;
            line-height: 1.8;
        }


        .info-box {
            background-color: #f8f9fa;
            border: 1px solid #dee2e6;
            border-left: 4px solid #28a745;
            padding: 20px;
            margin: 20px 0;
            border-radius: 4px;
        }

        .warning {
            background-color: #fff3cd;
            border: 1px solid #ffeaa7;
            border-left: 4px solid #fd7e14;
            padding: 20px;
            margin: 20px 0;
            border-radius: 4px;
        }

        .danger {
            background-color: #f8d7da;
            border: 1px solid #f5c6cb;
            border-left: 4px solid #dc3545;
            padding: 20px;
            margin: 20px 0;
            border-radius: 4px;
        }

        .return-table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
            background-color: white;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .return-table th,
        .return-table td {
            border: 1px solid #ddd;
            padding: 12px;
            text-align: center;
        }

        .return-table th {
            background-color: #f8f9fa;
            font-weight: bold;
            color: #495057;
        }

        .return-table tr:nth-child(even) {
            background-color: #f9f9f9;
        }

        .return-table td:first-child {
            text-align: left;
            font-weight: bold;
        }
 
        .highlight {
            background-color: #fff3cd;
            padding: 2px 4px;
            border-radius: 3px;
            font-weight: bold;
        }

        .step-process {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 20px 0;
            padding: 20px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 8px;
            color: white;
        }

        .step {
            text-align: center;
            flex: 1;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background-color: rgba(255,255,255,0.2);
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        .step-arrow {
            font-size: 20px;
            margin: 0 10px;
        }

        .compatibility-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin: 20px 0;
        }

        .compatibility-item {
            background: white;
            border: 1px solid #ddd;
            border-radius: 8px;
            padding: 15px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .compatibility-item h4 {
            color: #1f5582;
            margin: 0 0 10px 0;
            font-size: 14px;
        }

        .part-category {
            margin: 20px 0;
            padding: 15px;
            border-radius: 6px;
            border-left: 4px solid #17a2b8;
            background-color: #f8f9fa;
        }

        .part-category h4 {
            color: #17a2b8;
            margin: 0 0 10px 0;
        }

        .contact-info {
            background-color: #f8f9fa;
            border: 1px solid #dee2e6;
            padding: 20px;
            margin: 30px 0;
            border-radius: 6px;
            text-align: center;
        }

        .prohibited-item {
            display: flex;
            align-items: center;
            margin: 8px 0;
            padding: 8px;
            background-color: #fff5f5;
            border-radius: 4px;
        }

        .prohibited-item::before {
            content: "❌";
            margin-right: 10px;
            font-size: 16px;
        }

        .allowed-item {
            display: flex;
            align-items: center;
            margin: 8px 0;
            padding: 8px;
            background-color: #f0fff4;
            border-radius: 4px;
        }

        .allowed-item::before {
            content: "✅";
            margin-right: 10px;
            font-size: 16px;
        }

        .period-badge {
            display: inline-block;
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: bold;
            margin-left: 10px;
        }

        .period-7day {
            background-color: #d4edda;
            color: #155724;
        }

        .period-1month {
            background-color: #d1ecf1;
            color: #0c5460;
        }

        .cost-customer {
            background-color: #f8d7da;
            color: #721c24;
        }

        .cost-seller {
            background-color: #d4edda;
            color: #155724;
        }

      }