/**
 * Nodonero — foglio di stile principale (plugin nodonero-site)
 * Migrato dal CSS custom del tema GeneratePress.
 */

/* ====================================================================
   1. HEADER, NAVIGAZIONE E BOTTONI MENU
   ==================================================================== */

.site-header { border-bottom: 5px solid #E50914 !important; }

.current-menu-item > a,
.current_page_item > a {
    font-weight: 700 !important;
    color: #E50914 !important;
}

.wp-block-navigation .wp-block-navigation-item__label { padding: 0px 12px; }

/* Bottoni Menu */
.btn-rosso-nav a, .new_annuncio a {
    background-color: #cc0000 !important;
    color: #ffffff !important;
    border-radius: 6px;
    padding: 10px 20px !important;
    font-weight: bold;
    transition: all 0.3s ease;
    display: inline-block;
    line-height: normal !important;
    margin-left: 10px;
}

.btn-rosso-nav a:hover, .new_annuncio a:hover {
    background-color: #990000 !important;
    color: #ffffff !important;
}

.new_racconto a {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
    border-radius: 4px;
    padding: 10px 20px !important;
    font-weight: bold;
    transition: all 0.3s ease;
    display: inline-block;
    line-height: normal !important;
    margin-left: 10px;
}

.new_racconto a:hover {
    background-color: #404040 !important;
    color: #ffffff !important;
}

/* Bottone Knots — menu nav legacy (li) + menu-bar GeneratePress (span) */
.main-navigation .main-nav ul li.knots-nav-item > a,
.main-navigation .menu-bar-item.knots-nav-item > a.knots-nav-link {
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 6px;
    padding: 6px 15px !important;
    margin-left: 10px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border: 1px solid #d90429;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3 !important;
}

.main-navigation .main-nav ul li.knots-nav-item > a:hover,
.main-navigation .menu-bar-item.knots-nav-item > a.knots-nav-link:hover {
    background-color: #d90429 !important;
    color: #fff !important;
}

.main-navigation .main-nav ul li.knots-nav-item,
.main-navigation .menu-bar-item.knots-nav-item {
    display: flex;
    align-items: center;
}

.knots-val { font-weight: bold; margin-right: 4px; margin-left: 4px; }

.main-navigation .menu-bar-item.knots-nav-item .knots-label {
    font-size: 11px;
    opacity: 0.85;
}

#sticky-navigation .main-nav ul li.knots-nav-item > a,
.main-navigation.is_stuck .main-nav ul li.knots-nav-item > a,
#sticky-navigation .menu-bar-item.knots-nav-item > a.knots-nav-link,
.main-navigation.is_stuck .menu-bar-item.knots-nav-item > a.knots-nav-link {
    line-height: 1.2 !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    height: fit-content !important;
    margin-top: auto;
    margin-bottom: auto;
}

/* ==========================================================
   PULIZIA PAGINA 404 (Rimuove elementi default HivePress)
   ========================================================== */

.error404 .hp-page__header,
.error404 .hp-page__sidebar,
.error404 header.entry-header {
    display: none !important;
}

.error404 .hp-page__content,
.error404 .site-main {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ====================================================================
   2. LAYOUT GLOBALE E FOOTER
   ==================================================================== */

.site-footer { border-top: 5px solid #E50914 !important; }
.footer-widgets { margin: 0px !important; }
.container.grid-container { padding-bottom: 50px; }

body.hp-template #page,
body.hp-template #content {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.hero-full-screen {
    width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    max-width: 100vw !important;
    margin-bottom: 0px;
}

.hp-theme--generatepress #content .hp-page { padding: 0px; }
.widget-area .hp-page__sidebar .widget { padding: 0px; }

.wp-block-post-excerpt__excerpt { margin-top: 20px; margin-bottom: 6px; }

.entry-content { padding: 0px 20px; }
.gb-element-37cdc94c, .gb-element-361ef387 { margin-right: -20px; margin-left: -20px; }

/* ==========================================================
   PROTEZIONE TESTI LUNGHI (Excerpt Card)
   ========================================================== */
.hp-listing__excerpt {
    overflow-wrap: break-word !important;
    word-break: break-word !important;
}

ul.wp-block-term-template { margin-left: 0px; }
p.wp-block-term-name { margin-bottom: 0px; }

.my-back-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #E50914;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    transition: background 0.3s;
}
.my-back-button:hover { background-color: #b3070f; color: #ffffff; }

/* ==========================================================
   RESTYLING PAGINA DI LOGIN (NODO NERO STYLE)
   ========================================================== */

.hp-page__content h1.hp-page__title {
    color: #ffffff !important;
    text-align: center !important;
    margin-bottom: 25px !important;
}

form.hp-form--user-login {
    background: #1a1a1a !important;
    border: 1px solid #333 !important;
    border-radius: 12px !important;
    padding: 40px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5) !important;
    margin-bottom: 80px !important;
}

form.hp-form--user-login .hp-form__field input {
    background: #2a2a2a !important;
    border: 1px solid #444 !important;
    color: #fff !important;
    border-radius: 6px !important;
    padding: 12px !important;
}

form.hp-form--user-login .hp-field__label {
    color: #aaa !important;
    font-weight: bold !important;
    display: block !important;
    margin-bottom: 8px !important;
}

form.hp-form--user-login .hp-field__icon {
    color: #aaa !important;
}

form.hp-form--user-login button[type="submit"] {
    background-color: #d90429 !important;
    color: #fff !important;
    border-radius: 6px !important;
    padding: 15px !important;
    font-weight: bold !important;
    width: 100% !important;
    transition: all 0.3s ease !important;
    border: none !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

form.hp-form--user-login button[type="submit"]:hover {
    background-color: #b00322 !important;
    transform: translateY(-2px);
}

form.hp-form--user-login .hp-form__actions,
form.hp-form--user-login .hp-form__action {
    margin-top: 15px !important;
    text-align: center !important;
    color: #888 !important;
}

form.hp-form--user-login .hp-form__actions a {
    color: #d90429 !important;
    text-decoration: none !important;
    font-weight: bold !important;
}

form.hp-form--user-login .hp-form__actions a:hover {
    color: #fff !important;
}

/* ==========================================================
   PULSANTI MENU (Annunci e Racconti)
   ========================================================== */
li.new-annuncio a.wp-block-navigation-item__content {
    background-color: #d90429 !important;
    color: #ffffff !important;
    padding: 8px 20px !important;
    border-radius: 6px !important;
    font-weight: bold !important;
    transition: all 0.3s ease !important;
}
li.new-annuncio a.wp-block-navigation-item__content:hover {
    background-color: #b00322 !important;
}

li.new-racconto a.wp-block-navigation-item__content {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
    padding: 8px 20px !important;
    border-radius: 6px !important;
    font-weight: bold !important;
    transition: all 0.3s ease !important;
    border: 1px solid #333 !important;
}
li.new-racconto a.wp-block-navigation-item__content:hover {
    background-color: #333333 !important;
}

/* ====================================================================
   3. CARD ANNUNCI (GRIGLIE E LISTE)
   ==================================================================== */

.hp-listing__image, .hp-listing__vendor, .hp-listing__logo, .hp-listing__header { display: none !important; }

.hp-grid { display: flex !important; flex-wrap: wrap !important; align-items: stretch !important; }
.hp-grid__item { display: flex !important; }
.hp-listing--view-block { display: flex !important; flex-direction: column !important; height: 100% !important; }

.hp-listing {
    padding: 15px;
    border: 1px solid #333;
    border-radius: 5px;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    flex-grow: 1 !important;
}

.hp-listing__title { line-height: 1.2 !important; margin-bottom: 0.5rem !important; }
.hp-listing__title a { color: #E50914 !important; font-size: 22px !important; font-weight: bold !important; }
.hp-listing__attribute { font-size: 14px !important; display: block; }

.hp-listing--view-block .hp-listing__actions--primary,
.hp-listing--view-block .hp-listing__attributes--primary { display: block !important; }

/* VIP NATURALI */
.hp-listing--featured:not(.vip-random-extra) {
    background-color: rgba(217, 4, 41, 0.1) !important;
    border: 1px solid rgba(217, 4, 41, 0.2) !important;
}
.hp-listing--featured:not(.vip-random-extra) .hp-listing__excerpt,
.hp-listing--featured:not(.vip-random-extra) .hp-listing__excerpt p {
    color: #666666 !important;
}

/* VIP RANDOM EXTRA */
.hp-listing.vip-random-extra {
    background-color: rgba(255, 215, 0, 0.05) !important;
    border: 1px solid rgba(255, 215, 0, 0.5) !important;
}
.hp-listing.vip-random-extra .hp-listing__excerpt,
.hp-listing.vip-random-extra .hp-listing__excerpt p {
    color: #888888 !important;
}

/* ====================================================================
   4. PAGINA SINGOLA ANNUNCIO
   ==================================================================== */

.single-hp_listing .hp-listing { border: none !important; box-shadow: none !important; background-color: transparent !important; }
.annuncio_head { text-transform: uppercase; font-weight: bold; font-size: 24px; }
.annuncio_head a { color: #f0f0f0; }
.hp-listing--view-page .hp-listing__actions--primary:not(:last-child) .no-bottom { margin-bottom: 5px; }
.hp-vendor--view-block .hp-vendor__image, .hp-vendor--view-page .hp-vendor__image, .hp-vendor--view-block .hp-vendor__actions--primary .hp-vendor__action { display: none; }

/* ====================================================================
   5. FORM INSERIMENTO (MODERNO E COMPATTO)
   ==================================================================== */

body.hp-template--listing-submit-page .site-content,
body.hp-template--listing-submit-page #content {
    max-width: 800px !important;
    margin: 0 auto !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

body.hp-template--listing-submit-page .hp-page__content {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid #eaeaea;
}

body.hp-template--listing-submit-page .nodonero-form-header h2 {
    font-size: 28px !important;
    color: #1a1a1a !important;
    text-align: center;
    margin-bottom: 10px !important;
    text-transform: uppercase;
    font-weight: bold;
}
body.hp-template--listing-submit-page .nodonero-form-header p {
    text-align: center; color: #666; margin-bottom: 30px;
}

.hp-field__label, body.hp-template--listing-submit-page label {
    font-weight: bold !important; color: #333 !important; display: block !important;
    margin-bottom: 8px !important; text-transform: uppercase !important;
    font-size: 14px !important; letter-spacing: 0.5px !important;
}

.hp-form__field--images, .hp-form__field--attachment-upload { display: none !important; }

.hp-form__field input[type="text"],
.hp-form__field input[type="email"],
.hp-form__field input[type="number"],
.hp-form__field input[type="url"],
.hp-form__field textarea {
    width: 100% !important;
    display: block !important;
    padding: 0 15px !important;
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    background: #fdfdfd !important;
    font-size: 15px !important;
    box-sizing: border-box !important;
    text-transform: none !important;
}

.hp-form__field select {
    max-width: 100% !important;
    display: block !important;
    padding: 0 15px !important;
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    background: #fdfdfd !important;
    font-size: 15px !important;
    box-sizing: border-box !important;
    text-transform: none !important;
}

.hp-form__field select,
.hp-form__field input[type="text"],
.hp-form__field input[type="email"],
.hp-form__field input[type="number"],
.hp-form__field input[type="url"] {
    height: 45px !important;
    line-height: 45px !important;
}
.hp-form__field .select2-selection--single {
    height: 45px !important;
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    background: #fdfdfd !important;
}
.hp-form__field .select2-selection__rendered {
    line-height: 45px !important;
    padding-left: 15px !important;
}
.hp-form__field .select2-selection__arrow {
    height: 45px !important;
}

.hp-form__field textarea { height: 150px !important; padding-top: 15px !important; }

body.hp-template--listing-submit-page input:focus, body.hp-template--listing-submit-page textarea:focus, body.hp-template--listing-submit-page select:focus {
    border-color: #d90429 !important; box-shadow: 0 0 0 2px rgba(217, 4, 41, 0.1) !important; outline: none !important;
}

body.hp-template--listing-submit-page button[type="submit"], body.hp-template--listing-submit-page .hp-form__action--submit {
    background: #d90429 !important; color: #fff !important; padding: 16px 30px !important;
    border: none !important; border-radius: 6px !important; font-weight: bold !important;
    font-size: 16px !important; cursor: pointer !important; width: 100% !important;
    transition: 0.3s !important; text-align: center !important; margin-top: 10px !important;
}
body.hp-template--listing-submit-page button[type="submit"]:hover, body.hp-template--listing-submit-page .hp-form__action--submit:hover {
    background: #1a1a1a !important;
}

body.hp-template--listing-submit-page .hp-form__field--checkboxes,
body.hp-template--listing-submit-page .hp-form__field--radio {
    background: #f8f9fa !important; padding: 25px !important; border-radius: 8px !important;
    border: 1px solid #eaeaea !important; box-sizing: border-box !important; margin-top: 20px !important; margin-bottom: 25px !important;
}

body.hp-template--listing-submit-page .hp-form__field--checkboxes > label,
body.hp-template--listing-submit-page .hp-form__field--radio > label { margin-bottom: 15px !important; border-bottom: none !important; padding-bottom: 0 !important; }

body.hp-template--listing-submit-page .hp-form__field--radio ul,
body.hp-template--listing-submit-page .hp-form__field--checkboxes ul {
    display: flex !important; flex-wrap: wrap !important; gap: 8px 15px !important;
    list-style: none !important; padding-left: 0 !important; margin: 0 !important;
}

body.hp-template--listing-submit-page .hp-form__field--radio ul li,
body.hp-template--listing-submit-page .hp-form__field--checkboxes ul li {
    width: calc(33.333% - 15px) !important; margin-bottom: 0 !important; break-inside: avoid;
}

body.hp-template--listing-submit-page .hp-form__field--checkboxes ul li label,
body.hp-template--listing-submit-page .hp-form__field--radio ul li label {
    text-transform: none !important; letter-spacing: normal !important; font-size: 14px !important;
    font-weight: normal !important; line-height: 1.2 !important; color: #333 !important; margin-bottom: 0 !important;
}

@media (max-width: 768px) {
    body.hp-template--listing-submit-page .hp-form__field--radio ul li, body.hp-template--listing-submit-page .hp-form__field--checkboxes ul li { width: calc(50% - 15px) !important; }
}
@media (max-width: 480px) {
    body.hp-template--listing-submit-page .hp-form__field--radio ul li, body.hp-template--listing-submit-page .hp-form__field--checkboxes ul li { width: 100% !important; }
}

.hp-form--listing-filter .hp-form__field--radio ul, .hp-form--listing-filter .hp-form__field--checkboxes ul {
    display: flex !important; flex-direction: column !important; gap: 8px !important; list-style: none !important; padding-left: 0 !important;
}

/* FIX SELECT2 BARRA LATERALE RICERCA ANNUNCI */
.hp-form--listing-search .select2-container {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.hp-form--listing-search .select2-selection {
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    min-height: 40px !important;
    display: flex !important;
    align-items: center !important;
}

/* ====================================================================
   6. PAGINA ACCOUNT UTENTE E MESSAGGI
   ==================================================================== */

.hp-menu__item small { display: none; }

.hp-page--user-account { max-width: 1200px !important; margin: 80px auto !important; padding: 0 20px; }
.hp-page--user-account .hp-grid { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 25px !important; }
.hp-page--user-account .hp-grid__item { width: 100% !important; max-width: 100% !important; margin: 0 !important; }

@media (max-width: 900px) { .hp-page--user-account .hp-grid { grid-template-columns: repeat(2, 1fr) !important; } }
@media (max-width: 600px) {
    .hp-page--user-account .hp-grid { grid-template-columns: 1fr !important; gap: 15px !important; }
    .hp-page--user-account { margin: 40px auto !important; }
}

.hp-page--message-thread-view form.hp-form--message-send, .hp-page--message-thread-view .hp-form--message-send,
.hp-page--message-thread-view .hp-message__actions, .hp-message-form { display: none !important; visibility: hidden !important; height: 0 !important; overflow: hidden !important; }

.hp-page--message-thread-view .hp-message { width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important; margin-bottom: 20px !important; display: block !important; }
.hp-page--message-thread-view .hp-message__content { width: 100% !important; max-width: 100% !important; border-radius: 4px !important; background-color: #f9f9f9 !important; border: 1px solid #eee !important; }
.hp-page--message-thread-view .hp-message__content::before, .hp-page--message-thread-view .hp-message__content::after { display: none !important; }
.hp-page--message-thread-view .hp-message--primary .hp-message__content { text-align: left !important; }

/* ==========================================================================
   Responsività finale / Hero mobile
   ========================================================================== */
@media (max-width: 768px) {
    .gb-element-37cdc94c {
        padding-top: 40px !important;
        padding-bottom: 30px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .gb-element-142ba13e h1 {
        font-size: 32px !important;
        line-height: 1.2 !important;
        margin-bottom: 15px !important;
    }

    .gb-element-142ba13e h2.gb-text {
        font-size: 18px !important;
        line-height: 1.4 !important;
    }

    .post-311 .inside-article {
        padding: 30px 20px !important;
    }
}

/* ===========================================================================
   WOOCOMMERCE: CARRELLO E CASSA
   =========================================================================== */

.woocommerce::before, .woocommerce::after,
.woocommerce-cart .woocommerce::before, .woocommerce-cart .woocommerce::after,
.woocommerce-checkout form.checkout::before, .woocommerce-checkout form.checkout::after,
#customer_details::before, #customer_details::after,
.woocommerce-cart-form::before, .woocommerce-cart-form::after {
    display: none !important;
    content: none !important;
}

.woocommerce-cart-form,
.cart_totals,
#customer_details,
#order_review {
    background: #ffffff !important;
    padding: 35px !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.04) !important;
    border: 1px solid #eaeaea !important;
    box-sizing: border-box !important;
}

.woocommerce form .form-row input.input-text {
    width: 100% !important;
    padding: 14px 15px !important;
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    background: #fdfdfd !important;
    color: #1a1a1a !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
}
.woocommerce form .form-row input.input-text:focus {
    border-color: #d90429 !important;
    background: #fff !important;
    outline: none !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, #place_order {
    background: #d90429 !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: bold !important;
    padding: 18px !important;
    border-radius: 8px !important;
    width: 100% !important;
    text-align: center !important;
    display: block !important;
    margin-top: 25px !important;
    border: none !important;
    box-sizing: border-box !important;
    transition: 0.3s;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, #place_order:hover {
    background: #1a1a1a !important;
}

.woocommerce-cart .woocommerce {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    margin-top: 20px;
}
.woocommerce-cart-form { width: 60% !important; flex: 0 0 60% !important; margin: 0 !important; }
.cart-collaterals { width: 36% !important; flex: 0 0 36% !important; margin: 0 !important; }
.woocommerce-cart .cart-collaterals .cart_totals { width: 100% !important; float: none !important; }

table.shop_table.cart { width: 100% !important; border: none !important; margin: 0 !important; }
table.shop_table.cart th { text-transform: uppercase; font-size: 13px !important; color: #666 !important; border: none !important; border-bottom: 2px solid #f0f0f0 !important; padding: 0 0 15px 0 !important; }
table.shop_table.cart td { border-bottom: 1px solid #f0f0f0 !important; border-top: none !important; padding: 20px 0 !important; vertical-align: middle !important; }
table.shop_table.cart th.product-remove, table.shop_table.cart td.product-remove { width: 35px !important; text-align: center !important; }
table.shop_table.cart a.remove { color: #d90429 !important; font-size: 26px !important; background: transparent !important; border: none !important; display: block; }
table.shop_table.cart a.remove:hover { color: #1a1a1a !important; }
table.shop_table.cart img { border-radius: 8px; max-width: 70px !important; }

.woocommerce-cart table.cart td.actions {
    display: table-cell !important;
    padding: 25px 0 0 0 !important;
    border: none !important;
    width: 100% !important;
}
.woocommerce-cart table.cart td.actions::after {
    content: "" !important; display: table !important; clear: both !important;
}
.woocommerce-cart .coupon {
    float: right !important;
    display: flex !important;
    gap: 10px !important;
    margin: 0 !important;
    align-items: center !important;
    margin-bottom: 10px !important;
}
.woocommerce-cart button[name="update_cart"] {
    float: right !important;
    margin: 0 !important;
}
.woocommerce-cart .coupon input.input-text { width: 200px !important; margin: 0 !important; }
.woocommerce-cart .coupon button.button, .woocommerce-cart button[name="update_cart"] {
    padding: 14px 20px !important; border-radius: 6px !important; background: #1a1a1a !important; color: #fff !important; font-weight: bold !important; border: none !important; transition: 0.3s !important; display: inline-block !important;
}
.woocommerce-cart .coupon button.button:hover, .woocommerce-cart button[name="update_cart"]:hover { background: #d90429 !important; }

.woocommerce-checkout form.checkout {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    margin-top: 20px;
}
#customer_details { width: 55% !important; flex: 0 0 55% !important; margin: 0 !important; float: none !important; }
#order_review { width: 41% !important; flex: 0 0 41% !important; margin: 0 !important; float: none !important; }
.woocommerce-checkout .col2-set .col-1 { width: 100% !important; max-width: 100% !important; float: none !important; padding: 0 !important; margin: 0 !important; }
.woocommerce-checkout .col2-set .col-2 { display: none !important; }
#order_review_heading { display: none !important; }

.woocommerce-billing-fields h3, .cart_totals h2 { font-size: 22px !important; font-weight: bold !important; color: #1a1a1a !important; margin-top: 0 !important; border-bottom: 2px solid #f0f0f0; padding-bottom: 15px; margin-bottom: 20px !important; }
.woocommerce-checkout-review-order-table th, .woocommerce-checkout-review-order-table td { border-bottom: 1px solid #f0f0f0 !important; border-top: none !important; }
.woocommerce-checkout-review-order-table .order-total th, .woocommerce-checkout-review-order-table .order-total td { font-size: 18px !important; color: #d90429 !important; }

.woocommerce-form-coupon-toggle .woocommerce-info, .woocommerce-error, .woocommerce-message {
    background: #fdfdfd !important;
    border-top: 3px solid #d90429 !important;
    color: #1a1a1a !important;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 15px 25px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05) !important;
}
.woocommerce-form-coupon-toggle .woocommerce-info a { color: #d90429 !important; font-weight: bold !important; text-decoration: none !important; }

#payment { background: transparent !important; margin-top: 20px; }
#payment ul.payment_methods { border: 1px solid #eaeaea; border-radius: 8px; padding: 20px !important; background: #f9f9f9; }
.wc_payment_method label img { display: none !important; }

button[name="apply_coupon"] {
    background-color: #d90429 !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    padding: 14px 20px !important;
    border: none !important;
    font-weight: bold !important;
    transition: 0.3s !important;
}

@media (max-width: 992px) {
    .woocommerce-cart-form, .cart-collaterals, #customer_details, #order_review { width: 100% !important; flex: 0 0 100% !important; margin-bottom: 30px !important; }

    .woocommerce-cart table.cart td.actions { display: block !important; text-align: center !important; }
    .woocommerce-cart .coupon { float: none !important; flex-direction: column !important; width: 100% !important; margin-bottom: 15px !important; }
    .woocommerce-cart .coupon input.input-text { width: 100% !important; margin: 0 !important; }
    .woocommerce-cart button[name="update_cart"] { float: none !important; width: 100% !important; margin-top: 15px !important; }
}

.hp-listing--view-block .hp-listing__created-date, .hp-listing--view-page .hp-listing__created-date { display: none; }
