/***************************
 // GLOBAL & BASE STYLES
***************************/

.form-check {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    margin-bottom: 0;
}

/***************************
 // BUTTON STYLES
***************************/

.btn.btn-plus,
.btn.btn-minus {
    background: #181516;
    color: white;
    border: none;
    border-radius: 0;
}

.btn.btn-plus:hover,
.btn.btn-minus:hover {
    background: #1c1c1c;
}

.btn.btn-filled-gold {
    padding: 20px 35px;
    border-radius: 0;
    background: #916F42;
    border: 1.5px solid #916F42;
    color: var(--color-white) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    width: auto;
    border-radius: 5px;
}

.btn.btn-filled-gold:hover {
    background: #ad8d62;
}


/***************************
 // FORM STYLES
***************************/

.contact-banner-form .form-control {
    padding-right: 20px;
    padding-left: 1rem;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    height: 62px;
    border-radius: 3px;
}

.contact-banner-form .form-control::placeholder {
    letter-spacing: 0.15px;
    color: #404040;
    font-weight: 400;
    line-height: 140%;
}

.contact-banner-form .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: inherit;
}

.contact-banner-form textarea.form-control {
    min-height: 172px;
    resize: vertical;
}

.contact-banner-form .form-check-input {
    -webkit-appearance: none;
    appearance: none;
    margin-top: 0rem;
    background: #F9F9F9;
    border: 0.7px solid #B9B9B9;
    width: 22px;
    height: 22px;
    box-shadow: 4px 2px 6.7px 0px #00000014;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.contact-banner-form .form-check-input:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(195, 164, 89, 0.15);
}

/* Checked state: filled background + white checkmark */
.contact-banner-form .form-check-input:checked {
    background: #916F42;
    border-color: #916F42;
}

/* Draw the checkmark */
.contact-banner-form .form-check-input:checked::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    box-shadow: none;
}

.contact-banner-form.login,
.border-padding-bg {
    padding: 2rem;
    background: #FDFDFD;
    border: 1px solid #EDEDED;
    border-radius: 10px;
}

.kapcsolat-container .form-check {
    display: flex;
    align-items: center;
}


/***************************
 // CONTACT PAGE SECTION
***************************/

.kapcsolat {
    position: relative;
}

.contact-banner-container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding-bottom: 0;
}

.contact-banner-image {
    height: 100%;
    overflow: hidden;
}

.contact-banner-image img {
    object-fit: cover;
    width: 100%;
    display: block;
    max-width: 100% !important;
    height: 100%;
    border-radius: 10px;
}

.contact-banner-form-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-banner-form-inner {
    width: 100%;
    margin: 0 auto;
}

.contact-banner-desc p {
    margin-bottom: 0;
}

/* Contact page responsiveness */
@media (max-width: 991.98px) {
    .contact-banner-container {
        padding-top: 36px;
    }

    .contact-banner-image {
        display: none;
    }

    .contact-banner-image-mobile {
        margin-top: 16px;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 32px rgba(30, 31, 33, 0.10);
    }

    .contact-banner-image-mobile img {
        object-fit: cover;
        width: 100%;
        height: 220px;
    }
}

@media (max-width: 575.98px) {
    .contact-banner-form-inner {
        padding: 0;
    }
}

@media (min-width: 992px) {

    .contact-banner-image,
    .contact-banner-form-wrapper {
        height: 100%;
    }
}


/***************************
 // CONTACT CARDS SECTION
***************************/

.contact-cards .contact-card {
    border: 1px solid #141414;
    border-radius: 10px;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.contact-cards .icon {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.contact-cards .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/***************************
 // KUPON SECTION
***************************/

.kupon-section {
    padding: 2rem;
    border: 1px solid #EDEDED;
    background: #F7F7F7;
    border-radius: 10px;
}


/***************************
 // ORDER DETAILS SECTION
***************************/

.order-details {
    padding: 3rem 0;
    background-color: #FBFBFB;
}

.order-details .card-title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.order-details .card-title img {
    width: 21px;
    height: 21px;
    display: inline-block;
}

.order-details .summary-card {
    background: #fff;
    border-radius: 0px;
    padding: 1rem;
}

.order-details b {
    font-weight: 500 !important;
}


/***************************
// CART SECTION
***************************/


@media (max-width: 991.98px) {
    .cart {
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
    }
    .cart > * {
        flex: 1 1 48%;
        max-width: 48%;
    }
}

/* Cart section styles (place inside the page as requested) */
.cart-section {
    background: #fff;
}

.cart-header {
    display: grid;
    grid-template-columns: 60px 164px 1fr 220px 220px 220px;
    gap: 18px;
    align-items: center;
    padding: 2rem;
    justify-content: center;
    justify-items: center;
    background: #F7F7F7;
    border: 1px solid #EDEDED;
    border-radius: 10px;
}

.cart-header>div:nth-child(3) {
    text-align: center;
    /*border-bottom: 1px solid white;*/
    width: 100%;
    grid-column: 1 / 4;
    /*padding-bottom: 8px;*/
}

.cart-header>div:nth-child(1),
.cart-header>div:nth-child(2) {
    display: none;
}

.cart-header>div:nth-child(4),
.cart-header>div:nth-child(5),
.cart-header>div:nth-child(6) {
    text-align: center;
    /*border-bottom: 1px solid white;*/
    width: 100%;
    /*padding-bottom: 8px;*/
}

.cart-item>div:nth-child(3) {
    justify-self: start;
    min-width: 0;
}

.cart-item {
    display: grid;
    grid-template-columns: 60px 164px 1fr 180px 240px 240px;
    gap: 18px;
    align-items: center;
    padding: 28px 0;
    border: 1px solid #EDEDED;
    background: #FDFDFD;
    justify-content: center;
    justify-items: center;
    margin-bottom: 1.5rem;
    border-radius: 10px;
}

.cart-remove {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #E2E2E2;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.cart-remove img {
    width: 10px;
    height: 10px;
}

.cart-thumb-wrapper {
    width: 165px;
    height: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-thumb {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    border: 1px solid #EDEDED;
    border-radius: 10px;
}


.cart-price,
.cart-subtotal {
    text-align: right;
}

.cart-qty {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.cart-item .quantity-selector {
    height: 54px;
}

.cart-item .quantity-selector .btn-minus,
.cart-item .quantity-selector .btn-plus {
    height: 54px;
    width: 50px;
    min-width: 50px;
    padding: 0;
    border-radius: 5px;
    line-height: 1;
}

.cart-item .quantity-selector .quantity-input {
    height: 54px;
    min-width: 72px;
}

.cart-footer {
    background: #FDFDFD;
    border: 1px solid #EDEDED;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    flex-wrap: wrap;
    border-radius: 10px;
}

.cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.cart-actions {
    display: flex;
    gap: 14px;
    align-items: center;
}


@media (max-width: 991.98px) {
    .cart-item {
        grid-template-columns: repeat(1, 1fr) !important;
        text-align: center;
    }

    .cart-item>div {
        justify-self: center !important;
    }

    .cart-item>button {
        justify-self: right !important;
        margin-right: 28px;
    }

    .cart-header {
        display: none;
    }
}

/*@media (max-width: 991.98px) {
    .cart-thumb-wrapper {
        width: 80px;
        height: 80px;
    }

    .cart-item {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: auto;
        gap: 0.5rem;
    }

    .cart-header {
        display: none;
    }
}*/

/* Large devices (desktops, less than 1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .cart-thumb-wrapper {
        width: 130px;
        height: 130px;
    }

    .cart-item {
        grid-template-columns: 30px 140px 1fr 110px 170px 110px;
    }

    .cart-header {
        grid-template-columns: 30px 180px 1fr 110px 170px 110px;
    }
}


/***************************
// END CART SECTION
***************************/


/*****************************
// FREE SHIPPING ALERT SECTION
*****************************/

.free-shipping-alert {
    width: 100%;
    box-sizing: border-box;
    background: #FDFDFD;
    padding: 1.5rem;
    border: 1px solid #EDEDED;
    border-radius: 10px;
}

.free-shipping-inner {
    display: flex;
    align-items: center;
    gap: 16px;
    background: transparent;
}

.alert-icon {
    flex: 0 0 65px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #E74A4A;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alert-icon img {
    width: auto;
    height: 26px;
}

.alert-content {
    flex: 1 1 auto;
    min-width: 0;
}

.alert-text {
    margin-bottom: 10px;
}

.alert-text strong {
    font-weight: 700;
}

/* progress */
.progress {
    width: 100%;
    height: 14px;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 999px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background: #E74A4A;
    border-radius: 999px;
    transition: width 400ms ease;
}

/*****************************
// END FREE SHIPPING ALERT SECTION
*****************************/