.page-layout-3 .content-container .content {
    width: 100%;
    padding-left: unset;
}

.page-layout-3 .content-container .content-column {
    flex: 0 0 100%;
}
.page-layout-3  .content .frame-container {
    width: unset;
}

.tx-kesearch-pi1 {
    display: none;
}

.nav-container {
    top: -4rem;
    left: 3vw;
}

header h1 {
    margin-bottom: 1.5rem !important;
}

header h2 {
    margin-bottom: 1rem !important;
}

h1, h5 {
    color: #009BCE;
}

.content-container {
    display: flex;
    padding: 2rem 2rem 0 4rem;
    gap: 3rem;
}

.content-container > div {
    flex: 1 1 auto;
    min-width: calc(50% - 6rem);
}

.content-container aside{
    flex: 0 0 25%;
}

.content-column.content-left:not(:empty) {
    flex: 1 0 25%;
}

.page-layout-3 .content-column.content-left {
    flex: 0;
}

aside:empty {
    display: none;
}
.content-right h2 {
    color: #fff !important;
}

.content-right header {
    display: flex;
    justify-content: center;
    height: 3rem;
    align-items: center;
    background: #009BCE;
}

.content-right .frame-header :last-child {
    margin-bottom: 0 !important;
}

.content-left ul {
    list-style: none;
    text-transform: uppercase;
}

.content-right .textmedia-item, .content-right .textpic-item {
    padding-left: 0;
}

.text-info {
    color: #009BCE !important;
}

.content-container .text-warning {
    display: block;
    margin-bottom: -1.5rem;
}

.tx-events2 .list .list-group {
    margin-top: 1rem !important;
}
.tx-events2 .list .image-container {
    margin-right: -4rem !important;
    position: relative;
    top: unset !important;
}

.tx-events2 .list .list-group-item {
    margin-top: unset !important;
}

.tx-events2 .list .event-datetime {
    left: unset !important;
}

.tx-events2 .list .media-heading {
    left: unset !important;
    width: unset !important;
    height: unset !important;
}

.tx-cart .btn {
    margin-left: unset !important;
/*    min-width: unset !important;
    max-width: unset !important; */
}

.tx-cart .column.col-sm-12 {
    padding-left: unset;
    padding-right: unset;
}

.tx-cart .column.col-sm-4 {
    padding-left: unset;
}

.tx-cart .column.col-sm-8 {
    padding-right: unset;
}

.cart-item {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    margin-top: 0.3rem
}

.cart-item p {
    margin-bottom: 0.3rem;
}

.tx-cart .method-item-name a {
    font-weight: normal !important;
}
.tx-cart .cart-preview-content {
    display: none;
}
.nav-container .tx-cart .cart-preview-content {
    border: none !important;
    color: #009BCE !important;
    margin: unset !important;
    padding: unset !important;
    width: unset !important;
    position: absolute;
    top: 0;
    height: 4rem;
    display: inline-flex;
    align-items: center;
    margin-left: -4rem !important;
}

.cart-preview .checkout-link {
    margin-top: 1rem;
}

.nav-container .cart-preview .checkout-link,
.nav-container .cart-preview .checkout-link .btn
{
    background: transparent !important;
    position: absolute;
    top: 0;
    max-width: unset !important;
    min-width: unset !important;
    padding: unset !important;
    color: transparent;
    margin-left: -60px !important;
    margin-top: unset;
	width:100px !important;
}

.nav-container .cart-preview .checkout-link .btn:hover {
    background: #009BCE !important;
    color: white !important;
    opacity: 0 !important;
}

.nav-container .cart-preview .checkout-link {
    min-width: unset;
    max-width: unset;
    margin-left: -50px;
    padding: unset;
    z-index: 1;
}

.nav-container .cart-preview .checkout-link .btn {
 /*   margin-left: unset !important; */
    width: 190px;
    margin-top: 1rem;
    color: transparent !important;

}

.cart-preview-count {
    margin-right: 0.5rem;
}

#form-order .checkout-step-title {
    font-weight: bold;
}