[aria-label] {
    position: relative;
}

[aria-label]:hover:after,
[aria-label]:focus:after {
    display: block;
}

[aria-label] {
    position: relative;
}

[aria-label="Belépés"]:after,
[aria-label="Kilépés"]:after,
[aria-label="Regisztráció"]:after,
[aria-label="Fiókom"]:after,
[aria-label="Kosár"]:after {
    content: attr(aria-label);
    /* Your CSS here, this is just a random one for demonstration */
    display: none;
    position: absolute;
    top: -35px;
    left: -40px;
    z-index: 5000;
    pointer-events: none;
    padding: 8px 10px;
    line-height: 15px;
    white-space: nowrap;
    text-decoration: none;
    text-indent: 0;
    overflow: visible;
    font-size: 0.5em;
    font-weight: normal;
    color: #fff;
    text-shadow: 1px 0 1px #888;
    background-color: rgba(13, 10, 160, 0.74);
    border: 1px solid rgba(32, 30, 141, 0.74);
    border-radius: 12px;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
}

a:focus {
    outline: 1px dashed #e92c6c;
}

[aria-label]:hover:after,
[aria-label]:focus:after {
    display: block;
}
.error {
    color: red;
}

.text-white {
    color: white !important;
}

.btn-mobile {
    color: #ffffff;
    background-color: #4c49b9;
    border: 1px solid rgb(0, 0, 0);
    padding: 13px 28px;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
}

.brand-logo-card {
    max-width: 70px;
    height: 20px;
    margin: 8px 0px;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.favorite-button-show {
    background-color: #ffffff !important;
    color: #000000 !important;
    font-size: 14px;
    font-weight: 400;
    transition: 0.3s linear;
    letter-spacing: 0.5px;
}

.brand-logo-card-show {
    max-width: 150px;
    height: 40px;
    margin: 8px 0px;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.change-lang {
    color: #333;
    background: white;
    border: 1px solid #ebeaea;
    border-radius: 8px;
}

.main-menu-select {
    color: #333;
    background: white !important;
    /*  border: 1px solid #ebeaea; */
    border-radius: 15px;
    font-weight: 400 !important;
}

.favorite-icon {
    position: absolute;
    right: 8px;
    top: 2px;
    z-index: 9;
}

.favorite-delete {
    position: absolute;
    right: 2px;
    top: 10px;
    z-index: 9;
}

.favorite-button {
    padding: 12px 12px;
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    transition: 0.3s linear;
    letter-spacing: 0.5px;
}

.favorite-button:hover {
    color: white;
}

.delivery-method-div {
    border-bottom: 1px black dotted;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.mobile-menu-login-div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.payment-method-div {
    border-bottom: 1px black dotted;
    cursor: pointer;
}

.inline-display {
    display: inline;
    cursor: inherit;
}

.level-menu {
    top: -15px !important;
}

.main-bg-color {
    background: rgb(0, 0, 0) !important;
}

.white-bg-color {
    background: white !important;
}

.burger-icon-2 {
    position: relative;
    width: 24px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.w-full {
    width: 100%;
}

.padding-5 {
    padding: 5px;
}

.padding-8 {
    padding: 8px;
}

.padding-10 {
    padding: 10px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-16 {
    font-size: 16px;
}

.count-label-mobile {
    position: absolute;
    left: 15px;
    top: 5px;
    color: #000000;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    border: 1px solid #919191;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    background: #ffffff;
}

.searchresult-all-result {
    display: block;
    background: rgba(13, 10, 160, 0.74);
    color: white;
    padding: 6px;
    border-radius: 4px;
    width: 100%;
}

.close-search {
    background: red;
    color: white;
    padding: 6px;
    border-radius: 4px;
    margin: 0 auto;
}

.header-style-1-ver {
    /* gradient from white to gold color line */
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 50%,
        rgb(161, 159, 159) 100%
    ) !important;
    border-bottom: 4px !important;
}

.discount-div {
    /* background: #f0f0f0; */
    line-height: 44px;
    border-radius: 10px;
    padding: 0 10px;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    color: black;
}

.belepes-class {
    font-size: 20px;
    /* width: 250px; */
    padding-left: 25px;
    display: flex;
    flex-direction: row;
}

.option-loop {
    /*   background: rgb(245, 244, 244); */
    border-radius: 10px;
    padding: 5px;
    margin: 8px;
    font-size: 18px;
}

/* .option-loop select border: */
.option-loop select {
    border: rgb(170, 170, 170) 1px solid;
    border-radius: 10px;
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 18px;
    color: #000;
    padding: 5px;
}

.plusminus {
    display: inline-block;
    position: relative;
    font-size: 0;
    overflow: hidden;
    border-radius: 3px;
    width: 44px;
    height: 132px;
}

.addtocart-productpage-user {
    border-radius: 8px;
}

.plusminus button {
    display: block;
    width: 44px;
    height: 50px;
    position: absolute;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: #000;
    color: #fff;
    font-size: 30.8px;
    line-height: 1;
    font-family: bonds, sans-serif;
    cursor: pointer;
    -moz-transition: color 200ms;
    -o-transition: color 200ms;
    -webkit-transition: color 200ms;
    transition: color 200ms;
}

.plusminus button:focus {
    outline: none;
    color: #2bebaf;
}

.plusminus button:disabled {
    background: #999;
    color: #ccc;
    cursor: default;
}

.plusminus button:first-child {
    bottom: 0;
}

.plusminus button:first-child:before {
    content: "-";
}

.plusminus button:last-child {
    top: 0;
}

.plusminus button:last-child:before {
    content: "+";
}

.plusminus button:last-child:focus {
    color: #ff6367;
}

.plusminus input[type="number"] {
    position: absolute;
    width: 44px;
    height: 50px;
    top: 44px;
    margin: 0;
    padding: 0 0 16.92308px;
    border: 0;
    font-size: 17.6px;
    font-weight: bold;
    text-align: center;
    -moz-appearance: textfield;
}

.plusminus input[type="number"]::-webkit-outer-spin-button,
.plusminus input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.plusminus:after {
    content: "DB";
    position: absolute;
    font-size: 9.68px;
    left: 0;
    right: 0;
    line-height: 1;
    padding: 3.52px 0 3.52px 0;
    width: 44px;
    margin: 0 auto;
    border-top: 1px solid #ccc;
    color: #888;
    text-align: center;
    bottom: 34%;
}

.plusminus.horiz {
    width: 132px;
    height: 50px;
}

.plusminus.horiz button:first-child {
    left: 0;
}

.plusminus.horiz button:last-child {
    right: 0;
}

.plusminus.horiz:after {
    bottom: 0;
}

.plusminus.horiz input[type="number"] {
    position: absolute;
    top: 0;
    left: 44px;
}

.plusminus.stacked {
    width: 88px;
    height: 88px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.plusminus.stacked:after {
    width: 100%;
    bottom: 50%;
}

.plusminus.stacked button {
    float: none;
    top: auto;
    bottom: 0;
}

.plusminus.stacked button:first-child {
    left: 0;
}

.plusminus.stacked button:last-child {
    right: 0;
}

.plusminus.stacked input[type="number"] {
    top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #eee;
    width: 100%;
}

.plusminus.stacked input[type="number"]:after {
    width: 100%;
}

.header-style-1 .header-middle-ptb-1 {
    padding: 5px 0 !important;
}

.btn {
    background-color: rgba(255, 255, 255, 0.74) !important;
    color: rgb(0, 0, 0) !important;
    border: 1px solid black !important;
}

.btn:hover {
    background-color: rgb(0, 0, 0) !important;
    color: rgb(255, 255, 255) !important;
    border-color: #a2a3f7 !important;
}

.btn-primary-login {
    background-color: rgba(245, 245, 245, 0.74) !important;
    color: rgb(0, 0, 0) !important;
}

.button-add-to-cart {
    background-color: rgba(255, 255, 255, 0.74) !important;
    color: black !important;
    border: 1px solid black !important;
}

.button-add-to-cart:hover {
    background-color: black !important;
    color: white !important;
    border-color: #a2a3f7 !important;
}

.product-cart-wrap .product-content-wrap .product-price span {
    font-size: 20px !important;
    color: #000000 !important;
}

.text-muted {
    color: #858585 !important;
}

a {
    color: rgba(2, 1, 48, 0.74) !important;
}

.text-brand {
    color: black !important;
}

.detail-extralink .detail-qty {
    border: 2px solid rgba(13, 10, 160, 0.74) !important;
    color: #3bb77e;
}

.old-price {
    font-size: 13px !important;
    color: #c20202 !important;
    margin: 0;
    text-decoration: line-through;
    position: absolute;
    top: -15px;
    left: 5px;
}

.old-price-p-p {
    font-size: 1.5rem !important;
    color: #c20202 !important;
    margin: 0;
    text-decoration: line-through;
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
}

.product-card-slider {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    transition: transform 0.2s;
    /* Ensure all cards are the same height */
    position: relative;
    border-radius: 15px 0 20px;
    position: relative;
    overflow: hidden;
}

/* .product-card-slider:hover {
            transform: scale(1.05);
        } */

.image-container-slider {
    width: 100%;
    padding-top: 75%;
    /* 4:3 Aspect Ratio */
    position: relative;
}

.image-container-slider img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-details-slider {
    margin: 0;
    flex: 1;
    /* Take up remaining space */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    margin-top: auto;
    /* Pushes the product details to the bottom */
}

.product-card {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    transition: transform 0.2s;
    height: 100%;
    /* Ensure all cards are the same height */
    position: relative;
    /* border-radius: 15px 0 20px; */
    position: relative;
    overflow: hidden;
}

.product-card:hover {
    transform: scale(1.05);
}

.image-container {
    width: 100%;
    padding-top: 75%;
    /* 4:3 Aspect Ratio */
    position: relative;
}

.image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-details {
    margin: 0;
    flex: 1;
    /* Take up remaining space */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    margin-top: auto;
    /* Pushes the product details to the bottom */
}

.product-name {
    font-size: 1rem;
    /* Pushes the product name to the top */
    margin-bottom: auto;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.product-brand {
    color: #888;
    margin-bottom: 10px;
}

.product-price {
    font-size: 1.2rem;
    color: #0f0f0f;
    margin-bottom: 10px;
    position: relative;
}

.btn-container {
    text-align: center;
    width: 100%;
}

.btn-container button {
    width: 100%;
}

.akcios {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.akcios span {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    border-radius: 15px 0 20px;
    color: #fff;
    padding: 9px 20px 10px;
}

.added-alert {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}

.added-alert span {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    border-radius: 15px 0 20px;
    color: #fff;
    padding: 9px 20px 10px;
}

.cart-button {
    padding: 5px 25px;
    background: white;
    color: black;
    border: 1px solid black;
}

.cart-button:hover {
    background: black;
    color: white;
}

.hot {
    background-color: #f74b81;
}

.product-image-slider-00 {
    position: relative;
}

/* Media Query for larger fonts on mobile devices */
@media (max-width: 768px) {
    .product-price {
        font-size: 1.25rem;
        /* Adjust as needed for mobile */
    }

    .product-image-slider-00 figure img {
        margin-top: 30px;
    }

    .product-grid {
        padding: 15px;
    }
}

.product-cart-wrap .product-img-action-wrap {
    height: 280px !important;
}

.header-style-1 .header-bottom-bg-color {
    /* background-color: rgba(13, 10, 160, 0.74) !important;margin: 0; */
    padding: 0;
    padding-top: 4px;
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

.main-menu > nav > ul > li > a {
    color: rgb(0, 0, 0) !important;
}

.product-cart-wrap .product-card-bottom .add-cart .add:hover {
    background-color: rgba(13, 10, 160, 0.74) !important;
    color: white !important;
}

footer {
    background-color: rgba(252, 252, 252, 0.74) !important;
}

.hidden {
    display: none;
}

.cookies_reset {
    background: none !important;
    border: none !important;
    padding: 3px !important;
    color: rgb(110, 110, 110) !important;
    cursor: pointer !important;
}

.cookies_reset[type="submit"]:hover {
    background: #292526 !important;
    border: none !important;
    padding: 3px !important;
    color: white !important;
    cursor: pointer !important;
}

.show-mobile-search {
    display: none;
}

@media (max-width: 767px) {
    .hidden-mobile {
        display: none;
    }
}

@media (min-width: 767px) {
    .hidden-desktop {
        display: none;
    }
}

@media (min-width: 1024px) {
    .show-mobile {
        display: none;
    }

    .show-mobile-slide {
        display: block;
    }
}

@media (max-width: 1024px) {
    .show-mobile-slide {
        display: block;
    }

    .show-mobile-search {
        display: block;
    }
    .header-style-1 .header-bottom-bg-color {
        padding-top: 0px;
    }
    .show-mobile {
        display: none;
    }

    .homepage-slogen {
        font-size: 1.5rem;
    }
}
