/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.product-description img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.product-description ul {
    padding-left: 20px;
    list-style-type: disc;
}



.product-description {
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    letter-spacing: 0.35px; }
.product-description h2:not(.product-title), .product-description h3:not(.product-title) {
    margin-top: 40px;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    font-style: normal;
    letter-spacing: 0.45px;
    text-transform: none; }
.product-description h3 {
    font-size: 18px;
    line-height: 28px; }
.product-description h4 {
    color: #0a60a9;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    font-style: normal; }
.product-description h5 {
    color: #eb4343;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    font-style: normal; }
.product-description a {
    color: #0a60a9; }
.product-description a:hover, .product-description a.product-miniature__wishlist-button.wishlist-remove {
    color: #eb4343; }
.product-description img {
    margin-top: 20px;
    border-radius: 20px;
    max-width: 100%;
    height: auto; }
.product-description iframe {
    margin-top: 20px;
    border-radius: 20px;
    max-width: 100%; }
.product-description ul {
    padding-left: 20px;
    list-style-type: disc; }
.product-description ul:before {
    margin-left: -20px;
    display: none;
    content: "";
    margin-bottom: 20px;
    width: 20px;
    height: 3px;
    background-color: #cccccc; }
.product-description ul ul {
    padding-left: 20px;
    padding-bottom: 20px;
    list-style-type: circle; }
.product-description ul ul:before {
    display: none; }
.product-description figure:before {
    display: block;
    content: "";
    margin-bottom: 30px;
    width: 20px;
    height: 3px;
    background-color: #cccccc; }
.product-description table {
    width: 100%; }
.product-description table tr {
    border-top: 1px solid #e2e5eb;
    vertical-align: top; }
.product-description table tr th {
    padding: 15px 0; }
.product-description table tr th:first-child {
    font-weight: 500;
    font-size: 15px; }
.product-description table tr td {
    padding: 15px 0; }
.product-description table tr td:first-child {
    font-weight: 500;
    font-size: 15px; }

