/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 2025. júl. 23., 11:30:27
    Author     : istvan
*/

.text-danger-captcha-msg {
        color: #ff0000;
        border-left: 5px solid;
        padding-left: 10px;
    }
    .custom-ul-inline li{
        display: inline-block !important;
    }
     
/* style.css */
#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

#snackbar.show {
    visibility: visible;
    opacity: 1;
}

    .orange-color{
        color: #ff9421 !important;
    }
    
    .form-control{
        appearance:auto !important;
    }
        
textarea.form-control{
    height: 150px;
}    
    
@media(max-width:991.97px) {
    .padLeftMargLeft0{
        padding-left: 0;
        margin-left: 0;
        max-width: 100% !important;
    }
    .mobile-margRightAdd50{
        margin-right: 50px;
    }
    /* Alapértelmezett állapot – rejtve */
    .animate-navbar {
      transform: translateX(-100%);
      opacity: 0;
      transition: transform 0.4s ease, opacity 0.4s ease;
    }

    /* Amikor a navbar megjelenik (Bootstrap .show osztály) */
    .animate-navbar.show {
      transform: translateX(0);
      opacity: 1;
    }

    .dropdown-item {
        white-space: normal;
        word-break: normal;
        overflow-wrap: break-word;
    }

    .form-control{
        margin-bottom: 10px;
    }

    #slot-btn-item{
        margin-bottom: 10px;
    }    
    
    .py-120 {
        padding: 50px 0 !important;
    }
    .site-breadcrumb {
        padding-top: 280px !important;
        padding-bottom: 60px !important;
    }
}

@media (min-width: 991.98px) {

    .navbar .nav-item:hover .dropdown-menu {
      position: absolute;
      left: 0;
      transform: translateX(-30%);
      right: auto; /* Biztosítja, hogy ne igazodjon jobbra */
    }
    .navbar .nav-item:hover .dropdown-menu.custom-menu {
      transform: translateX(-42%);
    }

    .d-flex-min-990{
        display: flex !important;
    }

}


/* popup css */
    .popup{
        width: 900px;
        margin: auto;
        text-align: center
    }
    .popup img{
        width: 200px;
        height: 200px;
        cursor: pointer
    }
    .ppupshow{
        z-index: 999;
        display: none;
    }
    .ppupshow .overlay{
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.8);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99999;
    }

    .ppupshow .img-show{
        width: 600px;
        height: 600px;
        background: transparent;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -10%);
        overflow: hidden;
        top: 200px;        
        z-index: 99999999999999;
    }

    .img-show span{
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 99;
        cursor: pointer;
        top: 10px;
        color: #e28025;    
        font-size: 17px;
        font-weight: bold;

        background: #fff;
        border-radius: 50px;
        width: 30px;
        height: 30px;
        margin: 0 auto;
        text-align: center;       
    }

    .img-show img{
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
    }

    @media (max-width: 500px) {
        .ppupshow .img-show {
            width: 100%;
            height: 400px;
            background: transparent;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -10%);
            overflow: hidden;
            top: 200px;
            z-index: 99999999999999;
        }
        .img-show span{
            font-size: 17px;
            top: 0;
            color: #ec8e22;
            font-weight: bold;
            background: #fff;
            border-radius: 50px;
            width: 30px;
            height: 30px;
            margin: 0 auto;
            text-align: center;            
        }
    }
/* popup css end */
/* up css start  */
  /* Up to Top gomb */
  #btnUpTop {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 1000;
    background-color: #007bff;
    color: white;
    border: none;
    padding: 14px 16px;
    border-radius: 25px;
    font-size: 15px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: none;
    transition: background-color 0.3s ease;
  }
  #btnUpTop:hover {
    background-color: #0056b3;
  }
/* up css end  */

/* cart add css start  */
/* cart add gomb */
  #addToCartStickyBtn {
    position: fixed;
    bottom: 145px;
    right: 20px;
    z-index: 1000;
    background-color: #d02329;
    color: white;
    border: none;
    padding: 14px 16px;
    border-radius: 25px;
    font-size: 15px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
  }
  #addToCartStickyBtn:hover {
    background-color: #d60d13;
  }
 
/* cart add css end  */
/* filters show button css start  */
/* Up to Top gomb */
  #btnFiltersShow {
    position: fixed;
    bottom: 80px;
    bottom: 200px;
    right: 20px;
    z-index: 1000;
    background-color: #007bff;
    color: white;
    border: none;
    padding: 14px 16px;
    border-radius: 25px;
    font-size: 15px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: none;
    transition: background-color 0.3s ease;
  }
  #btnFiltersShow:hover {
    background-color: #0056b3;
  }
 
/* filters show button css - end  */

    .custom-qty-input-on-card{
        width: 80px;
        text-align: center;
        margin-left: 10px;
        padding: 0px;
        margin-top: 1px;
    }
    @media (max-width: 768px) {        
        .btn-theme-2{
            max-width: 80%;
            white-space: normal !important;
        }
        
    }

    .c-separator{
        width: 80%;
        margin-bottom: 0;
        margin-top: 10px;
        border: 0;
        border-bottom: 1px solid #b3252a;
    }    
    img{
        border-radius: 10px;
        /* box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1); */ 
    }
    .text-danger-captcha-msg {
        color: #ff0000;
        border-left: 5px solid;
        padding-left: 10px;
    }
    