/* Obrazek vedle parametru v detailu */
@media (min-width: 993px) {
.extended-description img {
	padding-left: 20px;
}}

/* Ucinky a studie - ikony */
.study-icons a {
        max-width: 20%;
}

@media (max-width: 767px) {
    .study-icons a {
        max-width: 50%;
}}
    
.study-icons a img {
    max-width: 70px;
}

/* Sticky produkt v detailu - oprava deformace pomeru stran */
.fixed-cta__image img {
    width: 70px;
}

/* Stranky prohlaseni o shode, user manuals */
.manual-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

.categories-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.manualCat {
    flex: 1;
    cursor: pointer;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
}

.manualCat img {
    max-width: 50%;
}

.manualProd p {
    margin: 10px 0;
}

.manualLang select {
    padding: 5px 10px;
    margin-bottom: 20px;
    width: 60%;
    box-sizing: border-box;
    text-align: center;
    background: #e4e4e4;
    border-radius: 5px;
}

.openPDF {
    padding: 10px 10px;
    margin: 0px 0px 20px 10px;
    cursor: pointer;
    background-color: #141414;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}


.openPDF:hover {
    background-color: #888888;
    color: #ffffff;
}

@media (max-width: 768px) {
    .manual-container {
        padding: 10px;
    }

    .categories-wrapper {
        flex-direction: column;
    }

    .manualCat {
        margin: 10px 0;
}}

/* Caste dotazy */
.faq-block__item {
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Video recenze v deatilu (na COM nejsou) */
.detail-videos {
    padding: 30px 0px 0px 0px;
}

/* Shipping & Payment tabulka */
@media (max-width: 767px) {
    .table-row table tr td.--price {
        padding-bottom: 0 !important;
}}

/* Tlacitko Add to cart 
.p-tools form.pr-action .btn-cart span {
  visibility: hidden; 
  position: relative;
}

.p-tools form.pr-action .btn-cart span::before {
  content: "Add to cart";
  visibility: visible;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -39px;
}

.p-tools form.pr-action .btn.add-to-cart-button::before, 
.p-tools form.pr-action .btn.btn-cart::before {
  margin-right: 45px;
}
*/

/* Změna textu po pridani do kosiku */
.h1.advanced-order-suggestion {
  visibility: hidden;
  position: relative;
}

.h1.advanced-order-suggestion::before {
  content: "These stands fit your panel:";
  visibility: visible;
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 90%;
  padding: 0px 40px;
}
  
.advanced-order .adv-wrap .h1 {
  padding: 30px 30px 0px 30px;
}

/* Zkrácení textu parametrů */
.detail-parameters h3 {
  visibility: hidden;
  position: relative;
}

.detail-parameters h3::before {
  content: "Parameters and specifications";
  visibility: visible;
  position: absolute;
  top: 25%;
  left: 0;
}

.extended-description {
    padding: 40px 0;
}

/* Nadpis produktu v detailu */
@media (max-width: 1200px) {
    .p-detail-inner-header h1 {
        font-size: 22px;
}}


/* Oprava zobrazeni textu na mobilu */
@media (max-width: 767px) {
    .subcategories li a .text {
        line-height: 20px;
}}

/* Oprava zobrazeni porovnani modelu na mobilu */
@media (max-width: 768px) {
  .device-table__td.px3down {
    padding-bottom: 18px; !important;
  }
}

/* Oprava zobrazeni cele sirky stranky */
@media (min-width: 1440px) {.id-762 .container {width: 1178px;}}

/* Cerveny header */
body.in-science-effects .content-inner h4 {
    color: #F50537;
}

body.in-how-does-red-light-therapy-work .content-inner h3 {
    color: #F50537;
}

/* Kontakt oprava */
body.in-contact .content-inner {
    max-width: 100%;
}

body.in-contact h1 {
    text-align: center;
}

/* Pridani VAT info u ceny produktu */
.price-wrapper::after {
    content: "ⓘ You won't pay any VAT or customs fees."; !important
    display: block;
    width: 100%;
    text-align: left;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 400;
}

@media (max-width: 991px) {
    .price-wrapper {
        padding: 10px 10px 0px;
    }
}

.p-info-wrapper .add-to-cart::after { 
    content: "You won't pay any VAT or customs fees."; !important
    display: block;
    width: 100%;
    text-align: left;
    margin: 15px 0px -5px 0px;
    font-size: 15px;
}

.price-secondary {
    display: none; !important
}

.footer-law-p {
    font-size: 9px;
}

.custom-footer>div:has(.footer-law-p) {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 0;
}

/* Kosik */

#select-country-payment select#payment-currency {
    border: 1px solid #139917;
}

#select-country-payment select#deliveryCountryId {
    border: 2px solid #139917;
}

#select-country-payment label {
    font-weight: 600;
}

@media (max-width: 767px) {
    #select-country-payment label.select-label[for="payment-currency"] {
    margin-top: 10px;
}}

/* Zimbabwe kosik */
option[value="182"] {
    display: none;
}

/* Kosik cele zobrazeni mailu */
.cart-content .checkout-box {
    padding-left: 4px;
}

/* Kosik schovat DPH */
.order-summary-inner .recapitulation-shipping-billing-info--withVat {
    display: none;
}