/* Doplnkové štýly kópie – len to, čo WordPress vykresľoval cez pluginy.
   Pôvodný vzhľad zabezpečuje /assets/madang/style.css a spol. */

/* --- kontaktný formulár (náhrada za Contact Form 7) --- */
.lula-contact .narrow {
    max-width: 720px;
    margin: 0 auto;
}

.lula-form label {
    display: block;
    font-weight: 400;
    width: 100%;
}

.lula-form input[type="text"],
.lula-form input[type="email"],
.lula-form input[type="tel"],
.lula-form textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font: inherit;
    background: #fff;
}

.lula-form input:focus,
.lula-form textarea:focus {
    outline: 2px solid rgba(156, 30, 51, .35);
    outline-offset: 1px;
}

.lula-form .required {
    color: #9c1e33;
}

.lula-form input[type="submit"] {
    cursor: pointer;
}

/* pasca na roboty – nesmie byť vidieť, ale ani "display:none" pre čítačky */
.lula-hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.lula-flash {
    padding: 12px 16px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 3px;
}

.lula-flash--ok {
    background: #ecfdf5;
    border-color: #6ee7b7;
    color: #065f46;
}

.lula-flash--error {
    background: #fff1f2;
    border-color: #fda4af;
    color: #9f1239;
}

/* --- doplnky pre výpisy a detail produktu --- */
.lula-enquiry {
    margin: 18px 0 22px;
}

.woocommerce-product-gallery .gallery-thumb {
    display: inline-block;
    width: 23%;
    margin: 1% 1% 0 0;
    vertical-align: top;
}

.woocommerce-product-gallery .gallery-thumb img {
    width: 100%;
    height: auto;
}

.error-404 {
    padding: 40px 0 80px;
}

.error-404 .button + .button {
    margin-left: 10px;
}

.woocommerce-product-search {
    margin: 0 0 30px;
}

.woocommerce-product-search input[type="search"] {
    padding: 10px 12px;
    border: 1px solid #ccc;
    min-width: 260px;
    font: inherit;
}

/* stránkovanie kategórií */
.woocommerce-pagination .page-numbers {
    display: inline-block;
    padding: 6px 12px;
    margin: 0 2px;
    border: 1px solid #ddd;
    text-decoration: none;
}

.woocommerce-pagination .page-numbers.current {
    background: #9c1e33;
    border-color: #9c1e33;
    color: #fff;
}

.woocommerce-pagination ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.woocommerce-pagination ul li {
    display: inline-block;
}
