.theme .btn {
    padding: 4px 8px !important;
}
.cardvariant {
    background-color: #F7F7F7;
}

.variantselector {
}

.loadingspinner {
    text-align: center;
    margin-bottom: 40px
}

.variantoverview {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.variantproductnumber {
    width: 150px;
}

.variantproperties {
}

.variantstock {
    width: 85px;
}

.variantquantity {
    width: 160px;
}

.variantaddtocart {
    width: 120px;
}

.variantprice {
    width: 200px;
}

.variantfavorite {
    width: 60px;
}

.variantshowmore {
    width: 75px;
}

.btn-addtocart {
    width: 100%;
}

.variantoverview th, .variantoverview td {
    height: 50px;
    text-align: center;
}

    .variantoverview th:first-child, .variantoverview td:first-child {
        padding-left: 10px;
    }

.variantoverview tbody tr {
    cursor: pointer;
    background-color: #F7F7F7;
}

    .variantoverview tbody tr:hover {
        background-color: var(--swift-button-secondary-hover-background-color);
    }

    .variantoverview tbody tr.selected {
        background-color: var(--swift-button-secondary-hover-background-color);
    }


.variantoverview .variantinfo {
    cursor: auto;
    background-color: transparent !important;
}

    .variantoverview .variantinfo:hover {
        background-color: transparent;
    }


.variantoverview table td, .variantoverview table th {
    padding: auto;
    height: auto;
    text-align: left;
}



.variantdatacontainer {
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
}

.defaultimage {
    width: 20%
}

.quantityselector {
    display: grid;
    grid-template-columns: 40px auto 40px;
    align-items: center;
    justify-content: center;
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}

    .quantityselector > .addremovebutton {
        text-align: center;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .quantityselector input[type=number] {
        text-align: center;
        border: 0;
    }

.perfionfeatures {
    margin-left: 20px;
    margin-right: 20px;
    width: 40%;
}

    .perfionfeatures h2 {
        text-align: left;
        margin-bottom: 2rem;
    }

    .perfionfeatures table {
        width: 100%;
    }

        .perfionfeatures table tbody tr {
            background-color: inherit;
        }

            .perfionfeatures table tbody tr:hover {
                background-color: inherit;
            }

        .perfionfeatures table tbody td {
            text-align: left;
            cursor: auto;
            font-weight: bold;
        }

            .perfionfeatures table tbody td:last-child {
                text-align: right;
                font-weight: normal;
            }

.assetcategories {
    width: 40%;
    margin-left: 20px;
    margin-right: 20px;
}

    .assetcategories h2 {
        text-align: left;
        margin-bottom: 2rem;
    }

    .assetcategories table thead tr {
        background-color: transparent !important;
        cursor: auto;
    }

    .assetcategories table tbody tr {
        background-color: transparent !important;
    }

    .assetcategories table thead tr:hover {
        background-color: inherit;
    }

    .assetcategories table tbody tr:hover {
        background-color: inherit;
    }

    .assetcategories table tbody td:first-child {
        padding-left: 10px !important;
    }

    .assetcategories > .assetcategoriesitems {
        display: grid;
        grid-template-columns: repeat(2, 50%);
    }

[v-cloak] {
    display: none;
}

.impersonation__overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #ffffff;
    opacity: 0.8;
}

.impersonation__overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.impersonation__overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.impersonation__spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 8px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #262626;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.variantlistprice {
    display: block;
    color: red;
    text-decoration: line-through;
    font-size: 13px;
}

.showproduct__button {
    border: 1px solid #414141;
  	border-radius: 5px;
    display: flex;
    justify-content: center;
    height: 40px;
    align-items: center;
    color: #fff;
    background: #414141;
    font-weight: bold;
}

    .showproduct__button:hover {
        border: 1px solid #7a7a7a;
        background: #7a7a7a;
    }

.showproduct__stock {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.showproduct__stock_dot {
    border: 1px solid red;
    background: red;
    border-radius: 6px;
    width: 12px;
    height: 12px;
}

    .showproduct__stock_dot.stockok {
        background: green;
        border-color: green;
    }

.showproduct__stock_label {
    margin-left: 5px;
}

}

.custom-accordion {
}

    .custom-accordion .accordion-button {
        text-transform: uppercase;
        font-weight: bold;
    }

.custom-accordion-entities {
    display: table;
    width: 100%;
}

.custom-accordion-entity {
    display: table-row;
}

.custom-accordion-entity-title {
    display: table-cell;
    width: 33%;
    font-weight: bold
}

.custom-accordion-entity-content {
    display: table-cell;
}

@media screen and (max-width: 800px) {
    .custom-accordion-entity-title {
        display: block;
        margin-bottom: 5px;
    }

    .custom-accordion-entity-content {
        display: block;
    }
}

.fs-7 {
    margin-top: 10px !important;
}

div.megamenu {
    width: 100%;
}

div.dropdown-menu {
    border: 0;
    webkit-box-shadow: 0 0.5rem 0.5rem rgba(0,0,0,.08);
    box-shadow: 0 0.5rem 0.5rem rgba(0,0,0,.08);
}

.custom__productgrouplist_list {
    list-style: none;
}

    .custom__productgrouplist_list li {
        display: inline-block;
        margin-right: 10px;
        vertical-align: top;
        width: 200px;
    }

        .custom__productgrouplist_list li a {
            text-decoration: none;
        }

.custom__productgrouplist_image {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
}

.quantitydiscount {
    margin-left: 20px;
    margin-right: 20px;
    width: 40%;
}

    .quantitydiscount h2 {
        text-align: left;
        margin-bottom: 2rem;
    }

    .quantitydiscount table tbody tr {
        background-color: inherit;
        cursor: default;
    }

        .quantitydiscount table tbody tr:hover {
            background-color: inherit;
        }

    .quantitydiscount table tr td {
        text-align: right;
        white-space: nowrap;
        width: 33%;
    }

#ShippingMethodsGroup label:nth-child(2) {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    border-top-width: 1px;
}

#ShippingMethodsGroup label:first-child {
    display: none;
}

.standalone__quantitydiscount h2 {
    text-align: left;
    margin-top: 2rem;
}


.standalone__quantitydiscount .table-striped > thead > tr {
    --bs-table-accent-bg: var(--bs-table-striped-bg) !important;
    color: var(--bs-table-striped-color) !important;
}

    .standalone__quantitydiscount .table-striped > thead > tr > th {
        text-align: right;
        font-weight: normal;
    }

.standalone__quantitydiscount .table-striped > tbody > tr {
    background-color: #fff !important;
    cursor: default;
}

.standalone__quantitydiscount .table-striped tbody tr:hover {
    background-color: inherit;
}

.standalone__quantitydiscount .table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: #fff !important;
    color: var(--bs-table-striped-color)
}

.standalone__quantitydiscount .table-striped > tbody > tr:nth-of-type(even) > * {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.standalone__quantitydiscount .table-striped tbody tr td {
    text-align: right;
    white-space: nowrap;
    width: 33%;
}

.item_swift_1columncomponentedit:has([id^="NoFiltersAlert_"]) {
    display: none;
}

.productdetailsinfo__prices {
    display: grid;
    grid-template-columns: auto 200px auto;
    width: 100%;
}

@media screen and (max-width: 800px) {
    .productdetailsinfo__prices {
        display: block;
        grid-template-columns: none;
        width: 100%;
    }
}


    .productdetailsinfo__prices > .h4 {
        display: flex;
        flex-direction: column;
        padding-top: 5px;
    }

    .productdetailsinfo__prices .standalone__netpriceswitch {
        padding-top: 8px;
    }

    .productdetailsinfo__prices > .standalone__quantitydiscount > h2 {
        margin: 0;
    }

    .productdetailsinfo__prices > .standalone__quantitydiscount > .grid {
        grid-template-columns: none;
    }

    .productdetailsinfo__prices_yourprice {
        margin-top: 20px;
    }

    .form-switch > label {
        padding: 3px 0 0 8px;
    }

    .form-check-input {
        clear: left;
    }

        .form-check-input:checked {
            background-color: #414141;
            border-color: #414141;
        }

    .form-switch.form-switch-sm {
        margin-bottom: 0.5rem; /* JUST FOR STYLING PURPOSE */
    }

        .form-switch.form-switch-sm .form-check-input {
            height: 1rem;
            width: calc(1rem + 0.75rem);
            border-radius: 2rem;
        }

    .form-switch.form-switch-md {
        margin-bottom: 1rem; /* JUST FOR STYLING PURPOSE */
    }

        .form-switch.form-switch-md .form-check-input {
            height: 1.5rem;
            width: calc(2rem + 0.75rem);
            border-radius: 3rem;
        }

    .form-switch.form-switch-lg {
        margin-bottom: 1.5rem; /* JUST FOR STYLING PURPOSE */
    }

        .form-switch.form-switch-lg .form-check-input {
            height: 2rem;
            width: calc(3rem + 0.75rem);
            border-radius: 4rem;
        }

    .form-switch.form-switch-xl {
        margin-bottom: 2rem; /* JUST FOR STYLING PURPOSE */
    }

        .form-switch.form-switch-xl .form-check-input {
            height: 2.5rem;
            width: calc(4rem + 0.75rem);
            border-radius: 5rem;
        }

    .quantitydiscount__hidden {
        visibility: hidden;
    }
/* Search bar */
.type-ahead-dropdown .suggest-form .type-ahead-field {
    border-radius: 5px;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback):not(.input-group .btn) {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    margin-left: -1px;
}
.input-group .btn {
    position: relative;
    z-index: 2;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}