#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:380px;margin: 10px 0;position:absolute;z-index:7000;left: 10%;top: 50px;-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 .shopping-cart-total{float:left}
.shopping-cart .shopping-cart-items{padding:20px 0 0 0;margin:0;list-style:none}
.shopping-cart .shopping-cart-items li{margin-bottom:18px;list-style:none}
.shopping-cart .shopping-cart-items img{float:right;margin-left:12px;max-width:48px}
.shopping-cart .shopping-cart-items .item-name{display:block;padding-top:5px;font-size:14px}
.shopping-cart .shopping-cart-items .item-price{color:#6394F8;margin-left:8px}
.shopping-cart .shopping-cart-items .item-quantity{color:#ABB0BE}
.shopping-cart .shopping-cart-items .delete-product-hover-cart{float:left;font-size:12px;color:#ae0f0f;cursor:pointer}
.shopping-cart:after, .shopping-cart:before {top:-41px;right:95%;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:-10px;top: -39px;}
.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-alborzkala {
    border-radius: 4px;
    color: #6D6D6D !important;
    text-decoration: none !important;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 0 0 5px hsl(0deg 0% 0% / 16%);
    cursor: pointer;
    height: 50px;
    padding-right: 10px;
  }
  
  span.Cart-logo-alborzkala {
    background-color: #E7E7E7;
    padding:0 10px !important;
    border-radius:5px 0 0  5px;
    /* font-size: 24px; */
    height: 100%;
    align-items: center;
    display: flex;
    margin-right: 10px;
    box-shadow: 0 0 5px hsl(0deg 0% 0% / 16%);
    }
    span.Cart-logo-alborzkala p {
      color: #000;
    }
  
  .alborzkala-MiddleHeader .header-content-wrap .cartmenu {
    width: 40%;
  }
  
  .alborzkala-MiddleHeader .header-content-wrap .ecommerceSearch {
    width: 40%;
  }
  .cartmenu {/* min-width: 200px; */}
  