.ct-section {
    width: 100%;
    background-size: cover;
    background-repeat: repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ct-section>.ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ct-div-block {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
}

.ct-new-columns {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}

.ct-link-text {
    display: inline-block;
}

.ct-link {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    text-decoration: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ct-link-button {
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.ct-link-button {
    background-color: #1e73be;
    border: 1px solid #1e73be;
    color: #ffffff;
    padding: 10px 16px;
}

.ct-image {
    max-width: 100%;
}

.ct-fancy-icon>svg {
    width: 55px;
    height: 55px;
}

.ct-inner-content {
    width: 100%;
}

.ct-slide {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ct-nestable-shortcode {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
}

.ct-slider {
    width: 100%;
}

.ct-modal {
    flex-direction: column;
    align-items: flex-start;
}

.ct-span {
    display: inline-block;
    text-decoration: inherit;
}

.ct-widget {
    width: 100%;
}

.ct-div-block,
.oxy-post-content,
.ct-text-block,
.ct-headline,
.oxy-rich-text,
.ct-link-text {
    max-width: 100%;
}

.ct-slider .unslider-nav ol li {
    border-color: #ffffff;
}

.ct-slider .unslider-nav ol li.unslider-active {
    background-color: #ffffff;
}

.ct-slider .ct-slide {
    padding: 0px;
}

.ct-widget .widget.woocommerce .widgettitle {}

.ct-modal .woocommerce-cart-form:not(:nth-child(2)) {
    display: none;
}

.ct-modal .cart-collaterals>.cart_totals:not(:nth-child(1)) {
    display: none;
}

.ct-section-inner-wrap,
.oxy-header-container {
    max-width: 1480px;
}

.ct-link-text {
    text-decoration: none;
}

.ct-link {
    text-decoration: none;
}

.ct-link-button {
    border-radius: 3px;
}

.ct-section-inner-wrap {
    padding-top: 32px;
    padding-right: 20px;
    padding-bottom: 32px;
    padding-left: 20px;
    width: 100%;
}

.ct-new-columns>.ct-div-block {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.ct-columns-inner-wrap {
    display: block !important;
}

.ct-columns-inner-wrap:after {
    display: table;
    clear: both;
    content: "";
}

.ct-column {
    width: 100% !important;
    margin: 0 !important;
}

.ct-columns-inner-wrap {
    margin: 0 !important;
}

.ct-link-button,
.oxy-carousel-builder_icon,
.ff-btn {
    transition: 0.3s !important;
}

.ct-section-inner-wrap.ct-section-inner-wrap-no-padding-top {
    padding-top: 0;
}

.ct-section-inner-wrap.ct-section-inner-wrap-no-padding-bottom {
    padding-bottom: 0;
}

.ct-section-inner-wrap.bof-nyhedsbrev-inner {
    color: #fff;
    align-items: center;
    text-align: center;
}

.ct-section-inner-wrap.bof-nyhedsbrev-inner {
    flex-direction: column;
    align-items: center;
    padding: 48px 32px;
}