<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   Listdo Child
 Theme URI:    http://wordpress.com
 Description:  Listdo Child Theme
 Author:       ApusTheme
 Author URI:   http://apusthemes.com
 Template:     listdo
 Version:      1.0.0
 Text Domain:  listdo-child
*/
.media-left.media-middle {
    display: none;
}

.woocommerce-billing-fields #gdpr_agreement_field {
    display: flex;
    align-items: center;
    margin-top: 15px;
    padding: 10px;
    background: #f9f9f9;
    border-radius: 5px;
}

.woocommerce-billing-fields #gdpr_agreement_field input[type="checkbox"] {
    width: 18px;
    height: 18px;
    /* margin: 0; */
    flex-shrink: 0; /* ZabezpeÄŤĂ­, Ĺľe checkbox si zachovĂˇ veÄľkosĹĄ */
}

.woocommerce-billing-fields #gdpr_agreement_field label {
    font-size: 14px;
    line-height: 1.4;
    margin-left: 30px; /* Posunie text doprava o 30px */
    cursor: pointer; /* UmoĹľnĂ­ kliknĂşĹĄ na celĂ˝ text a zaĹˇkrtnĂşĹĄ checkbox */
}

@media (max-width: 768px) {
    .map-direction span {
        display: none;
    }
}

.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
    display: none !important;
}

.couponzen__header{
    display: none !important;
}</pre></body></html>