.product-page--contact-consultant .consultant-image-container {
    width: 8em;
    float: left;
    margin-right: 1em;
}

.product-page--contact-consultant .consultant-info-container {
    float: left;
    padding-top: 1.5em;
}

li.dropdown > a > div {
    top: -2px !important;
}

.dropright {
    position: absolute !important;
    top: calc(-.5rem - 1px) !important;
    left: 100% !important;
    transform: none !important;
}

.theme .text-accent a {
    color: var(--swift-button-link-color,inherit);
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
}

.theme .text-gray {
    color: #999999;
}

.consultant-list .consultant-list__list-item .list-item--contact-info-heading {
    color: var(--swift-button-primary-hover-background-color);
}

.pe-pointer {
    cursor: pointer;
}

.custom-signs {
    font-weight: 700;
    background-color: #F3F5F6;
    padding: 0.5rem 1rem;
    border-radius: 12px;
    color: #63899C;
    font-size: 14px;
}

.custom-signs .select-container {
    background-color: white;
    width: fit-content;
    border-radius: 50px;
    padding: 2px 10px;
}

.custom-signs .custom-check-input {
    background-color: white;
    border-color: #63899C;
    padding: 4px;
}

.custom-signs .pd-form-select {
    border: none;
    color: #63899C;
    font-weight: 700;
    outline: none;
}

.consultant-list .consultant-list__list-item .consultant-list__list-item--heading:before {
    position: absolute;
    top: -3rem;
    left: 0;
    content: url('/Files/Templates/Designs/Swift/Assets/icons/Quote.png');
}

.consultant-list .consultant-list__list-item--footer {
    position: absolute;
    bottom: 1em;
}

.consultant-list .consultant-list__list-item--footer a:hover {
    color: var(--swift-button-link-hover-color);
}

.consultant-list .consultant-list__list-item--subheader {
    color: var(--swift-button-primary-hover-background-color);
}

.consultant-image {
    height: fit-content;
}

.item_swift_productlist .js-product .product-badges {
    position: absolute;
    top: 2rem;
}

div[data-source-type='selected'] .swiffy-slider .text-price {
    display: none;
}
.nav-link:hover {
    color: var(--swift-button-link-hover-color);
    text-decoration: none;
}

div[data-source-type='buttonSlider'] {
    bottom: 0px;
    position: absolute;
}

span.text-price.fw-bold {
    display: none;
}

.custom-variant-selector option.variant-option {
    color: var(--swift-foreground-color);
}

.custom-variant-selector option.variant-option.active {
    background-color: transparent;
    color: var(--swift-foreground-color);
}

.align-middle.kontra-custom-primary {
    color: var(--swift-foreground-color);
    text-decoration-line: none !important;
}

.align-middle.kontra-custom-secondary {
    color: var(--swift-button-link-color);
    text-decoration-line: none !important;
}

.align-middle.kontra-custom-secondary:hover {
    color: var(--swift-foreground-color);
    text-decoration-line: none !important;
}
/* FORMS START */
/* Change color of tick marks in input type checkbox */
.form-check {
    padding-left: 0;
}

.form-check label, .form-check input[type="checkbox"] {
    line-height: var(--swift-body-line-height);
}

.form-check input[type="checkbox"] {
    position: absolute;
    left: -999em;
}

.form-check input[type="checkbox"] + label {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.form-check input[type="checkbox"] + label::before {
    position: relative;
    top: 0.1em;
    content: "";
    display: inline-block;
    margin-top: 0.35em;
    height: 1em;
    width: 1em;
    background-color: transparent;
    border: 1px solid rgba(var(--swift-foreground-color-rgb),.3);
    border-radius: 4px;
    margin-right: 0.5em;
    margin-left: 0.3em
}

.form-check input[type="checkbox"]:checked + label::after {
    content: '';
    position: absolute;
    width: 0.7em;
    height: 0.4em;
    background: rgba(var(--swift-foreground-color-rgb), 0);
    top: 0.6em;
    left: 0.45em;
    border: 2px solid var(--swift-foreground-color);
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.form-check input[type="checkbox"]:checked + label::before {
    border-width: 1px;
    border-color: var(--swift-foreground-color);
    box-sizing: border-box;
}

.form-check input[type="checkbox"]:focus + label::before {
    box-shadow: 0 0 0 .25rem rgba(var(--swift-foreground-color-rgb),.3);
    border-color: var(--swift-foreground-color);
    outline: 0px;
}

/* Change color of form text */
.form-text p {
    color: var(--swift-foreground-color);
}
/* FORMS END */


/* TOP NAVIGATION START */
.dropdown-menu.megamenu {
    inset: unset !important;
    transform: none !important;
    left: 0 !important;
    position: fixed !important;
    border-top: 1px solid rgba(var(--swift-foreground-color-rgb), 0.3);
}
/* TOP NAVIGATION END */

.nav-wrapper.megamenu-wrapper .nav-item.dropdown {
    position: relative !important;
}

.navigation-fix {
    position: absolute;
    top: 71%;
    left: -50%;
    width: 300%;
    height: 0px;
}

.dropdown-toggle.show ~ .navigation-fix {
    height: 40px;
}


.dropdown-menu.megamenu.xsmall-menubar {
    top: 79px !important;
}

.dropdown-menu.megamenu.small-menubar {
    top: 110px !important;
}

.dropdown-menu.megamenu.medium-menubar {
    top: 134px !important;
}

.dropdown-menu.megamenu.high-menubar {
    top: 162px !important;
}

/*navigation underline removed*/
.text-decoration-underline-hover {    
    text-decoration: none !important;
}
/* IMAGES START */
.custom-img-border {
    border: 2px solid rgba(var(--swift-foreground-color-rgb), .1);
    border-radius: 5px;
}
/* IMAGES END */

h1 .small-span-text-3 {
    font-size: 0.3em;
}

/* UTILITY START */
.py--1 {
    height: 0;
}
/* UTILITY END */

.item_swift_productlistitemrepeater .item_swift_productprice .deposit-text {
    position: absolute;
    bottom: -10px;
    left: 0;
    font-size: 0.55rem !important;
}

@media (max-width: 767px) {


    div .item_swift_productlistgroupposter {
        display: none;
    }

    div .container-xl.gap-5 {
        gap: 1rem !important;
    }
}

@media (min-width: 1025px) {
    .swiffy-slider {
        --swiffy-slider-item-gap: 2.2rem !important;
    }
}

.product-image_out-of-stock img  {
    opacity: 0.3;
}

.product-add-to-cart_out-of-stock {
    line-height: 1.5;
    margin-top: -4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 45px;
}

.product-add-to-cart_out-of-stock a {
    font-size: 14px;
    font-weight: 500;
}

.product-out-ofstock-ribbon {
    position: absolute;
    bottom: 0;
    left: 8px;
    right: 8px;
    max-width: 500px;
    margin: auto;
    background-color: white;
    color: var(--swift-foreground-color);
    padding: 12px 24px;
    font-size: var(--bs-body-font-size);
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
}

.product-detail-page.product-out-ofstock-ribbon {
    bottom: 8px;
}

@media screen and (min-width: 992px) {
    .product-detail-page.product-out-ofstock-ribbon {
        top: 45%;
        bottom: 50%;
        transform: translate(0, 50%);
        height: fit-content;
    }
}

.out-of-stock-text {
    font-size: var(--bs-body-font-size);
    font-weight: 600;
    color: var(--swift-foreground-color);
}
.item_swift_productdetailsmediatable tr {
    transform: translate(0);
}

.badge-new {
    padding: 6px 8px 4px 8px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;

}
#FacetsModal .form-check .form-check-input {
    margin-left: 0;
    margin-right: 8px;
}

@media (max-width: 767px) {
    .item_swift_productlistinfo p {
        display: none;
    }
}

/* HERO ELEMENT START */
.item_hero_element_custom .image-background {
    position: absolute;
    width: 75%;
    height: calc(100% - 3em);
    z-index: 0;
}

.item_hero_element_custom figure {
    padding-top: 3em;
    width: 100%;
    text-align: right;
}

.item_hero_element_custom figure img {
    position: relative;
    width: 1070px !important;
    max-width: calc(100% - 3em);
    z-index: 1;
    aspect-ratio: 21 / 8.81;
}

@media screen and (min-width: 992px) {   
/*    .item_hero_element_custom .content-section-inner {
        max-width: 32em;
    }*/
}

@media screen and (max-width: 991px) {
    .item_hero_element_custom {
        padding: 0 1.5em;
    }

    .item_hero_element_custom--image-section figure {
        padding-top: 2.5em;
    }

    .item_hero_element_custom--image-section figure img {
        max-width: calc(100% - 2.5em);
        aspect-ratio: 86 / 50;
    }

    .item_hero_element_custom--image-section .image-background {
        width: calc(100% - 2.5em);
        /*aspect-ratio: 21 / 8.81;*/
        aspect-ratio: 86 / 50;
        height: auto;
    }

    .item_hero_element_custom--content-section {
        padding: 1.25em 2.5em;
    }
}
/* HERO ELEMENT END */

/* IMAGE ELEMENT START */
.image-element--image-section.image-section-left .image-section-inner {
    padding: 3.25em 0 3.25em 3.25em;
}
.image-element--image-section.image-section-right .image-section-inner {
    padding: 3.25em 3.25em 3.25em 0;
}
.image-element--image-section .image-background {
    position: absolute;
    top: 0;
    width: calc(100% - 4.75em);
    height: 100%;
    z-index: 0;
    background-size: auto 100%;
}

.image-element--image-section.image-section-left .image-background {
    left: 0;
}

.image-element--image-section.image-section-right .image-background {
    right: 0;
}

.image-element--image-section {
    padding: 3em 1em 3em 2em;
}

.image-element--image-section img {
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 991px)
{
    .image-element {
        padding: 0 2em;
    }
    .image-element--image-section {
        padding: 0;
    }
    .image-element--content-section {
        padding-top: 1em;
    }
    .image-element--image-section.image-section-left .image-section-inner {
        padding: 2.25em 0 2.25em 2.25em;
    }

    .image-element--image-section.image-section-right .image-section-inner {
        padding: 2.25em 2.25em 2.25em 0;
    }

    .image-element--image-section .image-background {
        width: calc(100% - 3.75em);
    }
}

/* IMAGE ELEMENT 1 */
    .item_imageelement1 .image-element--image-section img {
        aspect-ratio: 41 / 30;
    }

/* IMAGE ELEMENT 2 */
    .item_imageelement2 .image-element--image-section img {
        aspect-ratio: 585 / 345;
    }

    .item_imageelement2 .image-element--image-section.image-section-left .image-section-inner {
        padding-left: 3.25em;
    }

    .item_imageelement2 .image-element--image-section.image-section-right .image-section-inner {
        padding-right: 3.25em;
    }

    .item_imageelement2 .image-element--image-section.background-top .image-section-inner {
        padding-bottom: 0;
    }

    .item_imageelement2 .image-element--image-section.background-bottom .image-section-inner {
        padding-top: 0;
    }

    .item_imageelement2 .image-element--image-section.background-top .image-section-inner .image-background {
        top: 0;
    }

    .item_imageelement2 .image-element--image-section.background-bottom .image-section-inner .image-background {
        top: 3.25em;
    }

    .item_imageelement2 .image-element--image-section .image-background {
        height: calc(100% - 3.25em);
        width: calc(100% - 3.25em);
    }

    @media screen and (max-width: 991px) {
        .item_imageelement2 .image-element--image-section.image-section-left .image-section-inner {
            padding-left: 2.25em;
        }

        .item_imageelement2 .image-element--image-section.image-section-right .image-section-inner {
            padding-right: 2.25em;
        }

        .item_imageelement2 .image-element--image-section.background-bottom .image-section-inner .image-background {
            top: 2.25em;
        }

        .item_imageelement2 .image-element--image-section .image-background {
            height: calc(100% - 2.25em);
            width: calc(100% - 2.25em);
        }
    }
/* IMAGE ELEMENT END */

.product-slider_custom.slider-indicators {
	margin-bottom: 0;
	display: none;
	bottom: -25px;
}

@media screen and (max-width: 991px) {
	.product-slider_custom.slider-indicators {
		display: flex;
	}
}

.product-slider_custom.slider-indicators button {
	background-color: gray;
}


/*slider alignement*/

ul.slideralignement-left {
	justify-content: left !important;
}

ul.slideralignement-center {
	justify-content: center !important;
}

ul.slideralignement-right {
	justify-content: right !important;
}
