#vyberte-jiny-darek .hidden-free-gift
{
    display: none !important;
}
#customAlert {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.alertContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 14px;
      min-width: 280px;
}

#alertOkButton {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #6A8985;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#alertOkButton:hover {
    background-color: #0056b3;
}

.no-click-message {
    display: block;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #6A8985;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 13px;
    /* white-space: nowrap; */
    text-transform: none;
    opacity: 1 !important;
    width: 280px;
    height: auto;
    line-height: 1.5;
}

/*hlídací pes*/
.link-icon.watchdog:before {
    content: url("https://www.moniel.cz/user/documents/upload/webotvurci/dog.svg") !important;
    display: gid;
    width: 40px !important;
    height: auto !important;
    margin-bottom: 0;
}

.link-icon.watchdog 
{
    width: fit-content;
    display: block;
    color: black;
}

.p-detail-inner .price .price-final {
    width: fit-content;
    margin-right: 20px;
}

.p-final-price-wrapper
{
    display: flex;
    align-items: anchor-center;
}

.social-buttons-wrapper .link-icons.watchdog-active .watchdog
{
    display: none;
}

.popup-dog-message {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    color: #bf7e88;
    padding: 15px 24px;
    border: 1px solid #bf7e88;
    z-index: 9999;
    font-size: 18px;
  }
  
  .dog-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
  }
  
#product-detail-form .is-type--photos a span
{
    border-radius: 5px !important;
    width: 50px;
    height: 50px;
}

#product-detail-form .is-type--photos a
{
    border-radius: 5px !important;
    width: 50px;
    height: 50px;
}

.flag-taska, .flag-balzam, .flag-brozura
{
    display: none;
}