/* Header Cart  CSS */
#header .dropcart {
  position: fixed;
  top: auto;
  height: 100%;
  /* bottom: 0; */
  /* display: none; */
}
#dropcart .cart-container {
  height: 100%;

}
#headerCartBlock {
  margin: 0px -10px;

}

#headerCartBlock {
  overflow: auto;
  max-height: 67.5vh;
  margin: 0px -10px;
  /* max-height: calc(100vh - 100px); */
  padding-bottom: 180px;

  /* or moz */
  scrollbar-color: black lightgrey;
  scrollbar-width: thin;
}
#headerCartBlock scrollcorner {
  -moz-appearance: none !important;
  resize:both;
}
#headerCartBlock::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
}
#headerCartBlock::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #000;
}
#headerCartBlock::-webkit-scrollbar-track {
  background: #E6DBCD;
}
.cart-options {
  bottom: 0;
  padding:0px 15px 0px 15px;
  margin-bottom:15px;
}
#dropcart {
    width:100%;
    position: absolute;
    background: #fcf7f0;
    right: 0px;
    z-index: 999;
}
#dropcart .cart-container {
    width: 100%;
    padding: 17px 20px;
}
#cartVoucherSection .proditem {
    margin-bottom:20px;
}
/*#cartVoucherSection{
  padding: 20px;
}*/
.cart-prod-cont .prod-img-cont {
    width:80px;
    height:100px;
    overflow:hidden;
    position:relative;
}
.cart-prod-cont .prod-img-cont img {
    max-width: -moz-fit-content;
    max-width: -webkit-fit-content;
    width: 100%;
    height: auto;
}
.proditem .product-name {
    font-family: 'GroteskPro-Bold';
    font-size: 14px;
}

.product-line-info .value {
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
}

.proditem .product-price {
    font-family: 'GroteskPro-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: 'GroteskPro-Light';
    font-size:14px;
}

#cart-subtotal-shipping .value{
  text-transform: uppercase;
}

#cart-subtotal-discount span,  #cart-subtotal-credits span{
  color: #b58069;
}

.products-extended-toggle {
    background: url(/wp-content/themes/cake-wpbs/images/down-down-arrows.png) no-repeat scroll center bottom transparent;
}

#totalSummaryDiv .card-block {
    padding:0px;
    margin-bottom: 10px;
}

#cartVoucherSection .block-promo .promo-input,
#cartVoucherSection .block-promo .promo-input:focus {
  width: 100%;
  padding: 0 ;
  margin: 0 auto;
  font-family: 'GroteskPro-SemiBold';
  font-size: 16px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  height: 35px;
  outline: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

}

#cartVoucherSection .block-promo .promo-input::-webkit-input-placeholder {
    color: #555555;
    /* opacity: 1; */
    font-family: 'GroteskPro-SemiBold';
}

#cartVoucherSection .block-promo .promo-input::-moz-placeholder {
    color: #555555;
    /* opacity: 1; */
    font-family: 'GroteskPro-SemiBold';
}

#cartVoucherSection .block-promo .promo-input:-ms-input-placeholder {
    color: #555555;
    /* opacity: 1; */
    font-family: 'GroteskPro-SemiBold';
}

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

#cartVoucherSection .block-promo .promo-input::placeholder {
    color: #555555;
    opacity: 1;
}
#cartVoucherSection .rem-icon {
    /* position:absolute; */
    /* bottom: 85%;
    right: 7%; */
    /* top: -10px;
    left: 87px; */

    position: relative;
    top: -120px;
    left: 72px;

}
#dropcart .col-fit-content {
    max-width: -moz-fit-content;
    max-width: -webkit-fit-content;
}
#dropcart .col-prod-img{
  display: inline-block;
}
#dropcart .col-prod-details{
  display: inline-block;
  width: 100%;
  margin-left: 30px;
  text-align: center;
}
#dropcart .prod-detail-info-bold{
  font-size: 11px;
  font-style: normal;
  font-family: 'GroteskPro-Bold';
  text-transform: uppercase;
}

.prod-dec-inc {
    padding: 10px 0;
    text-align: left;
    width: 100%;
    float: left;
}
#dropcart .quantity-div {
  display: inline-block;
  background: #fff;
}
#dropcart .cart-cont {
  margin: 10px 0px 0px 0px;
}

#dropcart .cart-btn-container{
  margin-top: 15px;
  padding-bottom: 90px;
  font-family: 'GroteskPro-SemiBold';
}

#dropcart .add-voucher{
  margin-top: 30px;
  border-top:1px solid #ccc;
  padding-top: 15px;
}

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

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

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

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

#arrow-cart.col-fit-content {
    cursor: pointer;
    padding: 0;
    float: right;
}
#arrow-cart img{
  height: 20px;
  width: 20px;
}
.cart-prod-row{
    padding: 0 15px;
}
#fillerup p.label{
  text-align: left;
}
.dropcart-icon img,
.burger-menu img{
    width: 20px;
    height: 20px;
}
.bag-counter{
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 9px;
    color: #000;
    font-family: 'GroteskPro-SemiBold';
	line-height: 58px;
    width: 100%;
}
.dropcart-icon{
    position:relative;
}
#header .checkout-button-container a:hover{
    background: #fff;
    color:#595a65;
}
#prom-input-cont{
    position: relative;
    margin-bottom: 15px;
}
#header #prom-input-cont .enter-code{
    position: absolute;
    top: 9%;
    right: 35px;
    background: none;
    border: 0;
    height: 30px;
    outline: none;
    padding: 1px 6px;
}
#header #prom-input-cont .enter-code span {
    font-size: 16px;
    font-family: 'GroteskPro-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;
}
.main-nav-mbl #mobile_shoppingbag .ajax_cart_no_product_orange_number {
    top: -7px;
    left: 15px;
    bottom: unset;
}
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: GroteskPro-Light;
}
/* .header-cart-remove > img.remove {

  content: url(themes/cakematernity/assets/images/svg/icon-filter-remove-black.svg);
} */

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


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

.dropcart-icon a {
    display: block;
    position: relative;
}
.cart-container p.label {
    color: #000;
    font-family: 'GroteskPro-SemiBold';
    text-align: left;
    font-size: 23px;
    padding: 0px;
}
#dropcart .dropcart-header {
    /* padding-top:20px; */
    margin-bottom: 17px;
}

#dropcart .product-price-container span{
  font-family: 'GroteskPro-Bold';
  color: #000;
  font-weight: normal;
}
#dropcart .product-price-container span.price-strike{
  font-family: 'GroteskPro-Bold';
  color: #b58069;
}

.margin-left-right15 {
    margin: 0px 15px;
}

.product-name-attr {
    float: left;
    width: 60%;
    font-family: 'GroteskPro-Light';
}

.product-name-attr .product-name {
    line-height: 17px;
    display: block;
    font-size: 15px;
    text-align: left;
    margin-bottom: 0px;
    font-family: 'GroteskPro-Light';
}

.product-name-attr .product-line-info {
    display: block;
    text-align:left;
    font-size: 13px;
    /* font-style: italic; */
    letter-spacing: 1px;
    line-height: 13px;
    margin-top: 10px;
    font-family: 'GroteskPro-BookItalic';
}
.promotions-label .value {
    /* font-style: italic; */
    font-family: 'GroteskPro-BookItalic';
    font-size: 12px;
    color: #b58069;
}
.product-price-container {
    width: 40%;
    float: right;
    font-weight: 600;
}

.product-price-container .product-price {
    float: right;
    color: #000;
    line-height: 20px;
    font-family: 'GroteskPro-Bold';
}

.cart-divider {
    border-bottom: 1px solid #cecbc4;
}

.header-cart-cont .product-price-container .price-strike {
    color: red;
    text-decoration: line-through;
}

.bag-cart:hover + .header-cart-cont {
    display: block;
    max-height: 900px;
}

.header-cart-cont:hover{
    display: block;
    max-height: 900px;

}

.header-cart-cont .label {
    text-align: left;
    float: left;
}

#cartVoucherSection .checkout-btn {
    display: block;
    text-align: center;
    background-color: #595a65;
    color: #fff;
    height: 35px;
    line-height: 33px;
    margin-top: 15px;
    border:2px solid #595a65;
}

.product-container {
	padding: 10px 0;
  display: flex;
}

.checkout-button-container {
    padding-bottom: 10px;
}

.total-summary-div .cart-summary-subtotals .label,
.total-summary-div .cart-summary-subtotals .value {
    font-family: 'GroteskPro-Light';
    font-size: 14px;
    line-height: 24px;
}

.header-cart-cont .promotions-label span.value{
  font-size: 12px;
}
.header-cart-cont .promotions-label{
  line-height: 14px;
  margin-top: 10px;
}
.cart-container {
    width: 100%;
    display: block;
}

#header .cart-order-page, #header .cart-container .cart-order-page:focus,  #header .cart-container .cart-order-page:hover {
    background: #e5e5e5;
    display: inline-block;
    width: 29%;
    height: 27px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #999999;
}

#header .cart-container .cart-continueshopping-page, .cart-continueshopping-page:focus {
    border-radius: 5px;
    text-align: center;
    background-color: #000;
    padding: 8px;
    width: 100%;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    border: 2px solid #000;
}

#header .cart-container .cart-quick-order-page, .cart-quick-order-page:focus {
    border-radius: 5px;
    text-align: center;
    background-color: #000;
    padding: 8px;
    width: 100%;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    border: 2px solid #000;
}

.header-cart-cont {
    position: absolute;
    display: none;
    width: 100%;
    max-height: 0px;
    right: 15px;
	transition: max-height 1s;
    -webkit-transition: max-height 1s;
	-moz-transition: max-height 1s;
	-o-transition: max-height 1s;
    border-bottom: none;
    z-index: 2;
    overflow: hidden;
    min-width: 300px;
    background-color: #fff;
    box-shadow: 1px 1px 10px #000;
    margin-right: 5px;
	top: 40px;
	margin-top: 15px;
	color: #595a65;

}

.header-cart-cont .cart-empty {
    margin: 10px 0px;
    text-align: center;
    color: #999999;
    font-size: 14px;
}


.header-cart-cont .product-details {
    width: 68%;
    display: inline-block;
}

.header-cart-cont .cart-product-list {
    display: block;
    width: 100%;
    height: 120px;
    margin-bottom: 10px;
    overflow: hidden;
    border-bottom: 1px solid;
}

#dropcart .product-image {
    display: inline-block;
    padding-right: 15px;
    width: 30%;
    float: left;
}
#dropcart .promotions-label{
  text-align: left;
  float: left;
}
.header-cart-cont .product-details {
    width: 69%;
    display: inline-block;
    padding-left: 15px;
    float: left;
}

.header-cart-cont .cart-mobile-product-list {
    /* padding-top: 10px; */
}

.cart-arrow-up {
    position: relative;
    background: #ffffff;
    z-index: 5;
    margin-bottom: 0px;
    display: none;
}

.cart-arrow-up:after, .cart-arrow-up:before {
    bottom: 100%;
    right: 18%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.cart-arrow-up:after {
    border-color: rgba(255,255,255,0);
    border-bottom-color: #ffffff;
    border-width: 13px;
    margin-left: 0px;
}

.cart-arrow-up:before {
    border-color: rgba(204,204,204,0);
    border-bottom-color: #cccccc;
    border-width: 14px;
    margin-left: -1px;
}

.header-cart-cont .product-price {
    color: #595a65;
    text-decoration: none;
    font-weight: bolder;
}

.header-cart-cont .cart-mobile-product-list {
    max-height: 355px;
    overflow: auto;
    padding:20px 20px 0px 20px;
}

.cart-padding-space {
    padding: 10px 20px;
}

.cart-voucher-section .product-attr-details span, .cart-voucher-section .product-price {
     font-size: 14px;
}

.cart-voucher-section {
    z-index: 1001
}


.cart-cartrules{
    font-family: 'GroteskPro-BookItalic';
    font-size: 13px;
    margin-top: 15px;
}

.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: 'GroteskPro-SemiBold';
    text-transform: lowercase;
    float: right;
    cursor: pointer;
}

.prod-dec-inc .quantity-div input, .prod-dec-inc .quantity-div input:focus{
  padding:0px;
  border:none;
  font-size:13px;
  height:20px;
}

.prod-dec-inc .quantity-div .qty{
  font-size:13px;
}

/* #cart-summary-product-list {

  overflow-y: scroll;
  padding-top: 10px;
  max-height: 30vh;
  margin-bottom: 15px;

  overflow: auto;

  scrollbar-color: black lightgrey;
  scrollbar-width: thin;
} */

/* #cart-summary-product-list scrollcorner {
   -moz-appearance: none !important;
   resize:both;
}
#cart-summary-product-list::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;
}
#cart-summary-product-list::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #000;
}
#cart-summary-product-list::-webkit-scrollbar-track {
     background: #E6DBCD;
} */

.quantity-div .cart-btn-disabled {
  cursor: not-allowed;
  color: #d7d3d3;
}
.cart-btn-disabled-qty {
  cursor: not-allowed;
}
.qty-alert-div {
    display: inline-block;
    float: left;
    line-height: 10px;
    text-align: left;
}

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

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

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

/* CakeMama  */
.credit-available {
  font-family: 'GroteskPro-Bold';
  font-size: 14px;
  line-height: 16px;
  margin: 20px 0px;
}
.current-credits {
  font-family: 'GroteskPro-Bold';
  font-size: 14px;
  line-height: 16px;
  color: #b58069;
}

.credited-applied {
    font-family: 'GroteskPro-SemiBold';
    height: 35px;
    background: #fff;
    border: 1pt solid #000;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    padding: 5px;
}

input[type="text"].use-text, input[type="text"]:focus.use-text {
    border: 0;
    padding: 0 0 0 5px;
    margin: 0 auto;
    font-family: 'GroteskPro-SemiBold';
    height: 25px;
	  width: 29%;
    outline: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none;
}

input[type="text"].use-credit, input[type="text"]:focus.use-credit{
	 border: 0;
    padding: 0;
    margin: 0 auto;
    font-family: 'GroteskPro-SemiBold';
    height: 25px;
	width: 68%;
    outline: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	text-transform: uppercase;
}

.credit-apply {
	background: #000;
    color: #fff;
    text-transform: uppercase;
    padding: 5px;
    width: 100%;
}

.credit-btn, .earn-credit-btn {
    cursor: pointer;
    font-family: 'GroteskPro-SemiBold';
    font-size: 16px;
    padding-bottom: 1px;
    border-bottom: 1px solid;
}
/* END.CakeMama */

.header-banner-strip #headerCartBlock {
  max-height: calc(100vh - 250px);
}
.header-banner-strip #header .dropcart {
    top: 150px;
}
.header-banner-strip #header .scrolled .dropcart {
    top: 70px;
}
.credits-container .error-msg-container {
    text-align: left;
    margin-bottom: 20px;
}

.credits-container input[type="text"].override-width-cart, .credits-container input[type="text"]:focus.override-width-cart {
	width: 100%;
    height: 24px;
	text-transform:uppercase;
}

.total-summary-div {
	padding-top: 20px;
}

input[type="text"].have-credit, input[type="text"]:focus.have-credit {
	padding-left: 5px;
	width: 100%;
}

p.earn-cake-coins,
.earn-cake-coins span{
    font-family: 'GroteskPro-Bold';
    font-size: 12px;
}

#header .earn-cake-coins{
    text-align: center;
    background: #D6B068;
    border-radius: 25px;
    margin-bottom: 0px;
    height: 34px;
    line-height: 34px;
}

#header .earn-cake-coins a,
#header .earn-cake-coins a:hover,
#header .earn-cake-coins a:focus{
    border-bottom: 1px solid #000;
    color: #000;
}

#header .redeem-btn{
    border-bottom: 1px solid #000;
    cursor: pointer;
}

.credits-container{
    padding: 0px 15px;
}

.use-cake-coins{
    display: none;
}

.change-size-campaign {
    display: inline-block;
    font-size: 11px;
    font-family: 'GroteskPro-Book';
    margin-top: 10px;
    border-bottom: 1px solid;
    cursor: pointer;
}

.change-size-campaign.disabled {
    pointer-events: none;
}

#cartVoucherSection .low-stock {
    display: inline;
    color: #c17569;
    font-size: 12px;
    font-family: 'GroteskPro-Book';
    letter-spacing: 0;
    float: right;
}

.nav-cont-bckgrnd {
    background-color: #fff;
}

@media (min-width: 576px) {
    #dropcart .cart-container {
        padding: 17px 15px;
    }
}

@media (min-width: 768px) {
    #dropcart{
        width:400px;
        top: 64px;
    }
    #dropcart .cart-container{
        padding: 17px 20px;
    }
    #dropcart .cart-container {
        width: 400px;
        margin: 0 auto;
    }
    #cartVoucherSection .block-promo .promo-input {
        padding: 0;
    }
    .header-cart-cont {
        right: 15px;
        background-color: rgba(255,255,255,255);
        -webkit-transition: max-height 1s;
        transition: max-height 1s;
        min-width: 320px;
    }
    #header .upper-strip-icons .header-cart-cont {
        width: 100%;
        position: absolute;
        top: 40px;
    }

    .product-container {
        padding: 15px 0;
        /* padding: 15px 20px; */
    }

    .cart-dropdown-container {
        width: 100%;
        max-width: 100%;
    }

    .cart-dropdown {
        background: url(/themes/cake/assets/images/modules/headercart/down-down-arrows.png);
        background-size: 40px;
        height: 40px;
        background-repeat: no-repeat;
        background-position: 108px -41px;
    }
    .header-cart-cont{
        box-shadow: none;
    }
    #cartVoucherSection{
        padding:0px;
    }
    .cart-voucher-section .product-name-mobile, .cart-voucher-section .product-attr-details span, .cart-voucher-section .product-price {
        font-size: 14px;
    }

    .product-name-attr .product-name {
        font-size: 15px;
        line-height: 18px;
    }
    .header-cart-cont .promotions-label span.value{
      font-size: 12px;
    }
    .header-cart-cont .promotions-label{
      line-height: 14px;
    }
    .product-name-attr .product-line-info {
      font-size: 11px;
    }
    #dropcart .prod-detail-info-bold{
      font-size: 11px;
    }

    #arrow-cart img{
      height: 20px;
      width: 20px;
    }

    .cart-options {
        padding:0px 15px 20px 15px;
        margin-bottom:0px;
    }

    .header-banner-strip #header .dropcart {
        top: 182px;
    }

    .header-banner-strip #header .scrolled .dropcart {
        top: 70px;
    }

}

@media (min-width: 992px) {
    #cartVoucherSection{
      padding: 0;
    }
    
    .bag-counter{
        top: 26px;
        left: 0;
        right: 0px;
        display: block;
        text-align: center;
        padding-left: 10px;
    }

    #shopping_cart .dropcart-bg a{
        padding-right:0px;
    }

    #header #prom-input-cont .enter-code {
      right:25px;
    }

    .header-cart-cont {
        background-color: rgba(255,255,255,0.9);
    }
    .product-container {
        padding: 15px 0px;
    }

    .header-banner-strip #header .dropcart {
        top: 180px;
    }

    .header-banner-strip #header .scrolled .dropcart{
        top: 140px;
    }

}

@media (min-width: 1200px) {

    .header-banner-strip #header .dropcart {
        top: 187px;
    }

    .header-banner-strip #header .scrolled .dropcart{
        top: 100px;
    }

    .bag-counter{
        padding-left: 15px;
      }
}

@media (max-width: 320px) {
  .header-banner-strip  #header .dropcart {
      top: 138px;
  }
  
}