/* Gabor CSS - ide jöhetnek az egyedi stílusok */

/* Példa:
body {
  outline: 0;
}
*/

.woocommerce-account .u-column2.col-2 {
    display: none !important;
}


#customer_login
{

}

.login h1 a {
    background-image: none, url(https://wbskarrierlab.hu/wp-content/uploads/2025/10/wbsk_android-chrome-512x512-1.png);

}

#customer_login
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.woocommerce form .woocommerce-Input input {
    border: 2px solid #000 !important;
}


/* Mailchimp/Penci blokk – kényszerítve, hogy az inline/tema stílusokat is felülírja */
.penci-block_content {
    background: transparent !important;
    padding: 0 !important;
}

/* Ha konkrét elemre akarsz lőni, szűkíts: pl. egy wrapperen belül */
.some-wrapper .penci-block_content {
    margin-top: 24px !important;
}/* Mailchimp/Penci blokk – kényszerítve, hogy az inline/tema stílusokat is felülírja */
.penci-block_content {
    background: transparent !important;
    margin-top: 0px !important;
    padding: 0 !important;
}

/* Ha konkrét elemre akarsz lőni, szűkíts: pl. egy wrapperen belül */
.some-wrapper .penci-block_content {
    margin-top: 124px !important;
}


#wc_szamlazz_adoszam::placeholder
{
    color: #bfbfbf !important;
    opacity: 1;
}

@media (max-width: 480px) {

    .shop_table .woocommerce-Price-amount,
    .shop_table .amount,
    .shop_table td,
    .shop_table th {
        white-space: normal !important;
    }

    .awb-cart-totals-table td {
        /*word-break: break-word;*/
    }

}

.wc-block-components-button__text
{
 /*   color: #000;*/
}

.wc-block-components-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 29px !important;
    margin-top: 15px;
    border: 0 solid transparent !important;
    border-radius: 12px !important;
    background: var(--awb-color4) !important;
    color: var(--awb-color1) !important;
    font-family: "Inter", sans-serif !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 1.2;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: all 0.25s ease;
}

.wc-block-components-button:hover {
    background: var(--awb-color5) !important;
    color: var(--awb-color1) !important;
    border-color: var(--awb-color8) !important;
}

.wc-block-components-button__text {
    color: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

/* opcionális nyíl ikon a Fusion gomb hatásához */
.wc-block-components-button::after {
    content: "↗";
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    transition: transform 0.25s ease;
}

.wc-block-components-button:hover::after {
    transform: translateX(4px);
}

.wc-block-components-notice-banner.is-error svg {
    padding: 20px;
}

.fusion-body .wc-block-components-notice-banner.is-error:before
{
    margin: 20px;
}

.wc-block-components-notice-banner.is-error
.wc-block-components-notice-banner__content {
    padding: 20px;
}

/* Bejelentkezési űrlap gomb javítása */
.woocommerce-form-login .form-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.woocommerce-form-login .woocommerce-form-login__submit {
    float: none !important;
}

.woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-flex;
    align-items: center;
    margin: 0 !important;
}

.woocommerce-form.woocommerce-form-login.login
{
    /*display: inline-block !important;*/
}

.woocommerce .login .lost_password a{
    float: right;
    margin-top: 7px;
}

.woocommerce button.button, 
.woocommerce a.button, 
.woocommerce input.button, 
.woocommerce #respond input#submit, 
.woocommerce #place_order,
.woocommerce-button .button {
    border-radius: 12px !important;
}

.woocommerce-checkout #billing_phone::placeholder {
    color: rgba(128, 128, 128, 0.5) !important;
    opacity: 1;
}

.woocommerce-checkout #billing_phone::-webkit-input-placeholder {
    color: rgba(128, 128, 128, 0.5) !important;
}

/* Dinorr privacy consent checkbox egyedi stílusa */
/*#dinorr_privacy_consent {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #007bff;
    border-radius: 4px;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    margin: 0 8px 0 0;
}

#dinorr_privacy_consent:checked::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background-color: #007bff;
    border-radius: 2px;
}*/


/* Dinorr privacy consent checkbox egyedi stílusa */
.woocommerce-form__input-checkbox.input-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #007bff;
    border-radius: 4px;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    margin: 0 8px 0 0;
}

.woocommerce-form__input-checkbox.input-checkbox:checked::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background-color: #007bff;
    border-radius: 2px;
}

abbr.required {
    text-decoration: none !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    cursor: default;
}