.drilldown > li > a{
    color:#007cba !important;
}

.drilldown-link.active{
    background-color:#e9ecef;
}

.drilldown .is-drilldown-submenu.is-active{
    margin-left:0px;
}

.bsb_txt_search_div{
    margin:7px;
}


/* Seal Items */
.bsb-seals{
    text-align:center;
}

.bsb-seal-container{
    /* height:220px;
    width:160px;
    float:left;
    padding:10px;
    text-align:center;
    overflow:hidden;
    border:1px solid transparent; */

    height:220px;
    width:33%;
    max-width:160px;
    min-width:85px;
    display:inline-block;
    padding:10px;
    text-align:center;
    overflow:hidden;
    border:1px solid transparent;
    position:relative;
}
    .bsb-seal-container:hover{
        border:1px solid #e9ecef;
        cursor:pointer;
    }
.bsb-seal-container.selected{
    background-color: #fafafa;
    border: 1px solid #025fb0
}
.bsb-seal-container.selected a::after{
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: #006ab6;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.bsb-seal-container.selected .bsb-seal-image{
    opacity:0.4;
}

.bsb-seal-image-wrapper{
    height: calc(100% - 40px);
    width: 100%;
    display: flex;
    text-align: center;
}

.bsb-seal-image{
    max-height:100%;
    max-width:100%;
    margin:auto;
    width:unset !important;
}

.bsb-seal-footer{
    font-size: calc(15px + (16 - 14) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.01em;
    margin-bottom: .15rem;
    color: #08c !important;
    user-select:none;
}


.bsb-seal-image-div{
    height:calc(100% - 40px);
    background-color:lightgray;
    width:80%;
    margin:7px auto;
}

.bsb-seal-name{
    font-weight:600;
    margin-bottom:5px;
}


.bsb-filter-div{
    text-align:right;
}

#bsb_select_colors{
    min-width:90px;
}

.bsb-select{
    width:-moz-fit-content;
    width:fit-content;
    margin:0px 0px 0px 7px;
    user-select:none;
}

.bsb-txt.search{
    width:250px;
    display:inline;
}

.bsb-btn.search{
    background-color:transparent;
    color:#007cba;
}

.quickship-toggle-div{
    display:inline-block;
    user-select:none;
}

.qs-toggle-p{
    display:inline;
}

.bsb.input-group{
    border:1px solid #e7e7e7;
    border-bottom:0px;
    padding:1rem;
}

.dd-header > h3{
    background-color:#006ab6;
    color:white;
    font-size:20px;
    font-weight:400;
    line-height:27px;
    padding:10px;
    width:100%;
    user-select:none;
    font-family:'Open Sans', sans-serif;
    margin-top:1px;
}

.dd-header{
    width:100% !important;
    margin-top:-1px !important;
}

.drillitem{
    width:100% !important;
    padding:0px !important;
    border:unset !important;
    margin:0px !important;
    user-select:none;
}

.drillitem.active{
    background-color:#e9ecef !important;
    color:#007cba !important;
}

.drillitem > a{
    cursor:pointer;
    padding:5px 10px 7px !important;
    width:100%;
    font-size:17px;
}

.drillitem > a:hover{
    color:unset;
    background-color:#e9ecef !important;
}

.dd-wrapper .dd-menu li.drillitem:hover a, .dd-wrapper .dd-menu li.seperator:hover a{
    color:black;
}

.dd-wrapper .dd-menu li.drillitem:hover, .dd-wrapper .dd-menu li.seperator:hover{
    background-color:transparent;
}


.drillitem.seperator.expanded > ul{
    width:100% !important;
}

.dd-wrapper .dd-menu li.active a{
    color:#025fb0;
}

#drilldown{
    width:100%;
}

.bsb-last-seal-spinner{
    border:4px solid #006ab6;
    border-top:4px solid transparent;
    border-radius:50%;
    width:40px;
    height:40px;
    margin:auto;
    animation:spin .8s linear infinite;
    margin-top:50%;
}

.bsb-reset-filters{
    display:inline-block;
    color:#025fb0;
    text-decoration:none;
    cursor:pointer;
    user-select:none;
    margin-right:10px;
}
    .bsb-reset-filters:hover{
        color:#2dabea;
    }

.bsb-list-container{
    border:1px solid #e7e7e7;
    border-top:0px;
}

.bsb-left{
    margin-top:5px;
    min-width:18.25%;
    /* border:1px solid #e7e7e7; */
    padding:0px;
}

#bsb_seals{
    max-width:80%;
}

.drillitem.active > a{
    color:#025fb0 !important;
}

#bsb_seal_list{
    max-height:none;
    overflow:unset;
}
.container{
    padding:0px;
}

.bsb-error{
    padding:10px;
    background-color:#fafafa;
    border:1px solid #e7e7e7;
    text-align:center;
}
.bsb-error > h4{
    color:#006ab6;
    margin:0px;
    font-size:1em;
}

#bsb_seals_title{
    float:left;
    margin:0px;
}
#bsb_seals_title > h4{
    font-size:24px !important;
    font-weight:600 !important;
}
#cover-spin{
    position:absolute;
    width:100%;
    height:calc(100vh - 400px);
    /* border:1px solid red; */
    display:none;
}
.cover-spin-spinner{
    border:4px solid #006ab6;
    border-top:4px solid transparent;
    border-radius:50%;
    width:40px;
    height:40px;
    margin:auto;
    animation:spin .8s linear infinite;
    margin-top:calc(50vh - 200px);
}

.dd-header > h3 > i{
    display:none;
}

.bsb-seal-container.bsb-last-seal{
    border:1px solid #e9ecef;
}

.modal-body{
    text-align:center;
}

.bsb_modal_row.left{
    width:100%;
}
.bsb_modal_seal_key{
    font-weight:600;
    margin-bottom:5px;
}
.bsb_modal_left_title{
    font-weight:600;
    margin-bottom:0px;
}
.bsb_modal_seal_img{
    margin-bottom:15px;
}

td.title{
    font-weight:bold;
}

.bsb_modal_seal_value{
    color:#08c !important;
    user-select:none;
    font-weight:400;
    font-size: calc(15px + (16 - 14) * ((100vw - 300px) / (1600 - 300)));
}

.modal-title{
    font-weight:bold;
    font-size:18px;
    user-select:none;
}





@media only screen and (max-width:991px)
{
    .bsb-reset-filters{
        display:block !important;
        float:unset !important;
        padding:5px 0px !important;
        width:fit-content !important;
        margin:auto !important;
    }
    .bsb-left{
        margin:0px;
        min-width:unset;
    }
    #bsb_seal_list{
        max-height:400px;
        overflow:auto;
        border:2px solid #e7e7e7;
    }
    #bsb_seals{
        max-width:unset;
    }
    .bsb-select{
        margin:0px;
    }

    #bsb_seals_title{
        float:unset;
        margin-top:10px;
    }
    #bsb_seals_title > h4{
        font-size:18px !important;
    }
}



/* used to match products left col. */
@media only screen and (min-width:991px){
    .col-lg-3.bsb-left{
        max-width:22.5%;
    }
    
    #bsb_seals.col-lg-9{
        flex: 0 0 76.75%;
        max-width:76.75%;
    }
}

/* used to match products left col. */
@media only screen and (min-width:1500px)
{
    .col-lg-3.bsb-left{
        max-width:18.25%;
    }
    
    #bsb_seals.col-lg-9{
        flex: 0 0 81.75%;
        max-width:81.75%;
    }
}





/*toggle switch*/
.switch {
    position: relative;
    width: 30px;
    height: 17px;
    float: none;
    margin-bottom:0px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #007cba;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #007cba;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
  }
  .slider.round{
      height:17px;
      margin:0px;
  }
  .switch.qst{
      display:inline-block;
  }
  .switch.qst > .slider{
      margin-top:3px;
  }

  .bsb-menu-arrow{
      float:right;
  }