/*table.muntiple-product td {
    padding: 10px 0 0 0 ;

}*/
.bss_option{
    display: none;
    text-align: left;
    border: 0.8px solid #dbd4d4;
    padding: 2px;
}
.pop-add-muntiple .bss_option{
    display: block;
}
.bss_option select,.bss_option input,.bss_option textarea{
    max-width: 100%;
}
.qty-checkbox {
    margin: 10px auto;
}
.grouped-items-bs li {
    border-bottom: 0.8px solid #dbd4d4;
}
.grouped-items-bs li:last-child{
    border: none;
}
table.muntiple-product .error-msg {
    text-align: left;
}
span.remove-item-bs {
    background: url(../../../images/bss/bin.png);
    display: block;
    width: 25px;
    height: 25px;
    background-size: 25px;
    background-repeat: no-repeat;
    margin: auto;
    cursor: pointer;
}
.button-checkbox-addall {
    margin: 10px 0px;
}
tr.table-heading {
    background: #cccccc;
}
.popaddmultiple .product-image-aj img {
    display: initial;
}
.popaddmultiple p.message {
    margin-bottom: 15px;
}
.popaddmultiple .full-width {
    width: 100% !important;
}

.popaddmultiple {
    position: fixed;
    max-width: 600px;
    border: 1px solid;
    z-index: 999;
    background: #fff;
    max-height: 500px;
    overflow: auto;
    z-index: 2000;
    text-align: center;
    padding: 25px;
}
#product-slider{
    position: relative;
}
.popaddmultiple .messages{
    margin: 0px !important;
}
table.muntiple-product .table-heading td {
    padding: 5px;
}
.messages li {
    position: relative;
    padding: 7px 10px 7px 15px;
    background: #f4f4f4;
    font-size: 15px;
}
.popaddmultiple tr.row td {
    padding-bottom: 10px;
}
.popaddmultiple td.name {
    width: 30%;
    text-align: left;
}
.grouped-items-bs .name {
    width: 50%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.grouped-items-bs .qty-wrapper {
    width: 50%;
    float: right;
    position: relative;
    top: 4px;
}
.grouped-items-bs li:after {
    content: '';
    display: block;
    clear: both;
}
.qty-checkbox .quantity{
    width: 45px;
}
.popaddmultiple .messages .error-msg {
  color: black;
  border-left: 5px solid #df280a;
  background-color: #faebe7;
}

.popaddmultiple .messages .error-msg:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #df280a;
  border-right: none;
  top: 50%;
  left: 0;
  margin-top: -6px;
}
.popaddmultiple .messages .success-msg {
    color: black;
    border-left: 5px solid #11b400;
    background-color: #eff5ea;
}
.popaddmultiple .messages .success-msg:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #11b400;
    border-right: none;
    top: 50%;
    left: 0;
    margin-top: -6px;
}

.popaddmultiple::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.popaddmultiple::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

.popaddmultiple::-webkit-scrollbar-thumb
{
    background-color: #000000;
    border: 2px solid #555555;
}
table.muntiple-product,table.muntiple-product .price-box .price,table.muntiple-product select {
    font-size: 13px;
}
table.muntiple-product .price-box .special-price{
    padding-left: 0; 
}
table.muntiple-product tr.loop {
    background: #f7f6f6;
}
table.muntiple-product .quantity {
    color: #1f1e20;
    font-size: 12px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    width: 35px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.sorter > .view-mode strong.muntiple, .sorter > .view-mode .muntiple:hover {
    background-position: -22px 50%;
}
.sorter > .view-mode .muntiple {
    background: url("../../../images/muntiple.png") no-repeat scroll 0 50% transparent;
    height: 30px;
    width: 20px;
    text-indent: -9999px;
    background-repeat: no-repeat;
   float: right;
}
.loadings{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 2002;
    display: none;
}
.overFlowBssTT {
    background: rgba(0,0,0,0.5) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1999;
    display: none;
}

.loading-ajax{
    position:absolute;
    top: 45%;
    left: 47.8%;
    height: 4em;
    width: 4em;
    border: 4px solid rgba(255,255,255,0.2);
    border-top-color:rgba(255,255,255,0.7);
    border-radius:50%;
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite
}

@-moz-keyframes spin {
100%{-moz-transform:rotate(360deg)}
}
@-webkit-keyframes spin {
100%{-webkit-transform:rotate(360deg)}
}
@keyframes spin {
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.muntiple-product td {
    padding: 10px;
}
.muntiple-product .price-box .map-link{
    text-align: left;
}
button.button.btn-cartall-popup {
    float: right;
}
.popaddmultiple .cart-info {
    clear: both;
}
table.muntiple-product {
    border: 1px solid #f5eded;
    width: 100%;
}

.popaddmultiple .btn-viewcart, #bss_ajaxmuntiple_cart_popup .btn-continue {
    width: 50%;
    float: left;
    color: #fff;
}

.popaddmultiple .btn-continue .continue {
    background: #1979c3;
    box-shadow: none;
    border: none;
    color: #fff;
}

.popaddmultiple .btn-continue .continue:hover {
    background: #006bb4;
}

.popaddmultiple .btn-viewcart .viewcart {
    background: #1979c3;
    box-shadow: none;
    border: none;
    color: #fff;
}

.popaddmultiple .btn-viewcart .viewcart:hover {
    background: #006bb4;
}

#product-slider {
    padding: 0;
    margin: 0;
    list-style: none;
}
#product-slider li{
    padding-left: 5px;
}
#product-slider li:last-child{
    padding-left: 0px;
}
#product-slider .owl-controls .owl-buttons div {
    position: absolute;
    display: block;
    width: 15px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    text-indent: -9999px;
    background-image: url(../../../images/bss/slider-arrows.png);
    background-repeat: no-repeat;
    background-color: transparent;
    transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
    -webkit-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
    opacity: 1;
}

#product-slider .owl-controls   .owl-buttons .owl-next {
    background-position: -60px -12px;
    right: -3px;
    top: 46%;
}
#product-slider .owl-controls   .owl-buttons .owl-prev {
    background-position: -10px -10px;
    left: -15px;
    top: 46%;
}
.popaddmultiple .owl-theme .owl-controls{
    display: block !important;
}
@media only screen and (min-width: 768px) {
    .popaddmultiple {
        width: 600px;
    }
}
