/*Store*/


/****************************************/
/*              HEADER TYPE             */
/****************************************/
#lf-block-type {}
#lf-block-type p {
    text-transform: uppercase;
    display: inline-block;
    padding: 0.5rem 0;
    margin: 0 0.5rem;
}
#lf-block-type p.active,
#lf-block-type p:not(.active) + p {
    font-weight: bold;
    border-top: 3px solid var(--ids-colour);
    margin-top: 1rem;
}
@media all and (min-width: 388px) {
    #lf-block-type p.active,
    #lf-block-type p:not(.active) + p {
        margin-top: 0;
    }
}

#lf-block-type p a {
    position: relative;
    display: block;
    text-decoration: none !important;
    background: none !important;
}
#lf-block-type p a:before {
    content: "";
    background: var(--ids-colour);
    display: block;
    width: 0px;
    height: 3px;
    position: absolute;
    top: -0.685rem;
    left: 50%;
    transition: width 250ms ease-out, left 250ms ease-out; 
}
#lf-block-type p a:hover:before {
    width: 100%;
    left: 0%; 
}


/*----------------------------------------------------------------------------------------------
Kategorieseite/Kamerafinder
----------------------------------------------------------------------------------------------*/
#category-head{
    min-height: 12rem;
}
.category-lenses #category-head{
    min-height: 17rem;
}


#main .block-layered-nav-substitute,
#main .block-layered-nav {  
    padding-top: 12rem;
    margin-top: -12rem;
    min-height: 16rem;
    /*background-image: url("/files/images/backgrounds/camera-finder-bg-530x530.png");*/
    background-size: 15%;
    background-repeat: no-repeat;
    background-position: 120% 120%;
    background-image: url("/files/images/backgrounds/ids-camera-finder-530x530.png");
    -webkit-transition: background-position 500ms;
    -moz-transition: background-position 700ms;
    -o-transition: background-position 700ms;
    transition: background-position 700ms;
}


#category-head-wrap {
    background-size: 13%;
    background-repeat: no-repeat;
    background-position: 120% 120%;
    -webkit-transition: background-position 500ms;
    -moz-transition: background-position 700ms;
    -o-transition: background-position 700ms;
    transition: background-position 700ms;
}
#main #category-head-wrap.in-view{
    background-position: 100% 0%;
}
#category-head-wrap #category-head {
    min-height: auto;
}
#category-head-wrap h1 {
    margin-bottom: 0;
}

#main #category-head-wrap + .easyfinder .block-layered-nav-substitute,
#main #category-head-wrap + .easyfinder .block-layered-nav,
#main #category-head-wrap + .block-layered-nav.block-layered-nav-substitute,
#main #category-head-wrap + .block-layered-nav {
    padding-top: 2rem;
    margin-top: 0rem;
    min-height: auto;
    background-image: none !important;
}


.category-accessory #main .block-layered-nav-substitute{
    background-image: none;
}
.category-lenses #main .block-layered-nav {
    padding-top: 17rem;
    margin-top: -17rem;
    background-image: url("/files/images/backgrounds/header-ids-lens-finder-530x530.jpg");
}
.category-ensenso-accessories #main .block-layered-nav-substitute {
    background-image: url("/files/images/backgrounds/ids-ensenso-accessories-530x530.jpg");
}
.category-hubs-extender #main .block-layered-nav-substitute{
    background-image: url("/files/images/backgrounds/ids-hubs-accessories-530x530.jpg");
}
.category-interface-cables #main .block-layered-nav{
    background-image: url("/files/images/backgrounds/ids-interface-cables-accessories-530x530.jpg");
}
.category-interface-cards #main .block-layered-nav-substitute{
    background-image: url("/files/images/backgrounds/ids-interface-cards-accessories-530x530.jpg");
}
.category-miscellaneous-cables #main .block-layered-nav{
    background-image: url("/files/images/backgrounds/ids-io-cables-accessories-530x530.jpg");
}
.category-miscellaneous #main .block-layered-nav-substitute{
    background-image: url("/files/images/backgrounds/ids-miscellaneous-accessories-530x530.jpg");
}
.category-tripod-adapter #main .block-layered-nav-substitute{
    background-image: url("/files/images/backgrounds/ids-tripod-adapter-accessories-530x530.jpg");
}
.category-frame-grabber #main .block-layered-nav{
    background-image: url("/files/images/backgrounds/ids-frame-grabber-accessories-530x530.jpg");
}

#main .block-layered-nav-substitute.in-view,
#main .block-layered-nav.in-view{
    background-position: 100% 0%;
}

.category-add-filter {
    border-top: 0.1rem solid #dedede;
    padding: 1rem;
}

.category-add-filter ul li {    
    display:block;
    list-style-type: none;
    padding: 1rem 1rem 1rem 3rem;
    border: 1px solid #878787;
    border-width: 0 0 1px 0;
    font-weight:600;
    font-size: 0.8rem;
    text-transform: uppercase;
    cursor:pointer;
    transition: opacity 250ms;
}
.category-add-filter ul li:hover {
    opacity: 0.75;
}
.category-add-filter .fmenu {
    z-index: 1100;
}

#cat-list li.f_close span {
    background-image: url("/gicons/x-ids-machine-vision-cameras-light-grey.svg");
    background-size: 1rem;
    background-repeat: no-repeat;
    background-position: right center;
    display: block;
}

.category-add-filter li   {
    background-image: url("/gicons/filter-ids-machine-vision-cameras-light-grey.svg");
    background-size: 1.4rem;
    background-repeat: no-repeat;
    background-position: 1rem center;
}

.category-add-filter .add-filter {
    text-align:center;
    font-weight: 700;
    color: var(--ids-colour3);
}

#category-filter-result {
    font-size: 1rem;
    color: var(--ids-colour);
    font-weight: 700;
}

.category-products span.product-family {
    font-size: 0.8rem;
    color: var(--ids-colour2);
    line-height: 0.8;
}
.category-products span.product-name {
    font-weight: 700;
    color: var(--black);
}
.category-products span.product-name a {
    color: var(--ids-colour3);
}

ul.camera-list-info li {
    font-size: 0.8125rem;
    color: var(--dark-grey);
}

:lang(zh) ul.camera-list-info li {
    font-size: 0.7rem;
    line-height: 1.2rem;
}


#cat-list li.f_group.sensor {
    background-image: url("/gicons/sensor-ids-machine-vision-cameras-grey.svg");
}
#cat-list li.f_group.interface {
    background-image: url("/gicons/interface-ids-machine-vision-cameras-grey.svg");
}
#cat-list li.f_group.housing {
    background-image: url("/gicons/housing-filter-ids-machine-vision-cameras-grey.svg");
}
#cat-list li.f_group.options {
    background-image: url("/gicons/options-ids-machine-vision-cameras-grey.svg");
}
#cat-list li.f_group.others {
    background-image: url("/gicons/add-filter-ids-machine-vision-cameras-grey.svg");
}
#cat-list li.f_reset {
    background-image: url("/gicons/reset-ids-machine-vision-cameras-grey.svg");
}
#cat-list li.f_default,
#cat-list li.f_all {
    /* background-image: url("/gicons/filter-ids-machine-vision-cameras-grey.svg"); */
    background-image: url("/gicons/filter-ids-machine-vision-cameras-ids-colour.svg");
    color: var(--ids-colour) !important;
}

.category-add-filter ul li.f_header {
    background-image: url("/gicons/arrow-left-ids-machine-vision-cameras-light-grey.svg");
    background-size: 0.8rem;
}
.category-add-filter ul li.f_selector {
    background-image: url("/gicons/placeholder-square-ids-machine-vision-cameras-grey.svg");
}
.category-add-filter ul li.f_selector.ids_sensor_manufacturer {
    background-image: url("/gicons/manufacturer-ids-machine-vision-cameras-grey.svg");
}
.category-add-filter ul li.f_selector.ids_color {
    background-image: url("/gicons/sensor-type-ids-machine-vision-cameras-grey.svg");
}
.category-add-filter ul li.f_selector.ids_opt_class {
    background-image: url("/gicons/optical-area-optical-class-ids-machine-vision-cameras-grey.svg");
}
.category-add-filter ul li.f_selector.ids_sensor_model {
    background-image: url("/gicons/sensor-ids-machine-vision-cameras-grey.svg");
}
.category-add-filter ul li.f_selector.ids_pix_class {
    background-image: url("/gicons/resolution-ids-machine-vision-cameras-grey.svg");
}
.category-add-filter ul li.f_selector.ids_framerate {
    background-image: url("/gicons/fps-ids-machine-vision-cameras-grey.svg");
}
.category-add-filter ul li.f_selector.ids_pix_size {
    background-image: url("/gicons/resolution-pixel-size-ids-machine-vision-cameras-grey.svg");
}
.category-add-filter ul li.f_selector.ids_exposure_min {
    background-image: url("/gicons/placeholder-square-ids-machine-vision-cameras-grey.svg");
}
.category-add-filter ul li.f_selector.ids_exposure_max {
    background-image: url("/gicons/placeholder-square-ids-machine-vision-cameras-grey.svg");
}
.category-add-filter ul li.f_selector.ids_interface {
    background-image: url("/gicons/interface-small-ids-machine-vision-cameras-grey.svg");
}
.category-add-filter ul li.f_selector.ids_interface_group {
    background-image: url("/gicons/interface-small-ids-machine-vision-cameras-grey.svg");
}
.category-add-filter ul li.f_selector.ids_interface_speed {
    background-image: url("/gicons/interface-speed-ids-machine-vision-cameras-grey.svg");
}
.category-add-filter ul li.f_selector.ids_family {
    background-image: url("/gicons/camera-ids-machine-vision-cameras-grey.svg");
}
.category-add-filter ul li.f_selector.ids_housing {
    background-image: url("/gicons/housing-filter-ids-machine-vision-cameras-grey.svg");
}
.category-add-filter ul li.f_selector.ids_lensmount {
    background-image: url("/gicons/lens-finder-ids-machine-vision-cameras-grey.svg");
}
.category-add-filter ul li.f_selector.ids_protection_class {
    background-image: url("/gicons/ip-code-small-ids-machine-vision-cameras-grey.svg");
}
.category-add-filter ul li.f_selector.ids_shutter_opts {
    background-image: url("/gicons/shutter-ids-machine-vision-cameras-grey.svg");
}
.category-add-filter ul li.f_selector.ids_camoptions {
    background-image: url("/gicons/options-ids-machine-vision-cameras-grey.svg");
}
.category-add-filter ul li.f_selector.ids_api {
    background-image: url("/gicons/downloads-ids-machine-vision-cameras-grey.svg");
}
.category-add-filter ul li.f_selector.ids_product_line {
    background-image: url("/gicons/camera-ids-machine-vision-cameras-grey.svg");
}


/*********************************************************/
/*              CATEGORY ADD FILTER SELECTOR             */
/*********************************************************/
.category-add-filter ul {
    background-color: #ffffff;
    padding-left: 0px;
    margin-left: 40px;
}

.category-add-filter ul li.f_group.cat-filter {
    position: relative;
}

.category-add-filter ul li.f_group.cat-filter.active-all {
    background-color: rgb(0 138 150 / 25%) !important;
}
.category-add-filter ul li.f_group.cat-filter.active-all:after {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/gicons/check-mark-circle-ids-machine-vision-cameras-grey.svg);
    background-size: 100%;
    position: absolute;
    top: 1.125rem;
    right: 1rem;
    width: 1.25rem;
    height: 1.25rem; 
}
.category-add-filter ul li.f_group.cat-filter.active-some {
    background-color: rgb(0 138 150 / 10%) !important;
}
.category-add-filter ul li.f_group.cat-filter.active-some:after {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/gicons/check-mark-ids-machine-vision-cameras-grey.svg);
    background-size: 100%;
    position: absolute;
    top: 1.25rem;
    right: 1rem;
    width: 1rem;
    height: 1rem;
}
.category-add-filter ul li.f_selector {
    position: relative;
}
.category-add-filter ul li.f_selector.active {
    background-color: rgb(0 138 150 / 10%) !important;
}
.category-add-filter ul li.f_selector.active:after {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/gicons/check-mark-ids-machine-vision-cameras-grey.svg);
    background-size: 100%;
    position: absolute;
    top: 1.25rem;
    right: 1rem;
    width: 1rem;
    height: 1rem;    
}


.mb-top-layered-navigation-ids .display-none {
    display:none;
}

.category-products .item {
    position:relative;
    padding: 1rem;
}
.category-products .minimal-price {
    text-align:center;
}

.category-products .item img.item-img-thumbnail{
    width:80%;
    margin-left:10%;
    margin-bottom: 1rem;
}
.category-products span.product-family,
.category-products span.product-name{
    display: block;
}

.catalog-category-view span.product-name {
    min-height: 3rem;
}
.catalog-category-view.category-cameras span.product-name {
    min-height: 1.5rem;
}
.catalog-category-view.category-cameras span.product-name span.feature {
    font-weight: 400;
    color: var(--ids-colour2);
}

.category-products a.product-image {
    display: block;
    position: relative;
}
.category-products a.product-image img.item-img-thumbnail {
    transition: transform 350ms ease-out;
    transform: scale(1);
}
.category-products a.product-image:hover img.item-img-thumbnail {
    transform: scale(1.05);
}
.category-products span.peak-label {
/*    background-image: url("/store/skin/frontend/ids/default/images/ids-peak-ready-machine-vision-cameras.jpg");
    background-position: center center;*/
    background-image: url("/store/skin/frontend/ids/default/images/ids-ueye-plus-machine-vision-cameras-220x80.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
/*    width: 120px;
    height: 40px;*/
    width: 60px;
    height: 20px;
    background-repeat: no-repeat;
    position: absolute;
    /*top: 0;*/
    top: -0.5rem;
    left: -0.5rem;
}
.category-products span.ueye-label {
/*    background-image: url("/store/skin/frontend/ids/default/images/ids-peak-ready-machine-vision-cameras.jpg");
    background-position: center center;*/
    background-image: url("/store/skin/frontend/ids/default/images/ids-ueye-machine-vision-cameras-220x80.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
/*    width: 120px;
    height: 40px;*/
    width: 60px;
    height: 20px;
    background-repeat: no-repeat;
    position: absolute;
    /*top: 0;*/
    top: -0.5rem;
    left: -0.5rem;
}
.category-products span.vapps-label {
    background-image: url("/store/skin/frontend/ids/default/images/ids-nxt-inference-industrial-cameras-ai-420x80.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 105px;
    height: 20px;
    background-repeat: no-repeat;
    position: absolute;
    top: -0.5rem;
    left: -0.5rem;
}
.category-products div.peak-details {
    position: absolute;
    bottom: -0.5rem;
    right: -0.5rem;
}
.category-products div.peak-details span.sw-peak {
    background-image: url("/store/skin/frontend/ids/default/images/ids-peak-sdk-machine-vision-cameras-150x150.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
    position: relative;
    margin-left: 0.375rem;
    border-radius: 1.5rem;
}
.category-products div.peak-details span.sw-u3v {
    background-image: url("/store/skin/frontend/ids/default/images/ids-industrial-cameras-usb-3-vision-logo-150x150.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
    position: relative;
    margin-left: 0.375rem;
    border-radius: 1.5rem;
}
.category-products div.peak-details span.sw-gev {
    background-image: url("/store/skin/frontend/ids/default/images/ids-industrial-cameras-gige-vision-logo-150x150.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
    position: relative;
    margin-left: 0.375rem;
    border-radius: 1.5rem;
}

.category-products div.vapps-details {
    position: absolute;
    bottom: -0.5rem;
    right: -0.5rem;
}
.category-products div.vapps-details span.vapps-ai {
    background-image: url("/store/skin/frontend/ids/default/images/ids-nxt-ocean-inference-industrial-camera-ai-150x150.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
    position: relative;
    margin-left: 0.375rem;
    border-radius: 1.5rem;
}
.category-products div.vapps-details span.vapps-docore {
    background-image: url("/store/skin/frontend/ids/default/images/ids-industrial-cameras-deep-ocean-core-logo-150x150.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
    position: relative;
    margin-left: 0.375rem;
    border-radius: 1.5rem;
}
.category-products div.vapps-details span.streaming {
    background-image: url("/store/skin/frontend/ids/default/images/ids-industrial-cameras-streaming-150x150.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
    position: relative;
    margin-left: 0.375rem;
    border-radius: 1.5rem;
}
.category-products div.evs-details {
    position: absolute;
    bottom: -0.5rem;
    right: -0.5rem;
}
.category-products div.evs-details span.eventbased {
    background-image: url("/store/skin/frontend/ids/default/images/ids-industrial-cameras-event-based-logo-360x360.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
    position: relative;
    margin-left: 0.375rem;
    border-radius: 1.5rem;
}

.category-products div.uvc-details {
    position: absolute;
    bottom: -0.5rem;
    right: -0.5rem;
}
.category-products div.uvc-details span.uvc-std {
    background-image: url("/store/skin/frontend/ids/default/images/ids-industrial-cameras-usb-video-class-standard-logo-150x150.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
    position: relative;
    margin-left: 0.375rem;
    border-radius: 1.5rem;
}


.category-products .item .lifecycle-details {
    position: relative;
    float: left;
    margin-bottom: 1rem;
}
.category-products .item .lifecycle-details span {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 0;
    color: transparent;
}
.category-products .item .lifecycle-details .lifecycle-325 {
    background-color: #0070c0;
}
.category-products .item .lifecycle-details .lifecycle-325.tooltipped:hover::before, 
.category-products .item .lifecycle-details .lifecycle-325.tooltipped:active::before, 
.category-products .item .lifecycle-details .lifecycle-325.tooltipped:focus::before {
    background: #0070c0;
}
.category-products .item .lifecycle-details .lifecycle-326 {
    background-color: #00b050;
    /* background-color: #ffffff; */
    border: 1px solid #00b050;
}
.category-products .item .lifecycle-details .lifecycle-326.tooltipped:hover::before, 
.category-products .item .lifecycle-details .lifecycle-326.tooltipped:active::before, 
.category-products .item .lifecycle-details .lifecycle-326.tooltipped:focus::before {
    background: #00b050;
    /* background: #ffffff; */
    border: 1px solid #00b050;
}
.category-products .item .lifecycle-details .lifecycle-327 {
    background-color: #ffc000;
}
.category-products .item .lifecycle-details .lifecycle-327.tooltipped:hover::before, 
.category-products .item .lifecycle-details .lifecycle-327.tooltipped:active::before, 
.category-products .item .lifecycle-details .lifecycle-327.tooltipped:focus::before {
    background: #ffc000;
}
.category-products .item .lifecycle-details .lifecycle-328 {
    background-color: #ff0000;
}
.category-products .item .lifecycle-details .lifecycle-328.tooltipped:hover::before, 
.category-products .item .lifecycle-details .lifecycle-328.tooltipped:active::before, 
.category-products .item .lifecycle-details .lifecycle-328.tooltipped:focus::before {
    background: #ff0000;
}

.category-products .item .lifecycle-details .tooltipped-multiline.tooltipped-text-right::after {
    padding: 0.75rem 0.75rem 0.75rem 2.25rem;
    right: auto;
    left: -0.5rem;
}


.category-products .item .lifecycle-details + span.price,
.category-products .item .lifecycle-details + div.price-box {
    position: relative;
    float: right;
}
.category-products .item .product-name + span.price,
.category-products .item .product-name + div.price-box {
    position: relative;
    text-align: right;
}
.category-products .item .price-box .minimal-price {
    color: var(--dark-grey);
}


#filter_above_products_ids_lifecycle_325 {
    color: #0070c0;
    font-weight: bold;
}
#filter_above_products_ids_lifecycle_326 {
    color: #00b050;
    font-weight: bold;
}
#filter_above_products_ids_lifecycle_327 {
    color: #ffc000;
    font-weight: bold;
}
#filter_above_products_ids_lifecycle_328 {
    color: #ff0000;
    font-weight: bold;
}

/*#filter_above_products_ids_lifecycle_325 {
    background: #0070c0;
    color: #ffffff;
}
#filter_above_products_ids_lifecycle_326 {
    background: #00b050;
    color: #ffffff;
}
#filter_above_products_ids_lifecycle_327 {
    background: #ffc000;
    color: #ffffff;
}
#filter_above_products_ids_lifecycle_328 {
    background: #ff0000;
    color: #ffffff;
}*/


.catalog-product-view .product-essential .product-main-info .lifecycle-wrapper {
    order: 1;
    margin-bottom: 1.25rem !important;
}
.catalog-product-view .product-essential .product-main-info .lifecycle-wrapper .content {
    padding: 15px 40px 15px 20px;
    background-position: 18px 14px;
    background-size: 32px 32px;
    background-repeat: no-repeat;
/*    background-color: #ffffff;
    border: 1px solid #f5f5f5;*/
    border-radius: 3px;
    margin-top: 2px;
    position: relative;
}
.catalog-product-view .product-essential .product-main-info .lifecycle-wrapper .content.lifecycle-325 {
    background-color: #d8efff;
    border: 1px solid #0070c0;
}
.catalog-product-view .product-essential .product-main-info .lifecycle-wrapper .content.lifecycle-326 {
    background-color: #d7ffe9;
    /* background-color: #ffffff; */
    border: 1px solid #00b050;
}
.catalog-product-view .product-essential .product-main-info .lifecycle-wrapper .content.lifecycle-327 {
    background-color: #fff5d8;
    border: 1px solid #ffc000;
}
.catalog-product-view .product-essential .product-main-info .lifecycle-wrapper .content.lifecycle-328 {
    background-color: #ffe4e4;
    border: 1px solid #ff0000;
}

.catalog-product-view .product-essential .product-main-info .lifecycle-wrapper .content span {}
.catalog-product-view .product-essential .product-main-info .lifecycle-wrapper .content span.lifecycle-status-icon {
    float: left;
    display: block;
    width: 20px;
    height: 20px;
    color: transparent;
    margin-right: 0.25rem;
    position: relative;
    top: 2px;
}
.catalog-product-view .product-essential .product-main-info .lifecycle-wrapper .content.lifecycle-325 span.lifecycle-status-icon {
    background-color: #0070c0;
}
.catalog-product-view .product-essential .product-main-info .lifecycle-wrapper .content.lifecycle-326 span.lifecycle-status-icon {
    background-color: #00b050;
    /* background-color: #ffffff; */
    border: 1px solid #00b050;
}
.catalog-product-view .product-essential .product-main-info .lifecycle-wrapper .content.lifecycle-327 span.lifecycle-status-icon {
    background-color: #ffc000;
}
.catalog-product-view .product-essential .product-main-info .lifecycle-wrapper .content.lifecycle-328 span.lifecycle-status-icon {
    background-color: #ff0000;
}
.catalog-product-view .product-essential .product-main-info .lifecycle-wrapper .content span.lifecycle-status-text {
    display: block;
    margin-left: 29px;
    font-weight: bold;
}
.catalog-product-view .product-essential .product-main-info .lifecycle-wrapper .content span.lifecycle-status-desc {
    display: block;
    margin-top: 4px;
    font-size: 0.8rem;
}
/*.catalog-product-view .product-essential .product-main-info .lifecycle-wrapper .content.lifecycle-325 span {
    color: #0070c0;
}
.catalog-product-view .product-essential .product-main-info .lifecycle-wrapper .content.lifecycle-326 span {
    color: #00b050;
}
.catalog-product-view .product-essential .product-main-info .lifecycle-wrapper .content.lifecycle-327 span {
    color: #ffc000;
    color: #e2aa00;
}
.catalog-product-view .product-essential .product-main-info .lifecycle-wrapper .content.lifecycle-328 span {
    color: #ff0000;
}*/
.catalog-product-view .product-essential .product-main-info .lifecycle-wrapper .content .details.tooltipped {
    background-image: url(/files/layout/icons/gen/info-ids-machine-vision-cameras-dark-grey.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.25rem 1.25rem;
    position: relative;
    cursor: pointer;
    color: transparent;
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    top: 2px;
    left: 2px;
}
.catalog-product-view .product-essential .product-main-info .lifecycle-wrapper .content .details.tooltipped:hover {
    background-image: url(/files/layout/icons/gen/info-ids-machine-vision-cameras-ids-colour.svg);
}
.catalog-product-view .product-essential .product-main-info .lifecycle-wrapper .content a {
    /*font-weight: 600;*/
    /*color: var(--ids-colour);*/
    display: inline-block;
    position: relative;
}
.catalog-product-view .product-essential .product-main-info .lifecycle-wrapper .content.lifecycle-325 a {
    color: #0070c0 !important;
}
.catalog-product-view .product-essential .product-main-info .lifecycle-wrapper .content.lifecycle-326 a {
    color: #00b050 !important;
}
.catalog-product-view .product-essential .product-main-info .lifecycle-wrapper .content.lifecycle-327 a {
    color: #ffc000 !important;
}
.catalog-product-view .product-essential .product-main-info .lifecycle-wrapper .content.lifecycle-328 a {
    color: #ff0000 !important;
}
.catalog-product-view .product-essential .product-main-info .lifecycle-wrapper .content a:hover {}
.catalog-product-view .product-essential .product-main-info .lifecycle-wrapper .content a:focus:before,
.catalog-product-view .product-essential .product-main-info .lifecycle-wrapper .content a:hover:before {
    width: 100%;
    left: 0%;
}
.catalog-product-view .product-essential .product-main-info .lifecycle-wrapper .content a:before {
    content: "";
    /*background: var(--ids-colour);*/
    display: block;
    width: 0%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: width 250ms linear, left 250ms linear;
}
.catalog-product-view .product-essential .product-main-info .lifecycle-wrapper .content.lifecycle-325 a:before {
    background: #0070c0;
}
.catalog-product-view .product-essential .product-main-info .lifecycle-wrapper .content.lifecycle-326 a:before {
    background: #00b050;
}
.catalog-product-view .product-essential .product-main-info .lifecycle-wrapper .content.lifecycle-327 a:before {
    background: #ffc000;
}
.catalog-product-view .product-essential .product-main-info .lifecycle-wrapper .content.lifecycle-328 a:before {
    background: #ff0000;
}


.lifecycle-status-note {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: block;
}
.lifecycle-status-note .lifecycle-status-note-icon {
    background-image: url(/files/layout/icons/gen/info-ids-machine-vision-cameras-grey.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    font-size: 0px;
    position: relative;
    top: 0.125rem;
    float: left;
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
    z-index: 10;
}
.lifecycle-status-note.show .lifecycle-status-note-icon,
.lifecycle-status-note .lifecycle-status-note-icon:hover {
    background-image: url(/files/layout/icons/gen/info-ids-machine-vision-cameras-ids-colour.svg);
}

.lifecycle-status-note-content {
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 0 5px 0px #878787;
    font-size: 0.875rem;
    color: #585858;
    line-height: 1.5rem;
    width: 0px;
    padding: 0;
    text-align: left;
    overflow: hidden;
    position: absolute;
    top: -0.375rem;
    right: -0.5rem;
    z-index: 1;
    opacity: 0;
    transition: opacity 350ms linear, width 350ms linear 175ms, height 350ms linear 175ms, padding 350ms linear 175ms;
    max-height: 700px;
}
@media (min-width: 768px) {
    .lifecycle-status-note-content {
        width: 0px;
        padding: 0;
    }
}
.lifecycle-status-note.show .lifecycle-status-note-content {
    width: 250px;
    width: calc(100vw - 4rem);
    padding: 0.75rem 0.75rem 0.75rem 0.75rem;
    opacity: 1;
    transition: opacity 350ms linear 175ms, width 350ms linear, height 350ms linear, padding 350ms linear;
    max-height: none;
}
@media (min-width: 576px) {
    .lifecycle-status-note.show .lifecycle-status-note-content {
        width: 405px;
        max-height: 1000px;
    }
}
@media (min-width: 768px) {
    .lifecycle-status-note.show .lifecycle-status-note-content {
        width: 460px;
        padding: 1rem 1rem 1rem 1rem;
    }
}
@media (min-width: 1800px) {
    .lifecycle-status-note.show .lifecycle-status-note-content {
        width: 460px;
    }
}

.lifecycle-status-note-content .lifecycle-status-note-content-title {
    font-weight: bold;
    display: block;
}
.lifecycle-status-note-content .lifecycle-status-note-content-text {
    display: block;
    margin-top: 0.5rem;
}
.lifecycle-status-note-content .lifecycle-status-note-content-row {
    display: block;
    position: relative;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #dedede;
}

.lifecycle-status-note-content .lifecycle-status-note-content-row.first {
    display: block;
    position: relative;
    padding-top: 0.75rem;
    margin-top: 0.75rem;
    border-top: 1px solid #dedede;
}
.lifecycle-status-note-content .lifecycle-status-note-content-row .lifecycle-status-note-content-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    color: transparent;
    margin-right: 0.25rem;
    position: relative;
    top: 4px;
}
.lifecycle-status-note-content .lifecycle-status-note-content-row .lifecycle-status-note-content-icon.lifecycle-325 {
    background: #0070c0;
}
.lifecycle-status-note-content .lifecycle-status-note-content-row .lifecycle-status-note-content-icon.lifecycle-326 {
    background: #00b050;
    /* background-color: #ffffff; */
    border: 1px solid #00b050;
}
.lifecycle-status-note-content .lifecycle-status-note-content-row .lifecycle-status-note-content-icon.lifecycle-327 {
    background: #ffc000;
}
.lifecycle-status-note-content .lifecycle-status-note-content-row .lifecycle-status-note-content-icon.lifecycle-328 {
    background: #ff0000;
}
.lifecycle-status-note-content .lifecycle-status-note-content-row .lifecycle-status-note-content-status {
    display: inline-block;
    font-weight: 600;
}
.lifecycle-status-note-content .lifecycle-status-note-content-row .lifecycle-status-note-content-statustext {
    display: block;
}

#main .lifecycle-status-note-content a {
    position: relative;
    color: var(--ids-colour) !important;
    text-decoration: underline !important;

    background: linear-gradient(0deg, var(--ids-colour), var(--ids-colour)) no-repeat right bottom / 0 var(--text-underline-animation-height);
    transition: color 250ms linear, background-size 350ms;
    text-underline-offset: 35%;
}
#main .lifecycle-status-note-content a:focus,
#main .lifecycle-status-note-content a:hover {
    background-size: 100% var(--text-underline-animation-height);
    background-position-x: left;
}
#main .lifecycle-status-note-content a:before {
    display: none !important;
}

/* #main .lifecycle-status-note-content a {
    color: var(--ids-colour) !important;
    display: inline-block;
    position: relative;
}
#main .lifecycle-status-note-content a:hover {}
#main .lifecycle-status-note-content a:focus:before,
#main .lifecycle-status-note-content a:hover:before {
    width: 100%;
    left: 0%;
}
#main .lifecycle-status-note-content a:before {
    content: "";
    background: var(--ids-colour);
    display: block;
    width: 0%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: width 250ms linear, left 250ms linear;
} */
#main .lifecycle-status-note-content a.link_contact_sales_team {
    display: inline-block;
    position: relative;
}
#main .lifecycle-status-note-content a.link_contact_sales_team span {
    background-image: url(/files/layout/icons/gen/arrow-right-ids-machine-vision-cameras-ids-colour.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    display: inline-block;
    width: 6px;
    height: 11px;
}

#maxfromstock div{
    background-color: var(--warning);
    padding: 15px 20px;
    color: var(--black);
}


.deliverytime-note {
    position: relative;
    display: inline-block;
    margin-left: 0.25rem;
}
.deliverytime-note .deliverytime-note-icon {
    background-image: url(/files/layout/icons/gen/info-ids-machine-vision-cameras-ids-colour.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    font-size: 0px;
    position: relative;
    top: 0.125rem;
    float: left;
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
}
.deliverytime-note.show .deliverytime-note-icon,
.deliverytime-note .deliverytime-note-icon:hover {
    background-image: url(/files/layout/icons/gen/info-ids-machine-vision-cameras-ids-colour.svg);
    z-index: 10;
}

.deliverytime-note-content {
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 0 5px 0px #878787;
    font-size: 0.875rem;
    font-weight: 400;
    color: #585858;
    line-height: 1.5rem;
    width: 0px;
    padding: 0;
    text-align: left;
    overflow: hidden;
    position: absolute;
    top: -0.375rem;
    right: -0.5rem;
    z-index: 1;
    opacity: 0;
    transition: opacity 350ms linear, width 350ms linear 175ms, height 350ms linear 175ms, padding 350ms linear 175ms;
    max-height: 700px;
}
@media (min-width: 768px) {
    .deliverytime-note-content {
        width: 0px;
        padding: 0;
    }
}
.deliverytime-note.show .deliverytime-note-content {
    width: 250px;
    width: calc(100vw - 4rem);
    padding: 0.75rem 1.5rem 0.75rem 0.75rem;
    opacity: 1;
    transition: opacity 350ms linear 175ms, width 350ms linear, height 350ms linear, padding 350ms linear;
    max-height: none;
}
@media (min-width: 576px) {
    .deliverytime-note.show .deliverytime-note-content {
        width: 250px;
        max-height: 1000px;
    }
}
@media (min-width: 768px) {
    .deliverytime-note.show .deliverytime-note-content {
        width: 250px;
        padding: 1rem 1.5rem 1rem 1rem;
    }
}
@media (min-width: 1800px) {
    .deliverytime-note.show .deliverytime-note-content {
        width: 250px;
    }
}

#main .deliverytime-note-content a {
    position: relative;
    color: var(--ids-colour) !important;
    text-decoration: underline;

    background: linear-gradient(0deg, var(--ids-colour), var(--ids-colour)) no-repeat right bottom / 0 var(--text-underline-animation-height);
    transition: color 250ms linear, background-size 350ms;
    text-underline-offset: 20%;
}
#main .deliverytime-note-content a:focus,
#main .deliverytime-note-content a:hover {
    background-size: 100% var(--text-underline-animation-height);
    background-position-x: left;
}
/* #main .deliverytime-note-content a {
    color: var(--ids-colour) !important;
    display: inline-block;
    position: relative;
}
#main .deliverytime-note-content a:hover {}
#main .deliverytime-note-content a:focus:before,
#main .deliverytime-note-content a:hover:before {
    width: 100%;
    left: 0%;
}
#main .deliverytime-note-content a:before {
    content: "";
    background: var(--ids-colour);
    display: block;
    width: 0%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: width 250ms linear, left 250ms linear;
} */



#item-alternate-wrapper {
    order: 2;
    margin-bottom: 1.25rem!important;
}
#item-alternate {}
#item-alternate a {
    background-color: #389fa8;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    display: block;
    cursor: pointer;
    padding: 0.65rem;
    position: relative;
    transition: background-color 250ms linear;
}
#item-alternate a:focus,
#item-alternate a:hover {
    background-color: var(--ids-colour);
    color: #fff;
}
#item-alternate a + a {
    margin-top: 1.25rem;
}



.category-products span.cam-software {
    background-image: none;
    background-position: center right;
    background-size: 3rem;
    display: block;
    height: 3rem;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -3.5rem;
}

.category-products span.cam-software.sw-u3v{
    background-image: url("/store/skin/frontend/ids/default/images/ids-industrial-cameras-usb-3-vision-logo-150x150.png");
}

.category-products span.cam-software.sw-uvc{
    background-image: url("/store/skin/frontend/ids/default/images/ids-industrial-cameras-usb-video-class-standard-logo-150x150.png");
}

.category-products span.cam-software.sw-gev{
    background-image: url("/store/skin/frontend/ids/default/images/ids-industrial-cameras-gige-vision-logo-150x150.png");
}

.category-products span.cam-software.sw-ocean{
    background-image: url("/store/skin/frontend/ids/default/images/ids-industrial-cameras-deep-ocean-core-logo-150x150.png");
}

.catalog-category-view .toolbar .limiter span {
    display: block;
} 
@media (min-width: 992px) {
    .catalog-category-view .toolbar .limiter span {
        display: inline;
    } 
}
.catalog-category-view .toolbar .sort-by span {
    display: block;
} 
@media (min-width: 992px) {
    .catalog-category-view .toolbar .sort-by span {
        display: inline;
    } 
}

.catalog-category-view .m-slider .m-filter-slider {
    position: relative;
    background: transparent;
    height: 23px;
}
@media (min-width: 992px) {
    .catalog-category-view .m-slider .m-filter-slider {
        height: 17px;
    }
}
.catalog-category-view .m-slider .m-filter-slider:before {
    content: "";
    display: block;
    border-radius: 3px;
    width: 100%;
    height: 6px;
    position: absolute;
    top: 9px;
    left: 0;
    background: #878787;
    background: rgba(135,135,135, 0.35);
}
@media (min-width: 992px) {
    .catalog-category-view .m-slider .m-filter-slider:before {
        top: 6px;
    }
}
.catalog-category-view .m-slider .m-filter-slider .m-slider-span {
    background: var(--ids-colour);
    border: none;
    display: block;
    width: 100%;
    height: 6px;
    position: absolute;
    top: 9px;
    left: 0;
    bottom: 0;
}
@media (min-width: 992px) {
    .catalog-category-view .m-slider .m-filter-slider .m-slider-span {
        top: 6px;
    }
}
.catalog-category-view .m-slider .m-filter-slider .m-slider-from {
    background: #fff;
    border: 5px solid var(--ids-colour);
    border-radius: 50%;
    outline: none !important;
    height: 23px;
    width: 23px;
}
@media (min-width: 992px) {
    .catalog-category-view .m-slider .m-filter-slider .m-slider-from {
        height: 17px;
        width: 17px;
    }
}
.catalog-category-view .m-slider .m-filter-slider .m-slider-to {
    background: #fff;
    border: 5px solid var(--ids-colour);
    border-radius: 50%;
    outline: none !important;
    height: 23px;
    width: 23px;
}
@media (min-width: 992px) {
    .catalog-category-view .m-slider .m-filter-slider .m-slider-to {
        height: 17px;
        width: 17px;
    }
}

.catalog-category-view .m-slider-values .m-slider-min-value {
    bottom: 68px;
}
@media (min-width: 992px) {
    .catalog-category-view .m-slider-values .m-slider-min-value {
        bottom: 65px;
    }
}
.catalog-category-view .m-slider-values .m-slider-max-value {
    bottom: 68px;
}
@media (min-width: 992px) {
    .catalog-category-view .m-slider-values .m-slider-max-value {
        bottom: 65px;
    }
}


.catalog-category-view .category-add-filter .add-filter > span {
    cursor: pointer;
    display: inline-block;
    position: relative;
}
.catalog-category-view .category-add-filter .add-filter > span:after {
    content: "";
    display: block;
    background: var(--ids-colour);
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transition: width 250ms linear, left 250ms linear;
}
.catalog-category-view .category-add-filter .add-filter > span:hover:after {
    width: 100%;
    left: 0%;
}


.catalog-category-view .toolbar select { 
    border-style: hidden;
    font-weight: 700;
    padding: 0 0.5rem;
    outline: none;
    /*background: transparent !important;*/
}

.catalog-category-view #narrow-by-list .m-dropdown select{ 
    border-style: hidden;
    font-weight: 700;
    padding: 0 0.5rem;
    outline: none;
    background: #ffffff;
    box-shadow: 0px 0px 2px 2px rgba(222,222,222,0.3);
}
.catalog-category-view .pagination li { 
    margin: 0 0.5rem 0.5rem 0.5rem; 
}                                       
.catalog-category-view .pagination li a{    
    padding:1rem;
    border: 1px solid #ddd;
    border-radius: 1.5rem;
    min-width: 3rem;
    height:3rem;
    line-height: 1rem;
    text-align: center;
    display: inline-block;
    color: var(--ids-colour);
}

.catalog-category-view .pagination {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    max-width: 100%;
    margin: 0 0 2.5rem;
}                                      
.catalog-category-view .pagination li.active a,
.catalog-category-view .pagination li a:hover{
    border-color: var(--ids-colour);
}



#narrow-by-list {
    padding: 0 15px;
}


.mb-category-products .container .toolbar.container .row {
    padding: 0 15px;
}



/*Weiterleitungsseite der Kategorie Produkte - Kopfbereich ausblenden*/
body.category-products #category-head {
    display:none;
}

ul.camera-list-info {
    padding: 0 0;
    margin: 1rem 0;
}

ul.camera-list-info li {
    background-image: url('/gicons/interface-small-ids-machine-vision-cameras-dark-grey.svg');
    background-repeat: no-repeat;
    background-size: 0.8rem;
    background-position: left center;
    padding-left:1rem;
    diplay:block;
    float:left;
    list-style:none;
    width:57%;
    white-space: nowrap;
    overflow:hidden;
}
ul.camera-list-info li.cf-empty {
  background-image: none;
  height: 1.2rem;
}
ul.camera-list-info li.cf-ids-opt-class {
    background-image: url('/gicons/optical-area-optical-class-ids-machine-vision-cameras-dark-grey.svg');
}
ul.camera-list-info li.cf-ids-sensor-manufacturer {
    background-image: url('/gicons/manufacturer-ids-machine-vision-cameras-dark-grey.svg');
}
ul.camera-list-info li.cf-ids-pix-class {
    background-image: url('/gicons/resolution-pixel-size-ids-machine-vision-cameras-dark-grey.svg');
}
ul.camera-list-info li.cf-ids-sensortype {
    background-image: url('/gicons/sensor-type-ids-machine-vision-cameras-dark-grey.svg');
}
ul.camera-list-info li.cf-ids-shutter-opts {
    background-image: url('/gicons/shutter-ids-machine-vision-cameras-dark-grey.svg');
}
ul.camera-list-info li.cf-ids-streaming-maxfps,
ul.camera-list-info li.cf-ids-framerate {
    background-image: url('/gicons/frame-rate-ids-machine-vision-cameras-dark-grey.svg');
}
ul.camera-list-info li.cf-ids-sensor-shortname {
    background-image: url('/gicons/sensor-ids-machine-vision-cameras-dark-grey.svg');
}
ul.camera-list-info li.cf-ids-streaming-maxresolution,
ul.camera-list-info li.cf-ids-resolution {
    background-image: url('/gicons/resolution-small-ids-machine-vision-cameras-dark-grey.svg');
}
ul.camera-list-info li.cf-ids-streaming-protocols {
    background-image: url('/gicons/protocol-ids-machine-vision-cameras-dark-grey.svg');
}
ul.camera-list-info li.cf-ids-streaming-compressions {
    background-image: url('/gicons/compress-ids-machine-vision-cameras-dark-grey.svg');
}
ul.camera-list-info li.cf-ids-laser-wave-length {
    background-image: url('/gicons/laser-wave-length-ids-machine-vision-cameras-dark-grey.svg');
}
ul.camera-list-info li.cf-ids-lens-maxangle-h {
    background-image: url('/gicons/field-of-view-ids-machine-vision-cameras-dark-grey.svg');
}
ul.camera-list-info li.cf-ids-sensor-variant {
    background-image: url('/gicons/tof-ids-machine-vision-cameras-dark-grey.svg');
}

/*
ul.camera-list-info li.cf-ids-sensor-manufacturer.on-semiconductor {background-image: url('/files/layout/icons/cameraattributes/on-semiconductor-icon.svg');}
ul.camera-list-info li.cf-ids-sensor-manufacturer.e2v {background-image: url('/files/layout/icons/cameraattributes/e2v-icon.svg');}
ul.camera-list-info li.cf-ids-sensor-manufacturer.on-semiconductor span,
ul.camera-list-info li.cf-ids-sensor-manufacturer.e2v span {font-size:0;}
*/

ul.camera-list-info li:nth-child(even){
    width:43%;
}

ul.cam-software{
    display: inline-block;
    padding: 0;
    width: 100%;
    height: 1.5rem;
    margin-bottom: 0rem;
    position: absolute;
    top: 0px;
    left: 0px;
}
ul.cam-software li {
    display:inline-block;
    width:1.5rem;
    height: 1.5rem;
    list-style: none;
    background-size:cover;
}
ul.cam-software li.sw-u3v{
    background-image: url('/files/layout/icons/u3v.jpg');
}
ul.cam-software li.sw-uvc{
    background-image: url('/files/layout/icons/uvc.jpg');
}
ul.cam-software li.sw-gev{
    background-image: url('/files/layout/icons/gev.jpg');
}
ul.cam-software li.sw-ueye{
    background-image: url('/files/layout/icons/ids-software-suite.jpg');
}

.product-view .product-image.product-image-zoom {
    overflow: hidden;
    text-align: center;
}
.product-view .product-image.product-image-zoom img {
    cursor: pointer;
    transform: scale(1);
    transition: transform 250ms ease-out;
    transform-origin: bottom center;
    outline: none;
}
.product-view .product-image.product-image-zoom img:hover {
    transform: scale(1.025);
}


.product-view .product-image.product-image-zoom span.ueye-plus-label {
    background-image: url("/store/skin/frontend/ids/default/images/ids-ueye-plus-machine-vision-cameras-220x80.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 110px;
    height: 40px;
    margin: 0 auto 0.5rem auto;
    position: relative;
    z-index: 1;
}
@media (min-width: 768px) {
    .product-view .product-image.product-image-zoom span.ueye-plus-label {
        width: 80px;
        height: 30px;
    }
}
@media (min-width: 992px) {
    .product-view .product-image.product-image-zoom span.ueye-plus-label {
        width: 95px;
        height: 35px;
    }
}
@media (min-width: 1200px) {
    .product-view .product-image.product-image-zoom span.ueye-plus-label {
        width: 110px;
        height: 40px;
    }
}

.product-view .more-views {
    margin-top: 1rem;
}
.product-view .more-views ul.nav {
    text-align: center;
    justify-content: center;
}
.product-view .more-views li {  
    display: inline-block;
    list-style-type: none;
    overflow: hidden;
}
.product-view .more-views .nav li img {  
    cursor: pointer;
    transform: scale(1);
    transition: transform 250ms ease-out;
    transform-origin: bottom center;
    outline: none;
}
.product-view .more-views .nav li img:hover {
    transform: scale(1.05);
}
.product-view .prod_img_demo {
    text-align: center;
    margin-top: 1rem !important;
    margin-bottom: 3.5rem;
}

.product-view .tab-content a {
    color: var(--ids-colour);
    transition: color 250ms ease-out;
}
#main .product-view .tab-content a:focus,
#main .product-view .tab-content a:hover {
    color: var(--ids-colour2);
}


.product-view .tab-content .tab-pane .more-downloads {
    display: block;
    margin: 1.5rem 0 0 0;
}
/* .product-view .tab-content .tab-pane .more-downloads a {
    position: relative;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    padding: 0.75rem 1rem;
    cursor: pointer;
    transition: background 250ms ease-out, border 250ms ease-out, color 250ms ease-out;
    background: var(--ids-colour);
    background: rgba(0,138,150, 0.85);
    border: 2px solid var(--ids-colour);
    border: 2px solid rgba(0,138,150, 0.5);
    color: #FFFFFF;
    font-size: 1rem;
}
.product-view .tab-content .tab-pane .more-downloads a:focus,
.product-view .tab-content .tab-pane .more-downloads a:hover {
    background: var(--ids-colour2);
    border: 2px solid var(--ids-colour2);
    color: #FFFFFF !important;
} */
.product-view .tab-content .tab-pane .more-downloads a.disabled {
    pointer-events: none;
    cursor: none;
    opacity: .25;
}


.catalog-product-view .product-essential .product-main-info {
    display: flex;
    flex-direction: column;
}
.catalog-product-view .product-essential .product-main-info > div {
    order: 3;
}
.catalog-product-view .product-essential .product-main-info .discontinuation-wrapper {
    order: 1;
    margin-bottom: 1.25rem !important;
}
.catalog-product-view .product-essential .product-main-info .discontinuation-wrapper .discontinuation {}
.catalog-product-view .product-essential .product-main-info .discontinuation-wrapper .discontinuation .content {
    padding: 15px 20px 15px 20px;
    background-position: 18px 14px;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-color: #E5F3F4;
    border: 1px solid var(--ids-colour);
    border-radius: 3px;
    margin-top: 2px;
}
.catalog-product-view .product-essential .product-main-info .discontinuation-wrapper .discontinuation .content a {
    color: var(--ids-colour);
    font-weight: bold;
    display: inline-block;
    position: relative;
}
.catalog-product-view .product-essential .product-main-info .discontinuation-wrapper .discontinuation .content a:hover {}
.catalog-product-view .product-essential .product-main-info .discontinuation-wrapper .discontinuation .content a:focus:before,
.catalog-product-view .product-essential .product-main-info .discontinuation-wrapper .discontinuation .content a:hover:before {
    width: 100%;
    left: 0%;
}
.catalog-product-view .product-essential .product-main-info .discontinuation-wrapper .discontinuation .content a:before {
    content: "";
    display: block;
    background: var(--ids-colour);
    width: 0%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: width 250ms linear, left 250ms linear;
}


.catalog-product-view .product-essential .add-to-box {
    margin-bottom: 3.5rem;
}


.product-main-info .camera-features {
    padding: 0 15px;
}
.product-main-info ul.features {
    padding: 0;
}

.product-main-info .features li {
    display: block;
    width:50%;
    float: left;
    list-style-type: none;
    background-repeat: no-repeat;
    background-size: 2.5rem;
    background-position: left center;
    min-height:3rem;
    padding: 0.5rem;
    padding-left: 3.5rem;
}
.product-main-info .features li.f-resolution{
    background-image: url('/gicons/resolution-ids-machine-vision-cameras-dark-grey.svg');
}
.product-main-info .features li.f-sensor{
    background-image: url('/gicons/sensor-ids-machine-vision-cameras-dark-grey.svg');
}
.product-main-info .features li.f-framerate{
    background-image: url('/gicons/fps-ids-machine-vision-cameras-dark-grey.svg');
}
.product-main-info .features li.f-interface{
    background-image: url('/gicons/interface-ids-machine-vision-cameras-dark-grey.svg');
}

#main .product-main-info select { 
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;
    width: 100%;    
    /* background-image: none; */
    background-image: url('/files/layout/backgrounds/select-variant.svg');
    background-size: 100%;
    background-position-y: center;
    height: 3rem;
    background-repeat: no-repeat;
    outline: none;
}
#main .product-main-info select[class=""] {
    /* box-shadow: 0 0 0 1px #F44336 !important; */
    box-shadow: 0 0 0 1px #A5112D !important;
    padding: 0 2.5rem 0 1rem;
}
#main .product-main-info select[class=""][data-optioncount="1"] {
    box-shadow: none !important;
}
#main .product-main-info select::-ms-expand {
    display: none;
}

#main .product-main-info option,
#main .product-main-info select{
    padding: 0 2.5rem 0 4rem;
}

#main .product-main-info select.color{
    background-image: url('/files/layout/backgrounds/colour-select.svg');
}
#main .product-main-info select.monochrom{
    background-image: url('/files/layout/backgrounds/mono-select.svg');
}
#main .product-main-info select.monochrom.nir{
    background-image: url('/files/layout/backgrounds/nir-select.svg');
}
#main .product-main-info select.nir{
    background-image: url('/files/layout/backgrounds/nir-select.svg');
}

#main .product-main-info input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    width: 100%;
    background-color: #fff;
    height: 3rem;
    border-style: none;
    text-align:center;
}
#main .product-main-info input.qty[readonly]{
    background-color: #eaeaea;
}

#main .product-main-info #item-price .price-box {
    margin-top: 1.5rem;
}

#main .product-main-info .product-default{
    margin-top: 3.8rem;
}
#main .product-main-info .product-default .price-box {
    line-height: 3rem;
}

#category-head .breadcrumb li:last-child a::after,
.product-view .breadcrumb li:last-child a::after {
    content: "";
    padding-right: 0;
}

#main .product-view h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1rem;
    text-transform: inherit;
}

#main .product-view h1.small {
    font-size: 2.5rem;
}
#main .product-view h1.smaller {
    font-size: 2.2rem;
}

#main .product-main-info strong,
#main .product-main-info h6 {
    font-weight: 500;
    margin: 0 0 0.25rem 0;
}

#main label.h6 {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.4;
}

#main .product-main-info .features li {
    font-size: 0.8125rem;
    line-height: 1.25rem;
    color: var(--dark-grey);
}

#main .product-main-info .features li.f-framerate,
#main .product-main-info .features li.f-interface{
    line-height: 2.5rem;
}




#item-selection h6 .tooltipped {
    background-image: url(/files/layout/icons/gen/info-ids-machine-vision-cameras-grey.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    position: relative;
    cursor: pointer;
    font-size: 0;
    width: 1rem;
    height: 1rem;
    display: inline-block;
    margin-left: 0.25rem;
}
#item-selection h6 .tooltipped:hover {
    background-image: url(/files/layout/icons/gen/info-ids-machine-vision-cameras-ids-colour.svg);
}
#item-selection h6 .tooltipped.tooltipped-multiline.tooltipped-s::after, 
#item-selection h6 .tooltipped.tooltipped-multiline.tooltipped-n::after {
    right: auto;
    left: -0.5rem;
    padding: 0.75rem 0.75rem 0.75rem 2.25rem;
}
#item-selection h6 .tooltipped:hover::before, 
#item-selection h6 .tooltipped:active::before, 
#item-selection h6 .tooltipped:focus::before {
    background-size: 100% 100%;
}


#main .product-main-info .regular-price .price,
#main .product-main-info .special-price .price {
    font-size: 1.75rem;
    line-height: 2rem;
    font-weight: 600;
}
#item-tierprice {
    font-size: 0.8rem;
}

#item-tierprice {
    text-align:right;
    padding-top: 1rem;
}
#item-tierprice a.request_discount{
    display: inline-block;
    text-align:left;
}

#item-tierprice > span {
    color: var(--ids-colour);
    display:block;
}
#item-tierprice > span::after{
    content:'\25bc';
    margin-left: 0.5rem;
}
#item-tierprice > ul {
    visibility: hidden;
    padding: 0.5rem 0 0 0;
    display: inline-block;
    position: absolute;
    z-index: 100;
    top: 2rem;
    right: 15px;
    width: 8rem;
}
#item-tierprice > span:hover + ul {
    visibility: visible;
}
#item-tierprice li {
    list-style-type: none;
    background-color: #ffffff;
    padding: 0.5rem;
}


#product_delivery_times {
    font-size: 0.875rem;
    font-weight: 600;
    padding-top: 6px;
    position: relative;
}


/* ONLY FOR TEXT */                 
#item-tierprice {}
#item-tierprice span.request_discount {
    text-align: left;
    margin-top: 0.67rem;
}
#item-tierprice span.request_discount:after {
    display: none;
}
#item-tierprice span.request_discount a {
    transition: color 250ms ease-out;
    padding-left: 1.5rem;
    background-image: url(/gicons/info-ids-machine-vision-cameras-ids-colour.svg);
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: left 1px;
    display: block;
}
#item-tierprice span.request_discount a:hover {
    color: #585858;
}



.add-to-cart{
    font-weight: 500;
    text-align: center;
}

#product_addtocart_form .add-to-cart {
    margin: 0 0 1.5rem;
    position: relative;
}
#product_addtocart_form .add-to-cart a {
    background-color: var(--ids-colour);
}
#product_addtocart_form .add-to-cart a,
#product_addtocart_form .add-to-cart a:hover {	
    color: #ffffff;
    display: block;
    cursor: pointer;
    position: relative;
    transition: background-color 250ms linear;
}
#product_addtocart_form .add-to-cart a:hover {	
    background-color: var(--ids-colour2);
}
#product_addtocart_form .add-to-cart a.material-symbols-outlined.shopping_cart {
    line-height: 40px;
}
#product_addtocart_form .add-to-cart a.material-symbols-outlined::before {
    /* position: absolute;
    top: 10px;
    left: 10px;
    width: 22px;
    height: 22px; */
}	

#product_addtocart_form .add-to-cart.request_discount {
    background: transparent;
}
#product_addtocart_form .add-to-cart.request_discount a.store-to-cart {
    border: 2px solid var(--ids-colour);
    background-color: transparent;
    color: var(--ids-colour);
    /* line-height: 2.75rem; */
    /* font-size: 1.2rem; */
    transition: background-color 250ms linear, border 250ms linear, color 250ms linear;
    padding-right: 2.0rem;
    padding-left: 2.0rem;
}
@media (min-width: 576px) {
    #product_addtocart_form .add-to-cart.request_discount a.store-to-cart {
        /*padding-right: 0rem;*/
    }
}
#product_addtocart_form .add-to-cart.request_discount a.store-to-cart:hover {
    border: 2px solid var(--ids-colour2);
    background-color: var(--ids-colour2);
    color: #ffffff;
}
#product_addtocart_form .add-to-cart.request_discount a.store-to-cart[disabled] {
    pointer-events: none;
    cursor: none;
    opacity: 0.25;
}
#product_addtocart_form .add-to-cart.request_discount a.store-to-cart .text {}


.add-to-links .add-to-offer {
    position: relative;
}
.add-to-links .add-to-offer .ids-button.assignment ~ .tooltipped,
#product_addtocart_form .add-to-cart.request_discount .tooltipped {
    /* background-image: url(/files/layout/icons/gen/info-ids-machine-vision-cameras-ids-colour.svg); */
    background-image: url(/files/layout/icons/gen/info-ids-machine-vision-cameras-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.25rem 1.25rem;
    position: absolute;
    cursor: pointer;
    font-size: 0;
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    top: 10px;
    right: 5px;
}
.ie #product_addtocart_form .add-to-cart.request_discount .tooltipped {
    top: 1px;
}
@media (min-width: 576px) {
    .add-to-links .add-to-offer .ids-button.assignment ~ .tooltipped,
    #product_addtocart_form .add-to-cart.request_discount .tooltipped {
/*        right: -37px;*/
    }
}

.add-to-links .add-to-offer .ids-button.assignment:focus ~ .tooltipped,
.add-to-links .add-to-offer .ids-button.assignment:hover ~ .tooltipped,
#product_addtocart_form .add-to-cart.request_discount a.store-to-cart:hover + .tooltipped {
    background-image: url(/files/layout/icons/gen/info-ids-machine-vision-cameras-white.svg);
}
@media (min-width: 576px) {
    #product_addtocart_form .add-to-cart.request_discount a.store-to-cart:hover + .tooltipped {
        /*background-image: url(/files/layout/icons/gen/info-ids-machine-vision-cameras-ids-colour.svg);*/
    }
}
.add-to-links .add-to-offer .ids-button.assignment ~ .tooltipped:hover,
#product_addtocart_form .add-to-cart.request_discount .tooltipped:hover {
    background-image: url(/files/layout/icons/gen/info-ids-machine-vision-cameras-ids-colour.svg);
}
@media (min-width: 1400px) {
    .add-to-links .add-to-offer .ids-button.assignment ~ .tooltipped.tooltipped-multiline.tooltipped-s::after,
    .add-to-links .add-to-offer .ids-button.assignment ~ .tooltipped.tooltipped-multiline.tooltipped-n::after,
    #product_addtocart_form .add-to-cart.request_discount .tooltipped.tooltipped-multiline.tooltipped-s::after, 
    #product_addtocart_form .add-to-cart.request_discount .tooltipped.tooltipped-multiline.tooltipped-n::after {
        right: auto;
        left: -0.5rem;
        padding: 0.75rem 0.75rem 0.75rem 2.25rem;
    }
}


#product_delivery_times .tooltipped {
    background-image: url(/files/layout/icons/gen/info-ids-machine-vision-cameras-ids-colour.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.25rem 1.25rem;
    position: relative;
    cursor: pointer;
    font-size: 0;
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    margin-left: 0.25rem;
}
#product_delivery_times .tooltipped:hover {
    background-image: url(/files/layout/icons/gen/info-ids-machine-vision-cameras-ids-colour.svg);
}
@media (min-width: 1400px) {
    #product_delivery_times .tooltipped.tooltipped-multiline.tooltipped-s::after, 
    #product_delivery_times .tooltipped.tooltipped-multiline.tooltipped-n::after {
        right: auto;
        left: -0.5rem;
        padding: 0.75rem 0.75rem 0.75rem 2.25rem;
    }
}




#product_addtocart_form .add-to-links {
    margin: 0 0 1.5rem;
}
#product_addtocart_form .add-to-links a {
    color: var(--ids-colour3);
    display: block;
    padding-left: 2.5rem;
    background-image: url('/gicons/compare-products-ids-machine-vision-cameras-ids-colour-2.svg');
    background-repeat: no-repeat;
    background-size: 2rem;
    background-position: left center;
    transition: color 250ms linear;
}
#product_addtocart_form .add-to-links a:focus,
#product_addtocart_form .add-to-links a:hover {   
    color: var(--black); 	
    display: block;
    padding-left: 2.5rem;
    background-image: url('/gicons/compare-products-ids-machine-vision-cameras-black.svg');
    background-repeat: no-repeat;
    background-size: 2rem;
    background-position: left center;
}

#product_addtocart_form .add-to-links .add-to-offer button.material-symbols-outlined {
    position: relative;
    border: none !important;
    line-height: 40px;
}
#product_addtocart_form .add-to-links .add-to-offer button.material-symbols-outlined::before {
    /* position: absolute;
    top: 10px;
    left: 10px;
    width: 22px;
    height: 22px; */
}

#product_addtocart_form .add-to-links button[disabled],
#product_addtocart_form .add-to-links a[disabled] {
    pointer-events: none;
    cursor: none;
    opacity: 0.25;
}

#product_addtocart_form .add-to-links a.productrequest,
#product_addtocart_form .add-to-links a.productrequest:hover {	
    background-image: url('/gicons/create-request-thick-ids-machine-vision-cameras-ids-colour.svg');	
}

#product_addtocart_form .add-to-links a.productrequest,
#product_addtocart_form .add-to-links a {
    transition: color 250ms ease-out;
}
#product_addtocart_form .add-to-links a.productrequest:focus,
#product_addtocart_form .add-to-links a.productrequest:hover,
#product_addtocart_form .add-to-links a:focus,
#product_addtocart_form .add-to-links a:hover {
    color: #585858;
}


#product-attribute-specs-table th{
    padding-left: 1.5rem;
    background-image: none;
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: 0rem 1rem;
    vertical-align: top;
}
#product-attribute-specs-table th.itemno{
    background-image: url('/gicons/frame-rate-ids-machine-vision-cameras-ids-colour.svg');
}
#product-attribute-specs-table th.name{
    background-image: url('/gicons/name-ids-machine-vision-cameras-ids-colour-2.svg');
}
#product-attribute-specs-table th.ids_family{
    background-image: url('/gicons/housing-filter-ids-machine-vision-cameras-ids-colour.svg');
}
#product-attribute-specs-table th.ids_interface{
    background-image: url('/gicons/interface-small-ids-machine-vision-cameras-ids-colour.svg');
}
#product-attribute-specs-table th.ids_interface_group{
    background-image: url('/gicons/interface-small-ids-machine-vision-cameras-ids-colour.svg');
}
#product-attribute-specs-table th.ids_interface_speed{
    background-image: url('/gicons/interface-speed-ids-machine-vision-cameras-ids-colour.svg');
}
#product-attribute-specs-table th.ids_sensor_variant,
#product-attribute-specs-table th.ids_sensortype{
    background-image: url('/gicons/sensor-type-ids-machine-vision-cameras-ids-colour.svg');
}
#product-attribute-specs-table th.ids_sensor_manufacturer{
    background-image: url('/gicons/manufacturer-ids-machine-vision-cameras-ids-colour.svg');
}
#product-attribute-specs-table th.ids_lens_focal{
    background-image: url('/gicons/focal-length-small-ids-machine-vision-cameras-ids-colour.svg');
}
#product-attribute-specs-table th.ids_framerate{
    background-image: url('/gicons/frame-rate-ids-machine-vision-cameras-ids-colour.svg');
}
#product-attribute-specs-table th.ids_resolution{
    background-image: url('/gicons/resolution-small-ids-machine-vision-cameras-ids-colour.svg');
}
#product-attribute-specs-table th.ids_opt_area{
    background-image: url('/gicons/optical-area-optical-class-ids-machine-vision-cameras-ids-colour.svg');
}
#product-attribute-specs-table th.ids_shutter_opts{
    background-image: url('/gicons/shutter-ids-machine-vision-cameras-ids-colour.svg');
}
#product-attribute-specs-table th.ids_opt_class{
    background-image: url('/gicons/optical-area-optical-class-ids-machine-vision-cameras-ids-colour.svg');
}
#product-attribute-specs-table th.ids_pix_class{
    background-image: url('/gicons/resolution-pixel-size-ids-machine-vision-cameras-ids-colour.svg');
}
#product-attribute-specs-table th.ids_pix_size{
    background-image: url('/gicons/resolution-pixel-size-ids-machine-vision-cameras-ids-colour.svg');
}
#product-attribute-specs-table th.ids_protection_class{
    background-image: url('/gicons/ip-code-small-ids-machine-vision-cameras-ids-colour.svg');
}
#product-attribute-specs-table th.ids_api{
    background-image: url('/gicons/housing-filter-ids-machine-vision-cameras-ids-colour.svg');
}
#product-attribute-specs-table th.sheets{
    background-image: url('/gicons/housing-filter-ids-machine-vision-cameras-ids-colour.svg');
}
#product-attribute-specs-table th.streaming_protocols{
    background-image: url('/gicons/protocol-ids-machine-vision-cameras-ids-colour.svg');
}
#product-attribute-specs-table th.streaming_compressions{
    background-image: url('/gicons/compress-ids-machine-vision-cameras-ids-colour.svg');
}
#product-attribute-specs-table th.streaming_resolutions{
    background-image: url('/gicons/resolution-small-ids-machine-vision-cameras-ids-colour.svg');
}
#product-attribute-specs-table th.ids_laser_wave_length{
    background-image: url('/gicons/laser-wave-length-ids-machine-vision-cameras-ids-colour.svg');
}
#product-attribute-specs-table th.ids_lens_maxangle_v{
    background-image: url('/gicons/field-of-view-ids-machine-vision-cameras-ids-colour.svg');
}
#product-attribute-specs-table th.ids_working_distance_min{
    background-image: url('/gicons/working-distance-ids-machine-vision-cameras-ids-colour.svg');
}
#product-attribute-specs-table th.ids_laser_class{
    background-image: url('/gicons/laser-class-ids-machine-vision-cameras-ids-colour.svg');
}

#product-attribute-specs-table ul{
    margin: 0;
    padding-left: 0;
}
#product-attribute-specs-table ul li {
    list-style-type: none;
}

#product-tabs li {
    padding:0 0.2rem;
}
#product-tabs .nav-item a.nav-link{   
    border-width:0.2rem 0 0 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    text-transform: uppercase;
    transition: border 250ms ease-out;
}
#product-tabs .nav-item a.nav-link.active,
#product-tabs .nav-item a.nav-link:hover{ 
    border-top-color: var(--ids-colour);
    color: inherit;
}

/*.product-view > .tab-content {padding: 3rem 0;}*/


/*ACP CONFIG*/
#acpconfig {}

#acp_configurator {}
#acp_configurator input[type=radio] {
    display: none;
}
#acp_configurator h6 {
    margin-bottom: 10px !important;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.5;
}
#acp_configurator .tooltipped {
    background: var(--ids-colour);
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 0.75rem;
    line-height: 1;
    padding: 3px 8px;
    margin-left: 0.25rem;
}
#acp_configurator .tooltipped:hover::before, 
#acp_configurator .tooltipped:active::before, 
#acp_configurator .tooltipped:focus::before {
    content:"i";
    background: var(--ids-colour);
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 0.75rem;
    line-height: 1;
    padding: 3px 8px;
}
#acp_configurator .tooltipped-multiline.tooltipped-s::after, 
#acp_configurator .tooltipped-multiline.tooltipped-n::after {
    transform: translateX(-50%);
    top: -0.75rem;
    text-align: left;
    box-shadow: 0 0 5px 0px #878787;
    right: -0.5rem;
    left: 50%;
    padding: 1.75rem 0.75rem 0.75rem 0.75rem;
}
#acp_configurator .acp_configs {
    margin-bottom: 1.5rem;
    padding: 0;
}
#acp_configurator .option {
    margin: 0 !important;
}
#acp_configurator div label {
    background-color: #ffffff;
    color: #666666;
    display: flex;
    font-weight: normal !important;
    font-size: 1rem !important;
    cursor: pointer;
    margin: 0;
    position: relative;
    box-sizing: border-box;
    padding: 15px;
    border-bottom: 1px solid #eeeeee;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.1s ease-in-out, background-color 100ms linear, color 100ms linear;
}
#acp_configurator label:hover {
    color: #343434;
    /* box-shadow: 0 5px 15px rgba(0, 138, 150, 0.25) !important; */
}
#acp_configurator input[type=radio]:disabled + label {
    opacity: 0.5;
    cursor: default;
}
#acp_configurator input[type=radio]:checked + label {
    background-color: var(--ids-colour);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
#acp_configurator input[type=radio]:checked + label:hover {
    background-color: var(--ids-colour2);
}
#acp_configurator label span.productname {
    display: block;
    text-align: left;
}
#acp_configurator label .price-box {
    min-width: 100px;
    padding-left: 1rem;
    text-align: right;
}


#acp_img_container {
    padding-top: 100%;
    position: relative;
}
#acp_img_board,
#acp_img_mount,
#acp_img_conn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#acp_img_board.gige {
    background-image: url(/bundles/idsacp/images/acpconfig/board-gige.png);
}
#acp_img_board.usb3,
#acp_img_board.usb {
    background-image: url(/bundles/idsacp/images/acpconfig/board-usb.png);
}
#acp_img_mount.c-mount {
    background-image: url(/bundles/idsacp/images/acpconfig/c-mount.png);
}
#acp_img_mount.c-mount-10 {
    background-image: url(/bundles/idsacp/images/acpconfig/c-mount-10.png);
}
#acp_img_mount.c-mount-20 {
    background-image: url(/bundles/idsacp/images/acpconfig/c-mount-20.png);
}
#acp_img_mount.c-mount-30 {
    background-image: url(/bundles/idsacp/images/acpconfig/c-mount-30.png);
}
#acp_img_mount.no-mount {
    background-image: url(/bundles/idsacp/images/acpconfig/no-mount.png);
}
#acp_img_mount.no-mount-10 {
    background-image: url(/bundles/idsacp/images/acpconfig/no-mount-10.png);
}
#acp_img_mount.no-mount-20 {
    background-image: url(/bundles/idsacp/images/acpconfig/no-mount-20.png);
}
#acp_img_mount.no-mount-30 {
    background-image: url(/bundles/idsacp/images/acpconfig/no-mount-30.png);
}
#acp_img_conn.jr45 {
    background-image: url(/bundles/idsacp/images/acpconfig/conn-jr45.png);
}
#acp_img_conn.m12 {
    background-image: url(/bundles/idsacp/images/acpconfig/conn-m12.png);
}
#acp_img_conn.usb {
    background-image: url(/bundles/idsacp/images/acpconfig/conn-usb.png);
}
#acp_img_conn.usb-direct {
    background-image: url(/bundles/idsacp/images/acpconfig/conn-usb-direct.png);
}


div.summary_request {
    background-color: #ffffff;
    color: #666666;
    display: block;
    font-weight: normal !important;
    font-size: 1rem !important;
    cursor: default;
    margin: 0;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    padding: 20px 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.1s ease-in-out, background-color 100ms linear, color 100ms linear;
}

form.summary {}
form.summary ul {
    color: #666666;
    padding: 0;
    list-style: none;
    display: none;
}
form.summary ul > :nth-child(n+2) { 
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
}
form.summary summary {
    display: block;
    cursor: default;
    padding: 0 10px;
    line-height: 2;
    font-size: 1.5rem;
}
form.summary input {
    padding: 0;
    width: 100%;
    background-color: #f5f5f5;
    height: 3rem;
    border-style: none;
    text-align: center;
}
form.summary input:disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0.5;
}
form.request button {
    opacity: 0.75;
}
form.request button:disabled,
form.summary button:disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0.35;
}

div.summary_request .add-to-cart.register {}
div.summary_request .add-to-cart.register a {
    background-color: var(--ids-colour);
    display: block;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 600;
    transition: background-color 250ms linear;
}
div.summary_request .add-to-cart.register a:focus,
div.summary_request .add-to-cart.register a:hover {
    background-color: var(--ids-colour2);
    color: #ffffff !important;
}



/*Kameramerkmale*/
.aspects{
    background-image: none;
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: center center;
    padding-top:8rem;
    text-align:center;
    font-size: 0.875rem;
}
#aspects .aspect-sh{
    background-image: url('/files/layout/icons/cameraattributes/product-sh.svg');
}
#aspects .aspect-sw{
    background-image: url('/files/layout/icons/cameraattributes/product-sw.svg');
}
#aspects .aspect-qs{
    background-image: url('/files/layout/icons/cameraattributes/product-qs.svg');
}
#aspects .aspect-13mp{
    background-image: url('/files/layout/icons/cameraattributes/product-1_3mp.svg');
}
#aspects .aspect-16xdz{
    background-image: url('/files/layout/icons/cameraattributes/product-16xdz.svg');
}
#aspects .aspect-5mp15fps{
    background-image: url('/files/layout/icons/cameraattributes/product-5mp15fps.svg');
}
#aspects .aspect-ip{
    background-image: url('/files/layout/icons/cameraattributes/product-ip.svg');
}
#aspects .aspect-adj{
    background-image: url('/files/layout/icons/cameraattributes/product-adj.svg');
}
#aspects .aspect-app{
    background-image: url('/files/layout/icons/cameraattributes/product-app.svg');
}
#aspects .aspect-af{
    background-image: url('/files/layout/icons/cameraattributes/product-af.svg');
}
#aspects .aspect-aic{
    background-image: url('/files/layout/icons/cameraattributes/product-aic.svg');
}
#aspects .aspect-blc{
    background-image: url('/files/layout/icons/cameraattributes/product-blc.svg');
}
#aspects .aspect-m12{
    background-image: url('/files/layout/icons/cameraattributes/product-c-cs-ccs-m12.svg');
}
#aspects .aspect-x2{
    background-image: url('/files/layout/icons/cameraattributes/product-x2.svg');
}
#aspects .aspect-bl{
    background-image: url('/files/layout/icons/cameraattributes/product-bl.svg');
}
#aspects .aspect-c{
    background-image: url('/files/layout/icons/cameraattributes/product-c-cs-ccs-m12.svg');
}
#aspects .aspect-ccs{
    background-image: url('/files/layout/icons/cameraattributes/product-c-cs-ccs-m12.svg');
}
#aspects .aspect-kal{
    background-image: url('/files/layout/icons/cameraattributes/product-kal.svg');
}
#aspects .aspect-ccd{
    background-image: url('/files/layout/icons/cameraattributes/product-ccd.svg');
}
#aspects .aspect-ce{
    background-image: url('/files/layout/icons/cameraattributes/product-ce.svg');
}
#aspects .aspect-cmos{
    background-image: url('/files/layout/icons/cameraattributes/product-cmos.svg');
}
#aspects .aspect-cc{
    background-image: url('/files/layout/icons/cameraattributes/product-cc.svg');
}
#aspects .aspect-cs{
    background-image: url('/files/layout/icons/cameraattributes/product-c-cs-ccs-m12.svg');
}
#aspects .aspect-dz4{
    background-image: url('/files/layout/icons/cameraattributes/product-dz4.svg');
}
#aspects .aspect-faced{
    background-image: url('/files/layout/icons/cameraattributes/product-faced.svg');
}
#aspects .aspect-fcc{
    background-image: url('/files/layout/icons/cameraattributes/product-fcc.svg');
}
#aspects .aspect-gpio{
    background-image: url('/files/layout/icons/cameraattributes/product-gpio.svg');
}
#aspects .aspect-gige{
    background-image: url('/files/layout/icons/cameraattributes/product-gige.svg');
}
#aspects .aspect-gev{
    background-image: url('/files/layout/icons/cameraattributes/product-gev.svg');
}
#aspects .aspect-h264{
    background-image: url('/files/layout/icons/cameraattributes/product-h264.svg');
}
#aspects .aspect-hd30fps{
    background-image: url('/files/layout/icons/cameraattributes/product-hd30fps.svg');
}
#aspects .aspect-hdr{
    background-image: url('/files/layout/icons/cameraattributes/product-hdr.svg');
}
#aspects .aspect-vu{
    background-image: url('/files/layout/icons/cameraattributes/product-vu.svg');
}
#aspects .aspect-i2c{
    background-image: url('/files/layout/icons/cameraattributes/product-i2c.svg');
}
#aspects .aspect-sws{
    background-image: url('/files/layout/icons/cameraattributes/product-sws.svg');
}
#aspects .aspect-indstd{
    background-image: url('/files/layout/icons/cameraattributes/product-indstd.svg');
}
#aspects .aspect-ib120mb{
    background-image: url('/files/layout/icons/cameraattributes/product-ram-ib120mb-ib128mb.svg');
}
#aspects .aspect-ib128mb{
    background-image: url('/files/layout/icons/cameraattributes/product-ram-ib120mb-ib128mb.svg');
}
#aspects .aspect-ram{
    background-image: url('/files/layout/icons/cameraattributes/product-ram-ib120mb-ib128mb.svg');
}
#aspects .aspect-m12x{
    background-image: url('/files/layout/icons/cameraattributes/product-m12x.svg');
}
#aspects .aspect-mig{
    background-image: url('/files/layout/icons/cameraattributes/product-mig.svg');
}
#aspects .aspect-microscopy{
    background-image: url('/files/layout/icons/cameraattributes/product-microscopy.svg');
}
#aspects .aspect-nir{
    background-image: url('/files/layout/icons/cameraattributes/product-nir.svg');
}
#aspects .aspect-oem{
    background-image: url('/files/layout/icons/cameraattributes/product-oem.svg');
}
#aspects .aspect-obproc1{
    background-image: url('/files/layout/icons/cameraattributes/product-obproc1.svg');
}
#aspects .aspect-obproc2{
    background-image: url('/files/layout/icons/cameraattributes/product-obproc2.svg');
}
#aspects .aspect-obproc3{
    background-image: url('/files/layout/icons/cameraattributes/product-obproc3.svg');
}
#aspects .aspect-peak{
    background-image: url('/files/layout/icons/cameraattributes/product-peak.svg');
}
#aspects .aspect-pivo{
    background-image: url('/files/layout/icons/cameraattributes/product-pivo.svg');
}
#aspects .aspect-pp{
    background-image: url('/files/layout/icons/cameraattributes/product-pp.svg');
}
#aspects .aspect-poe{
    background-image: url('/files/layout/icons/cameraattributes/product-poe.svg');
}
#aspects .aspect-precal{
    background-image: url('/files/layout/icons/cameraattributes/product-precal.svg');
}
#aspects .aspect-sc{
    background-image: url('/files/layout/icons/cameraattributes/product-sc.svg');
}
#aspects .aspect-sb{
    background-image: url('/files/layout/icons/cameraattributes/product-sb.svg');
}
#aspects .aspect-sled{
    background-image: url('/files/layout/icons/cameraattributes/product-sled.svg');
}
#aspects .aspect-3d{
    background-image: url('/files/layout/icons/cameraattributes/product-3d.svg');
}
#aspects .aspect-tf{
    background-image: url('/files/layout/icons/cameraattributes/product-tf.svg');
}
#aspects .aspect-u3v{
    background-image: url('/files/layout/icons/cameraattributes/product-u3v.svg');
}
#aspects .aspect-ul{
    background-image: url('/files/layout/icons/cameraattributes/product-ul.svg');
}
#aspects .aspect-ul2{
    background-image: url('/files/layout/icons/cameraattributes/product-ul2.svg');
}
#aspects .aspect-usb2{
    background-image: url('/files/layout/icons/cameraattributes/product-usb2.svg');
}
#aspects .aspect-usb3{
    background-image: url('/files/layout/icons/cameraattributes/product-usb3.svg');
}
#aspects .aspect-usb31{
    background-image: url('/files/layout/icons/cameraattributes/product-usb31.svg');
}
#aspects .aspect-usbpd{
    background-image: url('/files/layout/icons/cameraattributes/product-usbpd.svg');
}
#aspects .aspect-usbtypec{
    background-image: url('/files/layout/icons/cameraattributes/product-usbtypec.svg');
}
#aspects .aspect-uvc{
    background-image: url('/files/layout/icons/cameraattributes/product-uvc.svg');
}
#aspects .aspect-12g{
    background-image: url('/files/layout/icons/cameraattributes/product-12g.svg');
}
#aspects .aspect-warranty{
    background-image: url('/files/layout/icons/cameraattributes/product-warranty.svg');
}
#aspects .aspect-wros{
    background-image: url('/files/layout/icons/cameraattributes/product-wros.svg');
}
#aspects .aspect-wservice{
    background-image: url('/files/layout/icons/cameraattributes/product-wservice.svg');
}
#aspects .aspect-ai{
    background-image: url('/files/layout/icons/cameraattributes/product-ai.svg');
}
#aspects .aspect-vapps{
    background-image: url('/files/layout/icons/cameraattributes/product-vapps.svg');
}
#aspects .aspect-opcua{
    background-image: url('/files/layout/icons/cameraattributes/product-opcua.svg');
    background-size: 50%;
}
html[lang='de'] #aspects .aspect-ai{
    background-image: url('/files/layout/icons/cameraattributes/product-ki.svg');
}
#aspects .aspect-doc{
    background-image: url('/files/layout/icons/cameraattributes/product-deep-ocean-core.svg');
}
#aspects .aspect-cert_ce{
    background-image: url('/files/layout/icons/cameraattributes/product-cert_ce.svg');
}
#aspects .aspect-cert_fcc{
    background-image: url('/files/layout/icons/cameraattributes/product-cert_fcc.svg');
}
#aspects .aspect-cert_kc{
    background-image: url('/files/layout/icons/cameraattributes/product-cert_kc.svg');
}
#aspects .aspect-cert_ul_list{
    background-image: url('/files/layout/icons/cameraattributes/product-cert_ul_list.svg');
}
#aspects .aspect-cert_ul_rec{
    background-image: url('/files/layout/icons/cameraattributes/product-cert_ul_rec.svg');
}
#aspects .aspect-cert_rcm{
    background-image: url('/files/layout/icons/cameraattributes/product-cert_rcm.svg');
}
#aspects .aspect-cert_cnrohs{
    background-image: url('/files/layout/icons/cameraattributes/product-cert_cnrohs.svg');
}
#aspects .aspect-cert_ukca{
    background-image: url('/files/layout/icons/cameraattributes/product-cert_ukca.svg');
}
#aspects .aspect-cert_climate_neutral{
    background-image: url('/files/layout/icons/cameraattributes/product-cert_climate_neutral.svg');
}
#aspects .aspect-rec-2{
    background-image: url('/files/layout/icons/cameraattributes/product-rec-2.svg');
}
#aspects .aspect-stream{
    background-image: url('/files/layout/icons/cameraattributes/product-stream.svg');
}
#aspects .aspect-evs{
    background-image: url('/files/layout/icons/cameraattributes/product-evs.svg');
}
#aspects .aspect-poe-plus-plus{
    background-image: url('/files/layout/icons/cameraattributes/product-poe-plus-plus.svg');
}

/*Downloads*/
#downloads .row .h6,
#downloads .row h6 {
    font-weight: 600;
}
#downloads .row ul {
    padding: 0;
    list-style-type: none;
}
#downloads .row ul li a{
    color: var(--ids-colour);
}

/*Produktseite Kacheln*/

#main .store_tile .content{
    min-height: 15rem;
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: 150% 150%;
    -webkit-transition: background-position 500ms;
    -moz-transition: background-position 700ms;
    -o-transition: background-position 700ms;
    transition: background-position 700ms;
}
@media (min-width: 500px) {
    #main .store_tile .content{
        background-size: 28%;
    }
}
@media (min-width: 576px) {
    #main .store_tile .content{
        background-size: 30%;
    }
}
@media (min-width: 768px) {
    #main .store_tile .content{
        background-size: 40%;
    }
}
@media (min-width: 992px) {
    #main .store_tile .content{
        background-size: 31%;
    }
}
@media (min-width: 1200px) {
    #main .store_tile .content{
        background-size: 40%;
    }
}
@media (min-width: 1800px) {
    #main .store_tile .content{
        background-size: 38%;
    }
}

#main .store_tile .content.in-view{
    background-position: 100% 100%;
}

#main .store_tile .content.lensfinder{
    background-image: url('/files/layout/backgrounds/product_images_lens.jpg');
}

#main .store_tile .content.accfinder{
    background-image: url('/files/layout/backgrounds/product_images_accessories.jpg');
}

#main .store_tile .content.frcalculator{
    background-image: url('/files/layout/backgrounds/product_images_calculator.jpg');
}

#choose-camera-variant-info {
    color: #a5112d;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    margin-top: 1.5rem;
}

#main .store_tile .content.lensfinder.disabled a,
#main .store_tile .content.accfinder.disabled a,
#main .store_tile .content.frcalculator.disabled a {
    pointer-events: none;
    opacity: 0.25;
}


#aspects-features2-info {
    color: #a5112d;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    margin-top: 0rem;
    padding-top: 1.5rem;
    border-top: 1px solid #dedede;
}


#main .store_tile .h4,
#main .store_tile h4 {
    font-size: 1.5rem;
    color: var(--black);
}

#main .store_tile p {
    font-size: 1rem;
    color: var(--dark-grey);
}

#main .store_tile .content > a {
    position: absolute;
    bottom: 2rem;
    color: var(--ids-colour);
    font-weight: 600;
    font-size: 1rem;
}
#main .store_tile .content > a:focus,
#main .store_tile .content > a:hover {}
#main .store_tile .content > a:focus:before,
#main .store_tile .content > a:hover:before {
    width: 100%;
    left: 0;
}
#main .store_tile .content > a:before {
    content: '';
    display: block;
    background: var(--ids-colour);
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 250ms ease-out, left 250ms ease-out;
}
#main .store_tile .content > a:after {
    content: '';
    display: block;
    background: var(--ids-colour);
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 1px;
    left: 0;
    transition: width 250ms ease-out, left 250ms ease-out;
}


#hinweis_entsorgung {
    font-size: 1.25rem;
    position: relative;
}
#hinweis_entsorgung:focus:before,
#hinweis_entsorgung:hover:before {
    width: 100%;
    left: 0;
}
#hinweis_entsorgung:before {
    content: '';
    display: block;
    background: var(--ids-colour);
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 250ms ease-out, left 250ms ease-out;
}
#hinweis_entsorgung:after {
    content: '';
    display: block;
    background: var(--ids-colour);
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 1px;
    left: 0;
    transition: width 250ms ease-out, left 250ms ease-out;
}


/*Cloudzoom*/
.cloudzoom-zoom-inside
{
    max-width: 80% !important;
    max-height: 80% !important;
}

/*TESTBETRIEB - Lizenzwarnung ausblenden*/
div.cloudzoom-lens+div{
    display: none !important;
}

/*Login*/
#account-login-bg,
#account-register-bg{
    /* background-image: url('/files/layout/backgrounds/bg_login.jpg');
    background-size: cover; */
    /* background: linear-gradient(-45deg, #203a40, #008a96, #b5ef7d); */
    background: linear-gradient(135deg, #203a40, #008a96, #b5ef7d);
}

#account-login-bg div.cust-usa-can,
#account-login-bg div.cust-world{
    background-image: url('/files/layout/icons/usa-can-flag.svg');
    background-size: 3rem;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 4rem;
}

#account-login-bg div.cust-world{
    background-image: url('/files/layout/globe.svg');
}

#account-login-bg div.cust-usa-can a {
    color: var(--white);
    text-decoration: underline;
}

#account-login-bg div.cust-usa-can a:focus,
#account-login-bg div.cust-usa-can a:hover {
    color: var(--ids-colour);
}

@media (min-width: 576px) {
    #account-login-bg,
    #account-register-bg{
        padding-top: 4rem !important;
        padding-bottom: 3rem !important;
    }
}
@media (min-width: 768px) {
    #account-login-bg,
    #account-register-bg{
        padding-top: 5rem !important;
        padding-bottom: 4rem !important;
    }
}
@media (min-width: 992px) {
    #account-login-bg,
    #account-register-bg{
        padding-top: 7rem !important;
        padding-bottom: 6rem !important;
    }
}

#progress-bubbles span.rounded-circle { 
    width:2.5rem;
    height:2.5rem;
    line-height:2.5rem;
}

#progress-bubbles span.rounded-circle:hover{
    cursor:pointer;
}                                    

#progress-bubbles span.rounded-circle.small {   
    width:1.5rem;
    height:1.5rem;
    line-height:1.5rem;
}

#progress-bubbles span.rounded-circle.info{ 
    background-image: url('/gicons/info-ids-machine-vision-cameras-white.svg');
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center center;
}

#progress-bubbles span.rounded-circle.account{  
    background-image: url('/gicons/account-ids-machine-vision-cameras-white.svg');
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center center;
}

#account-advantages span {  
    background-image: url('/gicons/downloads-ids-machine-vision-cameras-ids-colour.svg');
    background-size: 2.6rem;
    background-repeat: no-repeat;
    background-position: center top;
}

#account-advantages .orders span {
    background-image: url('/gicons/user-account-online-order-ids-machine-vision-cameras-ids-colour.svg');
}
#account-advantages .requests span {
    background-image: url('/gicons/user-account-article-enquiry-ids-machine-vision-cameras-ids-colour.svg');
}
#account-advantages .listing span {
    background-image: url('/gicons/user-account-insight-order-ids-machine-vision-cameras-ids-colour.svg');
}
#account-advantages .delivery span {
    background-image: url('/gicons/shipping-costs-ids-machine-vision-cameras-ids-colour.svg');
}
#account-advantages .additional span {
    background-image: url('/gicons/user-account-much-more-ids-machine-vision-cameras-ids-colour.svg');
}
#account-advantages .visionchannel span {
    background-image: url('/gicons/ids-vision-channel-ids-machine-vision-cameras-ids-colour.svg');
}

html[lang='zh'] #account-advantages .visionchannel {
    display: none !important;
}  

.account-register-page1,
.account-register-page2,
.account-register-page3,
.account-register-page4,
.account-register-page5,
.account-register-page6{
    display:none;
}

#pagecontrol.page1 .account-register-page1,
#pagecontrol.page2 .account-register-page2,
#pagecontrol.page3 .account-register-page3,
#pagecontrol.page4 .account-register-page4,
#pagecontrol.page5 .account-register-page5,
#pagecontrol.page6 .account-register-page6{
    display:flex;
}

#pagecontrol.page2 #progress-bubbles .step1,
#pagecontrol.page3 #progress-bubbles .step1,
#pagecontrol.page3 #progress-bubbles .step2,
#pagecontrol.page4 #progress-bubbles .step1,
#pagecontrol.page4 #progress-bubbles .step2,
#pagecontrol.page4 #progress-bubbles .step3,
#pagecontrol.page5 #progress-bubbles .step1,
#pagecontrol.page5 #progress-bubbles .step2,
#pagecontrol.page5 #progress-bubbles .step3,
#pagecontrol.page5 #progress-bubbles .step4,
.customer-account-create #pagecontrol.page4 #progress-bubbles .d-block.rounded-circle {   
    background-color:var(--ids-colour) !important;
    color: #ffffff;
}

#pagecontrol.page2 #progress-bubbles .step1,
#pagecontrol.page3 #progress-bubbles .step1,
#pagecontrol.page3 #progress-bubbles .step2,
#pagecontrol.page4 #progress-bubbles .step1,
#pagecontrol.page4 #progress-bubbles .step2,
#pagecontrol.page4 #progress-bubbles .step3,
#pagecontrol.page5 #progress-bubbles .step1,
#pagecontrol.page5 #progress-bubbles .step2,
#pagecontrol.page5 #progress-bubbles .step3,
#pagecontrol.page5 #progress-bubbles .step4,
#pagecontrol.page6 #progress-bubbles .d-block.rounded-circle{   
    background-color:var(--ids-colour) !important;
    color: #ffffff;
}
#pagecontrol #progress-bubbles span.validation-failed {    
    color: #ff0033 !important;  
}

#account-usage span {   
    height: 100%;
    padding: 1rem 1rem 1.25rem 1rem;
}
#account-usage span > span.title {
    font-size: 1.5rem;
    font-weight: bold;
    height: auto;
    padding: 0 1rem;
}    
#account-usage span > span.graphic {    
    height: 5rem;
    background-image: url('/gicons/downloads-ids-machine-vision-cameras-grey.svg');
    background-size: 3rem;
    background-repeat: no-repeat;
    background-position: center center;        
}
#account-usage span.register-download > span.graphic {
    background-image: url('/gicons/downloads-ids-machine-vision-cameras-grey.svg');
}
#account-usage span.register-download:hover > span.graphic,
#account-usage span.register-download.selected > span.graphic {
    background-image: url('/gicons/downloads-ids-machine-vision-cameras-white.svg');
}
#account-usage span.register-store > span.graphic {
    background-image: url('/gicons/user-account-online-order-ids-machine-vision-cameras-grey.svg');
}
#account-usage span.register-store:hover > span.graphic,
#account-usage span.register-store.selected > span.graphic {
    background-image: url('/gicons/user-account-online-order-ids-machine-vision-cameras-white.svg');
}
#account-usage span.register-visonpierprovider > span.graphic {
    background-image: url('/gicons/ids-visionpier-ids-machine-vision-cameras-grey.svg');
}
#account-usage span.register-visonpierprovider:hover > span.graphic,
#account-usage span.register-visonpierprovider.selected > span.graphic {
    background-image: url('/gicons/ids-visionpier-ids-machine-vision-cameras-white.svg');
}
#account-usage span > span.graphic:hover,
#account-usage span:hover > span.graphic,
#account-usage span.selected > span.graphic {
    background-image: url('/gicons/downloads-ids-machine-vision-cameras-white.svg');                            
}
#account-usage > div > span:hover,
#account-usage > div > span.selected {
    background-color:var(--ids-colour) !important;
    color: #ffffff;
    cursor:pointer;
}

#account-usage span.register-download.selected,
#account-usage span.register-store.selected{
    background-image: url('/gicons/check-mark-ids-machine-vision-cameras-white.svg');
    background-position: 90% 15%;
    background-repeat: no-repeat;
    background-size: 2rem;
}
#account-usage span.d-none.register-download,
#account-usage span.d-none.register-store {  
    background: none !important;
    cursor: auto;
    padding: 0;
}
#account-usage span.d-none.register-download.selected,
#account-usage span.d-none.register-store.selected {  
    display: block !important;
}

#progress-bubbles div{ 
    background-image: url('/files/layout/backgrounds/bg-progress-grey.svg');
    background-repeat: no-repeat;
    background-position: -10rem 1.1rem;
}
#progress-bubbles div:nth-of-type(1){   
    background-image: url('/files/layout/backgrounds/bg-progress-ids-color-right.svg');
    background-position:center 1.1rem;
}

#pagecontrol.page1 #progress-bubbles div:nth-of-type(1) {   
    background-image: url('/files/layout/backgrounds/bg-progress-grey-right.svg');
}                                    

.customer-account-create #progress-bubbles div:nth-of-type(4),
#progress-bubbles div:nth-of-type(6){   
    background-image: url('/files/layout/backgrounds/bg-progress-grey-left.svg');
    background-position:center 1.1rem;
}

#pagecontrol.page2 #progress-bubbles div:nth-of-type(2) {   
    background-image: url('/files/layout/backgrounds/bg-progress-both.svg');
    background-position: center 1.25rem;
}
.customer-account-create #pagecontrol.page2 #progress-bubbles div:nth-of-type(2) {
    background-position: center 1.1rem;
}
.customer-account-createvb #pagecontrol.page2 #progress-bubbles div:nth-of-type(2) {
    background-position: center 1.1rem;
}

#pagecontrol.page3 #progress-bubbles div:nth-of-type(2) {   
    background-image: url('/files/layout/backgrounds/bg-progress-ids-color.svg');
}
#pagecontrol.page3 #progress-bubbles div:nth-of-type(3) {   
    background-image: url('/files/layout/backgrounds/bg-progress-both.svg');
    background-position: center 1.25rem;
}
.customer-account-create #pagecontrol.page3 #progress-bubbles div:nth-of-type(3) {
    background-position: center 1.1rem;
}
.customer-account-createvb #pagecontrol.page3 #progress-bubbles div:nth-of-type(3) {
    background-position: center 1.1rem;
}

#pagecontrol.page4 #progress-bubbles div:nth-of-type(2),
#pagecontrol.page4 #progress-bubbles div:nth-of-type(3) {   
    background-image: url('/files/layout/backgrounds/bg-progress-ids-color.svg');
}

#pagecontrol.page4 #progress-bubbles div:nth-of-type(4) {   
    background-image: url('/files/layout/backgrounds/bg-progress-both.svg');
    background-position: center 1.25rem;
} 

.customer-account-create #pagecontrol.page4 #progress-bubbles div:nth-of-type(4) {
    background-position: center 1.1rem;
}
.customer-account-createvb #pagecontrol.page4 #progress-bubbles div:nth-of-type(4) {
    background-position: center 1.1rem;
}
.customer-account-create #pagecontrol.page4 #progress-bubbles div:nth-of-type(4) {
    background-image: url(/files/layout/backgrounds/bg-progress-ids-color-left.svg);
    background-repeat: no-repeat;
    background-position: center 1.1rem;
}

#pagecontrol.page5 #progress-bubbles div:nth-of-type(2),
#pagecontrol.page5 #progress-bubbles div:nth-of-type(3),
#pagecontrol.page5 #progress-bubbles div:nth-of-type(4) {   
    background-image: url('/files/layout/backgrounds/bg-progress-ids-color.svg');
}
#pagecontrol.page5 #progress-bubbles div:nth-of-type(5) {     
    background-image: url('/files/layout/backgrounds/bg-progress-both.svg');
    background-position: center 1.25rem;
} 

.customer-account-create #pagecontrol.page5 #progress-bubbles div:nth-of-type(5) {
    background-position: center 1.1rem;
}
.customer-account-createvb #pagecontrol.page5 #progress-bubbles div:nth-of-type(5) {
    background-position: center 1.1rem;
}

#pagecontrol.page6 #progress-bubbles div:nth-of-type(2),
#pagecontrol.page6 #progress-bubbles div:nth-of-type(3),
#pagecontrol.page6 #progress-bubbles div:nth-of-type(4),
#pagecontrol.page6 #progress-bubbles div:nth-of-type(5) {
    background-image: url('/files/layout/backgrounds/bg-progress-ids-color.svg');
}
#pagecontrol.page6 #progress-bubbles div:nth-of-type(6) {
    background-image: url('/files/layout/backgrounds/bg-progress-ids-color-left.svg');
}

#pagecontrol.page6 #progress-bubbles div:nth-of-type(5) {   
    background-image: url('/files/layout/backgrounds/bg-progress-ids-color.svg');
}
#pagecontrol.page6 #progress-bubbles div:nth-of-type(6) {   
    background-image: url('/files/layout/backgrounds/bg-progress-ids-color-left.svg');
} 


#pagecontrol.page6 #progress-bubbles div:nth-of-type(2),
#pagecontrol.page6 #progress-bubbles div:nth-of-type(3) {   
    background-image: url('/files/layout/backgrounds/bg-progress-ids-color.svg');
}
.customer-account-create #pagecontrol.page6 #progress-bubbles div:nth-of-type(4) {   
    background-image: url('/files/layout/backgrounds/bg-progress-ids-color-left.svg');
}


.customer-account-create #main .form-group label .labeltext {
    display: inline-block;
    padding: 0;
    height: auto;
    margin-right: 1rem;
}
.customer-account-create #main .form-group label .labelinfo {
    padding: 0;
    font-weight: 400;
    font-size: .75rem;
    display: inline-block;
    position: relative;
    bottom: -1px;
}


.customer-account-create #main form input[type=checkbox].slider ~ label.text {
    display: flow-root;
}


.customer-account-create #main label a {
    color: var(--ids-colour);
    display: inline-block;
    position: relative;
    line-height: 1.5;
}
.customer-account-create #main label a:focus, 
.customer-account-create #main label a:hover {
    color: var(--ids-colour2);
}
.customer-account-create #main label a:before {
    content: "";
    display: block;
    background: var(--ids-colour);
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: width 250ms linear, left 250ms linear;
}
.customer-account-create #main label a:focus:before, 
.customer-account-create #main label a:hover:before {
    width: 100%;
    left: 0%;
}


/*Captcha*/
#user_create,
#user_createvb,
#user_forgotpassword    {
    float: left;
    width: 50%;
    height: 3rem;
}
#captcha-image-box-user_create,
#captcha-image-box-user_createvb,
#captcha-image-box-user_forgotpassword{
    padding-top: 1.85rem;
}

#captcha-image-box-user_create button.captcha-reload,
#captcha-image-box-user_createvb button.captcha-reload,
#captcha-image-box-user_forgotpassword button.captcha-reload{   
    display: inline-block;
    width:45%;
    height:40px;
    float:right;
    /* background-image: url('/gicons/refresh-ids-machine-vision-cameras-light-grey.svg'); */
    background-image: url('/gicons/refresh-ids-machine-vision-cameras-white.svg');
    background-position:center center;
    background-repeat: no-repeat;
    background-size: 1.5rem;
}


#pagecontrol .account-register-page1 button.link-page2 {
    opacity: 1;
    transition: opacity 250ms linear;
}
#pagecontrol .account-register-page1 button.link-page2:disabled {
    opacity: 0.5;
    cursor: default;
}


#pagecontrol .account-register-page3 #country {
    pointer-events: none;
}


#pagecontrol .account-register-page1 div.cust-usa-can, 
#pagecontrol .account-register-page1 div.cust-world {
    background-image: url(/files/layout/icons/usa-can-flag.svg);
    background-size: 3rem;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 4rem;
}

#pagecontrol .account-register-page1 div.cust-usa-can a, 
#pagecontrol .account-register-page1 div.cust-world a {
    color: var(--ids-colour);
}
#pagecontrol .account-register-page1 div.cust-usa-can a:hover, 
#pagecontrol .account-register-page1 div.cust-world a:hover {
    text-decoration: underline;
}


#account-country select {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


#account-countrynotincluded .button {
    background-color: var(--ids-colour);
    color: #FFFFFF;
    border-radius: 3px;
    border: 2px solid var(--ids-colour);
    padding: 9px;
    display: block;
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 600;
    transition: background-color 250ms linear, border 250ms linear, box-shadow 250ms linear;
}
#account-countrynotincluded .button:focus, 
#account-countrynotincluded .button:hover {
    background-color: var(--ids-colour2);
    border: 2px solid var(--ids-colour2);
    color: #FFFFFF !important;
}


#redirect-layer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background: rgb(255 255 255 / 75%); */
    background: rgb(0 0 0 / 65%);
    z-index: 1;
}
#redirect-container {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 500px;
    min-width: 250px;
    margin: auto;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
    transform: translate3d(-50%, -50%, 0px);
}
#redirect-header {
    height: 2rem;
    width: 100%;
    position: relative;
}
#redirect-header button {
    background-image: url(../layout/icons/gen/x-ids-machine-vision-cameras-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem;
    background-color: #ffffff !important;
    border: none !important;
    opacity: 0.75;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 1.5rem !important;
    height: 1.5rem !important;
    transition: background-size 250ms linear, opacity 250ms linear !important;
}
#redirect-header button:active,
#redirect-header button:focus-within,
#redirect-header button:focus,
#redirect-header button:hover {
    background-size: 1.25rem;
    opacity: 1;
}
#redirect-content {
    padding: 0.5rem 1rem 1rem 1rem;
    text-align: center;
}
#redirect-content div {
    color: var(--dark-grey);
    padding-bottom: 1rem;
}
#redirect-content button {
    width: auto !important;
    /* font-size: 0.75rem !important;
    display: inline-block !important;
    padding: 0.4rem 0.5rem !important;
    border: none !important; */
}




#matchinginfo-layer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background: rgb(255 255 255 / 75%); */
    background: rgb(0 0 0 / 65%);
    z-index: 1;
}
#matchinginfo-container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
    transform: translate3d(-50%, -50%, 0px);
    padding: 0;
}
@media (min-width: 1200px) {
    #matchinginfo-container {
        max-width: 742px;
    }
}
@media (min-width: 1800px) {
    #matchinginfo-container {
        max-width: 762px;
    }
}

#matchinginfo-header {
    height: 0.5rem;
    width: 100%;
    position: relative;
}
#matchinginfo-header button {
    background-image: url(../layout/icons/gen/x-ids-machine-vision-cameras-dark-grey.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem;
    background-color: #e6e6e6 !important;
    border: none !important;
    position: absolute;
    top: 0.75rem;
    right: 15px;
    width: 1.5rem !important;
    height: 1.5rem !important;
}
#matchinginfo-content {
    padding: 1rem 1rem 0rem 1rem;
}

.lensestext #matchinginfo-header button {
    background-color: #ffffff !important;
    z-index: 1;
}
.lensestext #matchinginfo-content a {
    color: var(--link-text);
    position: relative;
}
.lensestext #matchinginfo-content a:focus:before, 
.lensestext #matchinginfo-content a:hover:before {
    width: 100%;
    left: 0;
}
.lensestext #matchinginfo-content a:after,
.lensestext #matchinginfo-content a:before {
    content: '';
    display: block;
    background: var(--ids-colour);
    transition: width 250ms ease-out, left 250ms ease-out;
}
.lensestext #matchinginfo-content a:before {
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.lensestext #matchinginfo-content a:after {
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 1px;
    left: 0;
}

/* #matchinginfo-content div {
    font-size: 0.875rem;
    padding-bottom: 1rem;
}
#matchinginfo-content button {
    width: auto !important;
    font-size: 0.75rem !important;
    display: inline-block !important;
    padding: 0.4rem 0.5rem !important;
    border: none !important;
} */



/*Messages*/
ul.messages li{
    list-style:none;
    padding:.5rem;
}
ul.messages, ul.messages ul {
    padding:0;
}
ul.messages li.success-msg {
    background-color: #e5f3f4;
}

/*Kundenkonto*/
#customer-account-info {    
    padding: 5rem 2rem 2rem 2rem;
    background-image: url('/gicons/account-ids-machine-vision-cameras-white.svg');
    background-position: center 2rem;
    background-size: 2.5rem;
    background-repeat: no-repeat;
}
#customer-account-info.bg-ids-colour a {
    position: relative;
    color: var(--white);
    display: inline-block;
    text-decoration: underline;
    transition: color 250ms linear;
    outline: none;
    background: linear-gradient(0deg, var(--white), var(--white)) no-repeat right bottom / 0 var(--text-underline-animation-height);
    transition: color 250ms linear, background-size 350ms;
}
@media (min-width: 1800px) {
    #customer-account-info.bg-ids-colour a {
        line-height: 1.6;
    }
}
#customer-account-info.bg-ids-colour a:focus,
#customer-account-info.bg-ids-colour a:hover {    
    color: var(--white);
    background-size: 100% var(--text-underline-animation-height);
    background-position-x: left;
    text-decoration: underline !important;
}
#acc-navi-group{
    padding-top:0.5rem;
}
#acc-navi-group .acc-navi { 
    padding: 0.7rem 0.5rem 0.7rem 4rem;
    background-image: url('/gicons/account-ids-machine-vision-cameras-grey.svg');
    background-size: 1.5rem;
    background-position: 1.5rem center;
    background-repeat: no-repeat;
}
#acc-navi-group .acc-navi.active,
#acc-navi-group .acc-navi:hover{    
    color: var(--ids-colour);
    border: var(--ids-colour) 0 solid;
    border-right-width: 0.25rem;
    padding-right: 0.25rem;
}

#acc-navi-group .acc-navi.account {
    background-image: url('/gicons/overview-ids-machine-vision-cameras-grey.svg');
}
#acc-navi-group .acc-navi.account:hover,
#acc-navi-group .acc-navi.account.active {
    background-image: url('/gicons/overview-ids-machine-vision-cameras-ids-colour.svg');
}

#acc-navi-group .acc-navi.account_edit {
    background-image: url('/gicons/account-ids-machine-vision-cameras-grey.svg');
}
#acc-navi-group .acc-navi.account_edit:hover,
#acc-navi-group .acc-navi.account_edit.active {
    background-image: url('/gicons/account-ids-machine-vision-cameras-ids-colour.svg');
}

#acc-navi-group .acc-navi.address_book {
    background-image: url('/gicons/address-book-ids-machine-vision-cameras-grey.svg');
}
#acc-navi-group .acc-navi.address_book:hover,
#acc-navi-group .acc-navi.address_book.active {
    background-image: url('/gicons/address-book-ids-machine-vision-cameras-ids-colour.svg');
}

#acc-navi-group .acc-navi.orders {
    background-image: url('/gicons/my-orders-ids-machine-vision-cameras-grey.svg');
}
#acc-navi-group .acc-navi.orders:hover,
#acc-navi-group .acc-navi.orders.active {
    background-image: url('/gicons/my-orders-ids-machine-vision-cameras-ids-colour.svg');
}

#acc-navi-group .acc-navi.activationrequest {
    background-image: url('/gicons/shopping-cart-ids-machine-vision-cameras-grey.svg');
}
#acc-navi-group .acc-navi.activationrequest:hover,
#acc-navi-group .acc-navi.activationrequest.active {
    background-image: url('/gicons/shopping-cart-ids-machine-vision-cameras-ids-colour.svg');
}

#acc-navi-group .acc-navi.myproducts {
    background-image: url('/gicons/customised-cameras-ids-machine-vision-cameras-grey.svg');
}
#acc-navi-group .acc-navi.myproducts:hover,
#acc-navi-group .acc-navi.myproducts.active {
    background-image: url('/gicons/customised-cameras-ids-machine-vision-cameras-ids-colour.svg');
}

#acc-navi-group .acc-navi.account_logout {
    background-image: url('/gicons/log-out-ids-machine-vision-cameras-grey.svg');
}
#acc-navi-group .acc-navi.account_logout:hover,
#acc-navi-group .acc-navi.account_logout.active {
    background-image: url('/gicons/log-out-ids-machine-vision-cameras-ids-colour.svg');
}

#acc-navi-group .acc-navi.visionbayactivationrequest {
    background-image: url('/gicons/ids-visionpier-ids-machine-vision-cameras-grey.svg');
}
#acc-navi-group .acc-navi.visionbayactivationrequest:hover,
#acc-navi-group .acc-navi.visionbayactivationrequest.active {
    background-image: url('/gicons/ids-visionpier-ids-machine-vision-cameras-ids-colour.svg');
}

#acc-navi-group .acc-navi.visionpieractivationrequest {
    background-image: url('/gicons/ids-visionpier-ids-machine-vision-cameras-grey.svg');
}
#acc-navi-group .acc-navi.visionpieractivationrequest:hover,
#acc-navi-group .acc-navi.visionpieractivationrequest.active {
    background-image: url('/gicons/ids-visionpier-ids-machine-vision-cameras-ids-colour.svg');
}

#acc-navi-group .acc-navi.visionpier {
    background-image: url('/gicons/ids-visionpier-ids-machine-vision-cameras-grey.svg');
}
#acc-navi-group .acc-navi.visionpier:hover,
#acc-navi-group .acc-navi.visionpier.active {
    background-image: url('/gicons/ids-visionpier-ids-machine-vision-cameras-ids-colour.svg');
}

#acc-navi-group .acc-navi.requestlist {
    background-image: url('/gicons/create-request-thick-ids-machine-vision-cameras-grey.svg');
}
#acc-navi-group .acc-navi.requestlist:hover,
#acc-navi-group .acc-navi.requestlist.active {
    background-image: url('/gicons/create-request-thick-ids-machine-vision-cameras-ids-colour.svg');
}

#acc-navi-group .acc-navi.showrequest {
    background-image: url('/gicons/create-request-thick-ids-machine-vision-cameras-grey.svg');
}
#acc-navi-group .acc-navi.showrequest:hover,
#acc-navi-group .acc-navi.showrequest.active {
    background-image: url('/gicons/create-request-thick-ids-machine-vision-cameras-ids-colour.svg');
}

#account-recent-orders > div:first-child > div:first-child {
    background-image: url('/gicons/account-ids-machine-vision-cameras-grey.svg');
    background-size: 2rem;
    background-position: 1.25rem center;
    background-repeat: no-repeat;
    padding-left: 4.5rem;
}

.my-account .dashboard .sales-contact {}
@media (min-width: 992px) {
    .my-account .dashboard .sales-contact {
        display: flex;
        flex-direction: column;
    }
}

.my-account .dashboard .sales-contact > div:first-child {	
    background-image: url('/gicons/contact-person-ids-machine-vision-cameras-grey.svg');
    background-size: 2rem;
    background-position: 1rem center;
    background-repeat: no-repeat;
    padding-left: 4.25rem;

    overflow: hidden;
    text-overflow: ellipsis;
}
.my-account .dashboard .sales-contact > div:last-child {
    padding: 1rem;
}
@media (min-width: 992px) {
    .my-account .dashboard .sales-contact > div:last-child {
        margin-top: auto;
    }
}
.my-account .dashboard .sales-contact > div:last-child button {
    outline: none;
    transition: background 250ms ease-out, border 250ms ease-out, color 250ms ease-out;
}
#main .my-account .dashboard .sales-contact > div:last-child button:focus,
#main .my-account .dashboard .sales-contact > div:last-child button:hover {
    background: var(--ids-colour);
    color: #FFFFFF;
}


.my-account .dashboard .address1 {}
@media (min-width: 992px) {
    .my-account .dashboard .address1 {
        display: flex;
        flex-direction: column;
    }
}
.my-account .dashboard .address1 > div:first-child {
    background-image: url('/gicons/account-ids-machine-vision-cameras-grey.svg');
    background-size: 2rem;
    background-position: 1rem center;
    background-repeat: no-repeat;
    padding-left: 4.25rem;
}

.my-account .dashboard .address1 > div:last-child {}
@media (min-width: 992px) {
    .my-account .dashboard .address1 > div:last-child {
        margin-top: auto;
    }
}


.my-account .dashboard .address2 {}
@media (min-width: 992px) {
    .my-account .dashboard .address2 {
        display: flex;
        flex-direction: column;
    }
}

.my-account .dashboard .address2 > div:last-child {}
@media (min-width: 992px) {
    .my-account .dashboard .address2 > div:last-child {
        margin-top: auto;
    }
}


#account-edittitle>div:first-child div.col-12:first-child div:first-child,
#account-booktitle>div:first-child div.col-12:first-child div:first-child,
#account-activationrequest>div:first-child div.col-12:first-child div:first-child,
#account-myproducts>div:first-child div.col-12:first-child div:first-child{  
    background-image: url('/gicons/arrow-left-ids-machine-vision-cameras-grey.svg');
    background-size: .6rem;
    background-position: 1.25rem center;
    background-repeat: no-repeat;
    cursor: pointer;
}

#account-booktitle div div,
#account-edittitle div div{    
    line-height: 1.5rem;
}

#main .my-account div.add-address a {   
    background-image: url('/gicons/miscellaneous-ids-machine-vision-cameras-light-grey.svg');
    background-size: 3rem;
    background-position: center 2rem;
    background-repeat: no-repeat;
    display:block;
    text-align: center;
    padding: 6rem 3rem 3rem 3rem;
}

#main .my-account div.add-address a:hover {
    background-image: url('/gicons/miscellaneous-ids-machine-vision-cameras-ids-colour.svg');
}

.sales-order-history #main .pager .limiter select { 
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: auto;
    background-image: url('/gicons/drop-down-ids-machine-vision-cameras-grey.svg');
    background-size: .8rem;
    background-position: right center;
    line-height: 1rem;
    background-repeat: no-repeat;
    padding: 0 1rem 0 0;
    background-color: inherit;
    border: 0;
    font-weight: 600;
    font-size: 0.875rem;
}

.sales-order-history #main .pager .limiter {    
    text-align: right;
}

.sales-order-history #main .pager .limiter label {
    font-size: 0.875rem;
    color: #343434;
}

/*Formulare - Unterschiedliche Darstellung im Store*/
#main input,
#main textarea,
#main select,
#main input[type="checkbox"] + label::before{
    background-color: #eaeaea;
    box-shadow: none;
}

#main #form-validate #country { 
    width:100%;
}





/*********************************************/
/*              MESSAGES - START             */
/*********************************************/
#messages_product_view {}

ul.messages {
    overflow: hidden;
    width: 100%;
    list-style: none;
    margin: 0 0;
    padding: 0;
}
ul.messages li {
    margin: 0;
    padding: 1rem;
}
@media (min-width: 992px) {
    ul.messages li {
        padding: 2rem;
    }
}
ul.messages li ul {
    list-style: none;
}
ul.messages li ul li {
    margin: 0;
    padding: 0;
    text-align: center;
}
ul.messages li ul li + li {
    margin: 0.5rem 0 0 0;
}
ul.messages li.success-msg {
    background-color: var(--ids-colour);
    background-image: url('/files/layout/icons/gen/check-mark-ids-machine-vision-cameras-white.svg');
    background-repeat: no-repeat;
    background-position: 1rem center;
    background-size: 1.5rem auto;
    color: #FFFFFF;
    padding-left: 3rem;
}

ul.messages li.success-msg ul li a {
    color: #FFFFFF;
    font-weight: 600;
}
#wrapper ul.messages li.success-msg a:focus,
#wrapper ul.messages li.success-msg a:hover{
    color:#FFFFFF;
    font-weight: 600;
    text-decoration: underline;
}
@media (min-width: 992px) {
    ul.messages li.success-msg {
        background-position: 2rem center;
        background-size: 3rem auto;
        padding-left: 6rem;
        font-size: 1.25rem;
    }
}
ul.messages li.success-msg ul {}
ul.messages li.success-msg ul li {}


ul.messages li.error-msg {
    background-color: #FFFFFF;
    background-image: url('/files/layout/icons/gen/info-ids-machine-vision-cameras-red-1.svg');
    background-repeat: no-repeat;
    background-position: 1rem center;
    background-size: 1.5rem auto;
    border: 2px solid #A5112D;
    color: #A5112D;
    font-weight: 600;
    padding-left: 3rem;
}
@media (min-width: 992px) {
    ul.messages li.error-msg {
        background-position: 2rem center;
        background-size: 3rem auto;
        padding-left: 6rem;
        font-size: 1.25rem;
    }
}
ul.messages li.error-msg ul {}
ul.messages li.error-msg ul li {}


.customer-account-login ul.messages {
    margin: 1rem 0;
}
.customer-account-login ul.messages li.error-msg {
    background-position: 1rem center;
    background-size: 1.5rem auto;
}
@media (min-width: 992px) {
    .customer-account-login ul.messages li.error-msg {
        padding: 1rem 1rem 1rem 3rem;
        font-size: 1rem;
    }
}

.checkout-cart-index ul.messages {
    margin: 2rem 0;
}
.checkout-cart-index ul.messages li.error-msg {
    background-position: 1rem center;
    background-size: 1.5rem auto;
}
@media (min-width: 992px) {
    .checkout-cart-index ul.messages li.error-msg {
        padding: 1rem 1rem 1rem 3rem;
        font-size: 1rem;
    }
}

/*******************************************/
/*              MESSAGES - END             */
/*******************************************/







/****************************************************/
/*              WARENKORB - PAGECONTROL             */
/****************************************************/
.checkout-onepage-index #pagecontrol,
.checkout-cart-index #pagecontrol {
    position: relative;

    overflow: hidden;
    margin-bottom: 3rem !important;
}
.checkout-onepage-index #progress-bubbles,
.checkout-cart-index #progress-bubbles {
    background: #f5f5f5;
    margin-right: 0;
    margin-left: 0;
    padding-top: 4rem !important;

    margin: 0 !important;
    /*width: 690px;*/
    width: auto;
}
@media (min-width: 768px) {
    .checkout-onepage-index #progress-bubbles,
    .checkout-cart-index #progress-bubbles {
        width: 100%;
    }
}
.checkout-onepage-index #progress-bubbles > div,
.checkout-cart-index #progress-bubbles > div {
    background-size: auto 16px;
    background-position: center 1.25rem;
}
.checkout-onepage-index #progress-bubbles > div:nth-of-type(1),
.checkout-cart-index #progress-bubbles > div:nth-of-type(1) {
    background-position: center 1.25rem;
}
.checkout-onepage-index #progress-bubbles > div span,
.checkout-cart-index #progress-bubbles > div span {}

.checkout-onepage-index #progress-bubbles > div span.rounded-circle,
.checkout-cart-index #progress-bubbles > div span.rounded-circle {
    position: relative;
    width: 2.625rem;
    height: 2.625rem;
    line-height: 2.625rem;
    font-size: 0;
    color: transparent;
}
.checkout-onepage-index #progress-bubbles > div span.rounded-circle:before,
.checkout-cart-index #progress-bubbles > div span.rounded-circle:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    /*background-size: 1rem auto;*/
    background-size: 1.25rem auto;
}
/*@media (min-width: 768px) {
    .checkout-onepage-index #progress-bubbles > div span.rounded-circle:before,
    .checkout-cart-index #progress-bubbles > div span.rounded-circle:before {
        background-size: 1.25rem auto;
    }
}*/
.checkout-onepage-index #progress-bubbles > div span.rounded-circle.bg-ids-colour + span.footnote,
.checkout-cart-index #progress-bubbles > div span.rounded-circle.bg-ids-colour + span.footnote {
    color: var(--ids-colour) !important;
}
.checkout-onepage-index #progress-bubbles > div span.footnote,
.checkout-cart-index #progress-bubbles > div span.footnote {
    /*display: block !important;*/
}
.checkout-onepage-index #progress-bubbles > div span.link-page1,
.checkout-cart-index #progress-bubbles > div span.link-page1 {}
.checkout-onepage-index #progress-bubbles > div span.link-page1:before,
.checkout-cart-index #progress-bubbles > div span.link-page1:before {
    background-image: url('/files/layout/icons/gen/cart-ids-machine-vision-cameras-dark-grey.svg');
}
.checkout-onepage-index #progress-bubbles > div span.link-page1.bg-ids-colour:before,
.checkout-cart-index #progress-bubbles > div span.link-page1.bg-ids-colour:before {
    background-image: url('/files/layout/icons/gen/cart-ids-machine-vision-cameras-white.svg');
}
.checkout-onepage-index #progress-bubbles > div span.link-page2,
.checkout-cart-index #progress-bubbles > div span.link-page2 {}
.checkout-onepage-index #progress-bubbles > div span.link-page2:before,
.checkout-cart-index #progress-bubbles > div span.link-page2:before {
    background-image: url('/files/layout/icons/gen/billing-address1-ids-machine-vision-cameras-dark-grey.svg');
}
.checkout-onepage-index .page6 #progress-bubbles > div span.link-page2:before,
.checkout-cart-index .page6 #progress-bubbles > div span.link-page2:before,
.checkout-onepage-index .page5 #progress-bubbles > div span.link-page2:before,
.checkout-cart-index .page5 #progress-bubbles > div span.link-page2:before,
.checkout-onepage-index .page4 #progress-bubbles > div span.link-page2:before,
.checkout-cart-index .page4 #progress-bubbles > div span.link-page2:before,
.checkout-onepage-index .page3 #progress-bubbles > div span.link-page2:before,
.checkout-cart-index .page3 #progress-bubbles > div span.link-page2:before,
.checkout-onepage-index .page2 #progress-bubbles > div span.link-page2:before,
.checkout-cart-index .page2 #progress-bubbles > div span.link-page2:before {
    background-image: url('/files/layout/icons/gen/billing-address1-ids-machine-vision-cameras-white.svg');
}
.checkout-onepage-index #progress-bubbles > div span.link-page3,
.checkout-cart-index #progress-bubbles > div span.link-page3 {}
.checkout-onepage-index #progress-bubbles > div span.link-page3:before,
.checkout-cart-index #progress-bubbles > div span.link-page3:before {
    background-image: url('/files/layout/icons/gen/delivery-address-ids-machine-vision-cameras-dark-grey.svg');
}
.checkout-onepage-index .page6 #progress-bubbles > div span.link-page3:before,
.checkout-cart-index .page6 #progress-bubbles > div span.link-page3:before,
.checkout-onepage-index .page5 #progress-bubbles > div span.link-page3:before,
.checkout-cart-index .page5 #progress-bubbles > div span.link-page3:before,
.checkout-onepage-index .page4 #progress-bubbles > div span.link-page3:before,
.checkout-cart-index .page4 #progress-bubbles > div span.link-page3:before,
.checkout-onepage-index .page3 #progress-bubbles > div span.link-page3:before,
.checkout-cart-index .page3 #progress-bubbles > div span.link-page3:before {
    background-image: url('/files/layout/icons/gen/delivery-address-ids-machine-vision-cameras-white.svg');
}
.checkout-onepage-index #progress-bubbles > div span.link-page4,
.checkout-cart-index #progress-bubbles > div span.link-page4 {}
.checkout-onepage-index #progress-bubbles > div span.link-page4:before,
.checkout-cart-index #progress-bubbles > div span.link-page4:before {
    background-image: url('/files/layout/icons/gen/shipping-method-ids-machine-vision-cameras-dark-grey.svg');
}
.checkout-onepage-index .page6 #progress-bubbles > div span.link-page4:before,
.checkout-cart-index .page6 #progress-bubbles > div span.link-page4:before,
.checkout-onepage-index .page5 #progress-bubbles > div span.link-page4:before,
.checkout-cart-index .page5 #progress-bubbles > div span.link-page4:before,
.checkout-onepage-index .page4 #progress-bubbles > div span.link-page4:before,
.checkout-cart-index .page4 #progress-bubbles > div span.link-page4:before {
    background-image: url('/files/layout/icons/gen/shipping-method-ids-machine-vision-cameras-white.svg');
}
.checkout-onepage-index #progress-bubbles > div span.link-page5,
.checkout-cart-index #progress-bubbles > div span.link-page5 {}
.checkout-onepage-index #progress-bubbles > div span.link-page5:before,
.checkout-cart-index #progress-bubbles > div span.link-page5:before {
    background-image: url('/files/layout/icons/gen/creditcard-ids-machine-vision-cameras-dark-grey.svg');
}
.checkout-onepage-index .page6 #progress-bubbles > div span.link-page5:before,
.checkout-cart-index .page6 #progress-bubbles > div span.link-page5:before,
.checkout-onepage-index .page5 #progress-bubbles > div span.link-page5:before,
.checkout-cart-index .page5 #progress-bubbles > div span.link-page5:before {
    background-image: url('/files/layout/icons/gen/creditcard-ids-machine-vision-cameras-white.svg');
}
.checkout-onepage-index #progress-bubbles > div span.link-page4,
.checkout-cart-index #progress-bubbles > div span.link-page4 {}
.checkout-onepage-index #progress-bubbles > div span.link-page4:before,
.checkout-cart-index #progress-bubbles > div span.link-page4:before,
.checkout-onepage-index #progress-bubbles > div span.link-page6,
.checkout-cart-index #progress-bubbles > div span.link-page6 {}
.checkout-onepage-index #progress-bubbles > div span.link-page6:before,
.checkout-cart-index #progress-bubbles > div span.link-page6:before {
    background-image: url('/files/layout/icons/gen/check-mark-ids-machine-vision-cameras-dark-grey.svg');
}
.checkout-onepage-index .page6 #progress-bubbles > div span.link-page4:before,
.checkout-cart-index .page6 #progress-bubbles > div span.link-page4:before,
.checkout-onepage-index .page6 #progress-bubbles > div span.link-page6:before,
.checkout-cart-index .page6 #progress-bubbles > div span.link-page6:before {
    background-image: url('/files/layout/icons/gen/check-mark-ids-machine-vision-cameras-white.svg');
}



/*****************************************/
/*              WARENKORB                */
/*****************************************/

#main .cart {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#main .cart .cart-block {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #f5f5f5;
    border-radius: 3px;
}
@media (min-width: 1200px) {
    #main .cart .cart-block {
        float: left;
        width: 70%;
    }
}

/************************************************/
/*              WARENKORB - TITLE               */
/************************************************/
#main .cart .page-title {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ffffff;
    padding: 1rem 0.5rem 1rem 0.5rem;
    margin: 0;
}
#main .cart .page-title div {
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
@media (max-width: 575px) {
    #main .cart .page-title div {
        max-width: none !important;
        flex: 0 0 100%;
    }
}
#main .cart .page-title div h1 {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0 0 0 0;
    position: relative;
}
@media (min-width: 576px) {
    #main .cart .page-title div h1 {
        font-size: 1.2rem;
        padding: 0 0 0.5rem 0;
        text-align: left;
    }
}
@media (min-width: 992px) {
    #main .cart .page-title div h1 {
        font-size: 1.4rem;
    }
}

#main .cart .page-title div h1:before {
    content: "";
    background-image: url('/files/layout/icons/gen/cart-ids-machine-vision-cameras-black.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: 2rem auto;
    width: 2rem;
    height: 2rem;
    display: none;
    margin-right: 1.5rem;
    position: relative;
    top: 0.5rem;
}
@media (min-width: 576px) {
    #main .cart .page-title div h1:before {
        display: inline-block;
    }
}

#main .cart .page-title div + div {
    display: flex;
    justify-content: flex-end;
    padding-left: 0;
    position: absolute;
    right: -0.5rem;
    top: 0;
    height: 100%;
    width: auto;
}
@media (min-width: 576px) {
    #main .cart .page-title div + div  {
        position: relative;
        right: auto;
        top: auto;
        width: auto;
        height: auto;
        padding-right: 0;
    }
}
@media (min-width: 768px) {
    #main .cart .page-title div + div  {
        padding-right: 15px;
    }
}
#main .cart .page-title div + div span {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    display: none !important;
    height: 100%;
    align-items: center;
}
@media (min-width: 576px) {
    #main .cart .page-title div + div span {
        display: flex !important;
    }
}
@media (min-width: 768px) {
    #main .cart .page-title div + div span {
        font-size: 1rem;
    }
}
@media (min-width: 992px) {
    #main .cart .page-title div + div span {
        font-size: 1.2rem;
    }
}
#main .cart .page-title div + div span.btn-refresh {
    display: flex !important;
    position: relative;
    width: 2.5rem;
    cursor: pointer;
    font-size: 0;
    color: transparent;
    transform: scale(1);
    transition: transform 250ms linear;
}
@media (min-width: 768px) {
    #main .cart .page-title div + div span.btn-refresh {
        width: 3rem;
        margin-left: 1rem;
    }
}
#main .cart .page-title div + div span.btn-refresh:focus,
#main .cart .page-title div + div span.btn-refresh:hover {
    transform: scale(1.2);
}
#main .cart .page-title div + div span.btn-refresh:focus:before,
#main .cart .page-title div + div span.btn-refresh:hover:before {
    opacity: 0;
}
#main .cart .page-title div + div span.btn-refresh:focus:after,
#main .cart .page-title div + div span.btn-refresh:hover:after {
    opacity: 1;
}
#main .cart .page-title div + div span.btn-refresh:before,
#main .cart .page-title div + div span.btn-refresh:after {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: 1rem auto;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: opacity 250ms linear;
}
#main .cart .page-title div + div span.btn-refresh:before {
    background-image: url('/files/layout/icons/gen/reset-ids-machine-vision-cameras-grey.svg');
    opacity: 1;
}
#main .cart .page-title div + div span.btn-refresh:after {
    background-image: url('/files/layout/icons/gen/reset-ids-machine-vision-cameras-ids-colour.svg');
    opacity: 0;
}


/*************************************************/
/*              WARENKORB - LISTE                */
/*************************************************/
#main .cart #cart {
    position: relative;
    overflow: hidden;
    width: 100%;
}
#main .cart #cart fieldset {}
#main .cart #cart #shopping-cart-table {}
#shopping-cart-table {
    position: relative;
    overflow: hidden;
    width: 100%;
}
#shopping-cart-table .cart-table-names {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #ffffff;
    display: none;
    padding: 1rem 1rem 1rem 1rem;
}
@media (min-width: 768px) {
    #shopping-cart-table .cart-table-names {
        display: flex;
        padding: 3rem 1rem 0.75rem 1rem;
    }
}
#shopping-cart-table .cart-table-names div {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.875rem;
    color: #878787;
}
#shopping-cart-table .cart-table-names .name {
    width: 40%;
    padding-left: calc(100px + 1rem);
}
#shopping-cart-table .cart-table-names .delivery_time {
    width: 10%;
    text-align: right;
}
#shopping-cart-table .cart-table-names .price {
    width: 12.5%;
    text-align: right;
}
#shopping-cart-table .cart-table-names .quantity {
    width: 10%;
    text-align: right;
}
#shopping-cart-table .cart-table-names .cart-price {
    width: 20%;
    text-align: right;
}
#shopping-cart-table .cart-table-names .remove {
    width: 7.5%;
    text-align: right;
    font-size: 0;
}

#shopping-cart-table .shopping-cart-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #ffffff;
    padding: 1rem 1rem 1rem 1rem;
}
@media (min-width: 768px) {
    #shopping-cart-table .shopping-cart-item {
        display: flex;
        align-items: stretch;
        padding: 2rem 1rem 2rem 1rem;
    }
}
#shopping-cart-table .shopping-cart-item div {
    float: left;
}
#shopping-cart-table .shopping-cart-item div .cell-label {
    display: block;
    color: #878787;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}
@media (min-width: 768px) {
    #shopping-cart-table .shopping-cart-item div .cell-label {
        display: none !important;
    }
}

#shopping-cart-table .shopping-cart-item .product {
    width: 100%;
}
@media (min-width: 768px) {
    #shopping-cart-table .shopping-cart-item .product {
        width: 40%;
        padding-right: 5px;
    }
}
#shopping-cart-table .shopping-cart-item .product .product-desc div{
    float: none;
}
#shopping-cart-table .shopping-cart-item .product .product-desc{
    width: 100%;
    text-align: center;
    padding: 0.5rem 0;
}
@media (min-width: 768px) {
    #shopping-cart-table .shopping-cart-item .product .product-desc{
        width: calc(100% - 100px);
        padding: 0 0 0 1rem;
        height: 100%;
        display: flex;
        align-items: center;
        text-align: left;
    }
}
#shopping-cart-table .shopping-cart-item .product a.product-image {
    display: block;
    display: flex;
    align-items: stretch;
}
@media (min-width: 768px) {
    #shopping-cart-table .shopping-cart-item .product a.product-image {
        position: relative;
        float: left;
        width: 100px;
    }
}

#shopping-cart-table .shopping-cart-item .product a.product-image:focus,
#shopping-cart-table .shopping-cart-item .product a.product-image:hover {}
#shopping-cart-table .shopping-cart-item .product a.product-image div.product-image {
    width: 100%;
    height: 100px;
    text-align: center
}
@media (min-width: 375px) {
    #shopping-cart-table .shopping-cart-item .product a.product-image div.product-image {
        height: 150px;
    }
}
@media (min-width: 768px) {
    #shopping-cart-table .shopping-cart-item .product a.product-image div.product-image {
        width: 100px;
        height: auto;
        float: left;
    }
}
#shopping-cart-table .shopping-cart-item .product a.product-image div.product-image img {
    display: inline-block;
    object-fit: contain;
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 250ms linear;
}
#shopping-cart-table .shopping-cart-item .product a.product-image:focus div.product-image img,
#shopping-cart-table .shopping-cart-item .product a.product-image:hover div.product-image img {
    transform: scale(1.2);
}
#shopping-cart-table .shopping-cart-item .product .product-desc a.product-name {
    color: #000000;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    transition: color 250ms linear;
    /* line-height: 2rem; */
}
#shopping-cart-table .shopping-cart-item .product .product-desc .product-request {
    margin-top: 0.125rem;
}
#shopping-cart-table .shopping-cart-item .product .product-desc a.product-request {
    color: var(--ids-colour);
    font-size: 0.9375rem;
    text-transform: uppercase;
    transition: color 250ms linear;
    padding-left: 2.1rem;
    background-image: url('/gicons/create-request-thick-ids-machine-vision-cameras-ids-colour.svg');	
    background-repeat: no-repeat;
    background-size: 1.625rem;
    background-position: left center;
    line-height: 1.625rem;
    height: 1.625rem;
    display: inline-block;
}
@media (min-width: 768px) {
    #shopping-cart-table .shopping-cart-item .product a.product-image .product-name {
        width: calc(100% - 100px);
        text-align: left;
        padding: 0 0 0 1rem;
        display: flex;
        align-items: center;
    }
}
#shopping-cart-table .shopping-cart-item .product .product-desc a:focus,
#shopping-cart-table .shopping-cart-item .product .product-desc a:hover {
    color: var(--ids-colour);
}


#shopping-cart-table .shopping-cart-item .product a.anfrage-link {
    color: var(--ids-colour);
}
#shopping-cart-table .shopping-cart-item .product a.anfrage-link:focus,
#shopping-cart-table .shopping-cart-item .product a.anfrage-link:hover {}
#shopping-cart-table .shopping-cart-item .product a.anfrage-link:focus span,
#shopping-cart-table .shopping-cart-item .product a.anfrage-link:hover span {}
#shopping-cart-table .shopping-cart-item .product a.anfrage-link:focus span:before,
#shopping-cart-table .shopping-cart-item .product a.anfrage-link:hover span:before {
    width: 100%;
    left: 0;
}
#shopping-cart-table .shopping-cart-item .product a.anfrage-link:before {
    content: "";
    background-image: url('/files/layout/icons/gen/create-request-ids-machine-vision-cameras-ids-colour.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: 1rem auto;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#shopping-cart-table .shopping-cart-item .product a.anfrage-link span {
    display: inline-block;
    position: relative;
}
#shopping-cart-table .shopping-cart-item .product a.anfrage-link span:before {
    content: "";
    background: var(--ids-colour);
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: width 250ms linear, left 250ms linear;
}


#shopping-cart-table .shopping-cart-item .delivery_time {
    width: 100%;
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
}
@media (min-width: 768px) {
    #shopping-cart-table .shopping-cart-item .delivery_time {
        width: 10%;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}
#shopping-cart-table .shopping-cart-item .delivery_time .cell-label {
    display: inline-block;
    width: auto;
    margin-right: 0.25rem;
}
#shopping-cart-table .shopping-cart-item .delivery_time .cart-price {
    display: inline-block;
    width: auto;
}


#shopping-cart-table .shopping-cart-item .unit-price {
    width: 100%;
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
    #shopping-cart-table .shopping-cart-item .unit-price {
        width: 12.5%;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}
#shopping-cart-table .shopping-cart-item .unit-price .cell-label {
    display: inline-block;
    width: auto;
    margin-right: 0.25rem;
}
#shopping-cart-table .shopping-cart-item .unit-price .cart-price {
    display: inline-block;
    width: auto;
}
#shopping-cart-table .shopping-cart-item .unit-price .cart-price .price {}
#shopping-cart-table .shopping-cart-item .unit-price .cart-price .price .price {}

#shopping-cart-table .shopping-cart-item .quantity {    
    width: 50%;
}
@media (min-width: 768px) {
    #shopping-cart-table .shopping-cart-item .quantity {
        width: 10%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}
#shopping-cart-table .shopping-cart-item .quantity .cell-label {
    text-align: center;
}
#shopping-cart-table .shopping-cart-item .quantity span {
    display: block;
    text-align: center;
}
@media (min-width: 768px) {
    #shopping-cart-table .shopping-cart-item .quantity span {
        text-align: right;
    }
}
#shopping-cart-table .shopping-cart-item .quantity span input.qty {
    text-align: center;
    color: #000;
    font-weight: 700;
    display: inline-block;
    width: 50%;
    outline: none;
    background: #ffffff;
    border: 1px solid rgba(206, 212, 218, 0.35);
    transition: border 250ms linear;
}
#shopping-cart-table .shopping-cart-item .quantity span input.qty:focus {
    background: #ffffff;
    border: 1px solid #ced4da;
}
@media (min-width: 768px) {
    #shopping-cart-table .shopping-cart-item .quantity span input.qty {
        width: 75%;
    }
}

#shopping-cart-table .shopping-cart-item > .cart-price {
    width: 50%;
}
@media (min-width: 768px) {
    #shopping-cart-table .shopping-cart-item > .cart-price {
        width: 20%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}
#shopping-cart-table .shopping-cart-item .cart-price .cell-label {
    text-align: center;
}
#shopping-cart-table .shopping-cart-item .cart-price .cart-price {
    display: flex;
    color: #000;
    font-weight: 700;
    height: 47px;
    justify-content: center;
    align-items: center;
}
@media (min-width: 768px) {
    #shopping-cart-table .shopping-cart-item .cart-price .cart-price {
        display: inline;
        height: auto;
    }
}
#shopping-cart-table .shopping-cart-item .cart-price .cart-price .price {}
#shopping-cart-table .shopping-cart-item .cart-price .cart-price .price .price {}

#shopping-cart-table .shopping-cart-item .remove {    
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 1rem;
    right: 0.75rem;
}
@media (min-width: 768px) {
    #shopping-cart-table .shopping-cart-item .remove {
        width: 7.5%;
        height: auto;
        position: relative;
        top: auto;
        right: auto;

        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}
#shopping-cart-table .shopping-cart-item .remove a.btn-sm {
    display: block;
    padding: 0;
    width: 100%;
    height: 100%;
    transform: scale(0.75);
    transition: transform 250ms linear;
}
@media (min-width: 768px) {
    #shopping-cart-table .shopping-cart-item .remove a.btn-sm {
        height: 0;
        padding-top: 100%;
    }
}
#shopping-cart-table .shopping-cart-item .remove a.btn-sm:focus,
#shopping-cart-table .shopping-cart-item .remove a.btn-sm:hover {
    transform: scale(1);
}
#shopping-cart-table .shopping-cart-item .remove a.btn-sm:focus:before,
#shopping-cart-table .shopping-cart-item .remove a.btn-sm:hover:before {
    opacity: 0;
}
#shopping-cart-table .shopping-cart-item .remove a.btn-sm:focus:after,
#shopping-cart-table .shopping-cart-item .remove a.btn-sm:hover:after {
    opacity: 1;
}
#shopping-cart-table .shopping-cart-item .remove a.btn-sm:after,
#shopping-cart-table .shopping-cart-item .remove a.btn-sm:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: 1rem auto;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 250ms linear;
}
#shopping-cart-table .shopping-cart-item .remove a.btn-sm:before {
    background-image: url('/files/layout/icons/gen/x-ids-machine-vision-cameras-grey.svg');
    opacity: 1;
}
#shopping-cart-table .shopping-cart-item .remove a.btn-sm:after {
    background-image: url('/files/layout/icons/gen/x-ids-machine-vision-cameras-ids-colour.svg');
    opacity: 0;
}
#shopping-cart-table .shopping-cart-item .remove a.btn-sm span {
    font-size: 0;
    color: transparent;
    visibility: hidden;
}


#shopping-cart-table .shopping-cart-item.availablefromstock.availablefromstock_error {
    border: 1px solid #A5112D;
}
#shopping-cart-table .shopping-cart-item.availablefromstock.availablefromstock_error .product-name a {
    color: #A5112D;
}
#shopping-cart-table .shopping-cart-item.availablefromstock.availablefromstock_error .quantity input {
    color: #A5112D;
    border: 1px solid #A5112D;
}


/************************************************/
/*              WARENKORB - TOTAL               */
/************************************************/
#main .cart > .row {

}
#main .cart .cart-block + .row {
    margin-top: 1rem;
}
@media (min-width: 768px) {
    #main .cart .cart-block + .row {
        margin-top: 2rem;
    }
}
@media (min-width: 1200px) {
    #main .cart .cart-block + .row {
        float: right;
        width: 28%;
        margin-top: 0;
    }
}

#main .cart .cart-block + .row > div {
    flex: 0 0 100%;
    max-width: 100%;
}

#main .cart .checkout-wrapper {
    position: relative;
    /* overflow: hidden; */
    width: 100%;
    background: var(--ids-colour);
    color: #ffffff;
    border-radius: 3px;
    padding: 2rem 0;
}
#main .cart .checkout-wrapper .total-title {
    font-weight: 700;
    font-size: 1.2rem;
    text-transform: uppercase;
    padding: 0 2rem;
}
@media (min-width: 1800px) {
    #main .cart .checkout-wrapper .total-title {
        font-size: 1.5rem;
    }
}

#main .cart #shopping-cart-totals-table {}
#shopping-cart-totals-table {
    margin-top: 1rem;
}
@media (min-width: 1200px) {
    #shopping-cart-totals-table {
        margin-top: 1.5rem;
    }
}
#shopping-cart-totals-table colgroup {}
#shopping-cart-totals-table colgroup col {}

#shopping-cart-totals-table tbody {}
#shopping-cart-totals-table tbody tr {}
#shopping-cart-totals-table tbody tr td {
    border: none;
    padding: 0.25rem 0 0.25rem 2rem;
    font-weight: 700;
    font-size: 0.875rem;
}
@media (min-width: 992px) {
    #shopping-cart-totals-table tbody tr td {
        font-size: 1rem;
    }
}
#shopping-cart-totals-table tbody tr:last-child td {
    padding-bottom: 1.5rem;
}
#shopping-cart-totals-table tbody tr td + td {
    text-align: right;
    font-weight: 400;
    padding-right: 2rem;
    padding-left: 0;
}
#shopping-cart-totals-table tbody tr td .price {}


#shopping-cart-totals-table tfoot {}
#shopping-cart-totals-table tfoot tr {}
#shopping-cart-totals-table tfoot tr td {
    border-top: 2px solid var(--ids-colour2);
    /*border-top: 2px solid rgba(255,255,255, 0.75);*/
    font-size: 0.875rem;
    line-height: 1.5rem;
    padding: 1.25rem 0 0.5rem 2rem;
    vertical-align: bottom;
}
@media (min-width: 992px) {
    #shopping-cart-totals-table tfoot tr td {
        font-size: 1rem;
    }
}
@media (min-width: 1800px) {
    #shopping-cart-totals-table tfoot tr td {
        line-height: 2rem;
        padding: 1.75rem 0 0.5rem 2rem;
    }
}
#shopping-cart-totals-table tfoot tr td + td {
    padding-right: 2rem;
    padding-left: 0;
}
#shopping-cart-totals-table tfoot tr td strong {}
#shopping-cart-totals-table tfoot tr td strong span {
    font-size: 1.2rem;
}
@media (min-width: 1800px) {
    #shopping-cart-totals-table tfoot tr td strong span {
        font-size: 2rem;
    }
}


#main .cart .checkout-types {
    margin: 1rem 0 0 0;
    padding: 0 2rem;
    list-style: none;
}
@media (min-width: 1800px) {
    #main .cart .checkout-types li {
        margin: 1.5rem 0 0 0;
    }
}
#main .cart .checkout-types li {}
@media (min-width: 576px) {
    #main .cart .checkout-types li {
        text-align: right;
    }
}
#main .cart .checkout-types li + li {
    margin-top: 1rem;
}

#main .cart .checkout-types li .important_info {
    position: relative;
    line-height: 24px;
    display: inline-block;
    padding: 0 0 0 40px;
    color: var(--white);
    text-decoration: underline;
    margin: 0.25rem 0 0.25rem 0;
}
@media (min-width: 1200px) {
    #main .cart .checkout-types li .important_info {
        padding: 0 0 0 35px;
    }
}
@media (min-width: 1800px) {
    #main .cart .checkout-types li .important_info {
        padding: 0 0 0 40px;
    }
}
#main .cart .checkout-types li .important_info::before {
    content: '';
    display: block;
    background-color: var(--white);
    position: absolute;
    top: 8px;
    left: 13px;
    width: 6px;
    height: 15px;
}

#main .cart .checkout-types li .important_info .tooltipped {
    background-image: url(/files/layout/icons/warning_red.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    position: absolute;
    cursor: pointer;
    font-size: 0;
    width: 2rem;
    height: 2rem;
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    top: -4px;
    left: 0px;
}

#main .cart .checkout-types li .important_info:hover .tooltipped::before, 
#main .cart .checkout-types li .important_info:hover .tooltipped::after, 
#main .cart .checkout-types li .important_info:active .tooltipped::before, 
#main .cart .checkout-types li .important_info:active .tooltipped::after, 
#main .cart .checkout-types li .important_info:focus .tooltipped::before, 
#main .cart .checkout-types li .important_info:focus .tooltipped::after {
    display: inline-block;
    text-decoration: none;
    animation-name: tooltip-appear;
    animation-duration: 250ms;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
    animation-delay: 250ms;
}
#main .cart .checkout-types li .important_info:hover .tooltipped::before, 
#main .cart .checkout-types li .important_info:active .tooltipped::before, 
#main .cart .checkout-types li .important_info:focus .tooltipped::before {
    background-image: url(/files/layout/icons/warning_red.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
}
#main .cart .checkout-types li .important_info .tooltipped-multiline.tooltipped-s::after, 
#main .cart .checkout-types li .important_info .tooltipped-multiline.tooltipped-n::after {
    transform: translateX(0%);
    top: -3.65rem;
    padding: 0.75rem 3rem 0.75rem 0.75rem;
    text-align: left;
    box-shadow: 0 0 5px 0px var(--grey);
    max-width: 245px;
    right: auto;
    left: -.5rem;
    padding: 0.75rem 0.75rem 0.75rem 3rem;
}
/* #main .cart .checkout-types li .button {
    border-radius: 3px;
    display: block;
    padding: 10px 1rem 10px 3.25rem;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    position: relative;
    width: 100%;
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    color: var(--ids-colour);
    transition: background 250ms linear, color 250ms linear, border 250ms linear;
}
@media (min-width: 576px) {
    #main .cart .checkout-types li .button {
        display: inline-block;
        width: auto;
    }
}
@media (min-width: 1200px) {
    #main .cart .checkout-types li .button {
        display: block;
        width: 100%;
    }
}
#main .cart .checkout-types li .button:focus,
#main .cart .checkout-types li .button:hover {
    color: var(--ids-colour2);
}
#main .cart .checkout-types li .button:focus:before,
#main .cart .checkout-types li .button:hover:before {
    transform: scale(1.2);
}
#main .cart .checkout-types li .button:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: contain;
    display: inline-block;
    position: absolute;
    transform: scale(1);
    transition: transform 250ms linear;
}
#main .cart .checkout-types li .button span {}
#main .cart .checkout-types li .button span span {}

#main .cart .checkout-types li .button.btn-checkout {}
#main .cart .checkout-types li .button.btn-checkout:focus,
#main .cart .checkout-types li .button.btn-checkout:hover {}
#main .cart .checkout-types li .button.btn-checkout:focus:before,
#main .cart .checkout-types li .button.btn-checkout:hover:before {}
#main .cart .checkout-types li .button.btn-checkout:before {
    background-image: url('/files/layout/icons/gen/cart-ids-machine-vision-cameras-ids-colour.svg');
    width: 1.5rem;
    height: 1.5rem;
    top: 0.6rem;
    left: 0.75rem;
}
#main .cart .checkout-types li .button.btn-checkout span {}
#main .cart .checkout-types li .button.btn-checkout span span {}

#main .cart .checkout-types li .button.btn-offer {
    background: var(--ids-colour);
    color: #ffffff;
}
#main .cart .checkout-types li .button.btn-offer:focus,
#main .cart .checkout-types li .button.btn-offer:hover {
    background: var(--ids-colour2);
    border: 2px solid var(--ids-colour2);
}
#main .cart .checkout-types li .button.btn-offer:focus:before,
#main .cart .checkout-types li .button.btn-offer:hover:before {}
#main .cart .checkout-types li .button.btn-offer:before {
    background-image: url('/files/layout/icons/gen/pdf-ids-machine-vision-cameras-white.svg');
    width: 1.5rem;
    height: 1.5rem;
    top: 0.6rem;
    left: 0.75rem;
}
#main .cart .checkout-types li .button.btn-offer span {}
#main .cart .checkout-types li .button.btn-offer span span {}
*/


/*********************************************************/
/*              WARENKORB FOOTER - BUTTONS               */
/*********************************************************/
#main .cart .page-footer {
    display: flex;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
@media (min-width: 576px) {
    #main .cart .page-footer {
        justify-content: space-between;
    }
}
@media (min-width: 768px) {
    #main .cart .page-footer {
        margin-top: 2rem;
    }
}
@media (min-width: 1200px) {
    #main .cart .page-footer {
        float: left;
        width: 70%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 4rem;
    }
}
#main .cart .page-footer > div {
    display: flex;
    max-width: none;
    flex: auto;
    width: 100%;
    margin: 0;
}
@media (min-width: 576px) {
    #main .cart .page-footer > div {
        width: auto;
    }
}
@media (min-width: 1200px) {
    #main .cart .page-footer > div {
        padding: 0;
    }
}
#main .cart .page-footer > div + div {

}
@media (min-width: 576px) {
    #main .cart .page-footer > div + div {
        justify-content: flex-end;
    }
}
#main .cart .page-footer div .button-wrap {
    width: 100%;
    margin-bottom: 1rem;
}
@media (min-width: 576px) {
    #main .cart .page-footer div .button-wrap {
        width: auto;
    }
}
/* 
#main .cart .page-footer div .button-wrap .button {
    background-color: #ffffff;
    border: 2px solid var(--ids-colour);
    border-radius: 3px;
    color: var(--ids-colour);
    display: block;
    padding: 10px 1rem 10px 3rem;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    position: relative;
    width: 100%;
    transition: background 250ms linear, border 250ms linear, color 250ms linear;
}
@media (min-width: 576px) {
    #main .cart .page-footer div .button-wrap .button {
        width: auto;
    }
}
#main .cart .page-footer div .button-wrap .button:focus,
#main .cart .page-footer div .button-wrap .button:hover {
    background-color: var(--ids-colour2);
    border: 2px solid var(--ids-colour2);
    color: #FFFFFF;
}
#main .cart .page-footer div .button-wrap .button:focus:before,
#main .cart .page-footer div .button-wrap .button:hover:before,
#main .cart .page-footer div .button-wrap .button:focus:after,
#main .cart .page-footer div .button-wrap .button:hover:after {
    transform: scale(1.2);
}
#main .cart .page-footer div .button-wrap .button:focus:before
#main .cart .page-footer div .button-wrap .button:hover:before {
    opacity: 0;
}
#main .cart .page-footer div .button-wrap .button:focus:after,
#main .cart .page-footer div .button-wrap .button:hover:after {
    opacity: 1;
}
#main .cart .page-footer div .button-wrap .button:before,
#main .cart .page-footer div .button-wrap .button:after {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: auto 0.875rem;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 0.825rem;
    left: 1rem;
    transform: scale(1);
    transition: transform 250ms linear, opacity 250ms linear;
}
#main .cart .page-footer div .button-wrap .button:before {
    opacity: 1;
}
#main .cart .page-footer div .button-wrap .button:after {
    opacity: 0;
}
#main .cart .page-footer div .button-wrap .button span {}
*/
#main .cart .page-footer div .button-wrap .btn-continue {}

#main .cart .page-footer div .button-wrap .btn-continue:focus:before,
#main .cart .page-footer div .button-wrap .btn-continue:hover:before {}
#main .cart .page-footer div .button-wrap .btn-continue:before {
    background-image: url('/files/layout/icons/gen/arrow-left-ids-machine-vision-cameras-ids-colour.svg');
}
#main .cart .page-footer div .button-wrap .btn-continue:after {
    background-image: url('/files/layout/icons/gen/arrow-left-ids-machine-vision-cameras-white.svg');
}

#main .cart .page-footer div .button-wrap .btn-refresh {}

#main .cart .page-footer div .button-wrap .btn-refresh:focus:before,
#main .cart .page-footer div .button-wrap .btn-refresh:hover:before {}
#main .cart .page-footer div .button-wrap .btn-refresh:before {
    background-image: url('/files/layout/icons/gen/reset-ids-machine-vision-cameras-ids-colour.svg');
}
#main .cart .page-footer div .button-wrap .btn-refresh:after {
    background-image: url('/files/layout/icons/gen/reset-ids-machine-vision-cameras-white.svg');
}


/***********************************************/
/*              WARENKORB - LEER               */
/***********************************************/
#main .cart-empty {
    margin-top: 5vw;
    margin-bottom: 7.5rem;
    overflow: hidden;
    position: relative;
    background: #F5F5F5;
    border-radius: 3px;
    max-width: calc(100% - 30px);
    text-align: center;
    padding: 2rem;
}
@media (min-width: 576px) {
    #main .cart-empty {
        max-width: 540px;
        padding: 3.5rem;
    }
}
@media (min-width: 992px) {
    #main .cart-empty {
        margin-top: 10vw;
    }
}
#main .cart-empty .page-title {
    padding: 8rem 0 0 0;
    background-image: url(/files/layout/icons/gen/cart-ids-machine-vision-cameras-light-grey.svg);
    background-repeat: no-repeat;
    background-position: center 1rem;
    background-size: auto 5rem;
    margin: 0 0 1rem 0;
}
@media (min-width: 992px) {
    #main .cart-empty .page-title {
        padding: 14.5rem 0 0 0;
        background-position: center 0.5rem;
        background-size: auto calc(100% - 4.5rem);
    }
}
#main .cart-empty .page-title h1 {
    font-size: 1.5rem;
    line-height: 1.3;
    text-align: center;
    text-transform: none;
}
@media (min-width: 768px) {
    #main .cart-empty .page-title h1 {
        font-size: 2rem;
        line-height: 1.2;
    }
}

#main .cart-empty p {}
#main .cart-empty p a {
    color: var(--ids-colour);
    display: inline-block;
    font-weight: 700;
    position: relative;
    transition: color 250ms linear;
}
#main .cart-empty p a:focus,
#main .cart-empty p a:hover {
    color: var(--ids-colour2);
}
#main .cart-empty p a:focus:before,
#main .cart-empty p a:hover:before {
    width: 100%;
    left: 0%;
}
#main .cart-empty p a:before {
    content: "";
    display: block;
    background: var(--ids-colour2);
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: width 250ms linear, left 250ms linear;
}

/*.checkout-onepage-success #main .container-fluid {
    position: relative;
    overflow: hidden;
    background: #F5F5F5;
}*/











/************************************/
/*              CHECKOUT            */
/************************************/
.checkout-onepage-index {}
.checkout-onepage-index .page-title {}
.checkout-onepage-index .page-title h1 {
    text-align: center;
}
.checkout-onepage-index #content {}
.checkout-onepage-index #right {
    display: none;
}

#checkoutSteps {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 810px;
    list-style: none;
    margin: 2rem auto 4rem auto;
    padding: 0;
    background: #F5F5F5;
    border-radius: 3px;
    box-shadow: 0 0 5px 0 #dedede;
}
#checkoutSteps .section {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
}
#checkoutSteps .section.active {
    height: auto;
}
#checkoutSteps .section.allow {}

#checkoutSteps .section .step-title {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 1.75rem;
    background: #FFFFFF;
    box-shadow: 0 0 3px 0 #dedede;
}
@media (min-width: 992px) {
    #checkoutSteps .section .step-title {
        padding: 1.75rem 3.5rem;
    }
}
#checkoutSteps .section .step-title span.number {
    display: none;
}
#checkoutSteps .section .step-title h2 {
    position: relative;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}
@media (min-width: 992px) {
    #checkoutSteps .section .step-title h2 {
        font-size: 1.4rem;
        text-align: left;
    }
}
#checkoutSteps .section .step-title h2:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: contain;
    display: none;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 0;
    left: -2.5rem;
}
@media (min-width: 992px) {
    #checkoutSteps .section .step-title h2:before {
        display: block;
    }
}
#checkoutSteps .section .step-title a {
    display: none;
}

#checkoutSteps .section .step {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 1.75rem;
}
@media (min-width: 992px) {
    #checkoutSteps .section .step {
        padding: 3.5rem;
    }
}
#checkoutSteps .section .step form {}
#checkoutSteps .section .step form select,
#checkoutSteps .section .step form input {
    background: #ffffff;
    outline: none;
}
#checkoutSteps .section .step form input[type="text"] {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#checkoutSteps .section .step form select {
    width: 100%;
    padding: 0 0.75rem;
}
#checkoutSteps .section .step form fieldset {}
#checkoutSteps .section .step form ul.form-list {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
#checkoutSteps .section .step form ul.form-list li {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 1rem 0 0 0;
}

#checkoutSteps .section .step form ul.form-list li div.field,
#checkoutSteps .section .step form ul.form-list li div.form-group {
    padding: 0;
    margin: 0;
}
#checkoutSteps .section .step form ul.form-list li div.field + div.field, 
#checkoutSteps .section .step form ul.form-list li div.form-group + div.form-group {
    margin: 1rem 0 0 0;
}

#checkoutSteps .section .step form ul.form-list li label {
    position: relative;
    float: left;
}

#checkoutSteps .section .step form ul.form-list li ul {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}

#checkoutSteps .section .step form ul.form-list li ul li {}

#checkoutSteps .section .step form ul.form-list li ul li div {}
#checkoutSteps .section .step form ul.form-list li ul li div[class*="col-"] {
    max-width: none;
    width: 100%;
    padding: 0;
}


#checkoutSteps .section .step form ul.form-list li.wide {}
#checkoutSteps .section .step form ul.form-list li.wide label {}
#checkoutSteps .section .step form ul.form-list li.wide label.required {}
#checkoutSteps .section .step form ul.form-list li.wide label.required em {
    position: absolute;
    right: -0.5rem;
    top: 0;
}
#checkoutSteps .section .step form ul.form-list li.wide .input-box {}
#checkoutSteps .section .step form ul.form-list li.wide .input-box select {}

#checkoutSteps .section .step form ul.form-list li.fields {}
@media (min-width: 768px) {
    #checkoutSteps .section .step form ul.form-list li.fields div.field {
        float: left;
        width: 50%;
    }
    #checkoutSteps .section .step form ul.form-list li.fields div.field:nth-child(2n+1) {
        padding-right: 0.75rem;
    }
    #checkoutSteps .section .step form ul.form-list li.fields div.field:nth-child(2n+2) {
        padding-left: 0.75rem;
    }

    #checkoutSteps .section .step form ul.form-list li.fields div.field + div.field {
        margin: 0;
    }

    #checkoutSteps .section .step form ul.form-list li.fields div.form-group {
        float: left;
        width: 50%;
    }
    #checkoutSteps .section .step form ul.form-list li.fields div.form-group.name-prefix {
        padding-right: 0.75rem;
    }
    #checkoutSteps .section .step form ul.form-list li.fields div.form-group.name-firstname {
        clear: both;
        padding-right: 0.75rem;
    }
    #checkoutSteps .section .step form ul.form-list li.fields div.form-group.name-lastname {
        padding-left: 0.75rem;
    }
}

#checkoutSteps .section .step form ul.form-list li.fields label {}
#checkoutSteps .section .step form ul.form-list li.fields label.required {}
#checkoutSteps .section .step form ul.form-list li.fields label.required em {
    position: absolute;
    right: -0.5rem;
    top: 0;
}
#checkoutSteps .section .step form ul.form-list li.fields .input-box {}
#checkoutSteps .section .step form ul.form-list li.fields .input-box select {}


#checkoutSteps .section .step form ul.form-list li.control {}


#checkout-review-submit #checkout-agreements .checkout-agreements li .agree input[type="checkbox"],
#checkoutSteps .section .step form ul.form-list li.control input[type="checkbox"],
#checkoutSteps .section .step form ul.form-list li.control input[type="radio"] {
    /* display: none; */
    width: 0;
    height: 0;
}
#checkout-review-submit #checkout-agreements .checkout-agreements li .agree input[type="checkbox"] + label,
#checkoutSteps .section .step form ul.form-list li.control input[type="checkbox"] + label,
#checkoutSteps .section .step form ul.form-list li.control input[type="radio"] + label {
    position: relative;
    line-height: 40px;
    display: block;
    font-weight: bold;
    font-size: 0.875rem;
    margin: 0;
    float: none;
}
#checkout-review-submit #checkout-agreements .checkout-agreements li .agree input[type="checkbox"] + label:before,
#checkoutSteps .section .step form ul.form-list li.control input[type="checkbox"] + label:before,
#checkoutSteps .section .step form ul.form-list li.control input[type="radio"] + label:before {
    content: "";
    width: 70px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #dedede;
    box-shadow: 0px 0px 2px 2px rgba(222,222,222,0.3);
    background-color: #FFF;
    display: inline-block;
    float: left;
    margin-right: 15px;
    background-image: url(/files/layout/icons/gen/x-ids-machine-vision-cameras-light-grey.svg);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 43px 11px;
    transition: background-color 0.5s linear;
}
#checkout-review-submit #checkout-agreements .checkout-agreements li .agree input[type="checkbox"]:checked + label:before,
#checkoutSteps .section .step form ul.form-list li.control input[type="checkbox"]:checked + label:before,
#checkoutSteps .section .step form ul.form-list li.control input[type="radio"]:checked + label:before {
    background-color: var(--ids-colour);
    border: 1px solid var(--ids-colour);
    background-image: url(/files/layout/icons/gen/check-mark-ids-machine-vision-cameras-white.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 6px 10px;
}

#checkout-review-submit #checkout-agreements .checkout-agreements li .agree input[type="checkbox"]:focus-visible + label:before,
#checkoutSteps .section .step form ul.form-list li.control input[type="checkbox"]:focus-visible + label:before,
#checkoutSteps .section .step form ul.form-list li.control input[type="radio"]:focus-visible + label:before {
    outline: 2px dotted var(--heading-color);
}

#checkout-review-submit #checkout-agreements .checkout-agreements li .agree input[type="checkbox"] + label:after,
#checkoutSteps .section .step form ul.form-list li.control input[type="checkbox"] + label:after,
#checkoutSteps .section .step form ul.form-list li.control input[type="radio"] + label:after {
    content: "";
    width: 34px;
    height: 34px;
    border-radius: 18px;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    display: block;
    float: left;
    margin-right: 5px;
    transition: margin 0.1s linear;
    margin-top: 2px;
    margin-left: 3px;
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 1;
}
#checkout-review-submit #checkout-agreements .checkout-agreements li .agree input[type="checkbox"]:checked + label:after,
#checkoutSteps .section .step form ul.form-list li.control input[type="checkbox"]:checked + label:after,
#checkoutSteps .section .step form ul.form-list li.control input[type="radio"]:checked + label:after {
    margin-left: 31px;
    background-color: white;
    background-image: none;
}

#checkoutSteps .section .tax-info {
    background-color: var(--white);
    border: var(--border);
    border-radius: 5px;
    padding: 0.75rem 1rem;
}
#checkoutSteps .section .tax-info a:focus,
#checkoutSteps .section .tax-info a:hover {
    text-decoration: underline;
}


/***********************************************/
/*              CHECKOUT - TOOL-TIP            */
/***********************************************/
#checkoutSteps .section .step .tool-tip {
    position: relative;
    overflow: hidden;
    width: 100%;
}
#checkoutSteps .section .step .tool-tip .btn-close {
    position: relative;
    overflow: hidden;
    width: 100%;
}
#checkoutSteps .section .step .tool-tip .btn-close a {
    background-color: var(--ids-colour);
    color: #FFFFFF;
    border-radius: 3px;
    border: 2px solid var(--ids-colour);
    padding: 9px 1rem;
    display: block;
    width: auto;
    float: left;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 600;
    transition: background 250ms linear, border 250ms linear;
}
#checkoutSteps .section .step .tool-tip .btn-close a:focus,
#checkoutSteps .section .step .tool-tip .btn-close a:hover {
    background-color: var(--ids-colour2);
    border: 2px solid var(--ids-colour2);
}
#checkoutSteps .section .step .tool-tip .tool-tip-content {
    position: relative;
    overflow: hidden;
    width: 100%;
}
#checkoutSteps .section .step .tool-tip .tool-tip-content img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-height: 205px;
}


/**************************************************/
/*              CHECKOUT - BUTTONS-SET            */
/**************************************************/
#checkoutSteps .section .step .buttons-set {
    position: relative;
    overflow: visible;
    float: left;
    width: 100%;
    margin: 2rem 0 0 0;
    padding: 2rem 0 0 0;
}
#checkoutSteps .section .step .buttons-set:before {
    content: "";
    background: rgba(135, 135, 135, 0.1);
    display: block;
    width: calc(100% + 3.5rem);
    height: 2px;
    position: absolute;
    top: 0;
    left: -1.75rem;
}
@media (min-width: 992px) {
    #checkoutSteps .section .step .buttons-set:before {
        width: calc(100% + 7rem);
        left: -3.5rem;
    }
}
#checkoutSteps .section .step .buttons-set p.required {
    color: #a5112d;
    font-size: 0.875rem;
    font-weight: 700;
}
#checkoutSteps .section .step .buttons-set p.back-link {
    float: left;
    margin: 0;
}
/* #checkoutSteps .section .step .buttons-set p.back-link a {
    background-color: var(--ids-colour);
    color: #FFFFFF;
    border-radius: 3px;
    border: 2px solid var(--ids-colour);
    padding: 9px 1rem;
    display: block;
    width: auto;
    float: left;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 600;
    transition: background 250ms linear, border 250ms linear;
}
#checkoutSteps .section .step .buttons-set p.back-link a:focus,
#checkoutSteps .section .step .buttons-set p.back-link a:hover {
    background-color: var(--ids-colour2);
    border: 2px solid var(--ids-colour2);
} */
#checkoutSteps .section .step .buttons-set p.back-link a small {
    display: none;
}


#checkoutSteps .section .step .buttons-set .button-wrap.btn-checkout {

}
#checkoutSteps .section .step .buttons-set .important_info {
    position: relative;
    margin-top: 1rem;
    line-height: 24px;
    display: inline-block;
    padding: 0 0 0 40px;
    color: var(--black);
    clear: both;
    float: right;
    text-decoration: underline;
}
#checkoutSteps .section .step .buttons-set .important_info .tooltipped {
    background-image: url(/files/layout/icons/warning_red.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    position: absolute;
    cursor: pointer;
    font-size: 0;
    width: 2rem;
    height: 2rem;
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    top: -4px;
    left: 0px;
}

#checkoutSteps .section .step .buttons-set .important_info:hover .tooltipped::before, 
#checkoutSteps .section .step .buttons-set .important_info:hover .tooltipped::after, 
#checkoutSteps .section .step .buttons-set .important_info:active .tooltipped::before, 
#checkoutSteps .section .step .buttons-set .important_info:active .tooltipped::after, 
#checkoutSteps .section .step .buttons-set .important_info:focus .tooltipped::before, 
#checkoutSteps .section .step .buttons-set .important_info:focus .tooltipped::after {
    display: inline-block;
    text-decoration: none;
    animation-name: tooltip-appear;
    animation-duration: 250ms;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
    animation-delay: 250ms;
}
#checkoutSteps .section .step .buttons-set .important_info .tooltipped:hover::before, 
#checkoutSteps .section .step .buttons-set .important_info .tooltipped:active::before, 
#checkoutSteps .section .step .buttons-set .important_info .tooltipped:focus::before,
#checkoutSteps .section .step .buttons-set .important_info:hover .tooltipped::before, 
#checkoutSteps .section .step .buttons-set .important_info:active .tooltipped::before, 
#checkoutSteps .section .step .buttons-set .important_info:focus .tooltipped::before {
    background-image: url(/files/layout/icons/warning_red.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
}
#checkoutSteps .section .step .buttons-set .important_info .tooltipped-multiline.tooltipped-s::after, 
#checkoutSteps .section .step .buttons-set .important_info .tooltipped-multiline.tooltipped-n::after {
    left: -0.5rem;
    transform: translateX(0%);
    top: -3.65rem;
    padding: 0.75rem 0.75rem 0.75rem 3rem;
    text-align: left;
    box-shadow: 0 0 5px 0px var(--grey);
}

#checkoutSteps .section .step .buttons-set button {
    width: auto;
    float: right;
}

/* #checkoutSteps .section .step .buttons-set button {
    background-color: var(--ids-colour);
    color: #FFFFFF;
    border-radius: 3px;
    border: 2px solid var(--ids-colour);
    padding: 9px 1rem;
    display: block;
    width: auto;
    float: right;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 600;
    transition: background 250ms linear, border 250ms linear;
}
#checkoutSteps .section .step .buttons-set button:focus,
#checkoutSteps .section .step .buttons-set button:hover {
    background-color: var(--ids-colour2);
    border: 2px solid var(--ids-colour2);
}
#checkoutSteps .section .step .buttons-set button > span {}
#checkoutSteps .section .step .buttons-set button > span > span {}
*/

#checkoutSteps .section .step .buttons-set .please-wait {
    display: block;
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
    padding: 0;
    margin: 2rem 0 0 0;
    line-height: 1;
}
@media (min-width: 768px) {
    #checkoutSteps .section .step .buttons-set .please-wait {
        max-width: 50%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}
#checkoutSteps .section .step .buttons-set .please-wait img {
    margin: 0 0.5rem 0.5rem 0;
}


/**********************************************/
/*              CHECKOUT - BILLING            */
/**********************************************/
#opc-billing {}
#opc-billing .step-title h2:before {
    background-image: url('/files/layout/icons/gen/billing-address1-ids-machine-vision-cameras-black.svg');
}

#opc-billing #billing-new-address-form {}
#opc-billing #billing-new-address-form fieldset {}


/***********************************************/
/*              CHECKOUT - SHIPPING            */
/***********************************************/
#opc-shipping {}
#opc-shipping .step-title h2:before {
    background-image: url('/files/layout/icons/gen/delivery-address-ids-machine-vision-cameras-black.svg');
}


/******************************************************/
/*              CHECKOUT - SHIPPING METHOD            */
/******************************************************/
#opc-shipping_method {}
#opc-shipping_method .step-title h2:before {
    background-image: url('/files/layout/icons/gen/shipping-method-ids-machine-vision-cameras-black.svg');
}

#checkout-shipping-method-load {
    position: relative;
    width: 100%;
}
#checkout-shipping-method-load .sp-methods {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
@media (min-width: 450px) {
    #checkout-shipping-method-load .sp-methods {
        justify-content: space-between;
    }
}
#checkout-shipping-method-load .sp-methods .sp-method {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 1rem 0;
}
@media (min-width: 450px) {
    #checkout-shipping-method-load .sp-methods .sp-method {
        width: 47.5%;
    }
}
@media (min-width: 576px) {
    #checkout-shipping-method-load .sp-methods .sp-method {
        margin: 0 0 1.5rem 0;
    }
}
@media (min-width: 768px) {
    #checkout-shipping-method-load .sp-methods .sp-method {
        width: 31%;
    }
}
#checkout-shipping-method-load .sp-methods .sp-method input {
    width:0;
    height:0;
}

#checkout-shipping-method-load .sp-methods .sp-method:has(input:focus-visible)  {
    outline: #00ecff solid 2px;
    border-radius: 3px;
}

#checkout-shipping-method-load .sp-methods .sp-method label {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 6rem 0.5rem 1.5rem 0.5rem;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px;
    box-shadow: 0 0 5px 0 #dedede;
    cursor: pointer;
    background: #ffffff;
    color: #878787;
    transition: background 250ms linear, color 250ms linear;
}
#checkout-shipping-method-load .sp-methods .sp-method label:after {
    content: "";
    /*background-image: url(/files/layout/icons/gen/check-mark-ids-machine-vision-cameras-dark-grey.svg);*/
    background-image: url(/files/layout/icons/gen/check-mark-ids-machine-vision-cameras-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    width: 0.75rem;
    height: 0.75rem;
    opacity: 0;
    transition: opacity 250ms linear;
}
#checkout-shipping-method-load .sp-methods .sp-method label > span {
    display: block;
    text-align: center;
}
#checkout-shipping-method-load .sp-methods .sp-method label .sp-method-title {

}
#checkout-shipping-method-load .sp-methods .sp-method label .sp-method-name {
    font-weight: 400;
}
#checkout-shipping-method-load .sp-methods .sp-method label > .price {
    font-weight: 400;
}
#checkout-shipping-method-load .sp-methods .sp-method label > .price > .price {}
#checkout-shipping-method-load .sp-methods .sp-method label .icon {
    display: block;
    width: 4rem;
    height: 2.75rem;
    position: absolute;
    top: 2rem;
    left: calc(50% - 2rem);
}
#checkout-shipping-method-load .sp-methods .sp-method label .icon:before, 
#checkout-shipping-method-load .sp-methods .sp-method label .icon:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: contain;
    transition: opacity 250ms linear;
}
#checkout-shipping-method-load .sp-methods .sp-method label .icon:before {
    background-image: url(/files/layout/icons/gen/shipping-method-ids-machine-vision-cameras-grey.svg);
    opacity: 1;
}
#checkout-shipping-method-load .sp-methods .sp-method label .icon:after {
    background-image: url(/files/layout/icons/gen/shipping-method-ids-machine-vision-cameras-white.svg);
    opacity: 0;
}


#checkout-shipping-method-load .sp-methods .sp-method input:checked + label {
    background: var(--ids-colour);
    color: #ffffff;
}
#checkout-shipping-method-load .sp-methods .sp-method input:checked + label:after {
    opacity: 1;
}

#checkout-shipping-method-load .sp-methods .sp-method input:checked + label .icon:before {
    opacity: 0;
}
#checkout-shipping-method-load .sp-methods .sp-method input:checked + label .icon:after {
    opacity: 1;
}


#checkout-shipping-method-load .sp-methods .sp-method input[value*="freeshipping"] + label .icon:before {
    background-image: url(/files/layout/icons/gen/shipping-freight-leader-ids-machine-vision-cameras-grey.svg);
}
#checkout-shipping-method-load .sp-methods .sp-method input[value*="freeshipping"] + label .icon:after {
    background-image: url(/files/layout/icons/gen/shipping-freight-leader-ids-machine-vision-cameras-white.svg);
}

#checkout-shipping-method-load .sp-methods .sp-method input[value*="standard"] + label .icon:before {
    background-image: url(/files/layout/icons/gen/standard-shipping-ids-machine-vision-cameras-grey.svg);
}
#checkout-shipping-method-load .sp-methods .sp-method input[value*="standard"] + label .icon:after {
    background-image: url(/files/layout/icons/gen/standard-shipping-ids-machine-vision-cameras-white.svg);
}

#checkout-shipping-method-load .sp-methods .sp-method input[value*="express"] + label .icon:before {
    background-image: url(/files/layout/icons/gen/express-shipping-ids-machine-vision-cameras-grey.svg);
}
#checkout-shipping-method-load .sp-methods .sp-method input[value*="express"] + label .icon:after {
    background-image: url(/files/layout/icons/gen/express-shipping-ids-machine-vision-cameras-white.svg);
}



#onepage-checkout-shipping-method-additional-load {
    position: relative;
    overflow: hidden;
    width: 100%;
}


/**********************************************/
/*              CHECKOUT - PAYMENT            */
/**********************************************/
#opc-payment {}
#opc-payment .step-title h2:before {
    background-image: url('/files/layout/icons/gen/creditcard-ids-machine-vision-cameras-black.svg');
}

#checkout-payment-method-load {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
@media (min-width: 450px) {
    #checkout-payment-method-load {
        justify-content: space-between;
    }
}
#checkout-payment-method-load dt {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 1rem 0;
}
#checkout-payment-method-load dt ~ dt {

}
@media (min-width: 450px) {
    #checkout-payment-method-load dt {
        width: 47.5%;
    }
}
@media (min-width: 576px) {
    #checkout-payment-method-load dt {
        margin: 0 0 1.5rem 0;
    }
}
@media (min-width: 768px) {
    #checkout-payment-method-load dt {
        width: 22.5%;
    }
}
#checkout-payment-method-load dt input {
    width: 0;
    height: 0;
}

#checkout-payment-method-load dt:has(input:focus-visible) {
    outline: #00ecff solid 2px;
    border-radius: 3px;
}

#checkout-payment-method-load dt label {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 6rem 0.5rem 1.5rem 0.5rem;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px;
    box-shadow: 0 0 5px 0 #dedede;
    cursor: pointer;
    background: #ffffff;
    color: #878787;
    transition: background 250ms linear, color 250ms linear;
}
#checkout-payment-method-load dt label:after {
    content: "";
    /*background-image: url('/files/layout/icons/gen/check-mark-ids-machine-vision-cameras-dark-grey.svg');*/
    background-image: url('/files/layout/icons/gen/check-mark-ids-machine-vision-cameras-white.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    width: 0.75rem;
    height: 0.75rem;
    opacity: 0;
    transition: opacity 250ms linear;
}
#checkout-payment-method-load dt label .icon {
    display: block;
    width: 7rem;
    height: 5rem;
    position: absolute;
    top: 0.5rem;
    left: calc(50% - 3.5rem);
}
#checkout-payment-method-load dt label .icon:before,
#checkout-payment-method-load dt label .icon:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: contain;
    transition: opacity 250ms linear;
}
#checkout-payment-method-load dt label .icon:before {
    background-image: url('/files/layout/icons/gen/methods-of-payment-ids-machine-vision-cameras-grey.svg');
    opacity: 1;
}
#checkout-payment-method-load dt label .icon:after {
    background-image: url('/files/layout/icons/gen/methods-of-payment-ids-machine-vision-cameras-white.svg');
    opacity: 0;
}
#checkout-payment-method-load dt label img {
    width: 60px;
    height: auto;
    border: none;
}
html[lang='en-US'] #checkout-payment-method-load #dt_method_paypal_standard label {}
html[lang='en-US'] #checkout-payment-method-load #dt_method_paypal_standard label:before {
/*    content: "PayPal / Credit Card";
    display: block;
    position: absolute;
    top: 6rem;
    left: 0;
    background: #ffffff;
    width: 100%;
    text-align: center;*/
}
#checkout-payment-method-load dt label a {
    /*display: inline;*/
    display: inline-block;
    position: relative;
    font-weight: 400;
    text-transform: none;
}
html[lang='en-US'] #checkout-payment-method-load dt label a {
    display: block;
}
#checkout-payment-method-load dt label a:hover {
    color: #878787 !important;
}
#checkout-payment-method-load dt label a:hover:after {
    width: 100%;
    left: 0px;
}
html[lang='en-US'] #checkout-payment-method-load dt label a:hover:after {
    width: 93px;
    left: calc( (100% - 93px) / 2);
}
#checkout-payment-method-load dt label a:before {
    content: "";
    display: block;
    clear: both;
    white-space: pre;
}
#checkout-payment-method-load dt label a:after {
    content: "";
    display: block;
    background: #878787;
    width: 0px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: width 250ms linear, left 250ms linear;
}

#checkout-payment-method-load dt input:checked + label {
    background: var(--ids-colour);
    color: #ffffff;
}
#checkout-payment-method-load dt input:checked + label:after {
    opacity: 1;
}
#checkout-payment-method-load dt input:checked + label .icon:before {
    opacity: 0;
}
#checkout-payment-method-load dt input:checked + label .icon:after {
    opacity: 1;
}
#checkout-payment-method-load dt input:checked + label a,
#checkout-payment-method-load dt input:checked + label a:hover {
    color: #ffffff !important;
}
#checkout-payment-method-load dt input:checked + label a:hover:after {
    background: #ffffff !important;
}

#checkout-payment-method-load dd {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
    margin: 0;
}

#checkout-payment-method-load dt:nth-of-type(1) {
    order: 1;
}
#checkout-payment-method-load dd:nth-of-type(1) {
    order: 101;
}
#checkout-payment-method-load dt:nth-of-type(2) {
    order: 2;
}
#checkout-payment-method-load dd:nth-of-type(2) {
    order: 102;
}
#checkout-payment-method-load dt:nth-of-type(3) {
    order: 3;
}
#checkout-payment-method-load dd:nth-of-type(3) {
    order: 103;
}
#checkout-payment-method-load dt:nth-of-type(4) {
    order: 4;
}
#checkout-payment-method-load dd:nth-of-type(4) {
    order: 104;
}
#checkout-payment-method-load dt:nth-of-type(5) {
    order: 5;
}
#checkout-payment-method-load dd:nth-of-type(5) {
    order: 105;
}
#checkout-payment-method-load dt:nth-of-type(6) {
    order: 6;
}
#checkout-payment-method-load dd:nth-of-type(6) {
    order: 106;
}
#checkout-payment-method-load dt:nth-of-type(7) {
    order: 7;
}
#checkout-payment-method-load dd:nth-of-type(7) {
    order: 107;
}
#checkout-payment-method-load dt:nth-of-type(8) {
    order: 8;
}
#checkout-payment-method-load dd:nth-of-type(8) {
    order: 108;
}
#checkout-payment-method-load dt:nth-of-type(9) {
    order: 9;
}
#checkout-payment-method-load dd:nth-of-type(9) {
    order: 109;
}
#checkout-payment-method-load dt:nth-of-type(10) {
    order: 10;
}
#checkout-payment-method-load dd:nth-of-type(10) {
    order: 110;
}


#checkout-payment-method-load dd ul {}
#checkout-payment-method-load dd ul li {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 1rem 0 0 0 !important;
}
@media (min-width: 576px) {
    #checkout-payment-method-load dd ul li {
        margin: 0.5rem 0 0 0 !important;
    }
}
#checkout-payment-method-load dd ul li + li {
    margin: 1rem 0 0 0 !important;
}

#dt_method_paypal_standard {}
#dt_method_paypal_standard label .icon:before {
    background-image: url('/files/layout/icons/gen/paypal-ids-machine-vision-cameras-grey.svg') !important;
}
#dt_method_paypal_standard label .icon:after {
    background-image: url('/files/layout/icons/gen/paypal-ids-machine-vision-cameras-white.svg') !important;
}
#dd_method_paypal_standard {}

#dt_method_paypal_express {}
#dt_method_paypal_express label .icon:before {
    background-image: url('/files/layout/icons/gen/paypal-ids-machine-vision-cameras-grey.svg') !important;
}
#dt_method_paypal_express label .icon:after {
    background-image: url('/files/layout/icons/gen/paypal-ids-machine-vision-cameras-white.svg') !important;
}
#dd_method_paypal_express {}

#dt_method_giroconnect_giropay {}
#dt_method_giroconnect_giropay label .icon:before {
    background-image: url('/files/layout/icons/gen/giropay-ids-machine-vision-cameras-grey.svg') !important;
}
#dt_method_giroconnect_giropay label .icon:after {
    background-image: url('/files/layout/icons/gen/giropay-ids-machine-vision-cameras-white.svg') !important;
}
#dd_method_giroconnect_giropay {}

#dt_method_giroconnect_creditcard {}
#dt_method_giroconnect_creditcard label .icon:before {
    background-image: url('/files/layout/icons/gen/creditcard-ids-machine-vision-cameras-grey.svg') !important;
}
#dt_method_giroconnect_creditcard label .icon:after {
    background-image: url('/files/layout/icons/gen/creditcard-ids-machine-vision-cameras-white.svg') !important;
}
#dd_method_giroconnect_creditcard {}

#dt_method_payone_creditcard {}
#dt_method_payone_creditcard label .icon:before {
    background-image: url('/files/layout/icons/gen/creditcard-ids-machine-vision-cameras-grey.svg') !important;
}
#dt_method_payone_creditcard label .icon:after {
    background-image: url('/files/layout/icons/gen/creditcard-ids-machine-vision-cameras-white.svg') !important;
}
#dd_method_payone_creditcard {}

#dt_method_paymentinadvance {}
#dt_method_paymentinadvance label .icon:before {
    background-image: url('/files/layout/icons/gen/prepayment-ids-machine-vision-cameras-grey.svg') !important;
}
#dt_method_paymentinadvance label .icon:after {
    background-image: url('/files/layout/icons/gen/prepayment-ids-machine-vision-cameras-white.svg') !important;
}
#dd_method_paymentinadvance {}

#checkout-step-payment #payment_form_payone_creditcard #expireInput div.v-fix{
    display: inline-block;
}
#checkout-step-payment #payment_form_payone_creditcard a.cvv-payone-what-is-this{
    display:block;
}
#checkout-step-payment #payment_form_payone_creditcard br.clear{
    display: none;
}




/*********************************************/
/*              CHECKOUT - REVIEW            */
/*********************************************/
#opc-review {}
#opc-review .step-title h2:before {
    background-image: url('/files/layout/icons/gen/check-mark-ids-machine-vision-cameras-black.svg');
}

#checkout-review-load {}
#checkout-review-load #checkout-review-data-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 768px){
    #checkout-review-load #checkout-review-data-wrapper {
        justify-content: space-between;
    }
}
#checkout-review-data-wrapper .checkout-review-data-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 0 1rem 0;
}
@media (min-width: 768px){
    #checkout-review-data-wrapper .checkout-review-data-item {
        width: 50%;
        margin: 0 0 2rem 0;
        padding: 0 2rem 0 0;
    }
}
#checkout-review-data-wrapper .checkout-review-data-item .checkout-review-data-title {
    position: relative;
    color: #000000;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 0 0 0.5rem 1.875rem;
    border-bottom: 1px solid #dedede;
}
@media (min-width: 768px){
    #checkout-review-data-wrapper .checkout-review-data-item .checkout-review-data-title {
        padding: 0 0 0 1.875rem;
        border-bottom: none;
    }
}
#checkout-review-data-wrapper .checkout-review-data-item .checkout-review-data-title:before {
    content: "";
    background-repeat: no-repeat;
    background-position: left center;
    background-color: transparent;
    background-size: contain;
    display: block;
    width: 1.875rem;
    height: 1.25rem;
    position: absolute;
    top: 0.125rem;
    left: 0;
}
@media (min-width: 768px){
    #checkout-review-data-wrapper .checkout-review-data-item .checkout-review-data-title:before {
        width: 1.875rem;
        height: 1.25rem;
        position: absolute;
        top: 0.125rem;
        left: 0;
    }
}
#checkout-review-data-wrapper .checkout-review-data-item .checkout-review-data-title .icon {
    display: block;
    overflow: hidden;
    width: 0.75rem;
    height: 0.75rem;
    position: absolute;
    top: 0.35rem;
    right: 0rem;
}
@media (min-width: 768px){
    #checkout-review-data-wrapper .checkout-review-data-item .checkout-review-data-title .icon {
        display: none !important;
    }
}
#checkout-review-data-wrapper .checkout-review-data-item .checkout-review-data-title .icon:before,
#checkout-review-data-wrapper .checkout-review-data-item .checkout-review-data-title .icon:after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 250ms linear;
}
#checkout-review-data-wrapper .checkout-review-data-item .checkout-review-data-title .icon:before {
    background-image: url(/files/layout/icons/gen/drop-down-ids-machine-vision-cameras-black.svg);
    opacity: 1;
    top: 0;
    transition: opacity 500ms linear, top 500ms ease-out;
}
#checkout-review-data-wrapper .checkout-review-data-item .checkout-review-data-title .icon:after {
    background-image: url(/files/layout/icons/gen/drop-up-ids-machine-vision-cameras-black.svg);
    opacity: 0;
    top: -100%;
    transition: opacity 500ms linear, top 500ms ease-out;
}
#checkout-review-data-wrapper .checkout-review-data-item .checkout-review-data-title.showdata .icon:before {
    opacity: 0;
    top: 100%;
}
#checkout-review-data-wrapper .checkout-review-data-item .checkout-review-data-title.showdata .icon:after {
    opacity: 1;
    top: 0;
}

#checkout-review-data-wrapper .checkout-review-data-item .checkout-review-data-content {
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #000000;
    font-size: 0.8125rem;
    font-weight: 300;
    line-height: 1.4;
    padding: 0 0 0 0;
    max-height: 0px;
    transition: max-height 500ms ease-out, padding 500ms ease-in-out;
}
#checkout-review-data-wrapper .checkout-review-data-item .checkout-review-data-title.showdata + .checkout-review-data-content {
    max-height: 250px;
    padding: 1rem 0 0 0;
    transition: max-height 500ms ease-out, padding 250ms linear;
}
@media (min-width: 768px){
    #checkout-review-data-wrapper .checkout-review-data-item .checkout-review-data-content {
        max-height: none !important;
        padding: 1rem 0 0 0 !important;
    }
}

#checkout-review-data-wrapper #checkout-review-billing .checkout-review-data-title {}
#checkout-review-data-wrapper #checkout-review-billing .checkout-review-data-title:before {
    background-image: url(/files/layout/icons/gen/billing-address1-ids-machine-vision-cameras-black.svg);
}
#checkout-review-data-wrapper #checkout-review-billing .checkout-review-data-title .icon {}

#checkout-review-data-wrapper #checkout-review-shipping .checkout-review-data-title {}
#checkout-review-data-wrapper #checkout-review-shipping .checkout-review-data-title:before {
    background-image: url(/files/layout/icons/gen/delivery-address-ids-machine-vision-cameras-black.svg);
}
#checkout-review-data-wrapper #checkout-review-shipping .checkout-review-data-title .icon {}

#checkout-review-data-wrapper #checkout-review-payment .checkout-review-data-title {}
#checkout-review-data-wrapper #checkout-review-payment .checkout-review-data-title:before {
    background-image: url(/files/layout/icons/gen/creditcard-ids-machine-vision-cameras-black.svg);
    background-size: 1.2rem auto;
}
#checkout-review-data-wrapper #checkout-review-payment .checkout-review-data-title .icon {}

#checkout-review-data-wrapper #checkout-review-shipping_method .checkout-review-data-title {}
#checkout-review-data-wrapper #checkout-review-shipping_method .checkout-review-data-title:before {
    background-image: url(/files/layout/icons/gen/shipping-method-ids-machine-vision-cameras-black.svg);
    background-size: 1.2rem auto;
}
#checkout-review-data-wrapper #checkout-review-shipping_method .checkout-review-data-title .icon {}



#checkout-review-load #checkout-review-table-wrapper {}
#checkout-review-load #checkout-review-table-wrapper .cart-table {}
#checkout-review-table-wrapper .cart-table {
    position: relative;
    overflow: hidden;
    width: 100%;
}
#checkout-review-table-wrapper .cart-table .cart-table-names {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: none;
    padding: 1rem 0rem 1rem 0rem;
}
@media (min-width: 768px) {
    #checkout-review-table-wrapper .cart-table .cart-table-names {
        display: flex;
        padding: 1rem 0rem 0.75rem 0rem;
    }
}
#checkout-review-table-wrapper .cart-table .cart-table-names div {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.75rem;
    color: #878787;
}
#checkout-review-table-wrapper .cart-table .cart-table-names .name {
    width: 48%;
}
#checkout-review-table-wrapper .cart-table .cart-table-names .price {
    width: 16%;
    text-align: right;
}
#checkout-review-table-wrapper .cart-table .cart-table-names .quantity {
    width: 13%;
    text-align: right;
}
#checkout-review-table-wrapper .cart-table .cart-table-names .cart-price {
    width: 23%;
    text-align: right;
}

#checkout-review-table-wrapper .cart-table .shopping-cart-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #dedede;
    padding: 1rem 0rem 1rem 0rem;
}
#checkout-review-table-wrapper .cart-table .shopping-cart-item:nth-child(2) {
    border-top: none;
}
@media (min-width: 768px) {
    #checkout-review-table-wrapper .cart-table .shopping-cart-item {
        display: flex;
        align-items: stretch;
        padding: 1.5rem 0rem 1.5rem 0rem;
    }
    #checkout-review-table-wrapper .cart-table .shopping-cart-item:nth-child(2) {
        border-top: 1px solid #dedede;
    }
}
#checkout-review-table-wrapper .cart-table .shopping-cart-item div {
    float: left;
}
#checkout-review-table-wrapper .cart-table .shopping-cart-item div .cell-label {
    display: block;
    color: #878787;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    width: auto;
    float: left;
}
@media (min-width: 768px) {
    #checkout-review-table-wrapper .cart-table .shopping-cart-item div .cell-label {
        display: none !important;
    }
}

#checkout-review-table-wrapper .cart-table .shopping-cart-item .product {
    width: 100%;
}
@media (min-width: 768px) {
    #checkout-review-table-wrapper .cart-table .shopping-cart-item .product {
        width: 48%;
    }
}



#checkout-review-table-wrapper .cart-table .shopping-cart-item .product .product-name {
    color: #000000;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    padding: 0.5rem 0 0 0;
}
@media (min-width: 768px) {
    #checkout-review-table-wrapper .cart-table .shopping-cart-item .product .product-name {
        font-size: 1.125rem;
        padding: 0 0 0 0;
    }
}
#checkout-review-table-wrapper .cart-table .shopping-cart-item .product .product-data {
    color: #878787;
    font-size: 0.75rem;
    font-weight: 400;
    width: 100%;
    padding: 0.5rem 0 0 0;
    line-height: 1.2;
}
#checkout-review-table-wrapper .cart-table .shopping-cart-item .product .product-data:empty {
    display: none;
}
@media (min-width: 768px) {
    #checkout-review-table-wrapper .cart-table .shopping-cart-item .product .product-data {
        padding: 0 0 0 0;
    }
}


#checkout-review-table-wrapper .cart-table .shopping-cart-item .unit-price {
    width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
    #checkout-review-table-wrapper .cart-table .shopping-cart-item .unit-price {
        width: 16%;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}
#checkout-review-table-wrapper .cart-table .shopping-cart-item .unit-price .cell-label {

}
#checkout-review-table-wrapper .cart-table .shopping-cart-item .unit-price .cart-price {
    color: #000000;
    font-size: 0.875rem;
    font-weight: 700;
    display: block;
    width: auto;
    float: right;
}
@media (min-width: 768px) {
    #checkout-review-table-wrapper .cart-table .shopping-cart-item .unit-price .cart-price {
        font-size: 1rem;
    }
}
#checkout-review-table-wrapper .cart-table .shopping-cart-item .unit-price .cart-price .price {}
#checkout-review-table-wrapper .cart-table .shopping-cart-item .unit-price .cart-price .price .price {}

#checkout-review-table-wrapper .cart-table .shopping-cart-item .quantity {    
    width: 100%;
    margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
    #checkout-review-table-wrapper .cart-table .shopping-cart-item .quantity {
        width: 13%;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}
#checkout-review-table-wrapper .cart-table .shopping-cart-item .quantity .cell-label {
    text-align: left;
}
#checkout-review-table-wrapper .cart-table .shopping-cart-item .quantity .cell-data {
    color: #000;
    font-size: 0.875rem;
    font-weight: 700;
    float: right;
}
@media (min-width: 768px) {
    #checkout-review-table-wrapper .cart-table .shopping-cart-item .quantity .cell-data {
        font-size: 1rem;
    }
}
#checkout-review-table-wrapper .cart-table .shopping-cart-item .quantity span {
    display: block;
}

#checkout-review-table-wrapper .cart-table .shopping-cart-item > .cart-price {
    width: 100%;
}
@media (min-width: 768px) {
    #checkout-review-table-wrapper .cart-table .shopping-cart-item > .cart-price {
        width: 23%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}
#checkout-review-table-wrapper .cart-table .shopping-cart-item .cart-price .cell-label {

}
#checkout-review-table-wrapper .cart-table .shopping-cart-item .cart-price .cart-price {
    display: block;
    float: right;
    color: #000;
    font-size: 0.875rem;
    font-weight: 700;
}
@media (min-width: 768px) {
    #checkout-review-table-wrapper .cart-table .shopping-cart-item .cart-price .cart-price {
        font-size: 1rem;
    }
}
#checkout-review-table-wrapper .cart-table .shopping-cart-item .cart-price .cart-price .price {}
#checkout-review-table-wrapper .cart-table .shopping-cart-item .cart-price .cart-price .price .price {}




#checkout-review-table-wrapper .data-table {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #dedede;
    padding-top: 1.5rem;
}
@media (min-width: 768px) {
    #checkout-review-table-wrapper .data-table {
        padding-top: 1.5rem;
    }
}
#checkout-review-table-wrapper .data-table .data-table-row {
    position: relative;
    overflow: hidden;
    width: 100%;
    line-height: 1.4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.5rem;
}
#checkout-review-table-wrapper .data-table .data-table-row:first-child {
    margin-top: 0rem;
}
#checkout-review-table-wrapper .data-table .data-table-row:last-child {
    margin-top: 0.75rem;
}
#checkout-review-table-wrapper .data-table .data-table-row .data-table-left {
    color: #878787;
    font-size: 0.875rem;
    width: 55%;
}
@media (min-width: 768px) {
    #checkout-review-table-wrapper .data-table .data-table-row .data-table-left {
        width: 77%;
        text-align: right;
    }
}
#checkout-review-table-wrapper .data-table .data-table-row .data-table-left strong {
    color: #000000;
}
#checkout-review-table-wrapper .data-table .data-table-row .data-table-right {
    color: #000000;
    font-size: 0.875rem;
    font-weight: 700;
    width: 45%;
    text-align: right;
}
@media (min-width: 768px) {
    #checkout-review-table-wrapper .data-table .data-table-row .data-table-right {
        font-size: 1rem;
        width: 23%;
    }
}
#checkout-review-table-wrapper .data-table .data-table-row .data-table-right .price {}





#checkout-review-submit {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 3.5rem;
}
#checkout-review-submit #checkout-agreements {
    position: relative;
    width: 100%;
    float: left
}
#checkout-review-submit #checkout-agreements .buttons-set {
    margin: 0;
    padding: 0;
}
#checkout-review-submit #checkout-agreements .buttons-set:before {
    display: none;
}
#checkout-review-submit #checkout-agreements .buttons-set ul {
    overflow: visible;
    list-style: none;
}
#checkout-review-submit #checkout-agreements .buttons-set ul li {
    overflow: visible;
    margin: 0;
}
#checkout-review-submit #checkout-agreements .buttons-set ul li fieldset {}
#checkout-review-submit #checkout-agreements .buttons-set ul li fieldset ul {
    overflow: visible;
}
#checkout-review-submit #checkout-agreements .buttons-set ul li fieldset ul li {
    overflow: visible;
    margin: 0;
}
#checkout-review-submit #checkout-agreements .buttons-set ul li fieldset ul li label {
    position: relative;
    overflow: hidden;
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
}
#checkout-review-submit #checkout-agreements .buttons-set ul li fieldset ul li .input-box {
    position: relative;
    float: left;
    width: 100%;
}
#checkout-review-submit #checkout-agreements .buttons-set ul li fieldset ul li .input-box textarea {
    display: block;
    margin: 0;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    height: 5.75rem;
    width: 100%;
    outline: none;
    padding: 0.5rem 0.75rem;
}
@media (min-width: 768px) {
    #checkout-review-submit #checkout-agreements .buttons-set ul li fieldset ul li .input-box textarea {
        height: 6.5rem;
    }
}
#checkout-review-submit #checkout-agreements .buttons-set ul li fieldset ul li .input-box textarea:focus {
    border: 1px solid #dedede;
}


#checkout-review-submit #checkout-agreements .checkout-agreements {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    margin: 2rem 0 0 0;
    padding: 0;
}
#checkout-review-submit #checkout-agreements .checkout-agreements li {}
#checkout-review-submit #checkout-agreements .checkout-agreements li .agreement-content {
    line-height: 1.4;
    font-size: 0.75rem;
    color: #878787;
}
@media (min-width: 768px) {
    #checkout-review-submit #checkout-agreements .checkout-agreements li .agreement-content {
        font-size: 0.875rem;
    }
}
#checkout-review-submit #checkout-agreements .checkout-agreements li .agreement-content a {
    position: relative;
    color: var(--ids-colour);
    font-weight: 600;
    transition: color 250ms linear;
}
#checkout-review-submit #checkout-agreements .checkout-agreements li .agreement-content a:focus,
#checkout-review-submit #checkout-agreements .checkout-agreements li .agreement-content a:hover {
    color: var(--ids-colour2);
}
#checkout-review-submit #checkout-agreements .checkout-agreements li .agreement-content a:focus:before,
#checkout-review-submit #checkout-agreements .checkout-agreements li .agreement-content a:hover:before {
    width: 100%;
    left: 0;
}
#checkout-review-submit #checkout-agreements .checkout-agreements li .agreement-content a:before {
    content: "";
    display: block;
    width: 0px;
    height: 1px;
    background: var(--ids-colour);
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: width 250ms linear, left 250ms linear;
}

#checkout-review-submit #checkout-agreements .checkout-agreements li .agree {
    margin: 2rem 0 0 0;
    position: relative;
    overflow: hidden;
    width: 100%;
}
#checkout-review-submit #checkout-agreements .checkout-agreements li .agree a {
    position: relative;
    color: var(--ids-colour);
    font-weight: 600;
    transition: color 250ms linear;
}
#checkout-review-submit #checkout-agreements .checkout-agreements li .agree a:focus,
#checkout-review-submit #checkout-agreements .checkout-agreements li .agree a:hover {
    color: var(--ids-colour2);
}
#checkout-review-submit #checkout-agreements .checkout-agreements li .agree a:focus:before,
#checkout-review-submit #checkout-agreements .checkout-agreements li .agree a:hover:before {
    width: 100%;
    left: 0;
}
#checkout-review-submit #checkout-agreements .checkout-agreements li .agree a:before {
    content: "";
    display: block;
    width: 0px;
    height: 1px;
    background: var(--ids-colour);
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: width 250ms linear, left 250ms linear;
}
#checkout-review-submit #checkout-agreements .checkout-agreements li .agree input {}
#checkout-review-submit #checkout-agreements .checkout-agreements li .agree label {
    padding: 0 0 0 90px;
    line-height: 1.4 !important;
    min-height: 42px;
}
@media (min-width: 768px) {
    #checkout-review-submit #checkout-agreements .checkout-agreements li .agree label {
        display: flex !important;
        align-items: center;
    }
}
#checkout-review-submit #checkout-agreements .checkout-agreements li .agree label:before {
    position: absolute;
    left: 0;
    top: 0px;
}
#checkout-review-submit #checkout-agreements .checkout-agreements li .agree label:after {}
#checkout-review-submit #checkout-agreements .checkout-agreements li .agree label a {}
@media (min-width: 768px) {
    #checkout-review-submit #checkout-agreements .checkout-agreements li .agree label a {
        margin: 0 0.25rem;
    }
}


#review-buttons-container.buttons-set {
    display: flex;
    flex-direction: column;
}
@media (min-width: 576px) {
    #review-buttons-container.buttons-set {
        flex-direction: row;
        justify-content: space-between;
    }
}
#review-buttons-container.buttons-set p.f-left {
    order: 2;
    margin: 1.5rem 0 0 0;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 700;
}
@media (min-width: 576px) {
    #review-buttons-container.buttons-set p.f-left {
        order: 1;
        margin: 0;
        text-align: left;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-around;
    }
}
#review-buttons-container.buttons-set p.f-left a {
    display: inline-block;
    position: relative;
    color: var(--ids-colour);
    margin: 0 0.25rem;
    transition: color 250ms linear;
}
@media (min-width: 576px) {
    #review-buttons-container.buttons-set p.f-left a {
        margin: 0;
        display: inline;
    }
}
#review-buttons-container.buttons-set p.f-left a:focus,
#review-buttons-container.buttons-set p.f-left a:hover {
    color: var(--ids-colour2);
}
#review-buttons-container.buttons-set p.f-left a:focus:before,
#review-buttons-container.buttons-set p.f-left a:hover:before {
    width: 100%;
    left: 0;
}
#review-buttons-container.buttons-set p.f-left a:before {
    content: "";
    display: block;
    width: 0px;
    height: 1px;
    background: var(--ids-colour);
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: width 250ms linear, left 250ms linear;
}

#review-buttons-container.buttons-set .btn-checkout {
    order: 1;
    outline: none;
}
@media (min-width: 576px) {
    #review-buttons-container.buttons-set .btn-checkout {
        order: 3;
    }
}

#review-buttons-container.buttons-set .please-wait {
    order: 3;
}
@media (min-width: 576px) {
    #review-buttons-container.buttons-set .please-wait {
        order: 2;
    }
}




/**********************************************/
/*              CHECKOUT - SUCCESS            */
/**********************************************/
.checkout-onepage-success {}
.checkout-onepage-success #main {}
.checkout-onepage-success #main .container-fluid {
    position: relative;
    overflow: hidden;
    background: #F5F5F5;
}
.checkout-onepage-success #main .container {
    margin-top: 5vw;
    margin-bottom: 7.5rem;
    overflow: hidden;
    position: relative;
    background: #FFFFFF;
    border-radius: 3px;
    max-width: calc(100% - 30px);
    text-align: center;
    padding: 2rem;
}
@media (min-width: 582px) {
    .checkout-onepage-success #main .container {
        max-width: 550px;
        padding: 3.5rem;
    }
}
@media (min-width: 992px) {
    .checkout-onepage-success #main .container {
        margin-top: 10vw;
    }
}
.checkout-onepage-success #main .container .page-title {
    padding: 8rem 0 0 0;
    background-image: url(/files/layout/icons/gen/shopping-cart-ids-machine-vision-cameras-light-grey.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto calc(100% - 1.5rem);
}
@media (min-width: 992px) {
    .checkout-onepage-success #main .container .page-title {
        padding: 14.5rem 0 0 0;
        background-position: center 0.5rem;
        background-size: auto calc(100% - 0.5rem - 1.5rem);
    }
}
.checkout-onepage-success #main .container .page-title h1 {
    display: none;
    font-size: 0;
    text-align: center;
}
.checkout-onepage-success #main .container h4 {
    font-size: 1.5rem;
    line-height: 1.3;
    text-align: center;
}
@media (min-width: 768px) {
    .checkout-onepage-success #main .container h4 {
        font-size: 2rem;
        line-height: 1.2;
    }
}

.checkout-onepage-success #main .container p {}
.checkout-onepage-success #main .container p.well {
    font-weight: 700;
}
.checkout-onepage-success #main .container p.well a {
    color: var(--ids-colour);
    display: inline-block;
    position: relative;
    transition: color 250ms linear;
}
.checkout-onepage-success #main .container p.well a:focus,
.checkout-onepage-success #main .container p.well a:hover {
    color: var(--ids-colour2);
}
.checkout-onepage-success #main .container p.well a:focus:before,
.checkout-onepage-success #main .container p.well a:hover:before {
    width: 100%;
    left: 0%;
}
.checkout-onepage-success #main .container p.well a:before {
    content: "";
    display: block;
    background: var(--ids-colour2);
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: width 250ms linear, left 250ms linear;
}


.checkout-onepage-success #main .container p a {
    color: var(--ids-colour);
    display: inline-block;
    font-weight: 700;
    position: relative;
    transition: color 250ms linear;
}
.checkout-onepage-success #main .container p a:focus,
.checkout-onepage-success #main .container p a:hover {
    color: var(--ids-colour2);
}
.checkout-onepage-success #main .container p a:focus:before,
.checkout-onepage-success #main .container p a:hover:before {
    width: 100%;
    left: 0%;
}
.checkout-onepage-success #main .container p a:before {
    content: "";
    display: block;
    background: var(--ids-colour2);
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: width 250ms linear, left 250ms linear;
}

.checkout-onepage-success #main .container .form-group {
    margin: 0;
}
.checkout-onepage-success #main .container .form-group button {
    background: var(--ids-colour);
    border: 1px solid var(--ids-colour);
    color: #FFFFFF;
    padding: 9px 1rem;
    transition: background 250ms linear, border 250ms linear;
}
.checkout-onepage-success #main .container .form-group button:focus,
.checkout-onepage-success #main .container .form-group button:hover {
    background: var(--ids-colour2);
    border: 1px solid var(--ids-colour2);
}
.checkout-onepage-success #main .container .form-group button > span {}
.checkout-onepage-success #main .container .form-group button > span > span {}





/******************************************************/
/*      PRODUKT ZUBEHÖR - EQUIPMENT HEAD : START      */
/******************************************************/
#equipment-head {
    padding-top: 0rem;
    padding-bottom: 0rem;
}
@media (min-width: 576px) {
    #equipment-head {
        padding-bottom: 4.5rem;
    }
}
@media (min-width: 992px) {
    #equipment-head {
        padding-top: 1rem;
    }
}
@media (min-width: 1200px) {
    #equipment-head {
        padding-top: 2rem;
    }
}
#equipment-head .breadcrumb-wrapper {
    position: relative;
}
#equipment-head .breadcrumb-wrapper .link-back-icon-wrap {
    position: relative;
}
@media (min-width: 576px) {
    #equipment-head .breadcrumb-wrapper .link-back-icon-wrap {
        position: absolute;
        top: 0;
        left: -2rem;
    }
}
@media (min-width: 768px) {
    #equipment-head .breadcrumb-wrapper .link-back-icon-wrap {
        left: -2.5rem;
    }
}
@media (min-width: 992px) {
    #equipment-head .breadcrumb-wrapper .link-back-icon-wrap {
        left: -2rem;
    }
}
@media (min-width: 1200px) {
    #equipment-head .breadcrumb-wrapper .link-back-icon-wrap {
        left: -3rem;
    }
}
@media (min-width: 1300px) {
    #equipment-head .breadcrumb-wrapper .link-back-icon-wrap {
        left: -4rem;
    }
}
@media (min-width: 1400px) {
    #equipment-head .breadcrumb-wrapper .link-back-icon-wrap {
        left: -5.5rem;
    }
}
#equipment-head .breadcrumb-wrapper .link-back-icon-wrap .link-back-icon {
    display: block;
    position: relative;
    width: 2rem;
    margin-right: 1rem;
    outline: none;
    background-image: url(/files/layout/icons/gen/arrow-left-ids-machine-vision-cameras-grey.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 1rem;
    transition: background 250ms ease-out;
}
@media (min-width: 576px) {
    #equipment-head .breadcrumb-wrapper .link-back-icon-wrap .link-back-icon {
        width: 2rem;
        height: 2rem;
        margin: 0;
    }
}
#equipment-head .breadcrumb-wrapper .link-back-icon-wrap .link-back-icon:hover {}
#equipment-head .breadcrumb-wrapper .link-back-icon-wrap .link-back-icon span {
    font-size: 0;
}

#equipment-head h1 {
    text-align: left;
    clear: both;
}

#equipment-head .link-back-wrap {
    margin-top: 1rem;
}
#equipment-head .link-back-wrap .link-back {
    position: relative;
    display: inline-block;
    background: transparent;
    border: 2px solid var(--ids-colour);
    color: var(--ids-colour);
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.5625rem 1rem;
    transition: background 250ms ease-out, color 250ms ease-out;
    outline: none;
}
#equipment-head .link-back-wrap .link-back:focus,
#equipment-head .link-back-wrap .link-back:hover {
    background: var(--ids-colour);
    color: #FFFFFF;
}
#equipment-head .link-back-wrap .link-back span {}


#equipment-head .family-wrapper {
    margin: 0.5rem 0 0 0;
    overflow: hidden;
    position: relative;
}
#equipment-head .family-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#equipment-head .family-wrapper ul li {
    float: left;
    margin: 0;
}
#equipment-head .family-wrapper ul li a {
    display: block;
    color: var(--dark-grey);
    position: relative;
    padding: 2rem 0 0.25rem 0;
    width: 4rem;
    font-weight: 600;
    text-align: center;
    border: 1px solid transparent;
    outline: none;
    transition: border 250ms ease-out, color 250ms ease-out;
}
#equipment-head .family-wrapper ul li a:focus,
#equipment-head .family-wrapper ul li a:hover {
    color: var(--ids-colour2);
}
#equipment-head .family-wrapper ul li a:focus:before,
#equipment-head .family-wrapper ul li a:hover:before {
    opacity: 0;
}
#equipment-head .family-wrapper ul li a:focus:after,
#equipment-head .family-wrapper ul li a:hover:after {
    opacity: 1;
}
#equipment-head .family-wrapper ul li a:before,
#equipment-head .family-wrapper ul li a:after {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center center;
    /*background-size: contain;*/
    background-size: 97%;
    transform: translateX(-50%);
    transition: opacity 250ms ease-out;
}
#equipment-head .family-wrapper ul li a:before {
    background-image: url(/files/layout/icons/gen/ensenso-ids-machine-vision-cameras-dark-grey.svg);
    opacity: 1;
}
#equipment-head .family-wrapper ul li a:after {
    background-image: url(/files/layout/icons/gen/ensenso-ids-machine-vision-cameras-ids-colour-2.svg);
    opacity: 0;
}

#equipment-head .family-wrapper ul li a.active {
    color: var(--ids-colour2);
    border: 1px solid var(--ids-colour2);
}
#equipment-head .family-wrapper ul li a.active:before {
    opacity: 2;
}
#equipment-head .family-wrapper ul li a.active:after {
    opacity: 1;
}


#equipment-image {
    display: flex;
    justify-content: center;
}
#equipment-image .product-image {}
#equipment-image .product-image img {
    position: relative;
    display: block;
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-width: 375px;
    max-height: 50vw;
    margin: 0 auto;
}
@media (min-width: 576px) {
    #equipment-image .product-image img {
        max-height: 375px;
    }
}


#ensenso-accessories #equipment-image .product-image img {
    display: none;
}

/****************************************************/
/*      PRODUKT ZUBEHÖR - EQUIPMENT HEAD : END      */
/****************************************************/



/************************************************************/
/*      PRODUKT ZUBEHÖR - EQUIPMENT CATEGORIES : START      */
/************************************************************/
#equipment-categories {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 1rem;
    padding-top: 1rem;
}
@media (min-width: 576px) {
    #equipment-categories {
        padding-top: 0rem;
    }
}

#equipment-categories.swiper-locked {}
#equipment-categories.swiper-locked #equipment-categories-swiper-wrapper {
    justify-content: center;
}
#equipment-categories.swiper-locked #equipment-categories-swiper-wrapper .equipment-category {
    width: auto !important;
    margin: 0 !important;
    padding: 0 2.5rem !important;
}

#equipment-categories-container.swiper-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
@media (min-width: 576px) {
    #equipment-categories-container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    #equipment-categories-container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    #equipment-categories-container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    #equipment-categories-container {
        max-width: 1140px;
    }
}
#equipment-categories-container:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 0.125rem solid #dedede;
    border-bottom-color: rgba(135,135,135,0.3);
}
@media (min-width: 576px) {
    #equipment-categories-container:before {
        width: calc( 100% - 2rem );
        left: 1rem;
    }
}

#equipment-categories-swiper-wrapper {
    display: flex;
}
#equipment-categories-swiper-wrapper .equipment-category {
    position: relative;
    padding: 0 1.5rem;
    width: auto;
}
@media (min-width: 375px) {
    #equipment-categories-swiper-wrapper .equipment-category {
        padding: 0 1.5rem;
    }
}
@media (min-width: 768px) {
    #equipment-categories-swiper-wrapper .equipment-category {
        padding: 0 1.5rem;
    }
}
@media (min-width: 992px) {
    #equipment-categories-swiper-wrapper .equipment-category {
        padding: 0 1.5rem;
    }
}

#equipment-categories-swiper-wrapper .equipment-category a {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 1rem 0 0.5rem 0;
    border-top: 3px solid transparent;
    outline: none;
}
#equipment-categories-swiper-wrapper .equipment-category a:focus,
#equipment-categories-swiper-wrapper .equipment-category a:hover {

}
#equipment-categories-swiper-wrapper .equipment-category a:focus .icon:before ,
#equipment-categories-swiper-wrapper .equipment-category a:hover .icon:before {
    opacity: 0;
}
#equipment-categories-swiper-wrapper .equipment-category a:focus .icon:after,
#equipment-categories-swiper-wrapper .equipment-category a:hover .icon:after {
    opacity: 1;
}
#equipment-categories-swiper-wrapper .equipment-category a:focus .text,
#equipment-categories-swiper-wrapper .equipment-category a:hover .text {
    color: var(--ids-colour2);
}
#equipment-categories-swiper-wrapper .equipment-category a .icon {
    position: relative;
    display: block;
    width: 2rem;
    height: 2rem;
    margin: 0 0rem;
}
#equipment-categories-swiper-wrapper .equipment-category a .icon:before,
#equipment-categories-swiper-wrapper .equipment-category a .icon:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: contain;
    transition: opacity 250ms ease-out;
}
#equipment-categories-swiper-wrapper .equipment-category a .icon:before {
    opacity: 1;
}
#equipment-categories-swiper-wrapper .equipment-category a .icon:after {
    opacity: 0;
}
#equipment-categories-swiper-wrapper .equipment-category a .text {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 1rem;
    color: var(--dark-grey);
    transition: color 250ms ease-out;
}

#equipment-categories-swiper-wrapper .equipment-category.equipment-category-active {}
#equipment-categories-swiper-wrapper .equipment-category.equipment-category-active a {
    border-top: 3px solid var(--ids-colour);
}
#equipment-categories-swiper-wrapper .equipment-category.equipment-category-active a .icon {}
#equipment-categories-swiper-wrapper .equipment-category.equipment-category-active a .icon:before {
    opacity: 0;
}
#equipment-categories-swiper-wrapper .equipment-category.equipment-category-active a .icon:after {
    opacity: 1;
}
#equipment-categories-swiper-wrapper .equipment-category.equipment-category-active a .text {
    color: var(--ids-colour2);
}


#equipment-categories-swiper-wrapper .equipment-category.equipment-category-all {}
#equipment-categories-swiper-wrapper .equipment-category.equipment-category-all a .icon:before {
    background-image: url(/files/layout/icons/gen/show-all-ids-machine-vision-cameras-dark-grey.svg);
}
#equipment-categories-swiper-wrapper .equipment-category.equipment-category-all a .icon:after {
    background-image: url(/files/layout/icons/gen/show-all-ids-machine-vision-cameras-ids-colour-2.svg);
}
#equipment-categories-swiper-wrapper .equipment-category.equipment-category-misc {}
#equipment-categories-swiper-wrapper .equipment-category.equipment-category-misc a .icon:before {
    background-image: url(/files/layout/icons/gen/miscellaneous-ids-machine-vision-cameras-dark-grey.svg);
}
#equipment-categories-swiper-wrapper .equipment-category.equipment-category-misc a .icon:after {
    background-image: url(/files/layout/icons/gen/miscellaneous-ids-machine-vision-cameras-ids-colour-2.svg);
}
#equipment-categories-swiper-wrapper .equipment-category.equipment-category-cable {}
#equipment-categories-swiper-wrapper .equipment-category.equipment-category-cable a .icon:before {
    background-image: url(/files/layout/icons/gen/interface-cables-ids-machine-vision-cameras-dark-grey.svg);
}
#equipment-categories-swiper-wrapper .equipment-category.equipment-category-cable a .icon:after {
    background-image: url(/files/layout/icons/gen/interface-cables-ids-machine-vision-cameras-ids-colour-2.svg);
}
#equipment-categories-swiper-wrapper .equipment-category.equipment-category-hubs {}
#equipment-categories-swiper-wrapper .equipment-category.equipment-category-hubs a .icon:before {
    background-image: url(/files/layout/icons/gen/hubs-extender-ids-machine-vision-cameras-dark-grey.svg);
}
#equipment-categories-swiper-wrapper .equipment-category.equipment-category-hubs a .icon:after {
    background-image: url(/files/layout/icons/gen/hubs-extender-ids-machine-vision-cameras-ids-colour-2.svg);
}
#equipment-categories-swiper-wrapper .equipment-category.equipment-category-interface-cards {}
#equipment-categories-swiper-wrapper .equipment-category.equipment-category-interface-cards a .icon:before {
    background-image: url(/files/layout/icons/gen/interface-cards-ids-machine-vision-cameras-dark-grey.svg);
}
#equipment-categories-swiper-wrapper .equipment-category.equipment-category-lenses {}
#equipment-categories-swiper-wrapper .equipment-category.equipment-category-lenses a .icon:before {
    background-image: url(/files/layout/icons/gen/lens-finder-ids-machine-vision-cameras-dark-grey.svg);
}
#equipment-categories-swiper-wrapper .equipment-category.equipment-category-spacer {}
#equipment-categories-swiper-wrapper .equipment-category.equipment-category-spacer a .icon:before {
    background-image: url(/files/layout/icons/gen/more-accessories-ids-machine-vision-cameras-dark-grey.svg);
}
#equipment-categories-swiper-wrapper .equipment-category.equipment-category-spacer a .icon:after {
    background-image: url(/files/layout/icons/gen/more-accessories-ids-machine-vision-cameras-ids-colour-2.svg);
}
#equipment-categories-swiper-wrapper .equipment-category.equipment-category-interface-cards a .icon:after {
    background-image: url(/files/layout/icons/gen/interface-cards-ids-machine-vision-cameras-ids-colour-2.svg);
}

#equipment-categories-swiper-wrapper.swiper-wrapper {}
#equipment-categories-swiper-wrapper.swiper-wrapper .swiper-slide {}

#equipment-categories-swiper-navigation.swiper-navigation {
    position: absolute;
    top: 1rem;
    left: 0;
    width: 100%;
}
@media (min-width: 576px) {
    #equipment-categories-swiper-navigation.swiper-navigation {
        top: 0;
        left: calc( (100% - 540px) / 2 );
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    #equipment-categories-swiper-navigation.swiper-navigation {
        left: calc( (100% - 720px) / 2 );
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    #equipment-categories-swiper-navigation.swiper-navigation {
        left: calc( (100% - 960px) / 2 );
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    #equipment-categories-swiper-navigation.swiper-navigation {
        left: calc( (100% - 1140px) / 2 );
        max-width: 1140px;
    }
}

#equipment-categories-swiper-navigation.swiper-navigation .swiper-button-prev,
#equipment-categories-swiper-navigation.swiper-navigation .swiper-button-next {
    width: 2rem;
    height: 6.1875rem;
    line-height: 6.1875rem;
    cursor: pointer;
    margin: 0;
    outline: none;
    top: 0;
}
#equipment-categories-swiper-navigation.swiper-navigation .swiper-button-prev:after,
#equipment-categories-swiper-navigation.swiper-navigation .swiper-button-next:after {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.5rem;
    font-weight: bold;
    color: #878787;
    text-align: center;
    transition: color 250ms linear;
}
#equipment-categories-swiper-navigation.swiper-navigation .swiper-button-prev {}
@media (min-width: 576px) {
    #equipment-categories-swiper-navigation.swiper-navigation .swiper-button-prev {
        left: -0.5rem;
    }
}
@media (min-width: 1200px) {
    #equipment-categories-swiper-navigation.swiper-navigation .swiper-button-prev {
        left: -1rem;
    }
}
#equipment-categories-swiper-navigation.swiper-navigation .swiper-button-next {}
@media (min-width: 576px) {
    #equipment-categories-swiper-navigation.swiper-navigation .swiper-button-next {
        right: -0.5rem;
    }
}
@media (min-width: 1200px) {
    #equipment-categories-swiper-navigation.swiper-navigation .swiper-button-next {
        right: -1rem;
    }
}

#equipment-categories-swiper-pagination.swiper-pagination {
    position: relative;
    width: auto;
    bottom: auto;
    left: auto;

    display: none !important;
}
#equipment-categories-swiper-pagination.swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 1rem;
    height: 1rem;
    display: inline-block;
    margin: 0 0.25rem;
    border-radius: 100%;
    background: #878787;
    opacity: 0.2;
    outline: none;
    cursor: pointer;
}
#equipment-categories-swiper-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}


.easyfinder + .container .row .note-msg {
    margin: 3rem 0 5rem;
    text-align: center;
}


/**********************************************************/
/*      PRODUKT ZUBEHÖR - EQUIPMENT CATEGORIES : END      */
/**********************************************************/



/*******************************************************/
/*      PRODUKT ZUBEHÖR - EQUIPMENT PAGER : START      */
/*******************************************************/
.cms-camera-accessories .pager,
.cms-ensenso-accessories .pager {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 2rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media (min-width: 576px) {
    .cms-camera-accessories .pager,
    .cms-ensenso-accessories .pager {
        margin: 3rem 0 2.5rem;
        justify-content: space-between;
    }
}


.cms-camera-accessories .equipment-products + .pager,
.cms-ensenso-accessories .equipment-products + .pager {
    margin: 0;
    padding: 0.5rem 0 5.5rem 0;
}


.cms-camera-accessories .pager .amount,
.cms-ensenso-accessories .pager .amount {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 0.5rem;
    line-height: 40px;
    width: 100%;
}
@media (min-width: 576px) {
    .cms-camera-accessories .pager .amount,
    .cms-ensenso-accessories .pager .amount {
        width: auto;
        margin-bottom: 0;
        order: 2;
    }
}

.cms-camera-accessories .pager .limiter,
.cms-ensenso-accessories .pager .limiter {
    position: relative;
    overflow: hidden;
}
@media (min-width: 576px) {
    .cms-camera-accessories .pager .limiter,
    .cms-ensenso-accessories .pager .limiter {
        order: 1;
    }
}
.cms-camera-accessories .pager .limiter select,
.cms-ensenso-accessories .pager .limiter select {
    outline: none;
}

.cms-camera-accessories .pager .limiter + .pages,
.cms-ensenso-accessories .pager .limiter + .pages {
    margin-top: 1rem;
}

.cms-camera-accessories .pager .pages,
.cms-ensenso-accessories .pager .pages {
    position: relative;
    overflow: hidden;
    width: 100%;
    order: 3;
}
.cms-camera-accessories .pager .pages .pagination,
.cms-ensenso-accessories .pager .pages .pagination {
    flex-wrap: wrap;
    margin: 0;
    justify-content: center;
}
.cms-camera-accessories .pager .pages .pagination li,
.cms-ensenso-accessories .pager .pages .pagination li {
    margin: 0.5rem;
}
.cms-camera-accessories .pager .pages .pagination li a,
.cms-ensenso-accessories .pager .pages .pagination li a {
    outline: none;
}

/*****************************************************/
/*      PRODUKT ZUBEHÖR - EQUIPMENT PAGER : END      */
/*****************************************************/



/******************************************************/
/*      PRODUKT ZUBEHÖR - EQUIPMENT LIST : START      */
/******************************************************/
.equipment-products {
    position: relative;
    overflow: hidden;
    margin-top: 0;
}
.equipment-products .category-item {}
.equipment-products .category-item .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.equipment-products .category-item .item .item-data {
    position: relative;
}
.equipment-products .category-item .item .item-data .product-link {
    display: block;
    position: relative;
    outline: none;
}
.equipment-products .category-item .item .item-data .product-link:focus,
.equipment-products .category-item .item .item-data .product-link:hover {}
.equipment-products .category-item .item .item-data .product-link:focus .product-image,
.equipment-products .category-item .item .item-data .product-link:hover .product-image {}
.equipment-products .category-item .item .item-data .product-link:focus .product-image img,
.equipment-products .category-item .item .item-data .product-link:hover .product-image img {
    transform: scale(1.1);
}

.equipment-products .category-item .item .item-data .product-link .product-image {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    margin-top: -1rem;
    left: -1rem;
    width: calc( 100% + 2rem);
    padding-top: 100%;
}
.equipment-products .category-item .item .item-data .product-link .product-image img {
    /*    object-fit: cover;
        width: 100%;
        height: 100%;*/
    transform: scale(1);
    transition: transform 250ms ease-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.equipment-products .category-item .item .item-data .product-link .product-name {
    font-weight: 700;
    color: var(--ids-colour2);
}


.equipment-products .category-item .item .item-links {
    margin-top: 1rem;
    position: relative;
    overflow: hidden;
}

.equipment-products .category-item .item .item-links .price {}
.equipment-products .category-item .item .item-links .price .price-box {
    position: absolute;
    top: 12px;
    right: 0;
    z-index: 1;
}
.equipment-products .category-item .item .item-links .price .price-box .regular-price {}
.equipment-products .category-item .item .item-links .price .price-box .regular-price .price {}

.equipment-products .category-item .item .item-links .price + .add-to-links {
    margin-top: 0.5rem;
}

.equipment-products .category-item .item .item-links .add-to-links {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.equipment-products .category-item .item .item-links .add-to-links .link-offer {
    float: left;
    margin-right: 1rem;
}
.equipment-products .category-item .item .item-links .add-to-links .link-offer a {
    position: relative;
    display: block;
    width: 2rem;
    height: 2rem;
    transition: transform 250ms ease-out;
    transform: scale(1);
    outline: none;
}
.equipment-products .category-item .item .item-links .add-to-links .link-offer a:focus,
.equipment-products .category-item .item .item-links .add-to-links .link-offer a:hover {}
.equipment-products .category-item .item .item-links .add-to-links .link-offer a:focus:before,
.equipment-products .category-item .item .item-links .add-to-links .link-offer a:hover:before {
    opacity: 0;
}
.equipment-products .category-item .item .item-links .add-to-links .link-offer a:focus:after,
.equipment-products .category-item .item .item-links .add-to-links .link-offer a:hover:after {
    opacity: 1;
}
.equipment-products .category-item .item .item-links .add-to-links .link-offer a:before,
.equipment-products .category-item .item .item-links .add-to-links .link-offer a:after {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: contain;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 250ms ease-out;
}
.equipment-products .category-item .item .item-links .add-to-links .link-offer a:before {
    background-image: url(/files/layout/icons/gen/create-request-thick-ids-machine-vision-cameras-grey.svg);
    opacity: 1;
}
.equipment-products .category-item .item .item-links .add-to-links .link-offer a:after {
    background-image: url(/files/layout/icons/gen/create-request-thick-ids-machine-vision-cameras-ids-colour.svg);
    opacity: 0;
}
.equipment-products .category-item .item .item-links .add-to-links .link-offer a span {
    font-size: 0;
}

.equipment-products .category-item .item .item-links .add-to-links .link-compare {
    float: left;
    margin-right: 1rem;
}
.equipment-products .category-item .item .item-links .add-to-links .link-compare a {
    position: relative;
    display: block;
    width: 2rem;
    height: 2rem;
    transition: transform 250ms ease-out;
    transform: scale(1);
    outline: none;
}
.equipment-products .category-item .item .item-links .add-to-links .link-compare a:focus,
.equipment-products .category-item .item .item-links .add-to-links .link-compare a:hover {}
.equipment-products .category-item .item .item-links .add-to-links .link-compare a:focus:before,
.equipment-products .category-item .item .item-links .add-to-links .link-compare a:hover:before {
    opacity: 0;
}
.equipment-products .category-item .item .item-links .add-to-links .link-compare a:focus:after,
.equipment-products .category-item .item .item-links .add-to-links .link-compare a:hover:after {
    opacity: 1;
}
.equipment-products .category-item .item .item-links .add-to-links .link-compare a:before,
.equipment-products .category-item .item .item-links .add-to-links .link-compare a:after {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: contain;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 250ms ease-out;
}
.equipment-products .category-item .item .item-links .add-to-links .link-compare a:before {
    background-image: url(/files/layout/icons/gen/compare-products-ids-machine-vision-cameras-grey.svg);
    opacity: 1;
}
.equipment-products .category-item .item .item-links .add-to-links .link-compare a:after {
    background-image: url('/files/layout/icons/gen/compare-products-ids-machine-vision-cameras-ids-colour.svg');
    opacity: 0;
}
.equipment-products .category-item .item .item-links .add-to-links .link-compare a span {
    font-size: 0;
}

.equipment-products .category-item .item .item-links .add-to-links .add-to-cart {
    background: transparent;
    margin-top: 0.5rem;
    clear: both;
    float: left;
    width: 100%;
}
.equipment-products .category-item .item .item-links .add-to-links .add-to-cart .store-to-cart {
    display: block;
    position: relative;
    padding: 0.5rem 1rem;
    text-align: center;
    background: var(--ids-colour);
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: background 250ms ease-out, color 250ms ease-out;
    outline: none;
}
.equipment-products .category-item .item .item-links .add-to-links .add-to-cart .store-to-cart:focus,
.equipment-products .category-item .item .item-links .add-to-links .add-to-cart .store-to-cart:hover {
    background: var(--ids-colour2);
    color: #FFFFFF !important;
}

.equipment-products .category-item .item .item-links .add-to-links > .link-cart {
    background: transparent;
    margin-top: 0.5rem;
    clear: both;
    float: left;
    width: 100%;
}
.equipment-products .category-item .item .item-links .add-to-links > .link-cart > .link-cart {
    display: block;
    position: relative;
    padding: 0.5rem 1rem;
    text-align: center;
    background: var(--ids-colour);
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: background 250ms ease-out, color 250ms ease-out;
    outline: none;
}
.equipment-products .category-item .item .item-links .add-to-links > .link-cart > .link-cart:focus,
.equipment-products .category-item .item .item-links .add-to-links > .link-cart > .link-cart:hover {
    background: var(--ids-colour2);
    color: #FFFFFF !important;
}

/****************************************************/
/*      PRODUKT ZUBEHÖR - EQUIPMENT LIST : END      */
/****************************************************/




/*****************************/
/*      ENSENSO : START      */
/*****************************/
#ensenso-product-main {}
#ensenso-product-main .product-main-info {}
#ensenso-product-main .product-main-info .camera-features {}
#ensenso-product-main .product-main-info .add-to-box {}

#ensenso-product-main .product-main-info .add-to-box #ids-datasheet {
    display: block;
    padding-left: 2.5rem;
    background-image: url(/gicons/data-sheet-ids-machine-vision-cameras-ids-colour-2.svg);
    background-repeat: no-repeat;
    background-size: auto 1.75rem;
    background-position: left center;
    color: var(--ids-colour3);
    font-weight: 500;
    line-height: 2rem;
    text-transform: uppercase;
    margin-top: 1.5rem;
    transition: color 250ms ease-out;
}
#ensenso-product-main .product-main-info .add-to-box #ids-datasheet:hover {
    color: var(--black) !important;
}

#ensenso-product-main .product-main-info .add-to-box #accessories-link {
    display: block;
    padding-left: 2.5rem;
    background-image: url(/gicons/accessories-ids-machine-vision-cameras-ids-colour-2.svg);
    background-repeat: no-repeat;
    background-size: 1.8rem auto;
    background-position: left center;
    color: var(--ids-colour3);
    font-weight: 500;
    line-height: 2rem;
    text-transform: uppercase;
    margin-top: 0.25rem;
    transition: color 250ms ease-out;
}
#ensenso-product-main .product-main-info .add-to-box #accessories-link:hover {
    color: var(--black) !important;
}

#ensenso-product-main .product-main-info .add-to-box .shortrequest {
    display: block;
    padding-left: 2.5rem;
    background-image: url('/gicons/create-request-thick-ids-machine-vision-cameras-ids-colour-2.svg');
    background-repeat: no-repeat;
    background-size: 2rem auto;
    background-position: left center;
    color: var(--ids-colour3);
    font-weight: 500;
    line-height: 2rem;
    text-transform: uppercase;
    margin-top: 0.25rem;
    transition: color 250ms ease-out;
}
#ensenso-product-main .product-main-info .add-to-box .shortrequest:hover {
    color: var(--black) !important;
}

#ensenso-product-main .product-main-info .add-to-box br {
    display: none;
}

#ensenso-product-main .product-main-info .ensenso-help {
    display: none !important;
}


/***************************/
/*      ENSENSO : END      */
/***************************/






/**********************/
/*      SPECIALS      */
/**********************/
.catalog-product-view.product-ids-nxt-lighthouse #main .product-essential .more-views {
    margin-top: 1rem;
}
.catalog-product-view.product-ids-nxt-lighthouse #main .product-main-info select {
    padding: 0 0rem 0 0.75rem;
    position: relative;
    background-color: #FFFFFF;

    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}

select {
    transition: box-shadow 250ms ease-out;
}
select:focus,
select:hover {
    cursor: pointer;
    box-shadow: 0px 0px 0px 1px var(--ids-colour) !important;
}

.block-layered-nav dl dt span.hide-filter {
    cursor: pointer;
}




/**********************/
/*      SPECIALS      */
/**********************/
/*#category-head .row .hinweis-ueye-plus-wrap {
    position: relative;
    padding: 0 30px;
    margin: 1.5em 0 2em;
}
#category-head .row .hinweis-ueye-plus-wrap .hinweis-ueye-plus {
    background-image: url(/files/layout/icons/gen/info-ids-machine-vision-cameras-grey.svg);
    background-position: 18px 14px;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    border: 1px solid var(--ids-colour);
    border-radius: 3px;
    color: #878787;
    padding: 0.75em 1em 0.75em 68px;
}
@media (min-width: 992px) {
    #category-head .row .hinweis-ueye-plus-wrap .hinweis-ueye-plus {
        padding: 1.25em 1.5em 1.25em 68px;;
    }
}
#category-head .row .hinweis-ueye-plus-wrap .hinweis-ueye-plus strong {}
#category-head .row .hinweis-ueye-plus-wrap .hinweis-ueye-plus a {
    color: var(--ids-colour);
    font-weight: bold;
    display: inline-block;
    position: relative;
}
#category-head .row .hinweis-ueye-plus-wrap .hinweis-ueye-plus a:focus,
#category-head .row .hinweis-ueye-plus-wrap .hinweis-ueye-plus a:hover {}
#category-head .row .hinweis-ueye-plus-wrap .hinweis-ueye-plus a:focus:before,
#category-head .row .hinweis-ueye-plus-wrap .hinweis-ueye-plus a:hover:before {
    width: 100%;
    left: 0%;
}
#category-head .row .hinweis-ueye-plus-wrap .hinweis-ueye-plus a:before {
    content: "";
    display: block;
    background: var(--ids-colour);
    width: 0%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: width 250ms linear, left 250ms linear;
}


.category-cameras #main #category-head + .block-layered-nav-substitute, 
.category-cameras #main #category-head + .block-layered-nav {
    padding-top: 32.5rem;
    margin-top: -32.5rem;
}
@media (min-width: 340px) {
    .category-cameras #main #category-head + .block-layered-nav-substitute, 
    .category-cameras #main #category-head + .block-layered-nav {
        padding-top: 31.5rem;
        margin-top: -31.5rem;
    }
}
@media (min-width: 365px) {
    .category-cameras #main #category-head + .block-layered-nav-substitute, 
    .category-cameras #main #category-head + .block-layered-nav {
        padding-top: 30.5rem;
        margin-top: -30.5rem;
    }
}
@media (min-width: 381px) {
    .category-cameras #main #category-head + .block-layered-nav-substitute, 
    .category-cameras #main #category-head + .block-layered-nav {
        padding-top: 28.5rem;
        margin-top: -28.5rem;
    }
}
@media (min-width: 422px) {
    .category-cameras #main #category-head + .block-layered-nav-substitute, 
    .category-cameras #main #category-head + .block-layered-nav {
        padding-top: 27rem;
        margin-top: -27rem;
    }
}
@media (min-width: 454px) {
    .category-cameras #main #category-head + .block-layered-nav-substitute, 
    .category-cameras #main #category-head + .block-layered-nav {
        padding-top: 24rem;
        margin-top: -24rem;
    }
}
@media (min-width: 570px) {
    .category-cameras #main #category-head + .block-layered-nav-substitute, 
    .category-cameras #main #category-head + .block-layered-nav {
        padding-top: 22.5rem;
        margin-top: -22.5rem;
    }
}
@media (min-width: 576px) {
    .category-cameras #main #category-head + .block-layered-nav-substitute, 
    .category-cameras #main #category-head + .block-layered-nav {
        padding-top: 24.5rem;
        margin-top: -24.5rem;
    }
}
@media (min-width: 768px) {
    .category-cameras #main #category-head + .block-layered-nav-substitute, 
    .category-cameras #main #category-head + .block-layered-nav {
        padding-top: 22.5rem;
        margin-top: -22.5rem;
    }
}
@media (min-width: 992px) {
    .category-cameras #main #category-head + .block-layered-nav-substitute, 
    .category-cameras #main #category-head + .block-layered-nav {
        padding-top: 23rem;
        margin-top: -23rem;
    }
}*/



.hinweis-ids-peak-wrap {
    position: relative;
    padding: 0 30px;
    margin: 1.5rem 0 2rem;
}
.hinweis-ids-peak-wrap .hinweis-ids-peak {
    background-image: url(/files/layout/icons/gen/peak-ids-machine-vision-cameras-white.svg);
    background-position: center 1rem;
    background-size: 4.5rem;
    background-repeat: no-repeat;
    background-color: var(--ids-colour);
    border: 1px solid var(--ids-colour);
    border-radius: 3px;
    color: #FFFFFF;
    padding: 6.5rem 1rem 1rem 1rem;
    text-align: center;
    transition: padding 250ms linear, background 250ms linear;
}
@media (min-width: 992px) {
    .hinweis-ids-peak-wrap .hinweis-ids-peak {
        background-position: 1.25rem center;
        padding: 1.25rem 1.5rem 1.25rem 7rem;
        text-align: left;
    }
}
.hinweis-ids-peak-wrap .hinweis-ids-peak strong {}

.hinweis-ids-peak-wrap .hinweis-ids-peak a {
    position: relative;
    color: var(--white) !important;
    text-decoration: underline !important;

    background: linear-gradient(0deg, var(--white), var(--white)) no-repeat right bottom / 0 var(--text-underline-animation-height);
    transition: color 250ms linear, background-size 350ms;
    text-underline-offset: 20%;
}
.hinweis-ids-peak-wrap .hinweis-ids-peak a:focus,
.hinweis-ids-peak-wrap .hinweis-ids-peak a:hover {
    background-size: 100% var(--text-underline-animation-height);
    background-position-x: left;
}

/* .hinweis-ids-peak-wrap .hinweis-ids-peak a {
    color: #FFFFFF !important;
    font-weight: normal;
    text-decoration: underline;
    position: relative;
}
@media (min-width: 992px) {
    .hinweis-ids-peak-wrap .hinweis-ids-peak a {
        display: inline-block;
        text-decoration: none !important;
    }
}
.hinweis-ids-peak-wrap .hinweis-ids-peak a:focus,
.hinweis-ids-peak-wrap .hinweis-ids-peak a:hover {
    text-decoration: underline !important;
}
@media (min-width: 992px) {
    .hinweis-ids-peak-wrap .hinweis-ids-peak a:focus,
    .hinweis-ids-peak-wrap .hinweis-ids-peak a:hover {
        text-decoration: none !important;
    }
}
.hinweis-ids-peak-wrap .hinweis-ids-peak a:focus:before,
.hinweis-ids-peak-wrap .hinweis-ids-peak a:hover:before {
    width: 100%;
    left: 0%;
    height: 1px;
}
.hinweis-ids-peak-wrap .hinweis-ids-peak a:before {
    content: "";
    display: none;
    background: #FFFFFF;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 1px;
    left: 0%;
    transition: width 250ms linear, height 250ms linear, left 250ms linear;
}
@media (min-width: 992px) {
    .hinweis-ids-peak-wrap .hinweis-ids-peak a:before {
        display: block;
    }
}
.hinweis-ids-peak-wrap .hinweis-ids-peak a:focus:after,
.hinweis-ids-peak-wrap .hinweis-ids-peak a:hover:after {
    width: 100%;
    left: 0%;
}
.hinweis-ids-peak-wrap .hinweis-ids-peak a:after {
    content: "";
    display: none;
    background: #FFFFFF;
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transition: width 250ms linear, left 250ms linear;
}
@media (min-width: 992px) {
    .hinweis-ids-peak-wrap .hinweis-ids-peak a:after {
        display: block;
    }
} */


.category-cameras #main #category-head + .block-layered-nav-substitute, 
.category-cameras #main #category-head + .block-layered-nav {
    padding-top: 41rem;
    margin-top: -41rem;
}
@media (min-width: 342px) {
    .category-cameras #main #category-head + .block-layered-nav-substitute, 
    .category-cameras #main #category-head + .block-layered-nav {
        padding-top: 39rem;
        margin-top: -39rem;
    }
}
@media (min-width: 356px) {
    .category-cameras #main #category-head + .block-layered-nav-substitute, 
    .category-cameras #main #category-head + .block-layered-nav {
        padding-top: 37.5rem;
        margin-top: -37.5rem;
    }
}
@media (min-width: 401px) {
    .category-cameras #main #category-head + .block-layered-nav-substitute, 
    .category-cameras #main #category-head + .block-layered-nav {
        padding-top: 36rem;
        margin-top: -36rem;
    }
}
@media (min-width: 416px) {
    .category-cameras #main #category-head + .block-layered-nav-substitute, 
    .category-cameras #main #category-head + .block-layered-nav {
        padding-top: 34.5rem;
        margin-top: -34.5rem;
    }
}
@media (min-width: 436px) {
    .category-cameras #main #category-head + .block-layered-nav-substitute, 
    .category-cameras #main #category-head + .block-layered-nav {
        padding-top: 33rem;
        margin-top: -33rem;
    }
}
@media (min-width: 493px) {
    .category-cameras #main #category-head + .block-layered-nav-substitute, 
    .category-cameras #main #category-head + .block-layered-nav {
        padding-top: 31.5rem;
        margin-top: -31.5rem;
    }
}
@media (min-width: 576px) {
    .category-cameras #main #category-head + .block-layered-nav-substitute, 
    .category-cameras #main #category-head + .block-layered-nav {
        padding-top: 32.5rem;
        margin-top: -32.5rem;
    }
}
@media (min-width: 768px) {
    .category-cameras #main #category-head + .block-layered-nav-substitute, 
    .category-cameras #main #category-head + .block-layered-nav {
        padding-top: 31.5rem;
        margin-top: -31.5rem;
    }
}
@media (min-width: 992px) {
    .category-cameras #main #category-head + .block-layered-nav-substitute, 
    .category-cameras #main #category-head + .block-layered-nav {
        padding-top: 24rem;
        margin-top: -24rem;
    }
}



.toolbar .limiter select {
    max-width: calc(100% - 1rem);
}

.toolbar .sort-by select {
    width: calc(100% - 2.75rem);
    max-width: 180px;
}
@media (min-width: 576px) {
    .toolbar .sort-by select {
        width: auto;
        max-width: none;
    }
}
@media (min-width: 992px) {
    .toolbar .sort-by select {
        max-width: 150px;
    }
}
@media (min-width: 1200px) {
    .toolbar .sort-by select {
        max-width: none;
    }
}
.toolbar .sort-by select + a {
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    display: block;
    float: right;
    margin-left: 0.25rem;
    background-color: #eaeaea;
    border-radius: 3px;
    transition: box-shadow 250ms ease-out;
}
.toolbar .sort-by select + a:focus,
.toolbar .sort-by select + a:hover {
    box-shadow: 0px 0px 0px 1px var(--ids-colour) !important;
}
.toolbar .sort-by select + a .glyphicon {
    position: relative;
    display: block !important;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.glyphicon.glyphicon-arrow-down {
    background-image: url(/files/layout/icons/gen/arrow-down-ids-machine-vision-cameras-dark-grey.svg);
    background-size: auto 1.25rem;
}
.glyphicon.glyphicon-arrow-up {
    background-image: url(/files/layout/icons/gen/arrow-up-ids-machine-vision-cameras-dark-grey.svg);
    background-size: auto 1.25rem;
}



/******************************************************/
/*      VISIONPIER REGISTRY : START      */
/******************************************************/
#pagecontrol.page6 .account-register-page6 {}
#pagecontrol.page6 .account-register-page6 label a {
    color: var(--ids-colour);
    display: inline;
    position: relative;
}
@media (min-width: 992px) {
    #pagecontrol.page6 .account-register-page6 label a {
        display: inline-block;
    }
}
#pagecontrol.page6 .account-register-page6 label a:hover:before {
    width: 100%;
    left: 0%;
}
#pagecontrol.page6 .account-register-page6 label a:before {
    content: "";
    display: block;
    background: var(--ids-colour);
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 1px;
    left: 50%;
    transition: width 250ms linear, left 250ms linear;
}

/*****************************************************/
/*      VISIONPIER REGISTRY : END      */
/*****************************************************/

#account-register-bg .messages-wrap {
    padding-bottom: 4rem;
}
#account-register-bg .messages-wrap:empty {
    padding-bottom: 0;
}



/****************************************/
/*              HEADER LOGO             */
/****************************************/
#header .visionpier .visionpier-logo-wrap {}

#header .visionpier .visionpier-logo-wrap a {
    display: block;
    float: left;
    overflow: hidden;
    width: 41px;
    height: 41px;
}

@media all and (min-width: 400px) {
    #header .visionpier .visionpier-logo-wrap a {
        width: auto;
        height: 41px;
    }
}
@media all and (min-width: 500px) {
    #header .visionpier .visionpier-logo-wrap a {
        height: 45px;
    }
}
@media all and (min-width: 576px) {
    #header .visionpier .visionpier-logo-wrap a {
        height: 51px;
    }
}
@media all and (min-width: 768px) {
    #header .visionpier .visionpier-logo-wrap a {
        height: 58px;
    }
}
@media all and (min-width: 992px) {
    #header .visionpier .visionpier-logo-wrap a {
        padding: 9px 0px;
        width: auto;
        height: auto;
    }
}
@media all and (min-width: 1200px) {
    #header .visionpier .visionpier-logo-wrap a {
        padding: 9px 0px;
    }
}


#header .visionpier #visionpier-logo {
    width: auto;
    height: 42px;
}

@media all and (min-width: 500px) {
    #header .visionpier #visionpier-logo {
        height: 45px;
    }
}
@media all and (min-width: 576px) {
    #header .visionpier #visionpier-logo {
        height: 51px;
    }
}
@media all and (min-width: 768px) {
    #header .visionpier #visionpier-logo {
        height: 58px;
    }
}
@media all and (min-width: 992px) {
    #header .visionpier #visionpier-logo {
        width: 218px;
        height: 56px;
    }
}
@media all and (min-width: 1200px) {
    #header .visionpier #visionpier-logo {
        width: 218px;
        height: 56px;
    }
}
@media all and (min-width: 1600px) {
    #header .visionpier #visionpier-logo {}
}



/******************************************/
/*              HEADER NAVBAR             */
/******************************************/
#header .visionpier .visionpier-navigation-wrap {}
#header .visionpier .visionpier-navigation-wrap .navbar {}
#header .visionpier .visionpier-navigation-wrap .navbar #naviTop {}

#header .visionpier .visionpier-navigation-wrap .navbar #naviTop div {}
@media all and (min-width: 992px) {
    #header .visionpier .visionpier-navigation-wrap .navbar #naviTop div.offset-lg-2 {
        margin-left: 25%;
    }
}
@media all and (min-width: 1200px) {
    #header .visionpier .visionpier-navigation-wrap .navbar #naviTop div.offset-lg-2 {
        margin-left: 22.5%;
    }
}
@media all and (min-width: 1600px) {
    #header .visionpier .visionpier-navigation-wrap .navbar #naviTop div.offset-lg-2 {
        margin-left: 20%;
    }
}

#header .visionpier .visionpier-navigation-wrap .navbar #naviTop div .navbar-nav {}
@media all and (min-width: 992px) {
    #header .visionpier .visionpier-navigation-wrap .navbar #naviTop div .navbar-nav {}
}

#header .visionpier .visionpier-navigation-wrap .navbar #naviTop div .navbar-nav .nav-item {}


/******************************************/
/*              HEADER NAVBAR             */
/******************************************/
#header .visionpier .visionpier-toplinks-wrap {
    padding-top: 0;
    transition: padding 250ms linear;
}
@media all and (min-width: 992px) {
    #header .visionpier .visionpier-toplinks-wrap {
        padding-top: 28px;
    }
}
#header .visionpier .visionpier-toplinks-wrap .navbar {}
#header .visionpier .visionpier-toplinks-wrap .navbar #naviAction {}
#header .visionpier .visionpier-toplinks-wrap .navbar #naviAction .navbar-nav {}
#header .visionpier .visionpier-toplinks-wrap .navbar #naviAction .navbar-nav .nav-item {}
#header .visionpier .visionpier-toplinks-wrap .navbar #naviAction .navbar-nav .nav-item.compare-items {
    display: none;
}
#header .visionpier .visionpier-toplinks-wrap .navbar #naviAction .navbar-nav .nav-item.minicart {
    display: none;
}



.gtc-wrap {}
.gtc-wrap.checkbox_container {}
@media all and (min-width: 768px) {
    html[lang='en-GB'] .gtc-wrap.checkbox_container {
        line-height: 40px;
    }
    html[lang='en-US'] .gtc-wrap.checkbox_container {
        line-height: 40px;
    }
    html[lang='es'] .gtc-wrap.checkbox_container {
        line-height: 40px;
    }
    html[lang='fr'] .gtc-wrap.checkbox_container {
        line-height: 40px;
    }
    html[lang='ja'] .gtc-wrap.checkbox_container {
        line-height: 40px;
    }
    html[lang='zh'] .gtc-wrap.checkbox_container {
        line-height: 40px;
    }
    html[lang='ko'] .gtc-wrap.checkbox_container {
        line-height: 40px;
    }
}
@media all and (min-width: 992px) {
    .gtc-wrap.checkbox_container {
        line-height: 40px;
    }
}
.gtc-wrap.checkbox_container.highlight {}
.gtc-wrap.checkbox_container.highlight span {}
.gtc-wrap.checkbox_container.highlight span input[type=checkbox]:not(:checked) + label {}
.gtc-wrap.checkbox_container.highlight span input[type=checkbox]:not(:checked) + label.icon {
    border: 1px solid #a5112d !important;
    background-image: url(/files/layout/icons/gen/x-ids-machine-vision-cameras-red-1.svg) !important;
}
.gtc-wrap.checkbox_container.highlight span input[type=checkbox]:not(:checked) + label.icon:before {
    border: 1px solid #a5112d !important;
}
.gtc-wrap.checkbox_container.highlight span label.text {}



#account-visionpieractivationrequest .gtc-wrap {}
#account-visionpieractivationrequest .gtc-wrap label a {
    color: var(--ids-colour);
    display: inline-block;
    position: relative;
}
#account-visionpieractivationrequest .gtc-wrap label a:hover:before {
    width: 100%;
    left: 0%;
}
#account-visionpieractivationrequest .gtc-wrap label a:before {
    content: "";
    display: block;
    background: var(--ids-colour);
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 1px;
    left: 50%;
    transition: width 250ms linear, left 250ms linear;
}



.ids_businessapproved-wrap {}
@media all and (min-width: 576px) {
    html[lang='es'] .ids_businessapproved-wrap.checkbox_container {      
        line-height: 40px;
    }
    html[lang='ja'] .ids_businessapproved-wrap.checkbox_container {      
        line-height: 40px;
    }
    html[lang='zh'] .ids_businessapproved-wrap.checkbox_container {      
        line-height: 40px;
    }
    html[lang='ko'] .ids_businessapproved-wrap.checkbox_container {      
        line-height: 40px;
    }
}
@media all and (min-width: 768px) {
    .ids_businessapproved-wrap.checkbox_container {
        line-height: 40px;
    }
}
.ids_businessapproved-wrap.checkbox_container {}
.ids_businessapproved-wrap.checkbox_container.highlight {}
.ids_businessapproved-wrap.checkbox_container.highlight span {}
.ids_businessapproved-wrap.checkbox_container.highlight span input[type=checkbox]:not(:checked) + label {}
.ids_businessapproved-wrap.checkbox_container.highlight span input[type=checkbox]:not(:checked) + label.icon {
    border: 1px solid #a5112d !important;
    background-image: url(/files/layout/icons/gen/x-ids-machine-vision-cameras-red-1.svg) !important;
}
.ids_businessapproved-wrap.checkbox_container.highlight span input[type=checkbox]:not(:checked) + label.icon:before {
    border: 1px solid #a5112d !important;
}
.ids_businessapproved-wrap.checkbox_container.highlight span label.text {}



.ids_notmilitaryapproved-wrap {}

@media all and (min-width: 576px) {
    html[lang='zh'] .ids_notmilitaryapproved-wrap.checkbox_container {        
        line-height: 40px;
    }
}
@media all and (min-width: 768px) {
    html[lang='ja'] .ids_notmilitaryapproved-wrap.checkbox_container {        
        line-height: 40px;
    }
    html[lang='ko'] .ids_notmilitaryapproved-wrap.checkbox_container {        
        line-height: 40px;
    }
}
@media all and (min-width: 992px) {
    .ids_notmilitaryapproved-wrap.checkbox_container {}
}
@media all and (min-width: 1200px) {
    html[lang='en-GB'] .ids_notmilitaryapproved-wrap.checkbox_container {        
        line-height: 40px;
    }
    html[lang='en-US'] .ids_notmilitaryapproved-wrap.checkbox_container {        
        line-height: 40px;
    }
}
.ids_notmilitaryapproved-wrap.checkbox_container {}
.ids_notmilitaryapproved-wrap.checkbox_container.highlight {}
.ids_notmilitaryapproved-wrap.checkbox_container.highlight span {}
.ids_notmilitaryapproved-wrap.checkbox_container.highlight span input[type=checkbox]:not(:checked) + label {}
.ids_notmilitaryapproved-wrap.checkbox_container.highlight span input[type=checkbox]:not(:checked) + label.icon {
    border: 1px solid #a5112d !important;
    background-image: url(/files/layout/icons/gen/x-ids-machine-vision-cameras-red-1.svg) !important;
}
.ids_notmilitaryapproved-wrap.checkbox_container.highlight span input[type=checkbox]:not(:checked) + label.icon:before {
    border: 1px solid #a5112d !important;
}
.ids_notmilitaryapproved-wrap.checkbox_container.highlight span label.text {}





/******************************************/
/*      customer_information_link_container          */
/******************************************/
.customer_information_link_container {}
.customer_information_link_container .customer_information_link_wrap {}
.customer_information_link_container .customer_information_link_wrap p {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
}
.customer_information_link_container .customer_information_link_wrap #customer_information_link {
    background: none;
    border: none;
    color: var(--ids-colour);
    font-weight: 700;
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: color 250ms linear;
    outline: none;
    padding: 1px 0;
    text-decoration: underline !important;
}
@media (min-width: 1200px) {
    .customer_information_link_container .customer_information_link_wrap #customer_information_link {
        text-decoration: none !important;
    }
}
.customer_information_link_container .customer_information_link_wrap #customer_information_link:before {
    content: "";
    display: none;
    background: var(--ids-colour2);
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 4px;
    left: 0%;
}
@media (min-width: 1200px) {
    .customer_information_link_container .customer_information_link_wrap #customer_information_link:before {
        display: block;
    }
}
.customer_information_link_container .customer_information_link_wrap #customer_information_link:after {
    content: "";
    display: none;
    background: var(--ids-colour2);
    width: 0%;
    height: 2px;
    position: absolute;
    bottom: 3px;
    left: 50%;
    transition: width 250ms linear, left 250ms linear;
}
@media (min-width: 1200px) {
    .customer_information_link_container .customer_information_link_wrap #customer_information_link:after {
        display: block;
    }
}
.customer_information_link_container .customer_information_link_wrap #customer_information_link:focus,
.customer_information_link_container .customer_information_link_wrap #customer_information_link:hover {
    color: var(--ids-colour2);
}
.customer_information_link_container .customer_information_link_wrap #customer_information_link:focus:after,
.customer_information_link_container .customer_information_link_wrap #customer_information_link:hover:after {
    width: 100%;
    left: 0%;
}

.category-cameras #main #category-head + .block-layered-nav-substitute, 
.category-cameras #main #category-head + .block-layered-nav {
    padding-top: 49rem;
    margin-top: -49rem;
}
@media (min-width: 334px) {
    .category-cameras #main #category-head + .block-layered-nav-substitute, 
    .category-cameras #main #category-head + .block-layered-nav {
        padding-top: 48rem;
        margin-top: -48rem;
    }
}
@media (min-width: 342px) {
    .category-cameras #main #category-head + .block-layered-nav-substitute, 
    .category-cameras #main #category-head + .block-layered-nav {
        padding-top: 46rem;
        margin-top: -46rem;
    }
}
@media (min-width: 356px) {
    .category-cameras #main #category-head + .block-layered-nav-substitute, 
    .category-cameras #main #category-head + .block-layered-nav {
        padding-top: 44.5rem;
        margin-top: -44.5rem;
    }
}
@media (min-width: 401px) {
    .category-cameras #main #category-head + .block-layered-nav-substitute, 
    .category-cameras #main #category-head + .block-layered-nav {
        padding-top: 43rem;
        margin-top: -43rem;
    }
}
@media (min-width: 416px) {
    .category-cameras #main #category-head + .block-layered-nav-substitute, 
    .category-cameras #main #category-head + .block-layered-nav {
        padding-top: 41.5rem;
        margin-top: -41.5rem;
    }
}
@media (min-width: 436px) {
    .category-cameras #main #category-head + .block-layered-nav-substitute, 
    .category-cameras #main #category-head + .block-layered-nav {
        padding-top: 40rem;
        margin-top: -40rem;
    }
}
@media (min-width: 492px) {
    .category-cameras #main #category-head + .block-layered-nav-substitute, 
    .category-cameras #main #category-head + .block-layered-nav {
        padding-top: 40.5rem;
        margin-top: -40.5rem;
    }
}
@media (min-width: 493px) {
    .category-cameras #main #category-head + .block-layered-nav-substitute, 
    .category-cameras #main #category-head + .block-layered-nav {
        padding-top: 38.5rem;
        margin-top: -38.5rem;
    }
}
@media (min-width: 502px) {
    .category-cameras #main #category-head + .block-layered-nav-substitute, 
    .category-cameras #main #category-head + .block-layered-nav {
        padding-top: 37.5rem;
        margin-top: -37.5rem;
    }
}
@media (min-width: 576px) {
    .category-cameras #main #category-head + .block-layered-nav-substitute, 
    .category-cameras #main #category-head + .block-layered-nav {
        padding-top: 38rem;
        margin-top: -38rem;
    }
}
@media (min-width: 768px) {
    .category-cameras #main #category-head + .block-layered-nav-substitute, 
    .category-cameras #main #category-head + .block-layered-nav {
        padding-top: 37rem;
        margin-top: -37rem;
    }
}
@media (min-width: 992px) {
    .category-cameras #main #category-head + .block-layered-nav-substitute, 
    .category-cameras #main #category-head + .block-layered-nav {
        padding-top: 28rem;
        margin-top: -28rem;
    }
}




/******************************************/
/*      customer_information_box          */
/******************************************/
#customer_information_box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: rgba(0,0,0,0.8);*/
    background: rgba(52,52,52, 0.5);
    z-index: 2000;
}


#customer_information_container {
    max-height: 90vh;
    width: 90vw;
    margin: 5vh auto;
    background: #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
    transition: width 350ms linear;
}
@media all and (min-width: 576px) {    
    #customer_information_container {
        width: 100%;
    }
}
@media all and (min-width: 992px) {    
    #customer_information_container {
        transform: translateY(-60%);
        top: 50%;
        position: relative;
        margin: auto;
        width: 75vw;
    }
}
@media all and (min-width: 1200px) {    
    #customer_information_container {
        width: 65vw;
    }
}
@media all and (min-width: 1350px) {    
    #customer_information_container {
        width: 60vw;
    }
}
@media all and (min-width: 1500px) {    
    #customer_information_container {
        width: 55vw;
    }
}
@media all and (min-width: 1650px) {    
    #customer_information_container {
        width: 50vw;
    }
}
@media all and (min-width: 1800px) {    
    #customer_information_container {
        width: 45vw;
    }
}


#customer_information_content {
    position: relative;
    overflow: hidden;
    max-height: 90vh;
    background-color: #FFFFFF;
    color: #343434;
    text-align: center;
}
#customer_information_content .content_wrap {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: calc(90vh - 220px);
}
@media all and (min-width: 420px) {    
    #customer_information_content .content_wrap {
        max-height: calc(90vh - 155px);
    }
}
@media all and (min-width: 768px) {    
    #customer_information_content .content_wrap {
        max-height: calc(90vh - 85px);
    }
}
@media all and (min-width: 992px) {    
    #customer_information_content .content_wrap {
        overflow-y: hidden;
        overflow-x: hidden;
        max-height: calc(90vh - 85px);
    }
}
#customer_information_content .logo {
    position: relative;
    overflow: hidden;
    height: 1.5rem;
    width: 100%;
    margin: 1.5rem 0 1rem;
    background-image: url(/store/skin/frontend/ids/default/files/layout/ids-logo.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
@media all and (min-width: 360px) {
    #customer_information_content .logo {
        height: 2rem;
        margin: 1.5rem 0 1.5rem;
    }
}
@media all and (min-width: 576px) {
    #customer_information_content .logo {
        height: 2.75rem;
        margin: 1.5rem 0 1.5rem;
    }
}
#customer_information_content h3 {
    font-weight: 700;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
}
#customer_information_content h4 {
    margin: 0 !important;
    font-weight: 700;
    font-size: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    text-decoration: underline;
}


#customer_information_content a {
    color: var(--ids-colour) !important;
    font-weight: normal;
    text-decoration: underline;
    position: relative;
}
@media (min-width: 992px) {
    #customer_information_content a {
        display: inline-block;
        text-decoration: none !important;
    }
}
#customer_information_content a:focus,
#customer_information_content a:hover {
    text-decoration: underline !important;
}
@media (min-width: 992px) {
    #customer_information_content a:focus,
    #customer_information_content a:hover {
        text-decoration: none !important;
    }
}
#customer_information_content a:focus:before,
#customer_information_content a:hover:before {
    width: 100%;
    left: 0%;
    height: 1px;
}
#customer_information_content a:before {
    content: "";
    display: none;
    background: var(--ids-colour);
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 1px;
    left: 0%;
    transition: width 250ms linear, height 250ms linear, left 250ms linear;
}
@media (min-width: 992px) {
    #customer_information_content a:before {
        display: block;
    }
}
#customer_information_content a:focus:after,
#customer_information_content a:hover:after {
    width: 100%;
    left: 0%;
}
#customer_information_content a:after {
    content: "";
    display: none;
    background: var(--ids-colour);
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transition: width 250ms linear, left 250ms linear;
}
@media (min-width: 992px) {
    #customer_information_content a:after {
        display: block;
    }
}


#customer_information_content .button-wrap {
    border-top: 1px solid #e6e6e6;
    padding-top: 1rem !important;
}
@media all and (min-width: 400px) {    
    #customer_information_content .button-wrap {
        padding-top: 0.5rem !important;
    }
}
@media all and (min-width: 768px) {    
    #customer_information_content .button-wrap {
        border-top: none;
    }
}
#customer_information_content .button-wrap .button,
#customer_information_content .button-wrap button {
    background-color: var(--ids-colour);
    color: #FFFFFF !important;
    border-radius: 3px;
    border: 2px solid var(--ids-colour);
    padding: 9px;
    display: inline-block;
    width: auto;
    min-width: 50%;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 600;
    margin: 0.5rem 1rem 1rem 1rem;
    text-decoration: none !important;
    transition: background-color 250ms linear, border 250ms linear, color 250ms linear;
}
@media (min-width: 400px) {
    #customer_information_content .button-wrap .button,
    #customer_information_content .button-wrap button {
        min-width: unset;
    }
}
@media (min-width: 576px) {
    #customer_information_content .button-wrap .button,
    #customer_information_content .button-wrap button {
        min-width: 160px;
    }
}
#customer_information_content .button-wrap .button:focus,
#customer_information_content .button-wrap .button:hover,
#customer_information_content .button-wrap button:focus,
#customer_information_content .button-wrap button:hover {
    background-color: var(--ids-colour2);
    border: 2px solid var(--ids-colour2);
    color: #FFFFFF !important;
}
#customer_information_content .button-wrap .button {
    background: #FFFFFF;
    border: 2px solid #878787;
    color: #878787 !important;
}
#customer_information_content .button-wrap .button:after,
#customer_information_content .button-wrap .button:before {
    display: none !important;
}
#customer_information_content .button-wrap .button:focus,
#customer_information_content .button-wrap .button:hover {
    background: #FFFFFF;
    border: 2px solid #343434;
    color: #343434 !important;
}




/*******************************************/
/*              fid_ids_product_line       */
/*******************************************/
#fid_ids_product_line {}
#fid_ids_product_line.show {}
#fid_ids_product_line.show .m-checkboxes dd ol {
    visibility: visible;
    height: auto;
}
#fid_ids_product_line .m-checkboxes {}

#fid_ids_product_line .m-checkboxes dt {
    position: relative;
}
#fid_ids_product_line .m-checkboxes dt:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    border-right: 2px solid #585858;
    border-bottom: 2px solid #585858;
    right: 0.5rem;
    bottom: 1rem;
    transform: rotate(45deg);
}
#fid_ids_product_line .m-checkboxes dt .fid_ids_product_line_selected:hover {
    box-shadow: 0px 0px 0px 1px var(--ids-colour) !important;
}
#fid_ids_product_line .m-checkboxes dt .fid_ids_product_line_selected {
    border-style: hidden;
    font-weight: 700;
    padding: 0 0.75rem;
    outline: none;
    background: #ffffff;
    box-shadow: 0px 0px 2px 2px rgb(222 222 222 / 30%);
    color: #343434;
    cursor: pointer;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    width: 100%;
    height: 2.5rem;
    transition: box-shadow 250ms linear;
    line-height: 2.35rem;
}

#fid_ids_product_line .m-checkboxes dd {
    position: relative;
}
#fid_ids_product_line .m-checkboxes dd ol {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    position: absolute;
    top: 0rem;
    left: 0;
    overflow: hidden;
    visibility: hidden;
    height: 0;
    width: 100%;
    margin: 0;
    padding: 5px 2px 3px 5px;
    border-radius: 3px;
    background-color: #f5f5f5;
    box-shadow: 0px 3px 8px 1px rgb(58 58 58 / 50%);
    z-index: 1;
}
#fid_ids_product_line .m-checkboxes dd ol li {
    display: block;
    width: 50%;
    float: left;
    background: none;
}
#fid_ids_product_line .m-checkboxes dd ol li input {
    width: 0;
    height: 0;
    float: left;
    /* visibility: hidden; */
    outline: none !important;
}
#fid_ids_product_line .m-checkboxes dd ol li label {
    background: #fff;
    display: block;
    margin: 0 0.2rem 0.2rem 0;
    padding: 0.2rem  0.5rem !important;
    float: none;
    max-width: none;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    box-shadow: 0px 0px 2px 2px rgb(222 222 222 / 30%);
    cursor: pointer;
    line-height: 1.5rem;
    transition: box-shadow 250ms linear;
}
#fid_ids_product_line .m-checkboxes dd ol li label:before {
    display: none !important;
}
#fid_ids_product_line .m-checkboxes dd ol li input:focus ~ label,
#fid_ids_product_line .m-checkboxes dd ol li label:focus,
#fid_ids_product_line .m-checkboxes dd ol li label:hover {
    box-shadow: 0px 0px 0px 1px var(--ids-colour) !important;
}
#fid_ids_product_line .m-checkboxes dd ol li label .title {
    color: #343434;
}
#fid_ids_product_line .m-checkboxes dd ol li label .count {
    color: #878787;
    font-weight: 400;
    font-size: 13px;
    /*display: none;*/
}

#fid_ids_product_line .m-checkboxes dd ol li.m-selected-ln-item label {
    color: var(--ids-colour);
    font-weight: 600;
}
#fid_ids_product_line .m-checkboxes dd ol li.m-selected-ln-item label .title {
    color: var(--ids-colour);
}
#fid_ids_product_line .m-checkboxes dd ol li.m-selected-ln-item label .count {}




/*******************************************/
/*              fid_ids_fromstock          */
/*******************************************/
#fid_ids_fromstock {}
#fid_ids_fromstock .m-checkboxes {}
#fid_ids_fromstock .m-checkboxes dd {
    display: block;
    overflow: visible;
    float: left;
    width: 100%;
}
#fid_ids_fromstock .m-checkboxes dd ol {
    margin: 0;
    padding: 0;
    display: block;
    overflow: visible;
    float: left;
    width: 100%;
}
#fid_ids_fromstock .m-checkboxes dd ol li {}

#fid_ids_fromstock .m-checkboxes dd ol li {
    display: block;
    width: 50%;
    float: left;
    background: none;
}
#fid_ids_fromstock .m-checkboxes dd ol li input {
    width: 0;
    height: 0;
    float: left;
    /* visibility: hidden; */
    outline: none !important;
}
#fid_ids_fromstock .m-checkboxes dd ol li label {
    background: #fff;
    display: block;
    margin: 0 0.2rem 0.2rem 0;
    padding: 0.2rem  0.5rem !important;
    float: none;
    max-width: none;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    box-shadow: 0px 0px 2px 2px rgb(222 222 222 / 30%);
    cursor: pointer;
    line-height: 1.5rem;
    transition: box-shadow 250ms linear;
}
#fid_ids_fromstock .m-checkboxes dd ol li label:before {
    display: none !important;
}

#fid_ids_fromstock .m-checkboxes dd ol li input:focus ~ label,
#fid_ids_fromstock .m-checkboxes dd ol li label:focus,
#fid_ids_fromstock .m-checkboxes dd ol li label:hover {
    box-shadow: 0px 0px 0px 1px var(--ids-colour) !important;
}
#fid_ids_fromstock .m-checkboxes dd ol li label .title {
    color: #343434;
}
#fid_ids_fromstock .m-checkboxes dd ol li label .count {
    color: #585858;
    font-weight: 400;
    font-size: 13px;
    /*display: none;*/
}

#fid_ids_fromstock .m-checkboxes dd ol li.m-selected-ln-item label {
    color: var(--ids-colour);
    font-weight: 600;
}
#fid_ids_fromstock .m-checkboxes dd ol li.m-selected-ln-item label .title {
    color: var(--ids-colour);
}
#fid_ids_fromstock .m-checkboxes dd ol li.m-selected-ln-item label .count {
    color: var(--ids-colour);
}




/*******************************************/
/*              fid_ids_interface_group    */
/*******************************************/
#fid_ids_interface_group {}
#fid_ids_interface_group .m-css_checkboxes {}
#fid_ids_interface_group .m-css_checkboxes dd {
    display: block;
    overflow: visible;
    float: left;
    width: 100%;
}
#fid_ids_interface_group .m-css_checkboxes dd ol {
    margin: 0;
    padding: 0;
    display: block;
    overflow: visible;
    float: left;
    width: 100%;
}
#fid_ids_interface_group .m-css_checkboxes dd ol li {}



/*******************************************/
/*              fid_ids_family             */
/*******************************************/
#fid_ids_interface_group ol.m-filter-css-checkboxes li a.m-checkbox-checked, 
#fid_ids_interface ol.m-filter-css-checkboxes li a.m-checkbox-checked {
    font-weight: 600 !important;
}


#fid_ids_family {}
#fid_ids_family.show {}
#fid_ids_family.show .m-checkboxes dd ol {
    visibility: visible;
    height: auto;
}
#fid_ids_family .m-checkboxes {}

#fid_ids_family .m-checkboxes dt {
    position: relative;
}
#fid_ids_family .m-checkboxes dt:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    border-right: 2px solid #585858;
    border-bottom: 2px solid #585858;
    right: 0.5rem;
    bottom: 1rem;
    transform: rotate(45deg);
}
#fid_ids_family .m-checkboxes dt .fid_ids_family_selected:hover {
    box-shadow: 0px 0px 0px 1px var(--ids-colour) !important;
}
#fid_ids_family .m-checkboxes dt .fid_ids_family_selected {
    border-style: hidden;
    font-weight: 700;
    padding: 0 0.75rem;
    outline: none;
    background: #ffffff;
    box-shadow: 0px 0px 2px 2px rgb(222 222 222 / 30%);
    color: #343434;
    cursor: pointer;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    width: 100%;
    height: 2.5rem;
    transition: box-shadow 250ms linear;
    line-height: 2.35rem;
}

#fid_ids_family .m-checkboxes dd {
    position: relative;
}
#fid_ids_family .m-checkboxes dd ol {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    position: absolute;
    top: 0rem;
    left: 0;
    overflow: hidden;
    visibility: hidden;
    height: 0;
    width: 100%;
    margin: 0;
    padding: 5px 2px 3px 5px;
    border-radius: 3px;
    background-color: #f5f5f5;
    box-shadow: 0px 3px 8px 1px rgb(58 58 58 / 50%);
    z-index: 1;
}
#fid_ids_family .m-checkboxes dd ol li {
    display: block;
    width: 50%;
    float: left;
    background: none;
}
#fid_ids_family .m-checkboxes dd ol li input {
    width: 0;
    height: 0;
    float: left;
    /* visibility: hidden; */
    outline: none !important;
}
#fid_ids_family .m-checkboxes dd ol li label {
    background: #fff;
    display: block;
    margin: 0 0.2rem 0.2rem 0;
    padding: 0.2rem  0.5rem !important;
    float: none;
    max-width: none;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    box-shadow: 0px 0px 2px 2px rgb(222 222 222 / 30%);
    cursor: pointer;
    line-height: 1.5rem;
    transition: box-shadow 250ms linear;
}
#fid_ids_family .m-checkboxes dd ol li label:before {
    display: none !important;
}
#fid_ids_family .m-checkboxes dd ol li input:focus ~ label,
#fid_ids_family .m-checkboxes dd ol li label:focus,
#fid_ids_family .m-checkboxes dd ol li label:hover {
    box-shadow: 0px 0px 0px 1px var(--ids-colour) !important;
}
#fid_ids_family .m-checkboxes dd ol li label .title {
    color: #343434;
}
#fid_ids_family .m-checkboxes dd ol li label .count {
    color: #878787;
    font-weight: 400;
    font-size: 13px;
    /*display: none;*/
}

#fid_ids_family .m-checkboxes dd ol li.m-selected-ln-item label {
    color: var(--ids-colour);
    font-weight: 600;
}
#fid_ids_family .m-checkboxes dd ol li.m-selected-ln-item label .title {
    color: var(--ids-colour);
}
#fid_ids_family .m-checkboxes dd ol li.m-selected-ln-item label .count {}




/*******************************************/
/*              fid_ids_sensor_short             */
/*******************************************/
#fid_ids_sensor_short {}
#fid_ids_sensor_short.show {}
#fid_ids_sensor_short.show .m-css_checkboxes dd ol {
    visibility: visible;
    height: auto;
}
#fid_ids_sensor_short .m-css_checkboxes {}

#fid_ids_sensor_short .m-css_checkboxes dt {
    position: relative;
}
#fid_ids_sensor_short .m-css_checkboxes dt:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    border-right: 2px solid #585858;
    border-bottom: 2px solid #585858;
    right: 0.5rem;
    bottom: 1rem;
    transform: rotate(45deg);
}
#fid_ids_sensor_short .m-css_checkboxes dt .fid_ids_sensor_short_selected:hover {
    box-shadow: 0px 0px 0px 1px var(--ids-colour) !important;
}
#fid_ids_sensor_short .m-css_checkboxes dt .fid_ids_sensor_short_selected {
    border-style: hidden;
    font-weight: 700;
    padding: 0 0.75rem;
    outline: none;
    background: #ffffff;
    box-shadow: 0px 0px 2px 2px rgb(222 222 222 / 30%);
    color: #343434;
    cursor: pointer;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    width: 100%;
    height: 2.5rem;
    transition: box-shadow 250ms linear;
    line-height: 2.35rem;
    display: block;
}
#fid_ids_sensor_short .fid_ids_sensor_short_selected {
    display: none;
}

#fid_ids_sensor_short .m-css_checkboxes dd {
    position: relative;
}
#fid_ids_sensor_short .m-css_checkboxes dd ol {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 0rem;
    left: 0;
    overflow: hidden;
    visibility: hidden;
    height: 0;
    width: 100%;
    padding: 0.5rem;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0px 3px 8px 1px rgb(58 58 58 / 50%);
    z-index: 1;
    
    max-height: 250px;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
}
#fid_ids_sensor_short .m-css_checkboxes dd #list-checkboxes-ids_sensor_short li.m-selected-ln-item {
    order: 0;
}
#fid_ids_sensor_short .m-css_checkboxes dd #list-checkboxes-ids_sensor_short li {
    display: block;
    width: 100%;
    float: left;
    background: none;
    padding: 0.25rem 0.25rem 0.25rem 0.5rem;
    order: 1;
}
#fid_ids_sensor_short .m-css_checkboxes dd #list-checkboxes-ids_sensor_short li a {
    font-weight: 600;
    padding-left: 25px !important;
}
#fid_ids_sensor_short .m-css_checkboxes dd #list-checkboxes-ids_sensor_short li a span.count {
    font-weight: 400;
    padding-left: 3px;
}



/*******************************************/
/*              fid_ids_protection_class             */
/*******************************************/
#fid_ids_protection_class {}
#fid_ids_protection_class.show {}
#fid_ids_protection_class.show .m-css_checkboxes dd ol {
    visibility: visible;
    height: auto;
}
#fid_ids_protection_class .m-css_checkboxes {}

#fid_ids_protection_class .m-css_checkboxes dt {
    position: relative;
}
#fid_ids_protection_class .m-css_checkboxes dt:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    border-right: 2px solid #585858;
    border-bottom: 2px solid #585858;
    right: 0.5rem;
    bottom: 1rem;
    transform: rotate(45deg);
}
#fid_ids_protection_class .m-css_checkboxes dt .fid_ids_protection_class_selected:hover {
    box-shadow: 0px 0px 0px 1px var(--ids-colour) !important;
}
#fid_ids_protection_class .m-css_checkboxes dt .fid_ids_protection_class_selected {
    border-style: hidden;
    font-weight: 700;
    padding: 0 0.75rem;
    outline: none;
    background: #ffffff;
    box-shadow: 0px 0px 2px 2px rgb(222 222 222 / 30%);
    color: #343434;
    cursor: pointer;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    width: 100%;
    height: 2.5rem;
    transition: box-shadow 250ms linear;
    line-height: 2.35rem;
    display: block;
}
#fid_ids_protection_class .fid_ids_protection_class_selected {
    display: none;
}

#fid_ids_protection_class .m-css_checkboxes dd {
    position: relative;
}
#fid_ids_protection_class .m-css_checkboxes dd ol {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 0rem;
    left: 0;
    overflow: hidden;
    visibility: hidden;
    height: 0;
    width: 100%;
    padding: 0.5rem;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0px 3px 8px 1px rgb(58 58 58 / 50%);
    z-index: 1;

    max-height: 250px;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
}
#fid_ids_protection_class .m-css_checkboxes dd #list-checkboxes-ids_protection_class li.m-selected-ln-item {
    order: 0;
}
#fid_ids_protection_class .m-css_checkboxes dd #list-checkboxes-ids_protection_class li {
    display: block;
    width: 100%;
    float: left;
    background: none;
    padding: 0.25rem 0.25rem 0.25rem 0.5rem;
    order: 1;
}
#fid_ids_protection_class .m-css_checkboxes dd #list-checkboxes-ids_protection_class li a {
    font-weight: 600;
    padding-left: 25px !important;
}
#fid_ids_protection_class .m-css_checkboxes dd #list-checkboxes-ids_protection_class li a span.count {
    font-weight: 400;
    padding-left: 3px;
}



/*******************************************/
/*              fid_ids_shutter_opts             */
/*******************************************/
#fid_ids_shutter_opts {}
#fid_ids_shutter_opts.show {}
#fid_ids_shutter_opts.show .m-css_checkboxes dd ol {
    visibility: visible;
    height: auto;
}
#fid_ids_shutter_opts .m-css_checkboxes {}

#fid_ids_shutter_opts .m-css_checkboxes dt {
    position: relative;
}
#fid_ids_shutter_opts .m-css_checkboxes dt:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    border-right: 2px solid #585858;
    border-bottom: 2px solid #585858;
    right: 0.5rem;
    bottom: 1rem;
    transform: rotate(45deg);
}
#fid_ids_shutter_opts .m-css_checkboxes dt .fid_ids_shutter_opts_selected:hover {
    box-shadow: 0px 0px 0px 1px var(--ids-colour) !important;
}
#fid_ids_shutter_opts .m-css_checkboxes dt .fid_ids_shutter_opts_selected {
    border-style: hidden;
    font-weight: 700;
    padding: 0 0.75rem;
    outline: none;
    background: #ffffff;
    box-shadow: 0px 0px 2px 2px rgb(222 222 222 / 30%);
    color: #343434;
    cursor: pointer;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    width: 100%;
    height: 2.5rem;
    transition: box-shadow 250ms linear;
    line-height: 2.35rem;
    display: block;
}
#fid_ids_shutter_opts .fid_ids_shutter_opts_selected {
    display: none;
}

#fid_ids_shutter_opts .m-css_checkboxes dd {
    position: relative;
}
#fid_ids_shutter_opts .m-css_checkboxes dd ol {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 0rem;
    left: 0;
    overflow: hidden;
    visibility: hidden;
    height: 0;
    width: 100%;
    padding: 0.5rem;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0px 3px 8px 1px rgb(58 58 58 / 50%);
    z-index: 1;

    max-height: 250px;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
}
#fid_ids_shutter_opts .m-css_checkboxes dd #list-checkboxes-ids_shutter_opts li.m-selected-ln-item {
    order: 0;
}
#fid_ids_shutter_opts .m-css_checkboxes dd #list-checkboxes-ids_shutter_opts li {
    display: block;
    width: 100%;
    float: left;
    background: none;
    padding: 0.25rem 0.25rem 0.25rem 0.5rem;
    order: 1;
}
#fid_ids_shutter_opts .m-css_checkboxes dd #list-checkboxes-ids_shutter_opts li a {
    font-weight: 600;
    padding-left: 25px !important;
}
#fid_ids_shutter_opts .m-css_checkboxes dd #list-checkboxes-ids_shutter_opts li a span.count {
    font-weight: 400;
    padding-left: 3px;
}





/*******************************************/
/*        hinweis-ui-rev4-ethernet         */
/*******************************************/
.hinweis-ui-rev2-ethernet-wrap,
.hinweis-ui-rev4-ethernet-wrap {
    position: relative;
    padding: 0 30px;
    margin: 0rem 0 2rem;
}
.hinweis-ui-rev2-ethernet-wrap .hinweis-ui-rev2-ethernet,
.hinweis-ui-rev4-ethernet-wrap .hinweis-ui-rev4-ethernet {
    background-color: #e8f4f6;
    background-color: rgb(0 138 150 / 10%);
    border: 1px solid var(--ids-colour);
    border-radius: 3px;
    /*color: var(--ids-colour2);*/
    color: #000000;
    padding: 1rem 1rem 1rem 1rem;
    text-align: center;
    transition: padding 250ms linear, background 250ms linear;
}
@media (min-width: 992px) {
    .hinweis-ui-rev2-ethernet-wrap .hinweis-ui-rev2-ethernet,
    .hinweis-ui-rev4-ethernet-wrap .hinweis-ui-rev4-ethernet {
        padding: 1.25rem 1.5rem 1.25rem 1.5rem;
        text-align: left;
    }
}
.hinweis-ui-rev2-ethernet-wrap .hinweis-ui-rev2-ethernet strong,
.hinweis-ui-rev4-ethernet-wrap .hinweis-ui-rev4-ethernet strong {}
.hinweis-ui-rev2-ethernet-wrap .hinweis-ui-rev2-ethernet a,
.hinweis-ui-rev4-ethernet-wrap .hinweis-ui-rev4-ethernet a {
    color: #FFFFFF !important;
    font-weight: normal;
    text-decoration: underline;
    position: relative;
}
@media (min-width: 992px) {
    .hinweis-ui-rev2-ethernet-wrap .hinweis-ui-rev2-ethernet a,
    .hinweis-ui-rev4-ethernet-wrap .hinweis-ui-rev4-ethernet a {
        display: inline-block;
        text-decoration: none !important;
    }
}
.hinweis-ui-rev2-ethernet-wrap .hinweis-ui-rev2-ethernet a:focus,
.hinweis-ui-rev2-ethernet-wrap .hinweis-ui-rev2-ethernet a:hover,
.hinweis-ui-rev4-ethernet-wrap .hinweis-ui-rev4-ethernet a:focus,
.hinweis-ui-rev4-ethernet-wrap .hinweis-ui-rev4-ethernet a:hover {
    text-decoration: underline !important;
}
@media (min-width: 992px) {
    .hinweis-ui-rev2-ethernet-wrap .hinweis-ui-rev2-ethernet a:focus,
    .hinweis-ui-rev2-ethernet-wrap .hinweis-ui-rev2-ethernet a:hover,
    .hinweis-ui-rev4-ethernet-wrap .hinweis-ui-rev4-ethernet a:focus,
    .hinweis-ui-rev4-ethernet-wrap .hinweis-ui-rev4-ethernet a:hover {
        text-decoration: none !important;
    }
}
.hinweis-ui-rev2-ethernet-wrap .hinweis-ui-rev2-ethernet a:focus:before,
.hinweis-ui-rev2-ethernet-wrap .hinweis-ui-rev2-ethernet a:hover:before,
.hinweis-ui-rev4-ethernet-wrap .hinweis-ui-rev4-ethernet a:focus:before,
.hinweis-ui-rev4-ethernet-wrap .hinweis-ui-rev4-ethernet a:hover:before {
    width: 100%;
    left: 0%;
    height: 1px;
}
.hinweis-ui-rev2-ethernet-wrap .hinweis-ui-rev2-ethernet a:before,
.hinweis-ui-rev4-ethernet-wrap .hinweis-ui-rev4-ethernet a:before {
    content: "";
    display: none;
    background: #FFFFFF;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 1px;
    left: 0%;
    transition: width 250ms linear, height 250ms linear, left 250ms linear;
}
@media (min-width: 992px) {
    .hinweis-ui-rev2-ethernet-wrap .hinweis-ui-rev2-ethernet a:before,
    .hinweis-ui-rev4-ethernet-wrap .hinweis-ui-rev4-ethernet a:before {
        display: block;
    }
}
.hinweis-ui-rev2-ethernet-wrap .hinweis-ui-rev2-ethernet a:focus:after,
.hinweis-ui-rev2-ethernet-wrap .hinweis-ui-rev2-ethernet a:hover:after,
.hinweis-ui-rev4-ethernet-wrap .hinweis-ui-rev4-ethernet a:focus:after,
.hinweis-ui-rev4-ethernet-wrap .hinweis-ui-rev4-ethernet a:hover:after {
    width: 100%;
    left: 0%;
}
.hinweis-ui-rev2-ethernet-wrap .hinweis-ui-rev2-ethernet a:after,
.hinweis-ui-rev4-ethernet-wrap .hinweis-ui-rev4-ethernet a:after {
    content: "";
    display: none;
    background: #FFFFFF;
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transition: width 250ms linear, left 250ms linear;
}
@media (min-width: 992px) {
    .hinweis-ui-rev2-ethernet-wrap .hinweis-ui-rev2-ethernet a:after,
    .hinweis-ui-rev4-ethernet-wrap .hinweis-ui-rev4-ethernet a:after {
        display: block;
    }
}


/*******************************************/
/*        mopinion 5 stars survey          */
/*******************************************/
.m-star-link {
    cursor:pointer;
    text-decoration:none;
    font-weight:bold;
    text-align:center;
    display:block;
    outline:none;
    margin:auto;
    transform: scale(1);
    transition: color 250ms linear,  transform 250ms linear;
}

.m-star-link-default {
    color: #dddddd !important;
}

.m-star-link-hover {
    color: #fcc83d !important;
    transform: scale(1.25);
}

.m-star-link-on {
    color: #fcc83d !important;
}

.m-star-link-clicked {
    color: #fcc83d !important;
}



/*******************************************/
/*        product-offer-list               */
/*******************************************/
.product-offer-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
@media (min-width: 1200px) {
    .product-offer-list {
        display: flex;
        flex-wrap: wrap;
    }
}
.product-offer-list .item {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #ffffff;
    padding: 1rem 1rem 1rem 1rem;
}
@media (min-width: 768px) {
    .product-offer-list .item {
        padding: 2rem 1rem 2rem 1rem;
    }
}
@media (min-width: 1200px) {
    .product-offer-list .item {
        /* width: 50%; */
    }
}
.product-offer-list .item .product-details {
    position: relative;
    width: 100%;
}
@media (min-width: 768px) {
    .product-offer-list .item .product-details {
        display: flex;
        align-items: stretch;
    }
}

.product-offer-list .item .product-details .product-item {
    width: 100%;
}
@media (min-width: 768px) {
    .product-offer-list .item .product-details .product-item {
        display: flex;
    }
}

.product-offer-list .item .product-details .product-item .product-image {
    width: 100%;
    height: 100px;
    text-align: center;
}
@media (min-width: 375px) {
    .product-offer-list .item .product-details .product-item .product-image {
        height: 125px;
    }
}
@media (min-width: 768px) {
    .product-offer-list .item .product-details .product-item .product-image {
        width: 100px;
        height: auto;
        float: left;
    }
}
@media (min-width: 1200px) {
    .product-offer-list .item .product-details .product-item .product-image {
        width: 125px;
    }
}
.product-offer-list .item .product-details .product-item .product-image .product-item-link {
    /* display: block; */
}
.product-offer-list .item .product-details .product-item .product-image img {
    display: inline-block;
    object-fit: contain;
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 250ms linear;
}
.product-offer-list .item .product-details .product-item .product-image .product-item-link:focus img,
.product-offer-list .item .product-details .product-item .product-image .product-item-link:hover img {
    transform: scale(1.2);
}
.product-offer-list .item .product-details .product-item .product-name {
    width: 100%;
    text-align: center;
    padding: 0.5rem 0;
}
@media (min-width: 768px) {
    .product-offer-list .item .product-details .product-item .product-name {
        width: calc(100% - 100px);
        padding: 0 0 0 1rem;
        height: 100%;
        display: flex;
        align-items: center;
        text-align: left;
    }
}
@media (min-width: 1200px) {
    .product-offer-list .item .product-details .product-item .product-name {
        width: calc(100% - 225px);
    }
}
.product-offer-list .item .product-details .product-item .product-name .product-item-link {
    color: var(--black);
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    transition: color 250ms linear;
    line-height: 1.5rem;
}
.product-offer-list .item .product-details .product-item .product-price {
    width: 50%;
    float: left;
}
@media (min-width: 768px) {
    .product-offer-list .item .product-details .product-item .product-price {
        position: relative;
        top: -12px;
    }
}
@media (min-width: 1200px) {
    .product-offer-list .item .product-details .product-item .product-price {
        width: 100px;
        padding: 1rem 0 0 1rem;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: left;
        position: relative;
        top: -18px;
    }
}
.product-offer-list .item .product-details .product-item .product-price .product-price-title {
    display: none;
}
.product-offer-list .item .product-details .product-item .product-price .product-quantity-title {
    display: block;
    color: var(--grey);
    font-size: 0.75rem;
    font-weight: 700;
    text-align: center;
}
@media (min-width: 768px) {
    .product-offer-list .item .product-details .product-item .product-price .product-quantity-title {
        /* text-align: left; */
    }
}
.product-offer-list .item .product-details .product-item .product-price .product-quantity {
    display: flex;
    justify-content: center;
}
.product-offer-list .item .product-details .product-item .product-price .product-quantity input {
    text-align: center;
    color: var(--black);
    font-weight: 700;
    display: inline-block;
    width: 50% !important;
    outline: none;
    background: var(--white);
    /* border: 1px solid rgba(206, 212, 218, 0.35); */
    border: var(--border);
    transition: border 250ms linear;
}
@media (min-width: 1200px) {        
    .product-offer-list .item .product-details .product-item .product-price .product-quantity input {
        width: 100% !important;
        text-align: right;
    }
}
.product-offer-list .item .product-details .product-item .product-price .product-quantity input:focus {
    background: var(--white);
    border-color: var(--border-color-hover);
}
.product-offer-list .item .product-details .product-item .product-price .product-item-price {}

.product-offer-list .item .product-details .product-btns {
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 1rem;
    right: 0.75rem;
}
@media (min-width: 768px) {
    .product-offer-list .item .product-details .product-btns {
        width: 3rem;
        padding-left: 1rem;
        height: auto;
        position: relative;
        top: auto;
        right: auto;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}
.product-offer-list .item .product-details .product-btns .product-btn-remove {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.product-offer-list .item .product-details .product-btns .product-btn-remove .btn-remove {
    display: block;
    padding: 0;
    width: 100%;
    height: 100%;
    transform: scale(0.75);
    transition: transform 250ms linear;
}
@media (min-width: 768px) {
    .product-offer-list .item .product-details .product-btns .product-btn-remove .btn-remove {
        height: 0;
        padding-top: 100%;
    }
}
.product-offer-list .item .product-details .product-btns .product-btn-remove .btn-remove:focus, 
.product-offer-list .item .product-details .product-btns .product-btn-remove .btn-remove:hover {
    transform: scale(1);
}
.product-offer-list .item .product-details .product-btns .product-btn-remove .btn-remove:after, 
.product-offer-list .item .product-details .product-btns .product-btn-remove .btn-remove:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: 1rem auto;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 250ms linear;
}
@media (min-width: 768px) {
    .product-offer-list .item .product-details .product-btns .product-btn-remove .btn-remove:after, 
    .product-offer-list .item .product-details .product-btns .product-btn-remove .btn-remove:before {
        background-size: 1.25rem auto;
    }
}
.product-offer-list .item .product-details .product-btns .product-btn-remove .btn-remove:before {
    background-image: url(/files/layout/icons/gen/x-ids-machine-vision-cameras-grey.svg);
    opacity: 1;
}
.product-offer-list .item .product-details .product-btns .product-btn-remove .btn-remove:after {
    background-image: url(/files/layout/icons/gen/x-ids-machine-vision-cameras-ids-colour.svg);
    opacity: 0;
}
.product-offer-list .item .product-details .product-btns .product-btn-remove .btn-remove:focus:before, 
.product-offer-list .item .product-details .product-btns .product-btn-remove .btn-remove:hover:before {
    opacity: 0;
}
.product-offer-list .item .product-details .product-btns .product-btn-remove .btn-remove:focus:after, 
.product-offer-list .item .product-details .product-btns .product-btn-remove .btn-remove:hover:after {
    opacity: 1;
}
.product-offer-list .item .product-details .product-btns .product-btn-remove .btn-remove span {
    font-size: 0;
    color: transparent;
    visibility: hidden;
}


#main form .form-control {
    padding: 7px 10px;
    display: block;
    width: 100%;
    /* border: 1px solid #dedede; */
    border: 1px solid var(--form-field-border);
    border-radius: 0px;
    box-shadow: 0px 0px 2px 2px rgba(222, 222, 222, 0.3);
    background: #FFF;
    outline: none;
}
@media print{
    #shader {
        display: none;
    }
}




/*********************************************************/
/*       CAMERA / EASY - FINDER HEAD - START             */
/*********************************************************/
#category-head.text-left .col-auto.mx-auto.mw-100 {
    margin: 0 !important;
    width: 100%;
}
#category-head.text-left .col-auto.mx-auto.mw-100 .breadcrumb {
    padding-left: 0rem;
}

#category-head .page-subtitle p {
    font-size: 0.875rem;
    margin: 0.5rem 0 0 0;
}

.camera-easy-finder-head div > span,
.camera-easy-finder-head div > a {
    border-radius: 3px 3px 0px 0px;
    display: inline-block;
    padding: 10px 20px 8px 20px;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 28px;
    position: relative;
    z-index: 1;
}
.camera-easy-finder-head div > span {
    background-color: #eaeaea;
    color: var(--black);
}
.camera-easy-finder-head div > a {
    background-color: #f6f6f6;
    color: var(--default);
    transition: color 250ms, font-size 250ms, background-color 250ms;
}
.camera-easy-finder-head div > a:focus,
.camera-easy-finder-head div > a:hover {
    background-color: #eaeaea;
    color: var(--black) !important;
}
.camera-easy-finder-head div > a > span {
    transform: scale(0.95);
    display: block;
    transition: transform 250ms;
}
.camera-easy-finder-head div > a:focus > span,
.camera-easy-finder-head div > a:hover > span {
    transform: scale(1);
}

.camera-easy-finder-head .easyfinder-img {
    background-color: transparent;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom right;
    border: none;
    display: block;
    padding: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.camera-easy-finder-head .easyfinder-img.easyfinder-img-application {
    background-image: url("/files/images/backgrounds/fa4.jpg");
    width: 75px;
    height: 41px;
}
@media (min-width: 576px) {
    .camera-easy-finder-head .easyfinder-img.easyfinder-img-application {
        width: 150px;
        height: 82px;
    }
}
@media (min-width: 768px) {
    .camera-easy-finder-head .easyfinder-img.easyfinder-img-application {
        width: 225px;
        height: 123px;
    }
}
@media (min-width: 992px) {
    .camera-easy-finder-head .easyfinder-img.easyfinder-img-application {
        width: 300px;
        height: 164px;
    }
}
@media (min-width: 1200px) {
    .camera-easy-finder-head .easyfinder-img.easyfinder-img-application {
        width: 300px;
        height: 164px;
    }
}
@media (min-width: 1800px) {
    .camera-easy-finder-head .easyfinder-img.easyfinder-img-application {
        width: 300px;
        height: 164px;
        right: 10vw;
    }
}
.camera-easy-finder-head .easyfinder-img.easyfinder-img-technical {
    background-image: url("/files/images/backgrounds/cp.jpg");
    width: 82px;
    height: 38px;
}
@media (min-width: 576px) {
    .camera-easy-finder-head .easyfinder-img.easyfinder-img-technical {
        width: 164px;
        height: 76px;
    }
}
@media (min-width: 768px) {
    .camera-easy-finder-head .easyfinder-img.easyfinder-img-technical {
        width: 246px;
        height: 114px;
    }
}
@media (min-width: 992px) {
    .camera-easy-finder-head .easyfinder-img.easyfinder-img-technical {
        width: 246px;
        height: 114px;
    }
}
@media (min-width: 1200px) {
    .camera-easy-finder-head .easyfinder-img.easyfinder-img-technical {
        width: 330px;
        height: 152px;
    }
}
@media (min-width: 1800px) {
    .camera-easy-finder-head .easyfinder-img.easyfinder-img-technical {
        width: 330px;
        height: 152px;
        right: 0vw;
    }
}

/*********************************************************/
/*       CAMERA / EASY - FINDER HEAD - END               */
/*********************************************************/



/*********************************************************/
/*       EASYFINDER - START                              */
/*********************************************************/
.easyfinder {
    background-color: rgb(227 227 227 / 75%) !important;
}
.easyfinder h2 {
    font-size: 1.25rem !important;
    /* font-weight: 400 !important; */
    font-weight: 300 !important;
    line-height: 1.4;
    margin-top: 20px;
}
.easyfinder .easyfinder_container {
    /* background-color: var(--light-grey3) !important; */
}

.easyfinder .filter_clear_all {
    margin-top: 0rem;
    position: relative;
}
@media (min-width: 768px) {
    .easyfinder .filter_clear_all {
        margin-top: 2.25rem;
    }
}
.easyfinder .filter_clear_all a {
    font-size: 0.875rem;
    position: relative;
    color: var(--ids-colour);
    text-decoration: none !important;
    outline: none;

    background: linear-gradient(0deg, var(--ids-colour), var(--ids-colour)) no-repeat right bottom / 0 var(--text-underline-animation-height);
    transition: color 250ms linear, background-size 350ms;

    line-height: 1.25rem;
    text-underline-offset: 20%;
    --text-underline-animation-height: 1px;
}
.easyfinder .filter_clear_all a:focus,
.easyfinder .filter_clear_all a:hover {
    color: var(--ids-colour);
    background-size: 100% var(--text-underline-animation-height);
    background-position-x: left;
}
.easyfinder .filter_clear_all a span {
    font-size: 0;
    text-shadow: none;
}
.easyfinder .filter_clear_all a span::before {
    width: 1rem;
    margin-left: 0.125rem;
}

.easyfinder .filter {}
.easyfinder .camera_filter {
    border-top: var(--border);
}
.easyfinder .camera_filter:nth-child(2) {
    border-top: none;
    border-left: none;
}
@media (min-width: 576px) {
    .easyfinder .camera_filter {
        padding: 0;
    }
    .easyfinder .camera_filter:nth-child(3) {
        border-top: none;
    }
    .easyfinder .camera_filter:nth-child(2n + 3) {
        border-left: var(--border);
    }
}
@media (min-width: 992px) {
    .easyfinder .camera_filter {
        border-top: none;
    }
    .easyfinder .camera_filter:nth-child(4) {
        border-left: var(--border);
    }
}
.easyfinder .camera_filter.active {}
.easyfinder .camera_filter a {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2rem;
    padding: 3.125rem 1rem 1rem 1rem;
    display: block;
    height: 100%;
    position: relative;
    background-color: var(--white);
    transition: background-color 250ms;
}
@media (min-width: 576px) {
    .easyfinder .camera_filter a {
        padding: 5.125rem 1rem 2rem 1rem;
    }
}
.easyfinder .camera_filter.active a {
    background-color: var(--ids-colour);
}
.easyfinder .camera_filter.active a:focus,
.easyfinder .camera_filter.active a:hover,
.easyfinder .camera_filter a:focus,
.easyfinder .camera_filter a:hover {
    color: var(--white);
    background-color: var(--ids-colour2);
    z-index: 1;
}
.easyfinder .camera_filter a::before {
    content: '';
    background-color: var(--black);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    mask-position: center center;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 1.25rem;
    left: 50%;
    transform: translate3d(-50%, 0%, 0px);
}
@media (min-width: 576px) {
    .easyfinder .camera_filter a::before {
        top: 2.5rem;
    }
}
.easyfinder .camera_filter a:focus-within::before,
.easyfinder .camera_filter a:focus::before,
.easyfinder .camera_filter a:hover::before,
.easyfinder .camera_filter.active a::before {
    color: var(--white);
    background-color: var(--white);
}
.easyfinder .camera_filter a#camera_filter_567::before {
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="currentColor"><path d="M480-260q75 0 127.5-52.5T660-440q0-75-52.5-127.5T480-620q-75 0-127.5 52.5T300-440q0 75 52.5 127.5T480-260Zm0-80q-42 0-71-29t-29-71q0-42 29-71t71-29q42 0 71 29t29 71q0 42-29 71t-71 29ZM160-120q-33 0-56.5-23.5T80-200v-480q0-33 23.5-56.5T160-760h126l74-80h240l74 80h126q33 0 56.5 23.5T880-680v480q0 33-23.5 56.5T800-120H160Zm0-80h640v-480H638l-73-80H395l-73 80H160v480Zm320-240Z"/></svg>');
}
.easyfinder .camera_filter a#camera_filter_568::before {
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="currentColor"><path d="M300-720q-25 0-42.5 17.5T240-660q0 25 17.5 42.5T300-600q25 0 42.5-17.5T360-660q0-25-17.5-42.5T300-720Zm0 400q-25 0-42.5 17.5T240-260q0 25 17.5 42.5T300-200q25 0 42.5-17.5T360-260q0-25-17.5-42.5T300-320ZM160-840h640q17 0 28.5 11.5T840-800v280q0 17-11.5 28.5T800-480H160q-17 0-28.5-11.5T120-520v-280q0-17 11.5-28.5T160-840Zm40 80v200h560v-200H200Zm-40 320h640q17 0 28.5 11.5T840-400v280q0 17-11.5 28.5T800-80H160q-17 0-28.5-11.5T120-120v-280q0-17 11.5-28.5T160-440Zm40 80v200h560v-200H200Zm0-400v200-200Zm0 400v200-200Z"/></svg>');
}
.easyfinder .camera_filter a#camera_filter_569::before {
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="currentColor"><path d="m380-300 280-180-280-180v360ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/></svg>');
}
.easyfinder .camera_filter a#camera_filter_570::before {
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="currentColor"><path d="M460-300h40v-160h160v-40H500v-160h-40v160H300v40h160v160ZM224.62-160q-27.62 0-46.12-18.5Q160-197 160-224.62v-510.76q0-27.62 18.5-46.12Q197-800 224.62-800h510.76q27.62 0 46.12 18.5Q800-763 800-735.38v510.76q0 27.62-18.5 46.12Q763-160 735.38-160H224.62Zm0-40h510.76q9.24 0 16.93-7.69 7.69-7.69 7.69-16.93v-510.76q0-9.24-7.69-16.93-7.69-7.69-16.93-7.69H224.62q-9.24 0-16.93 7.69-7.69 7.69-7.69 16.93v510.76q0 9.24 7.69 16.93 7.69 7.69 16.93 7.69ZM200-760v560-560Z"/></svg>');
}
.easyfinder .camera_filter a#camera_filter_652::before {
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Ebene_1" x="0px" y="0px" viewBox="0 0 37.69 37.69" style="enable-background:new 0 0 37.69 35.14;" width="37.69px" height="37.69px" xml:space="preserve"><g transform="translate(0,1.275)"><g><defs><rect id="SVGID_1_" x="0" y="0" width="37.69" height="35.14"/></defs><clipPath id="SVGID_2_"><use style="overflow:visible;" xlink:href="%23SVGID_1_"/></clipPath><path class="st0" d="M27.04,26.5l-1.37-0.63 M37.48,31.28l-9.09-4.16 M18.17,11.49l0,1.5 M18.15,0l0.03,10 M10.65,25.88l1.37-0.63 M0.21,30.66L9.3,26.5 M18.17,18.04v16.55 M4.75,12.04l13.41,6l13.41-6 M31.58,28.59l-13.41,6l-13.41-6V12.04l13.41-6l13.41,6 V28.59z"/></g></g><style type="text/css">.st0{clip-path:url(%23SVGID_2_);fill:none;stroke:currentColor;stroke-miterlimit:10;}</style></svg>');
    top: 2.25rem;
    width: 1.75rem;
    height: 1.75rem;
}
.easyfinder .camera_filter div.h3,
.easyfinder .camera_filter h3 {
    text-align: center;
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--black);
    transition: color 250ms;
}
.easyfinder .camera_filter a:focus div.h3,
.easyfinder .camera_filter a:hover div.h3,
.easyfinder .camera_filter.active div.h3,
.easyfinder .camera_filter a:focus h3,
.easyfinder .camera_filter a:hover h3,
.easyfinder .camera_filter.active h3 {
    color: var(--white);
}


.easyfinder .picture_filters .picture_filter_item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2rem;
    padding: 3.125rem 1rem 0.75rem 1rem;
    position: relative;
    background-color: var(--white);
    transition: background-color 250ms;
    border-top: var(--border);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.easyfinder .picture_filters .picture_filter_item:first-child {
    border-top: none;
    border-left: none;
}
@media (min-width: 576px) {
    .easyfinder .picture_filters .picture_filter_item {
        padding: 5.125rem 1rem 0.75rem 1rem;
    }
    .easyfinder .picture_filters .picture_filter_item:nth-child(2) {
        border-top: none;
        border-left: var(--border);
    }
    .easyfinder .picture_filters .picture_filter_item:nth-child(4) {
        border-left: var(--border);
    }
}
@media (min-width: 768px) {
    .easyfinder .picture_filters .picture_filter_item {
        padding: 5.125rem 2rem 1.5rem 2rem;
    }
}
@media (min-width: 992px) {
    .easyfinder .picture_filters .picture_filter_item:nth-child(3) {
        border-top: none;
        border-left: var(--border);
    }
    .easyfinder .picture_filters .picture_filter_item:nth-child(4) {
        border-left: none;
    }
    .easyfinder .picture_filters .picture_filter_item:nth-child(5) {
        border-left: var(--border);
    }
}
@media (min-width: 1200px) {}
@media (min-width: 1800px) {
    .easyfinder .picture_filters .picture_filter_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .easyfinder .picture_filters .picture_filter_item:nth-child(4) {
        border-left: var(--border);
        border-top: none;
    }
    .easyfinder .picture_filters .picture_filter_item:nth-child(5) {
        border-top: none;
    }
}
.easyfinder .picture_filters .picture_filter_item::before {
    content: '';
    background-color: var(--black);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    mask-position: center center;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 1.25rem;
    left: 50%;
    transform: translate3d(-50%, 0%, 0px);
}
@media (min-width: 576px) {
    .easyfinder .picture_filters .picture_filter_item::before {
        top: 2.5rem;
    }
}
.easyfinder .picture_filter_item.ids_easy_color::before {
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="currentColor"><path d="M346-140 100-386q-10-10-15-22t-5-25q0-13 5-25t15-22l230-229-106-106 62-65 400 400q10 10 14.5 22t4.5 25q0 13-4.5 25T686-386L440-140q-10 10-22 15t-25 5q-13 0-25-5t-22-15Zm47-506L179-432h428L393-646Zm399 526q-36 0-61-25.5T706-208q0-27 13.5-51t30.5-47l42-54 44 54q16 23 30 47t14 51q0 37-26 62.5T792-120Z"/></svg>')
}
.easyfinder .picture_filter_item.ids_easy_object_motion::before {
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="currentColor"><path d="M120-120v-320h80v184l504-504H520v-80h320v320h-80v-184L256-200h184v80H120Z"/></svg>');
}
.easyfinder .picture_filter_item.ids_pix_class::before {
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="currentColor"><path d="m680-320-56-56 63-64H440v-80h247l-63-64 56-56 160 160-160 160ZM200-200h80v-560h-80v560Zm-80 80v-720h240v720H120Zm320 0v-80h80v80h-80Zm0-640v-80h80v80h-80Zm160 640v-80h80v80h-80Zm0-640v-80h80v80h-80Zm160 640v-80h80v80h-80Zm0-640v-80h80v80h-80ZM200-200h80-80Z"/></svg>');
}
.easyfinder .picture_filter_item.ids_easy_ipcode::before {
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="currentColor"><path d="M480-301q99-80 149.5-154T680-594q0-90-56-148t-144-58q-88 0-144 58t-56 148q0 65 50.5 139T480-301Zm0 101Q339-304 269.5-402T200-594q0-125 78-205.5T480-880q124 0 202 80.5T760-594q0 94-69.5 192T480-200Zm0-320q33 0 56.5-23.5T560-600q0-33-23.5-56.5T480-680q-33 0-56.5 23.5T400-600q0 33 23.5 56.5T480-520ZM200-80v-80h560v80H200Zm280-520Z"/></svg>');
}
.easyfinder .picture_filter_item.ids_easy_camdist::before {
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="currentColor"><path d="M160-240q-33 0-56.5-23.5T80-320v-320q0-33 23.5-56.5T160-720h640q33 0 56.5 23.5T880-640v320q0 33-23.5 56.5T800-240H160Zm0-80h640v-320H680v160h-80v-160h-80v160h-80v-160h-80v160h-80v-160H160v320Zm120-160h80-80Zm160 0h80-80Zm160 0h80-80Zm-120 0Z"/></svg>');
}

.easyfinder .picture_filter_item div.h3,
.easyfinder .picture_filter_item h3 {
    text-align: center;
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--black);
    transition: color 250ms;
}

.easyfinder .filter ul {
    list-style: none;
    padding: 0;
    margin-top: 1rem;
}
@media (min-width: 576px) {
    .easyfinder .filter ul {
        margin-top: 1rem;
    }
}
.easyfinder .filter ul li {
    margin: 5px 0;
    text-align: center;
}
.easyfinder .filter ul li input[type="radio"] {
    visibility: hidden;
    position: absolute;
}
.easyfinder #ids_pix_class_calc,
.easyfinder .filter ul li label {
    background-color: var(--light-grey5);
    color: var(--black);
    padding: 0px 15px;
    vertical-align: middle;
    font-size: 0.875rem;
    line-height: 28px;
    cursor: pointer;
    transition: background-color 250ms, color 250ms;
}
.easyfinder #ids_pix_class_calc:focus,
.easyfinder #ids_pix_class_calc:hover,
.easyfinder .filter ul li label:focus,
.easyfinder .filter ul li label:hover {
    background-color: var(--ids-colour2);
    color: var(--white);
}
.easyfinder #ids_pix_class_calc {
    color: var(--black) !important;
    border: none !important;
}
.easyfinder #ids_pix_class_calc:focus,
.easyfinder #ids_pix_class_calc:hover {
    color: var(--white) !important;
}
.easyfinder #ids_pix_class_calc:disabled {
    cursor: default !important;
    background-color: var(--light-grey5) !important;
    color: var(--grey) !important;
}
.easyfinder .picture_filter_item.ids_pix_class ul li label {
    background: transparent !important;
    color: var(--default) !important;
    font-size: 0.9375rem;
    line-height: 1.5rem;
    padding: 0;
    display: inline;
}
/* .easyfinder .filter ul li:has(input:checked) { */
.easyfinder .filter ul li input:checked + label {
    background-color: var(--ids-colour);
    color: var(--white);
}
/* .easyfinder .filter ul li:has(input:checked) label { 
    color: white;
}*/
ul.ids_easy_camdist {
    text-align: center;
}
div.ids_easy_camdist ul.ids_easy_camdist li {
    display: inline-block;
    margin: 5px;
}

.picture_filter_item_sub.ids_interface_group {
    margin-top: 1.5rem;
}

ul.ids_interface_group {
    text-align: center;
}
div.ids_interface_group ul.ids_interface_group li {
    display: inline-block;
    margin: 5px;
}
div.ids_interface_group ul.ids_interface_group li input {
    width: 0px;
    height: 0px;
    visibility: hidden;
}

.easyfinder .picture_filter_item .picture_filter_item_bottom {
    margin-top: 1rem;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
@media (min-width: 576px) {
    .easyfinder .picture_filter_item .picture_filter_item_bottom {
        margin-top: 2rem;
    }
}
.easyfinder .picture_filter_item_bottom a {
    font-size: 0.875rem;
    position: relative;
    color: var(--ids-colour);
    text-decoration: underline !important;
    outline: none;

    background: linear-gradient(0deg, var(--ids-colour), var(--ids-colour)) no-repeat right bottom / 0 var(--text-underline-animation-height);
    transition: color 250ms linear, background-size 350ms;

    line-height: 1.25rem;
    text-underline-offset: 20%;
    --text-underline-animation-height: 1px;
}
.easyfinder .picture_filter_item_bottom a:focus,
.easyfinder .picture_filter_item_bottom a:hover {
    color: var(--ids-colour);
    background-size: 100% var(--text-underline-animation-height);
    background-position-x: left;
}
/* .easyfinder .to_expert_finder {
    font-size: 1.25rem;
    margin-left: 25px;
    position: relative;
    color: var(--ids-colour);
    text-decoration: underline !important;
    outline: none;

    background: linear-gradient(0deg, var(--ids-colour), var(--ids-colour)) no-repeat right bottom / 0 var(--text-underline-animation-height);
    transition: color 250ms linear, background-size 350ms;
}
.easyfinder .to_expert_finder:focus,
.easyfinder .to_expert_finder:hover {
    color: var(--ids-colour);
    background-size: 100% var(--text-underline-animation-height);
    background-position-x: left;
}
.easyfinder .to_expert_finder::before {
    position: absolute;
    top: 2px;
    left: -25px;
    background: var(--ids-colour);
} */

/* #category-head-wrap .to_easy_finder {
    font-size: 1.25rem;
    margin-left: 25px;
    position: relative;
    color: var(--ids-colour);
    text-decoration: underline !important;
    outline: none;

    background: linear-gradient(0deg, var(--ids-colour), var(--ids-colour)) no-repeat right bottom / 0 var(--text-underline-animation-height);
    transition: color 250ms linear, background-size 350ms;
}
#category-head-wrap .to_easy_finder:focus,
#category-head-wrap .to_easy_finder:hover {
    color: var(--ids-colour);
    background-size: 100% var(--text-underline-animation-height);
    background-position-x: left;
}
#category-head-wrap .to_easy_finder::before {
    position: absolute;
    top: 2px;
    left: -25px;
    background: var(--ids-colour);
} */

.easyfinder input {
    padding: 3px 5px 1px 5px;
    display: inline-block;
    font-size: 0.875rem;;
    width: 25%;
    max-width: 65px;
    border: 1px solid var(--form-field-border);
    border-radius: 0px;
    box-shadow: 0px 0px 2px 2px rgba(222, 222, 222, 0.3);
    background-color: var(--white);
    outline: none;
    text-align: right;
}
.easyfinder input:focus,
.easyfinder input:hover {
    box-shadow: 0px 0px 2px 2px rgba(0, 138, 150, 0.5);
}
.easyfinder input::placeholder {
    text-align: center;
}

.easyfinder #calc_res_label {
    max-width: calc(100% - 84px);
    margin: 1rem 0 0 0;
    display: inline-block;
    font-size: 0.9375rem;
}
.easyfinder #calc_res {
    margin: 1rem 0 0 0;
    font-size: 1.25rem;
    min-width: 60px;
    padding: 6px 15px;
    display: inline-block;
    border-bottom: 1px solid var(--black);
}
.easyfinder #calc_res:empty {
    visibility: hidden;
}

.easyfinder .ids_pix_class li {
    font-size: 0.9375rem;
}
.easyfinder .ids_pix_class.error #calc_res,
.easyfinder .ids_pix_class.error input {
    border-color: var(--danger);
}

.easyfinder #error_msg_container {
    position: absolute;
    top: 35%;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    display: none;
    z-index: 1;
}
.easyfinder #error_msg_container::before {
    content: '';
    background: var(--red1);
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
}
.easyfinder .show_error_msg #error_msg_container {
    display: block !important;
}
.easyfinder #error_msg_content {
    color: var(--white);
    height: 100%;
    padding: 1rem 2rem;
    position: relative;
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
}
.easyfinder #error_msg {
    margin: 2rem 0;
    /* font-size: 1.25rem; */
    display: block;
}
.easyfinder #error_msg_content button {
    width: auto;
    display: inline-block;
}

.easyfinder .depth_filters .depth_filter_item {
    background-repeat: no-repeat;
    background-position: center 1rem;
    background-size: 8rem;
    padding: 10rem 2rem 1.5rem 2rem;
    position: relative;
    background-color: var(--white);
    color: var(--black);
    transition: background-color 250ms linear, color 250ms linear;
}

.easyfinder .depth_filters .depth_filter_item.itof {
    background-image: url('data:image/svg+xml,<svg id="Ebene_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 45.8 45.8"><!-- Generator: Adobe Illustrator 30.1.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 136) --><defs><style> .st0 { fill: %23878787; } .st1 { fill: %23008a97; } </style></defs><path class="st1" d="M29.8,7.7h-14.6c-.8,0-1.4.6-1.4,1.3l1,13.4c0,.7.6,1.3,1.4,1.3h12.6c.8,0,1.4-.6,1.4-1.3l1-13.4c0-.7-.6-1.3-1.4-1.3ZM18.6,20.8c0,.3-.3.5-.6.5h-1.4c-.3,0-.6-.2-.6-.5v-.9c0-.3.3-.5.6-.5h1.4c.3,0,.6.2.6.5v.9ZM18.6,11.5c0,.3-.3.5-.6.5h-1.4c-.3,0-.6-.2-.6-.5v-.9c0-.3.3-.5.6-.5h1.4c.3,0,.6.2.6.5v.9ZM22.4,19.1c-2,0-3.7-1.5-3.7-3.4s1.7-3.4,3.7-3.4,3.7,1.5,3.7,3.4-1.7,3.4-3.7,3.4ZM28.9,20.8c0,.3-.3.5-.6.5h-1.4c-.3,0-.6-.2-.6-.5v-.9c0-.3.3-.5.6-.5h1.4c.3,0,.6.2.6.5v.9ZM28.9,11.5c0,.3-.3.5-.6.5h-1.4c-.3,0-.6-.2-.6-.5v-.9c0-.3.3-.5.6-.5h1.4c.3,0,.6.2.6.5v.9Z"/><path class="st0" d="M21.9,38.7l-3.6-2.1c-.2,0-.3-.2-.4-.4,0-.2-.1-.3-.1-.5v-4.3c0-.2,0-.3.1-.5,0-.2.2-.3.4-.4l3.7-2.2c.2,0,.3-.1.5-.1s.4,0,.5.1l3.7,2.2c.2,0,.3.2.4.4,0,.2.1.3.1.5v4.3c0,.2,0,.3-.1.5,0,.2-.2.3-.4.4l-3.7,2.1c-.2,0-.3.1-.5.1s-.3,0-.5-.1ZM21.9,37.6v-3.7l-3.2-1.8v3.6l3.2,1.9ZM22.9,37.6l3.2-1.9v-3.6l-3.2,1.8v3.7ZM15.8,30v-2.1c0-.3,0-.5.3-.7.2-.2.4-.3.7-.3h2.1v1h-2.1v2.1h-1ZM18.9,40.2h-2.1c-.3,0-.5,0-.7-.3-.2-.2-.3-.4-.3-.7v-2.1h1v2.1h2.1v1ZM25.9,40.2v-1h2.1v-2.1h1v2.1c0,.3,0,.5-.3.7-.2.2-.4.3-.7.3h-2.1ZM28.1,30v-2.1h-2.1v-1h2.1c.3,0,.5,0,.7.3.2.2.3.4.3.7v2.1h-1ZM22.4,33l3.2-1.8-3.2-1.8-3.2,1.8,3.2,1.8Z"/><path class="st1" d="M25.3,5.7h-7.6s-3,1.1-3,1.1c0,.3.3.6.6.6h14c.3,0,.6-.3.6-.6l-3-1.1s-1.3,0-1.6,0Z"/></svg>');
}
.easyfinder .depth_filters .depth_filter_item.itof.active,
.easyfinder .depth_filters .depth_filter_item.itof:focus,
.easyfinder .depth_filters .depth_filter_item.itof:hover {
    background-image: url('data:image/svg+xml,<svg id="Ebene_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 45.8 45.8"><!-- Generator: Adobe Illustrator 30.1.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 136) --><defs><style> .st0 { fill: %23ffffff; } .st1 { fill: %23ffffff; } </style></defs><path class="st1" d="M29.8,7.7h-14.6c-.8,0-1.4.6-1.4,1.3l1,13.4c0,.7.6,1.3,1.4,1.3h12.6c.8,0,1.4-.6,1.4-1.3l1-13.4c0-.7-.6-1.3-1.4-1.3ZM18.6,20.8c0,.3-.3.5-.6.5h-1.4c-.3,0-.6-.2-.6-.5v-.9c0-.3.3-.5.6-.5h1.4c.3,0,.6.2.6.5v.9ZM18.6,11.5c0,.3-.3.5-.6.5h-1.4c-.3,0-.6-.2-.6-.5v-.9c0-.3.3-.5.6-.5h1.4c.3,0,.6.2.6.5v.9ZM22.4,19.1c-2,0-3.7-1.5-3.7-3.4s1.7-3.4,3.7-3.4,3.7,1.5,3.7,3.4-1.7,3.4-3.7,3.4ZM28.9,20.8c0,.3-.3.5-.6.5h-1.4c-.3,0-.6-.2-.6-.5v-.9c0-.3.3-.5.6-.5h1.4c.3,0,.6.2.6.5v.9ZM28.9,11.5c0,.3-.3.5-.6.5h-1.4c-.3,0-.6-.2-.6-.5v-.9c0-.3.3-.5.6-.5h1.4c.3,0,.6.2.6.5v.9Z"/><path class="st0" d="M21.9,38.7l-3.6-2.1c-.2,0-.3-.2-.4-.4,0-.2-.1-.3-.1-.5v-4.3c0-.2,0-.3.1-.5,0-.2.2-.3.4-.4l3.7-2.2c.2,0,.3-.1.5-.1s.4,0,.5.1l3.7,2.2c.2,0,.3.2.4.4,0,.2.1.3.1.5v4.3c0,.2,0,.3-.1.5,0,.2-.2.3-.4.4l-3.7,2.1c-.2,0-.3.1-.5.1s-.3,0-.5-.1ZM21.9,37.6v-3.7l-3.2-1.8v3.6l3.2,1.9ZM22.9,37.6l3.2-1.9v-3.6l-3.2,1.8v3.7ZM15.8,30v-2.1c0-.3,0-.5.3-.7.2-.2.4-.3.7-.3h2.1v1h-2.1v2.1h-1ZM18.9,40.2h-2.1c-.3,0-.5,0-.7-.3-.2-.2-.3-.4-.3-.7v-2.1h1v2.1h2.1v1ZM25.9,40.2v-1h2.1v-2.1h1v2.1c0,.3,0,.5-.3.7-.2.2-.4.3-.7.3h-2.1ZM28.1,30v-2.1h-2.1v-1h2.1c.3,0,.5,0,.7.3.2.2.3.4.3.7v2.1h-1ZM22.4,33l3.2-1.8-3.2-1.8-3.2,1.8,3.2,1.8Z"/><path class="st1" d="M25.3,5.7h-7.6s-3,1.1-3,1.1c0,.3.3.6.6.6h14c.3,0,.6-.3.6-.6l-3-1.1s-1.3,0-1.6,0Z"/></svg>');
}

.easyfinder .depth_filters .depth_filter_item.ensenso {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Ebene_1" x="0px" y="0px" width="43.1px" height="43.1px" viewBox="0 0 43.1 43.1" style="enable-background:new 0 0 43.1 43.1;" xml:space="preserve"><style type="text/css">.st0{fill:%23878787;}.st1{fill:%23008A97;}</style><g transform="translate(0.585,0)"><path class="st0" d="M13.8,34.1l0.6-0.2l-2.7-9.5l-0.6,0.2L13.8,34.1z M8,35.2l0.7,0.1l2-10.5L10,24.8L8,35.2z M12.3,24.4l7.2,7.8 l0.5-0.5L12.8,24L12.3,24.4z"/><rect x="29" y="9.8" transform="matrix(0.2588 -0.9659 0.9659 0.2588 11.5413 42.8691)" class="st1" width="9.3" height="8.3"/><path class="st0" d="M28.7,17.3L31,8.5l7.7,2.1l-2.3,8.8L28.7,17.3z M28.3,17.4l8.2,2.2l0-0.1l2.4-9.1l-8.2-2.2L28.3,17.4z"/><polygon class="st1" points="30.8,18.9 34,19.8 33.8,23.9 28.8,22.6 "/><polygon class="st0" points="30.8,18.9 30.8,19.1 33.9,19.9 33.7,23.8 29,22.5 30.9,19 30.8,18.9 30.8,19.1 30.8,18.9 30.7,18.9 28.6,22.7 34,24.1 34.1,19.7 30.7,18.8 30.7,18.9 "/><rect x="4.3" y="9.3" transform="matrix(0.9659 -0.2588 0.2588 0.9659 -3.3276 2.6681)" class="st1" width="8.3" height="9.3"/><path class="st0" d="M13.7,17.4l0-0.1L13.7,17.4l0.1,0L13.7,17.4z M3.4,10.6l7.7-2.1l2.3,8.8l-7.7,2.1L3.4,10.6z M3.1,10.4l2.5,9.3 l8.2-2.2l0-0.1l-2.4-9.1L3.1,10.4z"/><polygon class="st1" points="8.5,19.8 11.7,18.9 13.6,22.6 8.6,23.9 "/><polygon class="st0" points="8.5,19.8 8.5,19.9 11.6,19.1 13.4,22.5 8.7,23.8 8.6,19.8 8.5,19.8 8.5,19.9 8.5,19.8 8.3,19.8 8.4,24.1 13.8,22.7 11.7,18.8 8.3,19.7 8.3,19.8 "/></g><path class="st0" d="M27.7,34.2l0.6,0.2l3-9.4l-0.6-0.2L27.7,34.2z M22.2,31.9l0.5,0.5l7.5-7.6l-0.5-0.5L22.2,31.9z M31.9,25.4 l1.6,10.5l0.7-0.1l-1.6-10.5L31.9,25.4z"/></svg>');
}
.easyfinder .depth_filters .depth_filter_item.ensenso.active,
.easyfinder .depth_filters .depth_filter_item.ensenso:focus,
.easyfinder .depth_filters .depth_filter_item.ensenso:hover {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Ebene_1" x="0px" y="0px" width="43.1px" height="43.1px" viewBox="0 0 43.1 43.1" style="enable-background:new 0 0 43.1 43.1;" xml:space="preserve"><style type="text/css">.st0{fill:%23ffffff;}.st1{fill:%23ffffff;}</style><g transform="translate(0.585,0)"><path class="st0" d="M13.8,34.1l0.6-0.2l-2.7-9.5l-0.6,0.2L13.8,34.1z M8,35.2l0.7,0.1l2-10.5L10,24.8L8,35.2z M12.3,24.4l7.2,7.8 l0.5-0.5L12.8,24L12.3,24.4z"/><rect x="29" y="9.8" transform="matrix(0.2588 -0.9659 0.9659 0.2588 11.5413 42.8691)" class="st1" width="9.3" height="8.3"/><path class="st0" d="M28.7,17.3L31,8.5l7.7,2.1l-2.3,8.8L28.7,17.3z M28.3,17.4l8.2,2.2l0-0.1l2.4-9.1l-8.2-2.2L28.3,17.4z"/><polygon class="st1" points="30.8,18.9 34,19.8 33.8,23.9 28.8,22.6 "/><polygon class="st0" points="30.8,18.9 30.8,19.1 33.9,19.9 33.7,23.8 29,22.5 30.9,19 30.8,18.9 30.8,19.1 30.8,18.9 30.7,18.9 28.6,22.7 34,24.1 34.1,19.7 30.7,18.8 30.7,18.9 "/><rect x="4.3" y="9.3" transform="matrix(0.9659 -0.2588 0.2588 0.9659 -3.3276 2.6681)" class="st1" width="8.3" height="9.3"/><path class="st0" d="M13.7,17.4l0-0.1L13.7,17.4l0.1,0L13.7,17.4z M3.4,10.6l7.7-2.1l2.3,8.8l-7.7,2.1L3.4,10.6z M3.1,10.4l2.5,9.3 l8.2-2.2l0-0.1l-2.4-9.1L3.1,10.4z"/><polygon class="st1" points="8.5,19.8 11.7,18.9 13.6,22.6 8.6,23.9 "/><polygon class="st0" points="8.5,19.8 8.5,19.9 11.6,19.1 13.4,22.5 8.7,23.8 8.6,19.8 8.5,19.8 8.5,19.9 8.5,19.8 8.3,19.8 8.4,24.1 13.8,22.7 11.7,18.8 8.3,19.7 8.3,19.8 "/></g><path class="st0" d="M27.7,34.2l0.6,0.2l3-9.4l-0.6-0.2L27.7,34.2z M22.2,31.9l0.5,0.5l7.5-7.6l-0.5-0.5L22.2,31.9z M31.9,25.4 l1.6,10.5l0.7-0.1l-1.6-10.5L31.9,25.4z"/></svg>');
}

@media (min-width: 576px) {
    .easyfinder .depth_filters .depth_filter_item {
        padding: 10rem 2rem 1.5rem 2rem;
    }
    .easyfinder .depth_filters .depth_filter_item:nth-child(2) {}
}
@media (min-width: 768px) {
    .easyfinder .depth_filters .depth_filter_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0.25rem);
        flex: 0 0 calc(50% - 0.25rem);
        max-width: calc(50% - 0.25rem);
    }
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
    .easyfinder .depth_filters .depth_filter_item {
        background-position: 2rem center;
        padding: 2rem 2rem 1.5rem 12rem;
    }
}
@media (min-width: 1800px) {
    .easyfinder .depth_filters .depth_filter_item {
        background-position: 2.25rem center;
        padding: 2rem 2rem 1.5rem 12rem;
    }
}


.easyfinder .depth_filters .depth_filter_item.active {
    background-color: var(--ids-colour);
    color: var(--white);
}

.easyfinder .depth_filters .depth_filter_item.active:focus,
.easyfinder .depth_filters .depth_filter_item.active:hover,
.easyfinder .depth_filters .depth_filter_item:focus,
.easyfinder .depth_filters .depth_filter_item:hover {
    background-color: var(--ids-colour2);
    color: var(--white);
}

.easyfinder .depth_filter_item div.h3,
.easyfinder .depth_filter_item h3 {
    text-align: center;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--black);
    transition: color 250ms linear;
}
@media (min-width: 1200px) {        
    .easyfinder .depth_filter_item div.h3,
    .easyfinder .depth_filter_item h3 {
        text-align: left;
    }
}
.easyfinder .depth_filter_item.active div.h3,
.easyfinder .depth_filter_item:focus div.h3,
.easyfinder .depth_filter_item:hover div.h3,
.easyfinder .depth_filter_item.active h3,
.easyfinder .depth_filter_item:focus h3,
.easyfinder .depth_filter_item:hover h3 {
    color: var(--white);
}
.easyfinder .depth_filter_item .picture_filter_item_bottom {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.4;
    color: var(--black);
    transition: color 250ms linear;
}
@media (min-width: 1200px) {        
    .easyfinder .depth_filter_item .picture_filter_item_bottom {
        text-align: left;
    }
}

.easyfinder .depth_filter_item.active .picture_filter_item_bottom,
.easyfinder .depth_filter_item:focus .picture_filter_item_bottom,
.easyfinder .depth_filter_item:hover .picture_filter_item_bottom {
    color: var(--white);
}
.easyfinder .depth_filter_item .picture_filter_item_bottom span.teaser {
    font-size: 1rem;
    font-weight: 600;
    display: block;
    padding: 0 0 0.75rem 0;
}
.easyfinder .depth_filter_item .picture_filter_item_bottom ul {
    list-style: disc;
    margin: 0 0 0 1.125rem;
}
.easyfinder .depth_filter_item .picture_filter_item_bottom ul li {
    margin: 0 0 0.125rem 0;
    text-align: left;
}
.easyfinder .depth_filter_item .picture_filter_item_bottom span.note {
    display: block;
    padding: 0 0 0 0;
}


.easyfinder-links div a {
    font-size: 0.875rem;
    position: relative;
    color: var(--ids-colour);
    /* text-decoration: underline !important; */
    outline: none;

    background: linear-gradient(0deg, var(--ids-colour), var(--ids-colour)) no-repeat right bottom / 0 var(--text-underline-animation-height);
    transition: color 250ms linear, background-size 350ms;

    line-height: 1.25rem;
    text-underline-offset: 20%;
    --text-underline-animation-height: 1px;
}
.easyfinder-links div a:focus,
.easyfinder-links div a:hover {
    color: var(--ids-colour);
    background-size: 100% var(--text-underline-animation-height);
    background-position-x: left;
}


#easyfinder-text-msg-wrap span.easyfinder-text-msg {
    color: var(--black);
    font-size: 1.75rem !important;
    font-weight: 300 !important;
    line-height: 1.4;
}


#category-head-wrap .easyfinder-note {
    position: relative;
    top: -7px;
    left: -3px;
}

.easyfinder-note {
    position: relative;
    display: inline-block;
    /* margin-left: 0.25rem; */
}
.easyfinder-note .easyfinder-note-icon {
    background-image: url(/files/layout/icons/gen/info-ids-machine-vision-cameras-ids-colour.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    font-size: 0px;
    position: relative;
    top: 0.125rem;
    float: left;
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
}
.easyfinder-note.show .easyfinder-note-icon,
.easyfinder-note .easyfinder-note-icon:hover {
    background-image: url(/files/layout/icons/gen/info-ids-machine-vision-cameras-ids-colour.svg);
    z-index: 10;
}

.easyfinder-note-content {
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 0 5px 0px #878787;
    font-size: 0.875rem;
    font-weight: 400;
    color: #585858;
    line-height: 1.5rem;
    width: 0px;
    padding: 0;
    text-align: left;
    overflow: hidden;
    position: absolute;
    top: -0.375rem;
    right: -0.5rem;
    z-index: 1;
    opacity: 0;
    transition: opacity 350ms linear, width 350ms linear 175ms, height 350ms linear 175ms, padding 350ms linear 175ms;
    max-height: 700px;
}
@media (min-width: 768px) {
    .easyfinder-note-content {
        width: 0px;
        padding: 0;
    }
}
.easyfinder-note.show .easyfinder-note-content {
    width: 250px;
    width: calc(100vw - 4rem);
    padding: 0.75rem 1.5rem 0.75rem 0.75rem;
    opacity: 1;
    transition: opacity 350ms linear 175ms, width 350ms linear, height 350ms linear, padding 350ms linear;
    max-height: none;
}
@media (min-width: 576px) {
    .easyfinder-note.show .easyfinder-note-content {
        width: 250px;
        max-height: 1000px;
    }
}
@media (min-width: 768px) {
    .easyfinder-note.show .easyfinder-note-content {
        width: 250px;
        padding: 1rem 1.5rem 1rem 1rem;
    }
}
@media (min-width: 1200px) {
    .easyfinder-note.show .easyfinder-note-content {
        width: 330px;
    }
}
@media (min-width: 1800px) {
    .easyfinder-note.show .easyfinder-note-content {
        width: 250px;
    }
}

#main .easyfinder-note-content a {
    position: relative;
    color: var(--ids-colour) !important;
    text-decoration: underline;

    background: linear-gradient(0deg, var(--ids-colour), var(--ids-colour)) no-repeat right bottom / 0 var(--text-underline-animation-height);
    transition: color 250ms linear, background-size 350ms;
    text-underline-offset: 20%;
}
#main .easyfinder-note-content a:focus,
#main .easyfinder-note-content a:hover {
    background-size: 100% var(--text-underline-animation-height);
    background-position-x: left;
}

#main .easyfinder-note-content ul {
    list-style: disc;
    padding-left: 20px;
    padding-inline-start: 20px;
    margin-top: 0.5rem;
}
#main .easyfinder-note-content ul li {
    text-align: left;
    margin: 0px 0px 5px;
}

#main .easyfinder-note-content .text {
    display: inline-block;
}
#main .easyfinder-note-content .text + .text {
    margin-top: 0.5rem;
}
/*********************************************************/
/*       EASYFINDER - ENDE                               */
/*********************************************************/



/*********************************************************/
/*       IMPORT REGULATIONS - START                      */
/*********************************************************/
#import_regulations_uk_wrap {}
/* html[lang="en-GB"] #import_regulations_uk_wrap {
    display: block !important;
} */
#import_regulations_uk {
    font-size: 0.875rem;
    font-weight: 600;
    padding-top: 6px;
    position: relative;
}

.import_regulations-note {
    position: relative;
    display: inline-block;
    margin-left: 0.25rem;
}
#checkout-step-shipping_method .import_regulations-note {
    margin-left: 0rem;
    margin-right: 0.25rem;
}
.import_regulations-note .import_regulations-note-icon {
    background-image: url(/files/layout/icons/gen/info-ids-machine-vision-cameras-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    font-size: 0px;
    position: relative;
    top: 0.125rem;
    float: left;
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
}
#checkout-step-shipping_method .import_regulations-note .import_regulations-note-icon {
    background-image: url(/files/layout/icons/gen/info-ids-machine-vision-cameras-ids-colour.svg);
}
.import_regulations-note .import_regulations-note-icon:hover {
    background-image: url(/files/layout/icons/gen/info-ids-machine-vision-cameras-white.svg);
    z-index: 10;
}
#checkout-step-shipping_method .import_regulations-note .import_regulations-note-icon:hover {
    background-image: url(/files/layout/icons/gen/info-ids-machine-vision-cameras-ids-colour.svg);
}
.import_regulations-note.show .import_regulations-note-icon {
    background-image: url(/files/layout/icons/gen/info-ids-machine-vision-cameras-ids-colour.svg);
    z-index: 10;
}

.import_regulations-note-content {
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 0 5px 0px #878787;
    font-size: 0.875rem;
    font-weight: 400;
    color: #585858;
    line-height: 1.5rem;
    width: 0px;
    padding: 0;
    text-align: left;
    overflow: hidden;
    position: absolute;
    /* top: -0.5rem; */
    right: -0.5rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    opacity: 0;
    transition: opacity 350ms linear, width 350ms linear 175ms, height 350ms linear 175ms, padding 350ms linear 175ms;
    max-height: 700px;
}
#checkout-step-shipping_method .import_regulations-note .import_regulations-note-content {
    right: auto;
    left: -0.5rem;
}
@media (min-width: 768px) {
    .import_regulations-note-content {
        width: 0px;
        padding: 0;
    }
}
.import_regulations-note.show .import_regulations-note-content {
    width: 250px;
    width: calc(100vw - 4rem);
    padding: 0.75rem 1.5rem 0.75rem 0.75rem;
    opacity: 1;
    transition: opacity 350ms linear 175ms, width 350ms linear, height 350ms linear, padding 350ms linear;
    max-height: none;
}
#checkout-step-shipping_method .import_regulations-note.show .import_regulations-note-content {
    width: 250px;
    width: calc(100vw - 5rem);
    padding: 1rem 1rem 1rem 2.25rem;
}
@media (min-width: 576px) {
    .import_regulations-note.show .import_regulations-note-content {
        width: 490px;
        max-height: 1000px;
    }
    #checkout-step-shipping_method .import_regulations-note.show .import_regulations-note-content {
        width: 470px;
    }
}
@media (min-width: 768px) {
    .import_regulations-note.show .import_regulations-note-content {
        width: 675px;
        padding: 1rem 1.5rem 1rem 1rem;
    }
    #checkout-step-shipping_method .import_regulations-note.show .import_regulations-note-content {
        width: 650px;
    }
}
@media (min-width: 992px) {
    .import_regulations-note.show .import_regulations-note-content {
        width: 750px;
    }
    #checkout-step-shipping_method .import_regulations-note.show .import_regulations-note-content {
        width: 720px;
    }
}

#main .import_regulations-note-content a {
    position: relative;
    color: var(--ids-colour) !important;
    text-decoration: underline;

    background: linear-gradient(0deg, var(--ids-colour), var(--ids-colour)) no-repeat right bottom / 0 var(--text-underline-animation-height);
    transition: color 250ms linear, background-size 350ms;
    text-underline-offset: 20%;
}
#main .import_regulations-note-content a:focus,
#main .import_regulations-note-content a:hover {
    background-size: 100% var(--text-underline-animation-height);
    background-position-x: left;
}
/*********************************************************/
/*       IMPORT REGULATIONS - ENDE                       */
/*********************************************************/

/* MERKMALE EINZELBILDER */
#narrow-by-list option#filter_above_products_ids_camoptions_592 {
    display: none;
}


.quiet-info {
    padding: 1rem;
    background: var(--light-grey3);
    color: var(--dark-grey);
}