.detail-parameters {
    display: none;
}

.social-buttons-wrapper {
    display: none;
}

.filters-wrapper {
    display: none;
}

.category-header {
    display: none;
}

/* .p-image-wrapper{
    display: none;
} */
/* .navigation-home-icon-wrapper{
    margin-left: 0!important;
    padding-left: 20px!important;
} */
.p-detail-tabs {
    display: none;
}

.shp-tabs-holder {
    display: none;
}

.type-product .flags {
    display: none;
}

.type-product .quantity {
    display: none;
}


.countdown {
    display: flex;
    gap: 15px;
    text-align: center;
}

.time-box {
    background: #111;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    border-radius: 15px;
    box-shadow: 0 0 15px #fff;
    transition: all 0.3s;
    width: 110px;
}

.time-box span {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    display: block;
    transition: all 0.3s;
}

.time-box p {
    font-size: 14px;
    margin-top: 0px;
    color: #fff;
}

/* Efekt blikání čísel */
@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.time-box span {
    animation: blink 1s infinite;
}

.p-to-cart-block {
    border-radius: 15px;
}

.breadcrumbs {
    display: none;
}

.type-category .product-appendix {
    display: none;
}

.p-code span {
    display: none;
}

.p-code {
    display: none;
    color: transparent;
}

.products-block>div .p .name {
    height: 25px;
}

.search-form {
    display: none;
}

#navigation {
    display: none;
}

.cart-free-shipping {
    display: none;
}

.applyparkCartBtn {
    background-color: green;
    color: white;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 14px;
  }
  
  th, td { 
    padding: 12px;
    border: 1px solid #ddd;
    text-align: left;
  }
  
  th {
    background-color: #f4f4f4;
    font-weight: bold;
  }
  
  tr:nth-child(even) {
    background-color: #f9f9f9;
  }
  
  
  td {
    color: #333;
  }
  

  .checkout-box{
    display: none;
  }
  .stay-in-touch{
    display: none;
  }

  .top-navigation-tools{
    display: none;
  }