#module-ph_simpleblog-single .simpleblog__post__content .rte-content a:link:not(.nav-link):not(.btn),
#module-ph_simpleblog-single .simpleblog__post__content .rte-content a:visited:not(.nav-link):not(.btn) {
    border-bottom: 1px solid #ba7517;
}
#module-ph_simpleblog-single .rte-content p, #cms .rte-content p {
    margin-bottom: 0;
}
#module-ph_simpleblog-single .h2, #module-ph_simpleblog-single h2, #cms .rte-content h2 {
	padding-top: 5px;
}
#module-ph_simpleblog-single .h3, #module-ph_simpleblog-single h3, #cms .rte-content h3 {
	padding-top: 12px;
}
#cms .rte-content td, #cms .rte-content th {
    border: 1px solid;
    padding: 2px 4px;
}
#cms .rte-content th {
    text-align: center;
}
.simpleblog__listing .simpleblog__listing__post__wrapper {
    border-radius: 6px;
    overflow: hidden;
    border: solid 1px rgba(28, 23, 16, 0.1);
    outline: 1px none transparent;
    background: #ffffff;
    color: #1c1710;
}
.simpleblog__listing .simpleblog__listing__post__wrapper:hover {
    border-color: #ba7517;
    outline: none 1px hsla(0, 0%, 63%, 0.25);
    box-shadow: 0px 4px 20px 0px rgba(186, 117, 23, 0.12);
}
.simpleblog__listing .simpleblog__listing__post__wrapper .simpleblog__listing__post__wrapper__content.card-block {
    padding-right: 8px;
    padding-left: 8px;
}
.simpleblog__listing .simpleblog__listing__post__wrapper .simpleblog__listing__post__wrapper__footer {
	padding-right: 8px;
    padding-left: 8px;
	padding-bottom: 8px;
}
.simpleblog__listing .simpleblog__listing__post__wrapper .simpleblog__listing__post__wrapper__content__headline {
    border-bottom: none;
}
a.blogSubcat__link.cardblog.btn {
    border-color: #ba7517;
    outline: none 1px hsla(0, 0%, 63%, 0.25);
    border-radius: 6px;
}
a.blogSubcat__link.cardblog.btn:hover {
    box-shadow: 0px 4px 20px 0px rgba(186, 117, 23, 0.12);
}
.pagination .page-list li {
    border-radius: 6px;
}
.authorMiniature__btn {
    border-radius: 6px;
    padding: 8px 20px;
}
#sitemap h2.block-title span {
    color: #1c1710;
}
.contact-rich .part {
    display: flex;
    gap: 8px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.contact-rich .part .icon {
    text-align: left;
    width: auto;
	max-width: 2rem;
}
.page-content .contact-rich .part .icon {
    width: 2rem;
}
body .form-control {
    background-color: #ffffff;
    color: #1c1710;
    border: solid 1px rgba(227, 227, 227, 0.24);
	border-radius: 6px;
}
.cart-buttons a.btn.btn-secondary.btn-block {
    display: none;
}
#module-ecm_checkout-checkout #ecm_checkout textarea#delivery_message {
    background-color: #ffffff;
    color: #1c1710;
    border: solid 1px rgba(227, 227, 227, 0.24);
    border-radius: 6px;
	outline: none !important;
}
#module-ecm_checkout-checkout #ecm_checkout section.sc_customer input {
    border: none;
    border-bottom: none;
    border-radius: 6px;
	padding: 8px 14px;
}
#module-ecm_checkout-checkout #ecm_checkout section.sc_customer .form-control:disabled {
    background-color: #ffffff00;
    opacity: 1;
    cursor: not-allowed;
}
#module-ecm_checkout-checkout #ecm_checkout input:required:placeholder-shown {
  background-color: #fff4f4;
  border-color: red;
}
.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
    border-radius: 6px;
}
.btn-secondary, .btn-secondary.disabled, .btn-secondary:disabled, .bootstrap-touchspin .group-span-filestyle .btn-touchspin, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .group-span-filestyle .btn-default {
    border-radius: 6px;
}
#module-ecm_checkout-checkout #ecm_checkout input.form-control.cart_quantity_input {
    padding: 5px 24px;
    text-align: center;
    z-index: 1;
    border: solid 1px #ba7517;
    background-color: #ffffff9c;
    border-radius: 6px;
}
body .custom-radio input[type=radio]:checked+span {
    border-radius: 1px;
	width: 8px;
    height: 8px;
}
body .custom-radio {
	border-radius: 0;
}
body .custom-checkbox input[type=checkbox]+span .checkbox-checked {
    top: 3.3px;
    left: 0px;
}
body .custom-checkbox input[type=checkbox]+span .checkbox-checked.fa-check {
    --fa: "\f0c8";
}
body .radio-inline {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 4px;
}
body #customer-form .custom-checkbox label {
    line-height: 1rem;
    padding-bottom: .2rem;
}
#module-ecm_checkout-checkout #ecm_checkout span#carrier_place .sc_carrier_row,
#module-ecm_checkout-checkout #ecm_checkout span#payment_place .sc_payment_row label {
    cursor: pointer;
}
article.product-miniature:has(.product-unavailable) {
	filter: grayscale(70%);
}
@media (min-width: 1200px) {
    #module-ph_simpleblog-single .h2, #module-ph_simpleblog-single h2, #cms .rte-content h2 {
        font-size: 1.5rem;
    }
	#module-ph_simpleblog-single .h3, #module-ph_simpleblog-single h3, #cms .rte-content h3 {
        font-size: 1.25rem;
    }
}