
.item-list-basket-details {
    margin-top: 0px !important;
}
.form-row .quantity {
    padding: 7px;
}
.form-basket {
    margin-top: -15px;
}
.bbd-dropdown-menu-right {
    /* animation-name: rightToStop; */
    /* animation-duration: .25s */
}


@keyframes rightToStop {
    from {
        right: -100%
    }

    to {
        right: 0
    }
}

@keyframes stopToRight {
    from {
        right: 0
    }

    to {
        right: -100%
    }
}

.bbd-loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid blue;
    border-right: 16px solid green;
    border-bottom: 16px solid red;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    background: rgba(255,255,255,.75);
    z-index: 1022;
    top: 20%;
    right: 40%;
    text-align: center;
  }
  
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }


/*  Sidecart CSS */
button.btn.cart-items-delete-button {
    color: #01687a;
}
.bbf-sidecart-header {
    background: #000;
}


.bbf-sidebasket-container {
    position: fixed;
    top: 0 !important;
    bottom: 0;
    right: 0;
    /* animation-name: stopToRight; */
    /* animation-duration: 0.25s; */
    width: 100%;
    max-width: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.bbf-sidebasket-container.show {
    /* animation-name: rightToStop; */
    /* animation-duration: 0.25s; */
}
header#jtl-nav-wrapper {
    z-index: 1021;
}
.cart-dropdown .cart-dropdown-buttons .zumbutton-cart {
    margin-top: 15px;
}

.cart-dropdown .cart-dropdown-buttons a.btn.btn-block {
    text-transform: uppercase;
    padding: 11px 15px;
    font-size: 15px;
}
.bbf-sidecart-header {
    padding: 15px 20px;
}
a.bbf-sidebasket-link i, a.bbf-sidebasket-link strong {
    color: #fff;
    font-size: 17px;
}
a.bbf-sidebasket-link strong {
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 6px;
}
.cart-dropdown .cart-dropdown-buttons a.btn.btn-block:hover {
    border-color: #000;
}
.cart-dropdown .cart-del-col {
    text-align: right;
}
.cart-dropdown .bbf-cart-items>a {
    display: block;
    font-weight: 700;
    color: #333;
    line-height: 1.3em;
    height: 37px;
    overflow: hidden;
    margin-bottom: 10px;
}
.cart-dropdown .qty-wrapper .choose_quantity {
    border-color: #01687a;
    background: #01687a;
	border: none;
	border-radius: 0;
}
.cart-dropdown .qty-wrapper .choose_quantity input.quantity {
    background: #e2eace;
}
.cart-dropdown .qty-wrapper .choose_quantity button.btn {
    color: #fff;
	border-radius: 0;
}
.cart-dropdown .qty-wrapper .choose_quantity button.btn:hover {
    background: #000;
}

.bbf-sidecart-footer {
    padding: 1.5rem;
	background: #f7f7f7;
}
.bbf-sidecart-footer .row.cart-dropdown-buttons {
    margin-top: 0;
}
.bbf-scart-totals {
    border-top: 7px double #e2eace;
}
.cart-dropdown .cart-dropdown-total-item {
    color: #000;
    margin-bottom: 0.5rem;
    font-size: 15px;
}
.bbf-sidebasket-container {
    overflow: hidden;
}
.bbf-sidebasket-container .bbf-cart-items small.shortdescription {
    display: none;
}

