﻿@font-face {
    font-family: "Stone Sans";
    src: url("../Custom/fonts/itc-stone-sans-std-medium.eot"); 
    src: 
        url("../Custom/fonts/itc-stone-sans-std-medium.eot?#iefix") format("embedded-opentype"),
        url("../Custom/fonts/itc-stone-sans-std-medium.woff2") format("woff2"), 
        url("../Custom/fonts/itc-stone-sans-std-medium.woff") format("woff"), 
        url("../Custom/fonts/itc-stone-sans-std-medium.ttf") format("truetype"); 
}

@font-face {
    font-family: "News Gothic";
    src: url("../Custom/fonts/News Gothic Std Medium.otf");
}


body, .preview {

    --dw-font-family: "Stone Sans";
}

body{
    --dw-header-height: 122px;
}

/* Headings */
h1, h2, h3, h4, h5, h6, .dw-h1, .dw-h2, .dw-h3, .dw-h4, .dw-h5, .dw-h6 {
--dw-font-family: "Stone Sans";
}



[data-dw-custom-paralexbackground="True"]{
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
}

[data-dw-custom-havevideo="True"]{
    position: relative;
}

[data-dw-custom-havevideo="True"] figure.position-absolute{
    z-index: -1;
}

[data-dw-custom-havevideo="True"][data-dw-custom-paralexbackground="False"] figure.position-absolute{
    z-index: 0;
}

[data-dw-custom-havevideo="True"][data-dw-custom-paralexbackground="False"] > div{
    position: relative;
    z-index: 1;
}


[data-dw-custom-paralexbackground="True"][data-dw-custom-havevideo="True"]{
    position: static;
}

[data-dw-custom-paralexbackground="True"][data-dw-custom-havevideo="True"] figure.position-absolute{
    position: fixed!important;
    height: 100%!important;
    width: 100%!important;
}

.nav-wrapper.megamenu-wrapper .nav-link strong{
    font-size: 16px;
    margin-bottom: 0.2em;
    padding-bottom: 0.5em;
    display: inline-block;
    min-width: 60px;
}

.nav-wrapper.megamenu-wrapper .nav-link{
    padding-top: .2rem !important;
    padding-bottom: .2rem !important;
}

.nav-wrapper.megamenu-wrapper .btn.btn-secondary{
    border-radius: 0;
    /*menu changes margin-top: 1rem;*/
}

.nav-wrapper.megamenu-wrapper .btn.btn-secondary:hover{
    color: white!important;
}

.megamenu-wrapper .megamenu .megamenu-col{
    /*menu changes border-right: 1px solid #BCCFDF;*/
    display: grid;
}

.megamenu-wrapper .megamenu .megamenu-col:nth-of-type(6n){
    border-right: 0;
}

.megamenu-wrapper a{
    text-decoration: none!important;
    box-shadow: none!important;
}

.megamenu-wrapper nav > .nav-item:hover > a:after {
    content: "";
    -webkit-transform: scaleX(.85);
    transform: scaleX(.85);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.megamenu-wrapper nav > .nav-item > a {
    position: relative;
    font-size: 18px;
}

.megamenu-wrapper nav > .nav-item > a:after {
    border: 0;
    background-color: #030312;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out;
    width: 100%;
    margin: 0;
}

.megamenu-wrapper .megamenu-grid a strong:after {
    border: 0;
    background-color: #030312;
    bottom: 0px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out;
    width: 100%;
    margin: 0;
}

.megamenu-wrapper .megamenu-grid a:hover strong:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
}

.megamenu-wrapper .megamenu-grid a strong{
    position: relative;
}

.megamenu-wrapper ul{
    border-radius: 0;
}

[data-dw-is-visualeditor="True"] [data-dw-custom-havevideo="True"]{
    position: static;
}

[data-dw-is-visualeditor="True"] [data-dw-custom-havevideo="True"] figure.position-absolute {
    z-index: -1;
    position: relative !important;
    height: 200px;
}

.type-ahead-dropdown .suggest-form .type-ahead-field {
    border-radius: 0;
}

.type-ahead-dropdown.show .type-ahead-menu.show {
    border-radius: 0;
}

.alert{
    border-radius: 0;
}

.megamenu-wrapper > nav > div > a{
    font-weight: bold;
}

body > header *{
    font-family:  "Stone Sans"!important;
}

.dw-colorscheme-dark_transparent, 
[data-dw-colorscheme="dark_transparent"] {
/* Dark transparent */
--dw-color-background: transparent;
}
.dw-colorscheme-light_transparent, 
[data-dw-colorscheme="light_transparent"] {
/* Light transparent */
--dw-color-background: transparent;
}


/* Timeline */ 


.timeline_area {
    position: relative;
    z-index: 1;
}
.single-timeline-area {
    position: relative;
    z-index: 1;
    padding-left: 180px;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area {
        padding-left: 100px;
    }
}
.single-timeline-area .timeline-date {
    position: absolute;
    width: 180px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 60px;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area .timeline-date {
        width: 100px;
    }
}
.single-timeline-area .timeline-date::after {
    position: absolute;
    width: 3px;
    height: 100%;
    content: "";
    background-color: #ebebeb;
    top: 0;
    right: 30px;
    z-index: 1;
}
.single-timeline-area .timeline-date::before {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: var(--dw-color-button-primary);
    content: "";
    top: 50%;
    right: 26px;
    z-index: 5;
    margin-top: -5.5px;
}
.single-timeline-area .timeline-date p {
    margin-bottom: 0;
    color: #020710;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}
.single-timeline-area .single-timeline-content {
    position: relative;
    z-index: 1;
    padding: 30px 30px 25px;
    border-radius: 6px;
    margin-bottom: 15px;
    margin-top: 15px;
    -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    border: 1px solid #ebebeb;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area .single-timeline-content {
        padding: 20px;
    }
}
.single-timeline-area .single-timeline-content .timeline-icon {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 50px;
    height: 50px;
    background-color: var(--dw-color-button-primary);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    text-align: center;
    max-width: 50px;
    border-radius: 50%;
    margin-right: 15px;
}
.single-timeline-area .single-timeline-content .timeline-icon i {
    color: #ffffff;
    line-height: 50px;
}
.single-timeline-area .single-timeline-content .timeline-text h6 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.single-timeline-area .single-timeline-content .timeline-text p {
    font-size: 13px;
    margin-bottom: 0;
}

.megamenu-wrapper .megamenu,
.megamenu-wrapper .dropdown-menu{
    background-color: var(--dw-color-MegamenuColor);
}

.m-child-0 > *{
    margin: 0;
    max-width: none;
}


.accent-color-eyebrow .eyebrow{
    color: var(--dw-color-dark_blue);
}


.image-filter-custom .card:after{
    background-color: var(--bs-filter-color);
    bottom: 0;
    content: "";
    left: 0;
    opacity: var(--bs-filter-opacity);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
}

.image-filter-custom .card img{
    z-index: 0;
}


.image-filter-custom .card-img-overlay{
    z-index: 1;
}

.swiffy-slider.top-slider{
    --swiffy-slider-item-ratio: 3;
}


[data-swift-gridrow][data-dw-column-count="5"]{
    --bs-columns: 10;
}

.columns6-3-3{
    --bs-columns: 6;
}

.rounded-0 .card-img-top{
    border-radius: 0;
}

.slider-indicators-square-left .slider-indicators{
    justify-content: left;
}


.image-modal-video .button-play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    border-radius: 50%;
    padding: 8px;
    cursor: pointer;
    color: black;
    
}

.link-full [data-dw-itemtype]{
    position: relative;
}

.link-full [data-dw-itemtype] > .position-relative{
    position: static!important;
}

/* Map */

.location-page .location--content .location--left {
    -webkit-box-shadow: 0 4px 10px 0 rgba(26,26,26,.05);
    box-shadow: 0 4px 10px 0 rgba(26,26,26,.05);
    margin-bottom: 16px;
    margin-bottom: 1rem
}

@media screen and (min-width: 768px) {
    .location-page .location--content .location--left {
        margin-bottom:2rem
    }
}

@media screen and (min-width: 1024px) {
    .location-page .location--content .location--left {
        max-height:37.5rem;
        margin-bottom: 0
    }
}
.location-page .location--content .location--left .left--top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    padding: 1rem;
    background-color: #fff
}

@media screen and (min-width: 768px) {
    .location-page .location--content .location--left .left--top {
        padding:2rem
    }
}

.location-page .location--content .location--left .left--bottom {
    height: 250px
}

@media screen and (min-width: 768px) {
    .location-page .location--content .location--left .left--bottom {
        background-color:#aaa;
        display: block;
        height: 30.5rem
    }
}

.location-page .location--content .location--right {
    -webkit-box-shadow: 0 4px 10px 0 rgba(26,26,26,.05);
    box-shadow: 0 4px 10px 0 rgba(26,26,26,.05);
    height: 100%;
    max-height: 400px;
    overflow: hidden;
    overflow-y: scroll
}

@media screen and (min-width: 1024px) {
    .location-page .location--content .location--right {
        max-height:37.5rem;
        overflow-y: auto
    }
}

.location-page .location--content .location--right .accord-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.location-page .location--content .location--right .accord-info .vignette {
    margin-bottom: 8px;
    margin-bottom: .5rem
}

.location-page .location--content .location--right .accord-info h5 {
    margin-bottom: 4px;
    margin-bottom: .25rem
}

.location-page .location--content .location--right .accord-info p {
    color: #aaa;
    font-size: 15px
}

.location-page .location--content .location--right .accord-icon {
    background-color: #eee;
    width: 40px;
    width: 2.5rem;
    height: 40px;
    height: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    cursor: pointer
}

.location-page .location--content .location--right .location-filter--wrapper {
    background-color: #fff;
    opacity: 1;
    overflow: auto;
    -webkit-transition: max-height .1s ease-out .3s,opacity .3s ease-out,padding 0s ease-out .3s;
    transition: max-height .1s ease-out .3s,opacity .3s ease-out,padding 0s ease-out .3s;
    border-bottom: 1px solid #ddd
}

.location-page .location--content .location--right .location-filter--wrapper.location--hidden {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    border-bottom: 0 none;
    -webkit-transition: max-height .1s ease-out .2s,opacity .3s ease-out,padding 0s ease-out .3s;
    transition: max-height .1s ease-out .2s,opacity .3s ease-out,padding 0s ease-out .3s
}

.location-page .location--content .location--right .location-filter--wrapper .location-filter--toggle {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    width: 100%;
    padding: 18.4px 24px 18.4px 18.4px;
    padding: 1.15rem 1.5rem 1.15rem 1.15rem
}

.location-page .location--content .location--right .location-filter--wrapper .location-filter--header {
    margin: 0 0 5px 0
}

.location-page .location--content .map-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media screen and (max-width: 1024px) {
    .location-page .location--content .map-search {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

.location-page .location--content .map-search .input-fl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 24px;
    margin-right: 1.5rem
}

.location-page .location--content .map-search .location-search {
    margin-right: 40px;
    margin-right: 2.5rem;
    border: 0;
}

@media screen and (max-width: 1024px) {
    .location-page .location--content .map-search .location-search {
        margin-right:0;
        width: 100%;
        margin-bottom: 1.5rem
    }
}

.location-page .map-search label {
    position: relative
}

.location-page .map-search label span {
    top: 12px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    width: 1.5rem;
    height: 1.5rem;
    pointer-events: none;
    cursor: pointer;
}

.location-page .map-search input {
    background-color: #eee;
    padding: 16px;
    padding: 1rem;
    padding-left: 40px;
    padding-left: 2.5rem;
    width: 100%
}

.location-page [type=checkbox]:checked+label, .location-page [type=checkbox]:not(:checked)+label {
    position: relative;
    padding-left: 40px;
    font-size: 16px;
    font-size: 1rem;
    color: #777;
    cursor: pointer;
    min-height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.location-page [type=checkbox]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    width: 1.5rem;
    height: 24px;
    height: 1.5rem;
    background: #000;
    border: none;
    outline: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.location-page [type=checkbox]:checked+label:after, .location-page [type=checkbox]:not(:checked)+label:after {
    content: "";
    background-image: url(../Custom/maps/tick.png);
    position: absolute;
    top: 2px;
    left: 2px;
    color: #fff;
    -webkit-transition: all .2s;
    transition: all .2s;
    background-size: 100%;
    width: 20px;
    height: 20px;
}

.location-page [type=checkbox]:checked, .location-page [type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.location-page [type=checkbox]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    width: 1.5rem;
    height: 24px;
    height: 1.5rem;
    background: #fff;
    border: 1px solid #dfe1e1;
    outline: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}


.location-page [type=checkbox]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(.7);
    transform: scale(.7);
}

@media screen and (min-width: 768px) {
    .location-page .map-search input {
        width:330px
    }
}

.location-modals.modals {
    background-color: rgba(0, 0, 0, .3);
    z-index: 999;
    position: fixed;
    opacity: 0;
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
    overflow: hidden;
}

.location-page .vignette {
    color: #aaa;
    display: inline-block;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.location-modals .modal-dialog {
    min-width: 480px;
    min-width: 30rem;
    opacity: 0;
    padding: 40px;
    padding: 2.5rem;
    background-color: #fff;
    max-width: 520px;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    width: 100%;
}

.location-modals .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

.location-modals .modal-close {
    background-color: #eee;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    color: #000;
    cursor: pointer;
}

.location-modals .modal-dialog.open {
    z-index: 999;
    position: fixed;
    top: 50%;
    left: 50%;
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.location-modals.modals.open {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    height: 100%;
    z-index: 1001;
}

.location-modals .modal-close>* {
    pointer-events: none;
}

.standard-svg{
    width: 100%;
    height: auto
}

.shop-second-level{
    display: none;
}


.shop-second-level.active{
    display: block;
}


@media only screen and (max-width: 991px) {
    [data-swift-gridrow][data-dw-row-space-top="6"] {
        --dw-row-space-top: 2rem;
    }
    [data-swift-gridrow][data-dw-row-space-bottom="6"] {
        --dw-row-space-bottom: 2rem;
    }

    .swiffy-slider.top-slider{
        --swiffy-slider-item-ratio: 1;
    }

    [data-swift-gridrow][data-dw-column-count="5"] .g-col-0{
        grid-column: auto / span 12;
    }
    .columns6-3-3{
        --bs-columns: 12;
    }

}



.parallax-image-safari{
  display:none
}

[data-swift-page-header="6962"] ~ main .background-parallax{
	background-image: none!important;
}

[data-swift-page-header="6962"] ~ main .background-parallax .parallax-image-safari{
	display:block;
  	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: -1;
  	background-size: cover !important;
}



.hover-underline-animation-center-child > span {
    display: inline-block;
    position: relative
}

.hover-underline-animation-center-child > span::before {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0px;
    left: 0;
    background-color: var(--bs-body-color);
    transform-origin: center;
    transition: transform .25s ease-out;
    pointer-events: none;
}

.hover-underline-animation-center-child:hover  > span::before {
    transform: scaleX(1);
    transform-origin: center
}

.hover-underline-animation-left-child > div > a {
    display: inline-block;
    position: relative
}

.hover-underline-animation-left-child > div > a::before {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0px;
    left: 0;
    background-color: var(--bs-body-color);
    transform-origin: bottom right;
    transition: transform .25s ease-out
}

.hover-underline-animation-left-child.active > div > a::before,
.hover-underline-animation-left-child > div > a:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.megamenu-col .shop-second-level{
    padding-left: 2em;
    border-left:1px solid var(--bs-body-color);
}

.megamenu-grid > .grid > .g-col-2{
    border-right: 1px solid var(--bs-body-color);
}

#EmployeesTabs .btn-secondary{
    --bs-btn-active-color: white;
    --bs-btn-active-bg:#415f77;
    --bs-btn-active-border-color: #415f77;
    width: 100%;
}

#EmployeesTabs .btn-secondary.active{
    --bs-btn-active-bg:#0b0225;
    --bs-btn-active-border-color: #0b0225;
}

#EmployeesTabs{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    border-bottom: 0;
    position: sticky;
    top: var(--dw-header-height);
    z-index: 1;
    background-color: var(--bs-body-bg);
    gap: 1em;
}



@media only screen and (min-width: 1700px) {
    #EmployeesTabsContent [data-dw-container-width="3"]{
        --dw-container-width: 65vw;
    }
}

@media only screen and (max-width: 1550px) {
    
     #EmployeesTabs{
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 0.75em;
    }
}



@media only screen and (max-width: 991px) {
    #EmployeesTabs{
        grid-template-columns: 1fr 1fr;
        gap: 0.5em;
    }

    body{
        --dw-header-height: 58px;
    }

    #EmployeesTabs .btn-secondary{
        padding-top: 0.5em !important;
        padding-bottom: 0.5em !important;
        font-size: 0.85rem;
    }

    #EmployeesTabsContent .card-body{
        padding: 1em 0!important;
    }
}


.table-plastmo th,
.table-plastmo td{
    vertical-align: middle;
    text-align: center;
}

.table-plastmo thead th{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 1.5rem;
}

.table-plastmo tbody th,
.table-plastmo tbody td{
    border: 3px solid #c7d8e2
}

.table-plastmo tbody th{
    background-color: #c7d8e2;
    font-size: 1.2rem;
}

.dropdown-menu{
    border-radius: 0;
}

[data-dw-colorscheme]:not([data-dw-colorscheme=""]) .dropdown-menu {
    --bs-dropdown-link-hover-bg: #c7d8e2 ;
}

.two-level-ecom-menu .dropdown-menu{
    border:0;
}

/* Calculators */

#react-root img{
    max-width: 100%;
}

#react-root .form-check .form-check-input{
    width: 24px;
    height: 24px;
    margin-left: -2.5em;
}

.input-blocks {
  transition: all 0.3s ease;
}

.input-blocks .form-check img{
    max-width: 100px;
}

#add2_amount{
    margin-top: 1em;
    padding: 0.5em;
    min-width: 120px;
}

/* FIX Template issue in DW admin panel */

.preview-container .background-parallax{
    position: relative;
}

.preview-container [data-dw-custom-paralexbackground="True"][data-dw-custom-havevideo="True"] figure.position-absolute {
    position: static !important;
}

.modal-video-player .ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.custom-layout-1-2 > div{
    --grid-template-areas: "col-1 col-2" "col-1 col-3";
    --grid-template-areas-tablet: "col-1 col-2" "col-1 col-3";
    --grid-template-areas-mobile:  "col-1" "col-2" "col-3";
    --grid-template-columns: 3fr 9fr;
    --grid-template-columns-tablet: 3fr 9fr;
    --grid-template-columns-mobile: 12fr;
    grid-template-areas: var(--grid-template-areas);
    grid-template-columns: var(--grid-template-columns);
    display: grid;
}

.custom-layout-1-2 > div > div{
    grid-area: var(--grid-column-name);
    grid-column: auto !important;
}

.custom-layout-1-2 > div > div:nth-child(1){
     --grid-column-name: col-1;
}

.custom-layout-1-2 > div > div:nth-child(2){
     --grid-column-name: col-2;
}

.custom-layout-1-2 > div > div:nth-child(3){
     --grid-column-name: col-3;
}

@media all and (max-width: 991px){
	.custom-layout-1-2 > div{
        grid-template-areas:var(--grid-template-areas-tablet);
    }

	.custom-layout-1-2 > div{
		grid-template-columns: var(--grid-template-columns-tablet);
	}
}

@media all and (max-width: 520px){
	.custom-layout-1-2 > div{
        grid-template-areas:var(--grid-template-areas-mobile);
    }
    
	.custom-layout-1-2 > div{
		grid-template-columns: var(--grid-template-columns-mobile);
	}
}

#CartLink.hidden{
    display: none;
}

/* Divider mellem kolonne 1 og 2 – nu på g-col-2 */
.megamenu-grid > .grid > .g-col-2 {
    border-right: 1px solid var(--bs-body-color);
}

/* Kun teksten i megamenuen skal være klikbar / styre hover */
.two-level-ecom-menu .megamenu-grid .nav-link {
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
}

/* Kun selve link-teksten skal være "tight" */
.mm-link {
    display: inline-block;
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
}

/* Fælles lodret luft mellem punkterne i begge kolonner */
.two-level-ecom-menu .megamenu-col,
.mm-item {
    display: block;
    margin-bottom: 1.1rem;
}

/* Megamenu knap-spacing */
.mm-btn {
    display: block;
    margin-bottom: 1.3rem;
}

.white-background .form-control{
    background-color: #ffffff;
}

.white-background .form-floating>.form-control:not(:placeholder-shown)~label::after,
.white-background .form-floating>.form-control:focus~label::after{
    background-color: #ffffff;
}

.white-background .form-check-input{
    background-color: #ffffff;
}

.white-background .form-check-input:checked[type=checkbox]{
    background-color: #333;
}

#DynamicOffcanvasGallery img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

#DynamicOffcanvasGallery{
     max-width: 80vw;
    max-height: 80vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    margin: auto;
    box-shadow: none;
    transition: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

#DynamicOffcanvasGallery a{
    display: block;
    max-width: 100%;
    max-height: 100%;
    pointer-events: all;
}