/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.regulamin {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7;
    color: #2c3e50;
    max-width: 900px;
    margin: 0 auto;
}

.regulamin h1 {
    color: #1a1a1a;
    font-size: 2em;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 4px solid #f7e600;
}

.regulamin .version-info {
    background: #fffbea;
    padding: 12px 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    font-size: 0.95em;
    color: #555;
    border-left: 4px solid #f7e600;
}

.regulamin h2 {
    color: #1a1a1a;
    font-size: 1.4em;
    margin-top: 35px;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e8e8e8;
}

.regulamin h3 {
    color: #333;
    font-size: 1.15em;
    margin-top: 25px;
    margin-bottom: 12px;
}

.regulamin p {
    margin-bottom: 15px;
    text-align: justify;
}

.regulamin ul, .regulamin ol {
    margin: 15px 0 15px 25px;
}

.regulamin li {
    margin-bottom: 10px;
}

.regulamin .seller-box {
    background: linear-gradient(135deg, #fffbea 0%, #fff9d4 100%);
    border: 1px solid #f7e600;
    border-left: 4px solid #f7e600;
    padding: 20px 25px;
    border-radius: 0 10px 10px 0;
    margin: 20px 0;
}

.regulamin .seller-box p {
    margin-bottom: 8px;
}

.regulamin .seller-box strong {
    color: #1a1a1a;
}

.regulamin .highlight-box {
    background: #fff8e1;
    border-left: 4px solid #f7e600;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
}

.regulamin .info-box {
    background: #f5f5f5;
    border-left: 4px solid #666;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
}

.regulamin .warning-box {
    background: #fff3e0;
    border-left: 4px solid #ff9800;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
}

.regulamin table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 0.95em;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.regulamin th {
    background: linear-gradient(135deg, #1a1a1a 0%, #333 100%);
    color: white;
    padding: 12px 15px;
    text-align: left;
    font-weight: 600;
}

.regulamin td {
    padding: 12px 15px;
    border-bottom: 1px solid #e8e8e8;
    vertical-align: top;
}

.regulamin tr:hover {
    background: #fffbea;
}

.regulamin .contact-section {
    background: #f8f8f8;
    padding: 25px;
    border-radius: 10px;
    margin-top: 30px;
    border: 1px solid #e8e8e8;
}

.regulamin a {
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #f7e600;
    transition: all 0.3s ease;
}

.regulamin a:hover {
    color: #000;
    border-bottom-color: #000;
}

.regulamin .toc {
    background: #f8f8f8;
    padding: 20px 25px;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid #e8e8e8;
}

.regulamin .toc h3 {
    margin-top: 0;
    color: #1a1a1a;
}

.regulamin .toc ol {
    margin-bottom: 0;
}

.regulamin .toc a {
    color: #2c3e50;
    border-bottom: none;
}

.regulamin .toc a:hover {
    color: #000;
    text-decoration: underline;
}

.regulamin .reg-point {
    margin-bottom: 15px;
    text-align: justify;
}

.regulamin .reg-point-num {
    font-weight: 600;
    color: #1a1a1a;
    margin-right: 8px;
}

.regulamin .def-term {
    font-weight: 600;
    color: #1a1a1a;
}

.regulamin .reg-section {
    margin-bottom: 30px;
}

.regulamin .rights-hierarchy {
    background: #f8f8f8;
    padding: 20px 25px;
    border-radius: 8px;
    margin: 15px 0;
}

.regulamin .rights-hierarchy ol {
    counter-reset: item;
    list-style-type: none;
    margin-left: 0;
}

.regulamin .rights-hierarchy ol > li {
    counter-increment: item;
    margin-bottom: 15px;
    padding-left: 35px;
    position: relative;
}

.regulamin .rights-hierarchy ol > li:before {
    content: counter(item) ".";
    position: absolute;
    left: 0;
    font-weight: 700;
    color: #1a1a1a;
    font-size: 1.1em;
}

.regulamin .attachment-link {
    display: inline-block;
    padding: 10px 20px;
    background: #f7e600;
    color: #1a1a1a;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    margin: 10px 0;
    border: none;
    transition: all 0.3s ease;
}

.regulamin .attachment-link:hover {
    background: #1a1a1a;
    color: #f7e600;
}

@media (max-width: 768px) {
    .regulamin {
        padding: 15px;
    }
    
    .regulamin table {
        font-size: 0.85em;
    }
    
    .regulamin th, .regulamin td {
        padding: 8px 10px;
    }
}
.privacy-policy {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7;
    color: #2c3e50;
    max-width: 900px;
    margin: 0 auto;
}

.privacy-policy h1 {
    color: #1a1a1a;
    font-size: 2em;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 4px solid #f7e600;
}

.privacy-policy .version-info {
    background: #fffbea;
    padding: 12px 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    font-size: 0.95em;
    color: #555;
    border-left: 4px solid #f7e600;
}

.privacy-policy h2 {
    color: #1a1a1a;
    font-size: 1.4em;
    margin-top: 35px;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e8e8e8;
}

.privacy-policy h3 {
    color: #333;
    font-size: 1.15em;
    margin-top: 25px;
    margin-bottom: 12px;
}

.privacy-policy p {
    margin-bottom: 15px;
    text-align: justify;
}

.privacy-policy ul, .privacy-policy ol {
    margin: 15px 0 15px 25px;
}

.privacy-policy li {
    margin-bottom: 10px;
}

.privacy-policy .admin-box {
    background: linear-gradient(135deg, #fffbea 0%, #fff9d4 100%);
    border: 1px solid #f7e600;
    border-left: 4px solid #f7e600;
    padding: 20px 25px;
    border-radius: 0 10px 10px 0;
    margin: 20px 0;
}

.privacy-policy .admin-box p {
    margin-bottom: 8px;
}

.privacy-policy .admin-box strong {
    color: #1a1a1a;
}

.privacy-policy .highlight-box {
    background: #fff8e1;
    border-left: 4px solid #f7e600;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
}

.privacy-policy .info-box {
    background: #f5f5f5;
    border-left: 4px solid #666;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
}

.privacy-policy table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 0.95em;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.privacy-policy th {
    background: linear-gradient(135deg, #1a1a1a 0%, #333 100%);
    color: white;
    padding: 12px 15px;
    text-align: left;
    font-weight: 600;
}

.privacy-policy td {
    padding: 12px 15px;
    border-bottom: 1px solid #e8e8e8;
    vertical-align: top;
}

.privacy-policy tr:hover {
    background: #fffbea;
}

.privacy-policy .contact-section {
    background: #f8f8f8;
    padding: 25px;
    border-radius: 10px;
    margin-top: 30px;
    border: 1px solid #e8e8e8;
}

.privacy-policy a {
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #f7e600;
    transition: all 0.3s ease;
}

.privacy-policy a:hover {
    color: #000;
    border-bottom-color: #000;
}

.privacy-policy .toc {
    background: #f8f8f8;
    padding: 20px 25px;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid #e8e8e8;
}

.privacy-policy .toc h3 {
    margin-top: 0;
    color: #1a1a1a;
}

.privacy-policy .toc ol {
    margin-bottom: 0;
}

.privacy-policy .toc a {
    color: #2c3e50;
    border-bottom: none;
}

.privacy-policy .toc a:hover {
    color: #000;
    text-decoration: underline;
}

.privacy-policy .rights-list {
    background: #f8f8f8;
    padding: 20px 25px;
    border-radius: 8px;
    margin: 15px 0;
}

.privacy-policy .rights-list li {
    margin-bottom: 15px;
}

.privacy-policy .rights-list strong {
    color: #1a1a1a;
}

.privacy-policy .cookie-table td:first-child {
    font-weight: 600;
    color: #1a1a1a;
}

@media (max-width: 768px) {
    .privacy-policy {
        padding: 15px;
    }
    .leo-plist-style-1-1 .ajax_block_product {
    border: 1px solid #f5f5f5;
}
.thumbnail-container .product-meta {
    padding: 17px 12px !important;
}
.shippinginfo-delivery-icon {
    display: none;
}
.thumbnail-container .product-title a {
  height: 40px !important;
}    
    .privacy-policy table {
        font-size: 0.85em;
    }
    .thumbnail-container {
  margin: 0 0 0px !important;}
    .privacy-policy th, .privacy-policy td {
        padding: 8px 10px;
    }
}
#description p {
    color: #333;
    font-size: 16px;
    line-height: 1.8rem;
}
#product .owl-item {
    border-right: 1px solid #ddd;
}
color: #333; }
.about-title { text-align: center; font-size: 28px; margin-bottom: 5px; color: #1a1a1a; }
.about-subtitle { text-align: center; font-size: 16px; color: #666; margin-bottom: 30px; font-weight: 600; }
.about-intro { background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); padding: 25px; border-radius: 8px; margin-bottom: 35px; font-size: 15px; border-left: 4px solid #d4000f; }
.about-section { margin-bottom: 35px; }
.about-section h2 { font-size: 20px; color: #1a1a1a; margin-bottom: 15px; padding-bottom: 8px; border-bottom: 2px solid #d4000f; }
.about-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 20px; }
.about-feature { background: #fff; border: 1px solid #dee2e6; border-radius: 8px; padding: 20px; text-align: center; transition: box-shadow 0.3s; }
.about-feature:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.about-feature-icon { font-size: 32px; margin-bottom: 10px; }
.about-feature h3 { font-size: 15px; margin-bottom: 8px; color: #1a1a1a; }
.about-feature p { font-size: 13px; color: #666; margin: 0; }
.about-table { width: 100%; border-collapse: collapse; margin: 15px 0; }
.about-table th, .about-table td { padding: 12px 15px; border: 1px solid #dee2e6; text-align: left; }
.about-table th { background: #f8f9fa; width: 30%; font-weight: 600; }
.about-table tr:hover { background: #f8f9fa; }
.about-advantages { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 15px; margin-top: 15px; }
.about-advantage { display: flex; align-items: flex-start; gap: 12px; padding: 15px; background: #fff; border: 1px solid #dee2e6; border-radius: 6px; }
.about-check { color: #d4000f; font-size: 20px; font-weight: bold; flex-shrink: 0; }
.about-advantage strong { display: block; margin-bottom: 3px; color: #1a1a1a; }
.about-advantage p { margin: 0; font-size: 13px; color: #666; }
.about-company { background: #f8f9fa; padding: 25px; border-radius: 8px; }
.about-company p { margin-bottom: 10px; }
.about-contact .about-table th { width: 25%; }
.about-contact .about-table a { color: #d4000f; text-decoration: none; }
.about-contact .about-table a:hover { text-decoration: underline; }
.about-cta { background: linear-gradient(135deg, #d4000f 0%, #a00000 100%); color: #fff; padding: 25px; border-radius: 8px; text-align: center; margin: 30px 0; }
.about-cta p { margin: 5px 0; }
.about-cta strong { font-size: 17px; }
.about-footer { text-align: center; padding-top: 20px; border-top: 1px solid #dee2e6; color: #666; font-size: 14px; }
.about-brands { display: flex; flex-wrap: wrap; gap: 15px; justify-content: center; margin: 20px 0; }
.about-brand { background: #fff; border: 1px solid #dee2e6; border-radius: 6px; padding: 15px 25px; font-weight: 600; color: #333; text-decoration: none; transition: all 0.3s; }
.about-brand:hover { border-color: #d4000f; color: #d4000f; box-shadow: 0 2px 8px rgba(212,0,15,0.15); }
