/* ELLIE PRODUCT DESCRIPTION TYPOGRAPHY FIX V16 / refined by V18
   Autor: Modyfikator stworzony przez gumis
   Zakres: WYŁĄCZNIE właściwa zakładka OPIS na karcie produktu.
   Nie dotyka: SZCZEGÓŁY PRODUKTU, cech produktu, listingów, karuzeli i miniatur. */

body#product #tab-content > #description .product-description,
body#product #tab-content > #description .product-description p,
body#product #tab-content > #description .product-description div,
body#product #tab-content > #description .product-description span,
body#product #tab-content > #description .product-description li,
body#product #tab-content > #description .product-description td,
body#product #tab-content > #description .product-description th,
body#product .tabs-container #description .product-description,
body#product .tabs-container #description .product-description p,
body#product .tabs-container #description .product-description div,
body#product .tabs-container #description .product-description span,
body#product .tabs-container #description .product-description li,
body#product .tabs-container #description .product-description td,
body#product .tabs-container #description .product-description th {
    font-size: 15px !important;
    line-height: 1.55 !important;
    color: #414141 !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

body#product #tab-content > #description .product-description strong,
body#product #tab-content > #description .product-description b,
body#product .tabs-container #description .product-description strong,
body#product .tabs-container #description .product-description b {
    font-size: 15px !important;
    line-height: 1.55 !important;
    color: #414141 !important;
    font-weight: 600 !important;
}

body#product #tab-content > #description .product-description ul,
body#product #tab-content > #description .product-description ol,
body#product .tabs-container #description .product-description ul,
body#product .tabs-container #description .product-description ol {
    font-size: 15px !important;
    line-height: 1.55 !important;
    color: #414141 !important;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

body#product #tab-content > #description .product-description img,
body#product .tabs-container #description .product-description img {
    max-width: 100%;
    height: auto;
}