

/* Start:/local/templates/pk-fsk/components/bitrix/catalog.element/catalog-detail/style.css?17750257091307*/
#product-item-container.product--ajax-loading {
    position: relative;
    opacity: 0.6;
}

#product-item-container.product--ajax-loading:after {
    content: ' ';
    position: absolute;
    width: 50px;
    height: 50px;
    top: 30%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    z-index: 999;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("/local/templates/pk-fsk/ajax-loader.gif");
}

.color-ral-pallete {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    top: 3px;
    position: relative;
    margin-right: 2px;
}

.product-description {
	width: 100% !important;
}

/* Detail text (SEO descriptions) */
.detail-text {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
}

.detail-text h3 {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-top: 24px;
    margin-bottom: 10px;
}

.detail-text h3:first-child {
    margin-top: 0;
}

.detail-text p {
    margin-bottom: 12px;
}

.detail-text ul {
    list-style: disc;
    padding-left: 24px;
    margin-bottom: 16px;
}

.detail-text ul li {
    margin-bottom: 6px;
    line-height: 1.6;
}

.detail-text ul li::marker {
    color: #0d6efd;
}

.detail-text strong,
.detail-text b {
    font-weight: 600;
    color: #222;
}

/* End */
/* /local/templates/pk-fsk/components/bitrix/catalog.element/catalog-detail/style.css?17750257091307 */
