/* bb css*/

/* searchbar */
ff-suggest .ffw-suggestContainerWrapper {
    /*min-width: 25vw;*/
    /*left: -105px;*/
}

ff-suggest .ffw-blockLayout {
    flex-direction: column;
    gap:25px;
    display: inline-block;
}

.productsContainer ff-suggest-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:25px;
}

ff-suggest-item img {
    flex-basis: 47px;
    width:47px !important;
    margin:0 !important;
}

.ffw-suggestContainer {
    border: 5px solid #efefef;
    border-collapse: separate;
    box-shadow: 0 4px 3px #c2c4c6;
}

.productsContainer .product-name {
    text-align:left;
}

ff-breadcrumb-trail-item[type="filter"] {
    display: none;
}

ff-breadcrumb-trail {
    color: rgba(0,0,0,0);
    margin: 0 -15px 0 2px;
}

@media only screen and (min-width: 811px) {
    .ffw-suggestContainerWrapper .productsContainer > * {
        width: 20vw;
    }
}

.ffw-suggestContainerWrapper {
    display:flex;
    justify-content: center;
}

/* searchbar mobile */
@media only screen and (max-width: 810px) {

    ff-suggest .ffw-suggestContainerWrapper {
        left:51px;
    }

    ff-suggest-item img {
        flex-basis: 47px;
        width:47px !important;
    }

    .productsContainer ff-suggest-item {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .ffw-suggestContainerWrapper {
        left: 0;
        margin-left: -90px;
    }

    ff-suggest .ffw-blockLayout {
        /*display: block;*/
    }
}

@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Ubuntu-R.ttf") format("truetype");
}

@font-face {
    font-family: "Ubuntu Italic";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Ubuntu-RI.ttf") format("truetype");
}

@font-face {
    font-family: "Ubuntu Bold";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Ubuntu-B.ttf") format("truetype");
}

@font-face {
    font-family: "Ubuntu Bold Italic";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Ubuntu-BI.ttf") format("truetype");
}

body {
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
}

#mainnav .nav>li>a {
    font-weight: 400;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: #FFF;
}

#footer a {
    color: #FFF;
}

.dd-ve-content .cmsContent .dd-shortcode-text a {
    color: #1d7e96;
}

.btn-info {
    background-color: #d31f37;
    border-color: #bd1c31;
}

.btn-info:hover {
    background-color: #a7182b;
    border-color: #871423;
}

.btn-info:active:hover, .btn-info.active:hover, .open>.dropdown-toggle.btn-info:hover, .btn-info:active:focus,
.btn-info.active:focus, .open>.dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus,
.open>.dropdown-toggle.btn-info.focus {
    background-color: #871423;
    border-color: #4e0b14;
}

.fa-2x {
    font-size: 3em !important;
    color: #d31f37;
}

#header-logo {
    margin-top: -30px;
    margin-bottom: -25px;
    float: left;
}

#header-registration-link {
    text-transform: uppercase;
    font-size: 11px;
    margin-right: 18px;
    margin-left: 8px;
}

#header-registration-link:hover {
    cursor: pointer;
}

#header .languages-menu {
    margin-left: -10px;
}

#basket_table,
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #d4d4d4;
}

#basketModal .modal-header {
    background-color: #d31f37;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.modal-header .close {
    color: #fff;
    font-size: 26px;
    opacity: 1;
}
#basketModal .modal-title {
    font-size: 16px;
    font-weight: bold;
}

#minibasket-counter {
    position: absolute;
    color: #fff;
    padding: 1px 10px 4px 10px;
    border-radius: 10px;
    background-color: #616161;
    top: -8px;
    left: 10px;
    text-align: center;
}

#cookieNote {
    bottom: 0;
    position: fixed;
    z-index: 9999;
}

#jumptotop.show {
    bottom: 75px;
}

#navigation {
    margin-bottom: -1px;
}
#mainnav.fadeIn {
    border-bottom: 0;
}

#welcome-text {
    margin-top: 10px;
}

#header .header-box .menus-col, #header .header-box .logo-col {
    z-index: 9999;
}

.navbar-nav>li>.dropdown-menu {
    border: 1px solid #fff;
}

#header>.container {
    padding-left: 0;
    padding-right: 0;
}

#header .header-box {
    height: 150px;
}

#header .menus-col .menu-dropdowns {
    padding-right: 0;
}

.nav>li>a {
    padding: 10px 10px;
}

body.cl-thankyou ol.checkoutSteps, body.is-checkout ol.checkoutSteps {
    margin-top: 25px;
}

#bb-homepage-link {
    margin-bottom: -1px;
}

#footer {
    padding-bottom: 15px;
}

#footer-top-bar, #footer-bottom-bar {
    height: 35px;
    background: rgba(255,255,255,0.6);
    z-index: 1;
}

#footer-bottom-bar {
    padding: 10px 0;
}

.footer-box-inner-1 {
    min-height: 150px;
    padding-top: 10px;
}

#footer #delivery-img {
    background: url(../../img/sprite.png) no-repeat;
    background-position: -620px -110px;
    width: 50px;
    height: 30px;
}

#footer #payment-img {
    background: url(../../img/sprite.png) no-repeat;
    background-position: -500px -30px;
    width: 170px;
    height: 70px;
}

#footer #security-quality-img {
    background: url(../../img/sprite.png) no-repeat;
    background-position: -313px -30px;
    width: 167px;
    height: 60px;
}

#footer .social-links li a i {
    font-size: 30px;
}

#footer .fa-instagram {
    color: #e1306c;
}

#footer .fa-instagram:hover {
    color: #405de6  ;
}

#footer .fa-xing-square {
    color: #cfdc00;
}

#footer .fa-xing-square:hover {
    color: #026466;
}

.footer-box-information, .footer-box-service, .footer-box-security {
    border-right: 1px solid #FFFFFF;
    min-height: 295px;
    margin-top: -30px;
    padding-top: 15px;
}

.footer-box-payment {
    margin-top: -30px;
    padding-top: 15px;
}

#footer .trustedShop {
    background: url(../../img/trusted.png) no-repeat;
    border: none;
    height: 69px;
    width: 69px;
    background-size: 69px;
    margin: 50px 0 0 10px;
}

#header .trustedShop {
    background: url(../../img/trusted-small-logo.png) no-repeat;
    border: none;
    height: 60px;
    width: 60px;
    background-size: 60px;
    margin: -7px -10px 0 0;
    float: right;
}

#header .search-col {
    margin-bottom: 10px;
}

#header .menus-col .menu-dropdowns>.btn-group>.btn {
    color: #333;
    text-transform: uppercase;
}

#footer .footer-box .footer-box-title {
    text-transform: capitalize;
}


footer #accordion.panel-group {
    padding:0;
    margin-bottom:2px;
}

footer #accordion .panel-collapse {
    bottom: 100%;
    float: left;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    background:#8f8f8f;
    text-align: center;
    color:#fff;
}

footer #accordion .panel-collapse .panel-body {
    padding:20px 0;
    background-color: #fff;
    color: #000;
    z-index: 999;
}

footer #accordion .panel-body ul.services.list-unstyled li {
    display:inline-block;
    padding:0 10px;
}

footer #accordion .panel-body ul.services.list-unstyled li a {
    color:#fff;
}

footer #accordion .panel-body ul.services.list-unstyled li a:hover {
    color:#fff;
}

footer #accordion .footer-payment, footer #accordion .footer-del {
    float:left;
    width:50%;
}

footer #accordion .footer-payment img, footer #accordion .footer-del img {
    margin-bottom:3px;
}

footer #accordion .panel-collapse button.btn.closepanel {
    position:absolute;
    right: 10px;
    top: 10px;
    background:none;
    color:#fff;
}

/*.panel-default>.panel-heading {*/
    /*background-color: transparent;*/
    /*border-color: transparent;*/
/*}*/

footer #accordion .panel-heading:hover {
    background:#ffffff;
}

footer #accordion .panel-heading.highlight {
    background:#8f8f8f;
}

footer .panel-group .panel + .panel {
    margin:0;
}

footer .panel-group .panel, footer .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border:0;
}

footer .panel-title > a {
    display:block;
    text-align:center;
    color:#000000;
}

footer #panel2 a {
    color:#fff;
    font-weight:bold;
}

footer #panel2 a:hover {
    color:#fff;
    text-decoration:underline;
}

footer .panel-heading:hover .panel-title > a, footer .panel-heading.highlight .panel-title > a {
    color:#d31f37;
    text-decoration: none;
}

footer .panel-default > .panel-heading {
    border:0;
    border-radius:0;
}

#accordion .panel-heading {
    padding: 7px 15px;
}

.panel-title .info-icon {
    background: url(../../img/sprite.png) no-repeat;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    top: 5px;
    right: 5px;
}

.panel-title #fast-shipping-icon {
    background-position: -89px -95px;
}

.panel-title #fast-shipping-icon:hover, footer .panel-heading:hover #fast-shipping-icon {
    background-position: -119px -95px;
}

.panel-title #save-shopping-icon {
    background-position: -30px -100px;
}

.panel-title #save-shopping-icon:hover, footer .panel-heading:hover #save-shopping-icon {
    background-position: -60px -100px;
}

.panel-title #much-article-icon {
    background-position: -198px -69px;
}

.panel-title #much-article-icon:hover, footer .panel-heading:hover #much-article-icon {
    background-position: -228px -69px;
}

.panel-title #quality-icon {
    background-position: -155px -69px;
}

.panel-title #quality-icon:hover, footer .panel-heading:hover #quality-icon {
    background-position: -175px -69px;
}

#wrapper, #header {
    background-color: transparent;
}

#wrapper .container {
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    background: rgba(255, 255, 255, 0.6);
}

#boxwrapper_topBox {
    margin-bottom: 20px;
}

#boxwrapper_newItems .page-header, #boxwrapper_topBox .page-header, #boxwrapper_accessories .page-header {
    background: rgba(255,255,255,0.6);
    margin: 40px -15px 40px -15px;
    padding-bottom: 0;
}

#boxwrapper_newItems .page-header h2, #boxwrapper_topBox .page-header h2, #boxwrapper_accessories .page-header h2 {
    padding: 5px;
}

body.cl-start .boxwrapper {
    margin: 0;
}

#manufacturerSlider {
    padding-bottom: 10px;
    padding-top: 20px;
    background-color: #ffffff;
    border:none;
    margin-bottom: 75px;
}

.artNumber {
    font-size: 16px;
}

body.cl-details #productTitle {
    font-weight: 600;
}

.boxwrapper .list-container .gridView .productBox .title, .boxwrapper .list-container .infogridView  .productBox .title {
    font-size: 16px;
    height: 90px;
    overflow: hidden;
}

.boxwrapper .list-container .lineView .productBox .title {
    font-size: 16px;
}

.boxwrapper .list-container .gridView .productBox .price .lead, .boxwrapper .list-container .infogridView .productBox .price .lead,
.boxwrapper .list-container .lineView .productBox .functions .price, body.cl-details #productPrice {
    font-weight: 600;
}

.boxwrapper .list-container .infogridView .productBox .shortdesc {
    height: 140px;
    overflow: hidden;
}

.boxwrapper .list-container .gridView .productData .artNumber {
    height: 45px;
    overflow: hidden;
}

body.cl-thankyou ol.checkoutSteps li.passed .num, body.is-checkout ol.checkoutSteps li.passed .num {
    background-color: #fff;
    color: #616161;
}

body.cl-thankyou ol.checkoutSteps li .num, body.is-checkout ol.checkoutSteps li .num {
    border: none;
    padding-top: 3px;
}

body.cl-thankyou ol.checkoutSteps li.active .num, body.is-checkout ol.checkoutSteps li.active .num {
    width: 38px;
    height: 38px;
    padding-top: 7px;
    margin-top: -4px;
}

body.is-checkout ol.checkoutSteps li.active .num .fa {
    font-size: 18px;
}

body.cl-account_order .panel {
    margin-bottom: 0px;
}

#category-pic-wrapper {
    text-align: center;
}

.cloud-zoom-lens {
    border: 2px solid #EB6005;
    margin: -2px;
    background-color: #fff;
    cursor: move;
}

.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -30px;
    margin-left: -30px;
}

#footer .footer-box-payment .footer-box-inner-2 {
    margin-top: -12px;
}

.subcatList .panel-default>.panel-heading {
    height: 60px;
}

#detailsRelated #itemTabs li a {
    font-weight: bold;
}

.boxwrapper .list-container .lineView .productBox .picture img {
    max-height: unset;
    margin-bottom: 15px;
}

#payment .well div.alert-info.desc {
    display: none;
}

@media (max-width: 570px) {
    #welcome-text {
        text-align: center;
        margin-top: -10px;
        margin-bottom: 10px;
    }

    #navigation {
        margin-bottom: 0;
    }

    #footer .trustedShop {
        margin: 0;
    }

    .cloud-zoom-lens {
        display: none;
    }

    #header .header-box .menus-col .menu-dropdowns {
        float: right !important;
        margin-top: -20px;
    }

    #header .header-box .menus-col .menu-dropdowns .showLogin {
        margin-left: -12px;
    }

    #header-registration-link {
        margin-right: 10px;
        margin-left: 0;
    }
}

.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

#basket_table thead tr, #basket_table tfoot tr {
    background-color: #f9f9f9;
}

@media only screen and (max-width: 600px) {

    .cloud-zoom-lens {
        display: none;
    }
}

@media (max-width: 767px) {
    .footer-box-inner-1, .footer-box-inner-2 {
        text-align: center;
        text-align: -webkit-center;
        text-align: -moz-center;
        min-height: auto;
        padding-top: 0;
    }

    .footer-box-information, .footer-box-service, .footer-box-security {
        border-right: none;
        min-height: 1px;
        margin-top: 0;
        padding-top: 0;
    }

    .footer-box-payment {
        margin-top: 0;
        padding-top: 0;
    }

    #footer-top-bar {
        height: auto;
    }

    #order-success-icon {
        text-align: center;
    }

    .cloud-zoom-lens {
        display: none;
    }

    .navbar-nav {
        margin-left: 0;
    }

    .container>.navbar-collapse.in {
        height: 385px;
        max-height: 385px;
        overflow-y: scroll;
        -webkit-overflow-scrolling:touch;
    }

    #header>.container {
        padding-left: 15px;
    }

    #header-logo {
        margin-left: -15px;
    }

    #footer .footer-box-content ul li {
        float: left;
        padding: 5px 10px;
    }

    #footer .footer-box-title {
        border-bottom: 1px solid #fff;
        padding-bottom: 5px;
    }

    #footer .footer-box-payment .footer-box-inner-2 {
        margin-top: 0;
    }

    #footer .footer-box {
        margin-bottom: 15px;
    }

    #footer {
        padding: 20px 0;
    }
}

.dl-horizontal {
    border: 1px solid #ffffff;
}

#attributes {
    margin-left: -15px;
    margin-right: -15px;
}

.dl-horizontal dt, .dl-horizontal dd  {
    padding: 0 10px 0 10px;
}

.dl-horizontal dd:first-of-type, .dl-horizontal dt:first-of-type {
    padding-top: 10px;
}

.dl-horizontal dd:last-of-type, .dl-horizontal dt:last-of-type {
    padding-bottom: 10px;
}

a#userlike-tab.userlike-right {
    right: 0 !important;
}

@media (min-width: 768px) {
    .dl-horizontal {
        width: 100%;
        overflow: hidden;
        padding: 0;
        margin: 0;
    }

    .dl-horizontal dt {
        text-align: left;
        float: left;
        width: 50%;
        margin: 0
    }

    .dl-horizontal dd {
        float: left;
        width: 50%;
        margin: 0;
        border-left: 1px solid #ffffff;
    }

    #attWeightValue {
        padding-top: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    #header-logo {
        margin-bottom: 10px;
    }
    #header .header-box {
        min-height: 200px;
    }

    .cloud-zoom-lens {
        display: none;
    }

    .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: -30px;
        margin-left: -30px;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
    .menus-col {
        margin-top: -25px;
        margin-bottom: 27px;
    }
}

div[data-shopname="shop.bb-sensors.com"],
div[data-shopname="shop.bb-sensors.com/en"],
.etrusted-tb-card {
    left: 0;
    right: inherit !important;
}

#minimized-trustbadge-98e3dadd90eb493088abdc5597a70810, #maximized-trustbadge-98e3dadd90eb493088abdc5597a70810,
.outsideAlerter-98e3dadd90eb493088abdc5597a70810 div:first-child {
    left: 0 !important;
    right: auto !important;
    border-radius: 0 !important;
	bottom: 115px !important;
}

#minimized-trustbadge-98e3dadd90eb493088abdc5597a70810 div:last-child > div {
    right: auto !important;
}

.menu_db8d3657bdbe440c985ae127463eaad4__container, .menu_db8d3657bdbe440c985ae127463eaad4__container {
    right: auto !important;
}

.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
    color: #CCCCCC;
}

.paypalHelpIcon {
    top:3px !important;
    left:80px !important;
    display:inline !important;
}

ff-asn[align=horizontal] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-items: stretch;
    align-items: stretch;
    margin-bottom: 20px;
}

ff-asn-group > div:first-child {
    font-weight: bold;
    text-align: center;
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
}

@media (min-width: 992px) {
    #mainnav > .container {
        position: relative;
    }

    #bb-homepage-link {
        position: absolute;
        right: 0;
        top: 0;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        max-width: 1130px;
    }
}

.modal {
    z-index: 10500;
}

#modalbasketFlyout thead th:nth-child(2) {
    display: none;
}

#modalbasketFlyout tbody td:nth-child(1) {
    display: none;
}

@media (min-width: 768px) {
    #modalbasketFlyout thead th:nth-child(2) {
        display: table-cell;
    }

    #modalbasketFlyout tbody td:nth-child(1) {
        display: table-cell;
    }
}

@media (max-width: 768px) {
    ff-asn[align=horizontal] {
        grid-template-columns: none;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
    #price-amount-info {
        font-size:  10px;
        width: 100%;
    }
    ff-asn[align=horizontal] {
        grid-template-columns: none;
    }
}
