.solve {border: 2px dashed red;}
.btn-loading  { color: rgba(0,0,0,0) !important;opacity: 0.75; background-image: none; }
.btn-loading img { display: none; }
.btn-loading { position: relative; }
.btn:not(.btn-loading) .btn-spinner { display: none; }
.btn-spinner { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); color: white; }
.btn-spinner-dark .btn-spinner {color: black !important;}
.spinner-border, .v-center { vertical-align: middle !important; }
.is-invalid { border-color: red !important; }
.show-lang-box_1 {outline: 2px dotted green; position: relative;}
.show-lang-box_2 {outline: 2px dotted red; position: relative;}
.show-lang-box_1:hover::after { content: attr(data-alias); position: absolute; top: -20px; left: 0; font-weight: 600; color: white; background: green; display: inline-block; height: 20px; font-size: 12px; line-height: 20px; padding: 0 5px}
.show-lang-box_2:hover::after { content: attr(data-alias); position: absolute; top: -20px; left: 0; font-weight: 600; color: white; background: red; display: inline-block; height: 20px; font-size: 12px; line-height: 20px; padding: 0 5px}
#cookieBox{
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 40px 40px;
    background: #E9F6D8;
    text-align: center;
    z-index: 10;
    border-top: 1px solid #89aa00;
}
#cookie_info .modal-footer {justify-content: center !important;}

.ld-container {
    background-color: white;
    border-radius: 10px;
}

.ld-container h2, .ld-container p span {
    font-weight: 600;
}

.ld-bar {
    border: 2px solid #f0f4f5;
    padding: 10px 10px;
}

.ld-bar-graph {
    display: flex;
    justify-content: space-between;
    align-items : flex-end;
    padding: 10px;
    gap: 5px;
}

.ld-bar-graph div {
    background-color: #f0f4f5;
    text-align: center;
    position: relative;
}

.ld-bar-graph div.selected {
    background-color: #f1774a;
}

.ld-bar-graph div.selected .ld-percentage {
    color: white;
}

.ld-bar p {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}

.ld-bar-graph div .ld-percentage{
    position: absolute;
    bottom: 5px;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.ld-bar-graph div .ld-value{
    position: absolute;
    top: -19px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    /*z-index: 500;*/
}

.search-pp-wrapper {
    position: relative;
    height: 290px;
    overflow-x: scroll;
}

@keyframes loadingIframe {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.iframe_loading {
    position: relative;
    height: 900px;
}

.iframe_loading:before {
    content: " ";
    display: block;
    border: 4px solid #ffc000;
    border-left-color: #ffc000;
    width: 40px;
    height: 40px;
    position: absolute;
    left: calc(50% - 20px);
    top: calc(20% - 20px);
    border-left-width: 4px;
    border-left-color: transparent;
    border-radius: 23px;
    box-sizing: border-box;
    border-left-color: transparent;
    animation: loadingIframe 2s infinite;
    animation-timing-function: linear;
}

.l-h-2 {
    line-height: 2;
}

.wrapper-notice .wrapper-notice-content p{
    margin: 0px !important;
}

#rebarnding_10_2023 .modal-header {background-size: cover; background-image: url('../images/content/eredic_to_potenz_back.png'); background-position: center center; background-repeat: no-repeat;}
#rebarnding_10_2023 .modal-header h1 {padding: 20px 20px 20px 20px; color: #0a53be; font-weight: bold;}
#rebarnding_10_2023 .modal-body {height: 70px; background-size: cover; background-image: url('../images/content/eredic_to_potenz_banner.png'); background-position: center center; background-repeat: no-repeat;}
#rebarnding_10_2023 .modal-footer p {color: #b02a37; font-size: 20px;}
#rebarnding_10_2023 .modal-footer .btn {width: 220px;}

.onlyAdmin {
    cursor: zoom-out;
    position: relative;
    border: 2px solid red;
    padding: 2px;
}

.onlyAdminText {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 47, 47);
    color: white;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    min-width: 20px;
    height: 20px;
    padding: 6px;
    position: absolute;
    z-index: 1;
    animation-name: pop;
    animation-duration: 0.5s;
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    animation-fill-mode: forwards;
    top: 0px;
    right: 0px;
}

/*********************************

        full-page-login

 *********************************/

.full-page-login .card {
    background-color: #F8F5F1;
}
.full-page-login .card-body {
    padding: 3rem 5rem !important;
}

.full-page-login input:focus {
    border-color: #33BE96 !important;
}

.full-page-login .form-outline.form-field-text input {
    padding: 15px !important;
}

.full-page-login  label {
    text-transform: uppercase;
    font-size: 10.5pt;
    height: 15px;
    line-height: 15px;
    color: #999;
    font-weight: 500;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

body.full-page-login {
    background: url('/assets/frontend/images/content/bg-vip-main.jpeg') center top repeat-x  white !important;
}

@media (max-width: 992px)
{
    .full-page-login .card-body {
        padding: 5rem 3rem !important;
    }
}

body.full-page-login, full-page-login section {
    background-color: #eee;
}

body.full-page-login .modal .modal-dialog .modal-content .modal-header
{
    margin-bottom: 15px;
}

body.full-page-login .modal .modal-dialog .modal-content .modal-header
{
    background: #7B0343 !important;
    color: white;
}

@media (min-width: 767px) {
    .btn-contact {
        height: auto !important;
        padding: 25px 40px 25px 40px !important;
        font-size: 22px !important;
        height: auto !important;
    }
}

@media (max-width: 575px) {
    .modal-content-coupon h5 {width: 100%; text-align: center !important;}
    .modal-content-coupon {text-align: center !important;}
}

.show-placeholder::placeholder {
    opacity: 1 !important;
}

.modal-content.modal-content-newsletter {background: #D0DDE1;}

.modal-content.modal-content-coupon {overflow: hidden;}
.modal-content.modal-content-coupon .modal-title {font-size: 25px;}
.modal-content.modal-content-coupon img.img-first-order {object-fit: contain; height: 100%; width: 100%;}

.product-upselling-list .gx-product-list {
    display: flex; flex-wrap: nowrap; overflow-x: auto;
}

.product-upselling-list .product-item {
    display: flex; flex-direction: column; height: 100%;
}

.product-upselling-list .product-price small {
    font-size: 0.775em;
}

.product-upselling-list .product-upselling-wrapper {
    position: relative;
    padding: 0 40px;
}

.product-upselling-wrapper .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(189, 189, 189, 0.3); /* sivé a priehľadné */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
    z-index: 2;
    border-radius: 50%; /* guľaté tlačidlo */
    user-select: none;
    color: #333;
    transition: background-color 0.2s ease;
}

.product-upselling-list .arrow:hover {
    background-color: rgba(128, 128, 128, 0.5); /* tmavšia sivá pri hoveri */
}

.product-upselling-wrapper .arrow.left {
    left: -20px;
}

.product-upselling-wrapper .arrow.right {
    right: -20px;
}

.lazy-video {
    position: relative;
    width: 100%;
    max-width: 720px;
    aspect-ratio: 16/9;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.lazy-video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.lazy-video:hover .lazy-video-overlay {
    background: rgba(0, 0, 0, 0.6);
}

.lazy-video-play-icon {
    font-size: 48px;
    color: white;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
}