/* Header Cart  CSS */
#header .dropcart{
    position: fixed;
    bottom: 0;
    top: 120px;
    background: #fef9ea;
}
#dropcart .cart-container{
  height: 100%;
  position: fixed;
}
.cart-prod-row
#cart-summary-product-list{
  /* overflow-y: scroll; */
  padding: 10px 0px;
  /* min-height: 75px; */
  /* max-height: 40vh; */
  margin-top: 30px;
}


#headerCartBlock{
	overflow-y: scroll;
	max-height: 40vh;
	max-height: calc(100vh - 200px);
	padding-bottom: 10px;
	margin: 0px -15px;
	padding: 0px 15px;
}
#headerCartBlock::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
#headerCartBlock::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.cart-options{
  bottom: 0;
}
#dropcart{
    width:100%;
    position: absolute;
    background:#fef9ea;
    right: 0px;
    z-index: 999;
}
#dropcart .cart-container{
    width: 100%;
    padding: 17px 20px;
}
#cartVoucherSection .proditem{
    margin-bottom:20px;
}
.cart-prod-cont .prod-img-cont{
    width:75px;
    height:auto;
    overflow:hidden;
    position:relative;
}
.cart-prod-cont .prod-img-cont img {
    /* max-width: -moz-fit-content; */
    max-width: -webkit-fit-content;
    height: auto;
    max-width: 100%;
}
.proditem .product-name{
    font-family: 'Grotesk-bold';
    font-size: 14px;
}

.product-line-info .value{
    font-size:12px;
    font-weight: normal;
}
.product-line-info{
    line-height: 13px;
}
.proditem .product-price{
    font-family: 'Grotesk-bold';
    font-size:13px;
    color:#000;
}
#cartVoucherSection .block-promo .promo-code{
    background: transparent;
    padding: 0px;
}
#totalSummaryDiv{
    margin-top:20px;
}
#cart-subtotal-products,
#cart-subtotal-shipping,
#cart-subtotal-discount{
    font-family: 'Grotesk-book';
    font-size:14px;
}
#totalSummaryDiv .card-block{
    padding:0px;
    margin-top:20px;
}

#cartVoucherSection .block-promo .promo-input{
    width:100%;
    padding: 0;
    /* padding: 0 15px; */
    margin: 0 auto;
    font-family: 'Grotesk-semi';
    font-size: 12px;
    border: 1px solid #000000;
    background: #fff;
    color: #000000;
    height: 30px;

    outline: 0;
    border-radius: 0;
    box-shadow: none;
}

#cartVoucherSection .block-promo .promo-input::-webkit-input-placeholder {
    color: #000;
    /* opacity: 1; */
    font-family: 'Grotesk-semi';
}

#cartVoucherSection .block-promo .promo-input::-moz-placeholder {
    color: #000;
    /* opacity: 1; */
    font-family: 'Grotesk-semi';
}

#cartVoucherSection .block-promo .promo-input:-ms-input-placeholder {
    color: #000;
    /* opacity: 1; */
    font-family: 'Grotesk-semi';
}

#cartVoucherSection .block-promo .promo-input:-o-input-placeholder {
    color: #000;
    opacity: 1;
}

#cartVoucherSection .block-promo .promo-input::placeholder{
    color: #000!important;
    opacity: 1;
}
#cartVoucherSection .rem-icon{
    position:absolute;
    bottom: 85%;
    right: 7%;
}
#dropcart .col-fit-content {
    max-width: -moz-fit-content;
    max-width: -webkit-fit-content;
}

.prod-dec-inc {
    padding-top: 10px;
}

#dropcart .add-voucher{
  /* margin-bottom: 15px; */
  margin-top: 30px;
}

.proditem .quantity-div {
    display: inline;
    background-color: #fff;
    font-size: 14px;
    padding: 3px 0;
}

.proditem .quantity-div span {
    font-size: 14px;
}

.prod-dec-inc input {
    display: inline-block;
    height: 22px;
    width: 22px;
    text-align: center;
    border: transparent;
}

.quantity-div .dec, .quantity-div .inc {
    padding: 0 8px;
    cursor: pointer;
}

#arrow-cart.col-fit-content{
    cursor: pointer;
    padding-left: 0px;
    padding-right: 0px;
}
#fillerup p.label{
  text-align: left;
}
.dropcart-icon img,
.burger-menu img{
    width:20px;
    height:20px;
}
.bag-counter{
    position: absolute;
    top: 5px;
    left: 8px;
    font-size: 9px;
    color: #000;
    font-family: 'Grotesk-semi';
	line-height: 68px;
}
.dropcart-icon{
    position:relative;
}
#header .checkout-button-container a:hover{
    background: #fff;
    color:#000;
    border:2px solid #000;
}
#prom-input-cont{
    position: relative;
    margin-bottom: 15px;
}
#header #prom-input-cont .enter-code{
    position: absolute;
    top: 0%;
    right: 35px;
    background: none;
    border: 0px;
    height: 30px;
    outline: none;
}
#header #prom-input-cont .enter-code span{
    font-size: 12px;
    font-family: 'Grotesk-bold';
}
/* #addedVoucherSection{
    display: none;
}
 */
#cartVoucherSection .rem-icon a:hover {
    color: #e49795;
}

#header-cart-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 2;
    margin: 0 auto;
}

input::placeholder {
    color: black;
    opacity: 1;
}
#dropcart .product-price-padding {
    /* padding: 0 15px; */
    text-align: right;
    /* position: absolute; */
    /* right: 15px; */
    margin-left: auto;
    float: right;
}

.ui-effects-wrapper {
    margin: 20px auto;
}
.header-cart-remove{
	font-size: 23px;
  color: #000;
}
.voucher-promo-padding {
    padding: 0 15px;
}
#headerCartNotifications #notifications .alert {
  padding: 5px;
}
#headerCartNotifications #notifications ul {
    text-align: center;
}
#headerCartNotifications #notifications ul li{
	font-family: Grotesk-book;
}
.dropcart-header {
    margin-bottom: 30px;
}
.header-cart-remove > img.remove {

  content: url(https://assets.sugarcandybra.com/themes/sugarcandybra/assets/images/svg/sugarcandy-icon-filter-remove-black.svg);
}

#dropcart .cart-summary-line.cart-total{
  margin-top: 10px 0;
}
#dropcart .cart-summary-line.cart-total .value,
#dropcart .cart-summary-line.cart-total .label
{
    /* font-weight: bold; */
    font-family: 'Grotesk-bold';
    font-size: 16px;
}

#dropcart .cart-summary-line.cart-summary-subtotals .label,
#dropcart .cart-summary-line.cart-summary-subtotals .value,
#dropcart .cart-credits-line .label,
#dropcart .cart-credits-line .value
{
  font-family: 'Grotesk-book';
  font-size: 14px;
}

.dropcart-icon a{
    display: block;
    position: relative;
}
.cart-container p.label{
    color: #000;
    font-family: 'Grotesk-semi';
    text-align: left;
    font-size: 23px;
    /* margin: 5px 0px 5px 10px; */
    padding: 0px;
}
#header .dropcart-header{
    padding-top:20px;
    padding-left: 10px;
}
#dropcart .checkout-button-container{
    margin-top:10px;
    margin-bottom:100px;
}
#dropcart .checkout-button-container .continue-shop-btn,
#dropcart .checkout-button-container .continue-shop-btn:active,
#dropcart .checkout-button-container .continue-shop-btn:focus,
#dropcart .checkout-button-container .continue-shop-btn:hover {
    margin-bottom: 15px;
    background: #fff;
    color: #000;
    text-decoration: none;
}
#dropcart .checkout-button-container .checkout-btn,
#dropcart .checkout-button-container .checkout-btn:active,
#dropcart .checkout-button-container .checkout-btn:focus,
#dropcart .checkout-button-container .checkout-btn:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}
#dropcart .checkout-button-container .continue-shop-btn,
#dropcart .checkout-button-container .checkout-btn{
    border-radius: 40px;
}
.promotions-label{
    margin:10px 0px;
}
.promotions-label .value{
    font-size: 12px;
    font-family: 'Grotesk-book';
    color:#da552c;
}

.add-promocode-link {
    font-family: 'Grotesk-book';
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    display: flex;
    cursor: pointer;
    float: left;
}

.add-promocode-link-div {
    width: 100%;
    display: flex;
}

.cart-cartrules{
    margin: 10px 0px 40px 0px;
    font-family: 'Grotesk-reg';
    font-size: 13px;
}

.deleteVoucher{
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    width: 15px;
    text-align: center;
    vertical-align: middle;
    line-height: 14px;
    font-family: 'Grotesk-semi';
    text-transform: lowercase;
    float: right;
    cursor: pointer;
}

.qty-alert-div {
    display: inline-block;
    float: left;
    line-height: 14px;
    text-align: left;
    padding-top: 10px;
}

.qty-alert-div .value{
    font-family: 'Grotesk-book';
    font-size: 12px;
    line-height: 10px;
    color: #000;
    /* color: #a94442; */
}

.header-banner-strip #header .dropcart {
    top: 172px;
}
#fillerup {
    padding-left: 0px;
    padding-right: 0px;
}
.change-size-campaign {
    display: inline-block;
    font-size: 11px;
    font-family: 'Grotesk-Book';
    margin-top: 10px;
    border-bottom: 1px solid;
    cursor: pointer;
}
.change-size-campaign.disabled {
    pointer-events: none;
}
#module-opccake-display .change-size-campaign {
    display: none;
}
.free-campaign-container .product-title {
    text-align: left;
}
#cart-subtotal-shipping .value.estimatedValue{
    text-transform: capitalize;
}
span.bundlecode{
    font-family: 'Grotesk-reg';
    font-size: 13px;
}
.headercart-offer-main-content, .headercart-offer-additional-message {
    background-color: #fff2c4;
    color: #000;
    text-align: center;
    font-family: 'Grotesk-bold';
    letter-spacing: 1px;
    font-size: 13px;
    padding: 15px;
    line-height: 20px;
    /* width: 310px; */
    width: 100%;
    margin:auto;
}
.dropcart-offer {
    width: 100%;
    background-color: #fff2c4;
}
#cartVoucherSection .low-stock {
    display: block;
    color: #c17569;
    font-size: 12px;
    font-family: 'Grotesk-Book';
    letter-spacing: 0;
}
.cart-credits-line .value{
    float: right;
}
@media (min-width: 576px) {
  #dropcart .cart-container{
      padding-left: 20px;
      padding-right: 20px;
  }
}
@media (min-width: 768px) {
    #dropcart{
        width:400px;
    }
    #dropcart .cart-container{
        padding-left: 20px;
        padding-right: 20px;
    }
    #dropcart .cart-container {
        width: 350px;
        margin: 0 25px;
        padding: 0;
    }
    #cartVoucherSection .block-promo .promo-input {
        padding: 0;
    }
    .header-banner-strip #header .dropcart {
        top: 149px;
    }
    #header .dropcart-header {
        padding-right: 10px;
    }
    .dropcart-offer {
        width: 400px;
    }
}
@media (min-width: 992px) {
    .bag-counter{
        left: 23px;
    }

    #header #prom-input-cont .enter-code{
      right:25px;
    }
	/* .dropdown-menu-cont .dropcart-icon{
		padding-right:15px;
	} */
    .header-banner-strip #header .dropcart {
        top: 158px;
    }
}

@media (min-width: 1200px) {
    .header-banner-strip #header .dropcart {
        top: 166px;
    }
    #header .dropcart-header {
        padding-right: 20px;
    }
}

@media (max-width: 320px) {
    .header-banner-strip #header .dropcart {
        top: 160px;
    }
    #dropcart .product-price-padding .product-price {
        font-size: 11px;
        margin-left: 0px;
    }
}