.text-decoration-underline-hover:where(:hover) {
    text-decoration: none !important;
}

.text-decoration-underline-hover:hover {
    color: #ce132d;
}

.text-decoration-underline-hover.active {
    color: #ce132d !important;
}

.proff-header {
    padding-left: 15px;
    padding-right: 15px;
}

.nav-item {
    padding-right: 25px;
}

.mb-0-last-child > :last-child {
    display: block !important;
}
/*.theme .btn-primary {
  display: block!important; 
}*/
.theme .btn-secondary {
    display: block !important;
}

.proff-footer {
    padding-top: 2rem !important;
    border-top-color: #ce132d;
    border-top-style: solid;
    border-top-width: 5px;
}

.proff-workshop {
    border-bottom-color: #ce132d;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

    .proff-workshop h1 {
        font-weight: bold;
        font-weight: 700;
        font-size: 300%;
        padding-bottom: 1vh;
        border-bottom-color: #ce132d;
        border-bottom-style: solid;
        border-bottom-width: 2px;
    }

    .proff-workshop p {
        padding: 2vh;
        line-height: 32px;
        background-color: rgba(0,0,0,0.5)
    }

.display-6 {
    font-weight: bold !important;
}

.display-4 {
    font-weight: bold !important;
}

.display-3 {
    font-weight: bold !important;
}

.proff-cards {
    background-color: #3F3F3F;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
    border-radius: 15px;
}

.proff-contactbox div.container-xl div.grid-1 {
    border-bottom-color: #ce132d;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

.fs-5 {
    font-weight: bold !important;
}

.proff-logos div.grid div.g-col a figure.item_swift_image {
    padding: 7%;
    border-color: #727272;
    border-style: solid;
    border-width: 4px;
}

    .proff-logos div.grid div.g-col a figure.item_swift_image:hover {
        transition: transform .35s,border-color 0s linear .35s;
        box-shadow: 0 3px 15px rgba(0,0,0,.4);
        opacity: 1;
        transform: scale(1.03);
        z-index: 1;
        width: 100%;
        height: 100%;
    }

#page1854 .form-control {
    background-color: #444444;
    border-width: 1px;
    border-color: rgba(226,226,226,0);
}

#Message {
    height: 100px !important;
}

.proff-mainpage iframe {
    height: 100%;
    position: relative;
    border-radius: 0px 5px 5px 0px;
}

.proff-mainpage div.container-xl {
    width: 70%;
}

.main-logo {
    border-radius: 5px 0px 0px 5px;
}

#Poster_10229 h1 {
    padding-bottom: 1vh;
    border-bottom-color: #ce132d;
    border-bottom-style: solid;
    border-bottom-width: 3px;
}

.h1 {
    color: #fff;
    !important;
}

.proff-prodlist {
    background-color: #2d2d29;
    padding-top: 1rem !important;
    padding-bottom: 2rem !important;
}

    .proff-prodlist article {
        border-radius: 15px;
    }

.form-check-input[type=checkbox] {
    border: 1px solid grey;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
}

.form-checked:checked[type=checkbox] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='black'/%3E%3C/svg%3E");
}

@media screen and (min-width: 300px) and (max-width: 500px) {
    .mobile-view {
        --bs-columns: 1;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1180px) {
    .mobile-view {
        --bs-columns: 10;
        gap: 5rem;
    }
}

a.ratio.ratio-1x1.d-block {
    --bs-aspect-ratio: 25%;
}

.img-order-det {
    flex: 1 0 auto;
    max-width: 150px;
}

.text-order-det {
    flex: 1 0 auto;
}

.item_swift_productheader {
    color: #000;
}

.product_properties li {
    padding: 5px 0;
}

.product_properties .prop_item {
    display: flex;
    align-items: center;
}

.product_properties .prop_name {
    margin-right: 15px; /* Adjust the margin as needed */
    font-weight: bold;
}

.product_properties .prop_value img {
    width: 18px;
}

#spesifikasjoner tr td {
    border-bottom: 1px solid #d3d3d3; /* Lys grå bunnkant for hver rad */
    width: 70%;
}

/* PLP products title */

.plp-product-name-container {
    max-height: 2em;
    overflow: hidden;
}

.plp-product-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-header .nav-wrapper .dropdown-menu.show {
    top: auto !important;
}

main#content .dropdown-menu.show {
    top: auto !important;
    left: auto !important;
    margin-top: 40px !important;
    border: 1px solid lightgrey;
}

    main#content .dropdown-menu.show input {
        border: 1px solid grey;
    }

main#content .js-facets-selector .dropdown-menu {
    margin-top: 0 !important;
}

main#content .dropdown-menu.show input.checkbox {
    border: 1px solid grey;
}


ul[aria-labelledby="Navigation_Page_Desktop_111_10721"], ul[aria-labelledby="Navigation_Page_Desktop_111_12235"] {
    left: -50px !important;
}

button.carousel-control-prev, button.carousel-control-next {
    border-radius: 50%;
    background-color: #6e6e6e;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-self: center !important;
}


div.item_swift_productspecification table tbody {
    border: 1px solid #d3d3d3;
}

div.item_swift_productspecification th, div.item_swift_productspecification td {
    padding: 0.4rem;
}

div.item_swift_productspecification tbody th {
    background-color: #d3d3d3;
}

/*
div.item_swift_productlistcomponentparagraph button.js-add-to-cart-button {
  background-color: #555555;
}

div.item_swift_productlistcomponentparagraph button.js-add-to-cart-button:hover {
  background-color: #333;
}


 */

div.item_swift_productlistcomponentparagraph article {
    background-color: white;
}

    div.item_swift_productlistcomponentparagraph article:hover {
        border: 1px solid #c5c5c5
    }

div.item_swift_productlistcomponentparagraph button.js-add-to-cart-button:hover svg {
    color: white;
}

div.item_swift_productlistcomponentparagraph button.js-add-to-cart-button {
    color: white;
}

div.item-swift-productlist {
    background-color: #f1f1f1
}

div.item_swift_productlistcomponentparagraph input {
    background-color: white;
}


.btn-stepper {
    color: #555555;
    background-color: white;
}

div.item_swift_productaddtocart input::-webkit-outer-spin-button,
div.item_swift_productaddtocart input::-webkit-inner-spin-button,
div.item_swift_productaddtocart input[type=number]::-webkit-outer-spin-button,
div.item_swift_productaddtocart form input[type=number]::-webkit-inner-spin-button,
form#ordersubmit input.swift_quantity-field::-webkit-outer-spin-button,
form#ordersubmit input.swift_quantity-field::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

@media only screen and (min-width:990px) and (max-width:1400px) {
    div.item_swift_productlistcomponentparagraph article div.item_swift_2columnscomponentedit > div.d-flex {
        flex-direction: column !important;
        align-items: start !important;
    }
}

.stock-info {
    display: none;
    position: absolute;
    background-color: #666666;
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    z-index: 100;
}

.stock-label {
    cursor: pointer;
}

.stock-status {
    position: relative;
    width: fit-content;
}

    .stock-status:hover .stock-info {
        display: block;
        opacity: 1 !important;
    }

.stock__dot {
    width: 15px;
    display: inline-block;
    height: 15px;
    border-radius: 100%;
}

.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
    visibility: visible;
}
