﻿#cartmenu {position: relative;display: inline-block;padding: 0px 15px 0px 0px;}
#cart{font-size:12px;color:#fff;line-height:32px;}
#cart i {font-size: 18px;vertical-align: middle;}
.shopping-cart-holder{display:none;border-radius:3px;/* padding:20px; */background:#fff;border:1px solid #ddd;width:300px;/* margin: 10px 0; */position:absolute;z-index:7000;left: 0;top: 55px;-webkit-box-shadow: 0px 0px 5px 0px rgba(221,221,221,1);-moz-box-shadow: 0px 0px 5px 0px rgba(221,221,221,1);box-shadow: 0px 0px 5px 0px rgba(221,221,221,1);}
.shopping-cart{position:relative;}
.shopping-cart .shopping-cart-header{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;padding: 12px 16px 12px 12px;font-size: 16px;font-size: 1.143rem;line-height: normal;}
.shopping-cart .shopping-cart-header .shopping-cart-total{float:left}
.shopping-cart .shopping-cart-items{margin:0;list-style:none;max-height: 293px;overflow-y: scroll;overflow-x: hidden;list-style: none;border-top: 1px solid #f0f0f1;}
.shopping-cart .shopping-cart-items::-webkit-scrollbar{width:0}
.shopping-cart .shopping-cart-items li a{list-style:none;padding: 15px 0;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;border-bottom: 1px solid #f0f0f1;margin: 0 12px;}

.shopping-cart .shopping-cart-items .delete-product-hover-cart{float:left;font-size:12px;color:#ae0f0f;cursor:pointer;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;background: #a1a3a8;border: 0;outline: 0;color: #a1a3a8;cursor: pointer;}
.shopping-cart:after, .shopping-cart:before {top: -22px;left: 3%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;}
.shopping-cart:after {border-color: rgba(255, 255, 255, 0);border-bottom-color: #fff;border-width:10px;margin-right: 2px;top: -20px;}
.shopping-cart:before {border-color: rgba(221, 221, 221, 0);border-bottom-color: #ddd;border-width:11px;margin-right:-11px;}
.shopping-cart-icon{-webkit-mask:url(icon/Basket.svg) no-repeat 100% 100%;mask:url(icon/Basket.svg) no-repeat 100% 100%;-webkit-mask-size:cover;mask-size:cover;background-color: #fff;display:inline-block;width:24px;height:24px;}
.shopping-cart-icon.cart-icon{background-color:#515783}
.cart-icon{color:#515783;font-size:24px;margin-left:7px;float:right}
.shopping-cart-recyclebin{-webkit-mask:url(icon/RecycleBin.svg) no-repeat 100% 100%;mask:url(icon/RecycleBin.svg) no-repeat 100% 100%;-webkit-mask-size:cover;mask-size:cover;background-color: #f00;display:inline-block;width:18px;height:18px;}
.cart-Mivata {
    display: flex;
    font-size: 14px;
    text-decoration: none !important;
    height: 40px;
    align-items: center;
    justify-content: space-between;
  }
  span.Cart-logo-mivata {font-size: 30px;}
  .Mivata-MiddleHeader .header-content-wrap .ecommerceSearch {
    width: 50%;
  }
  span.Title-cart-mivata {
    padding: 0 5px;
  }
  .cart-menu-relative {
    /* display: flex; */
    /* align-items: center; */
    position: relative;
}

span.counterCardMenu {
  z-index: 2;
  width: 20px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  margin-left: -18px;
  margin-bottom: -18px;
  background: #bfd73e;
  border-radius: 12px;
}
.cartmenu {
    position: relative;
}
.km-bottom-sheet-view .km-menu .km-inner-btn .km-number {
    position: absolute;
    left: 5px;
    top: 5px;
    border-radius: 50px;
    background: #ed2b73;
    width: 16px;
    line-height: 16px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    height: 17px;
}
a.viewcart {
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #008dd0;
    font-size: 12px!important;
    font-size: .857rem!important;
    line-height: normal!important;
}

span.cart-count {
    font-size: 12px;
    font-size: .857rem;
    line-height: normal;
    color: #81858b;
}
.shopping-cart-list-item-image {
    width: 75px;
    height: 75px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    max-width: 75px;
    position: relative;
}

.shopping-cart-list-item-image img {
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
}

.shopping-cart-list-item-content {
    margin-right: 8px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

p.shopping-cart-list-item-title {
    font-size: 12px!important;
    font-size: .857rem!important;
    line-height: normal!important;
    font-weight: 700;
    margin-bottom: 8px;
    color: #424750;
}
.shopping-cart-list-item-footer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.shopping-cart-list-item-footer, .c-header__basket-list-item-remove {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shopping-cart-list-item-props {
    color: #81858b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    font-size: .714rem;
    line-height: normal;
}

.shopping-cart-footer {
    padding: 8px;
    border-top: 1px solid #f0f0f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shopping-cart-total {
    width: 50%;
    font-size: 12px;
    font-size: .857rem;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 4px;
}

.shopping-cart-footer a {
    width: 50%;
    display: block;
    border-radius: 8px;
    font-size: 14px;
    font-size: 1rem;
    line-height: 26px;
    letter-spacing: -.5px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 10px;
    background-color: #ed2b73;
    border: none;
}
div#dnn_eCommerceCart917267 {
    padding:  0 10px;
    background: #f2f3f7;
    margin: 0 10px;
    box-shadow: 0 0 6px rgb(0,0,0,16%);
}


@media (max-width:992px) {
    .mobile-header {
        .shopping-cart {
            height: unset;
        }
        span.counterCardMenu  {
            background-color: unset;
        }
    }
}
