﻿@media (max-width:768px){
  .cart-menu-relative{position: relative;display: inline-block;padding: 0px 15px 0px 0px;}
.cart-menu-relative > a{font-size:12px;color:#fff;line-height:32px;}
.cart-menu-relative > a > i{font-size: 18px;vertical-align: middle;}
.shopping-cart-holder{display:none;border-radius: 0;padding: 0 5%;background:#fff;border-bottom: 3px solid #e30d13;margin: 0;z-index:7000;left: 0;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;}
.shopping-cart{position:relative;}
.shopping-cart .shopping-cart-header{border-bottom: 1px solid #e30e14;padding-bottom: 5px;display:block;margin-top: 8%;}
.shopping-cart .shopping-cart-header:after{content:'';display:block;clear:both}
.shopping-cart .shopping-cart-header .shopping-cart-total{float:left}
.shopping-cart .shopping-cart-items{padding: 1% 0;margin: 2% 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;}
.Mobilefooter-searchicon svg {
  position: absolute;
  width: 25px;
  height: auto;
}

.Mobilefooter-searchicon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.shopping-cart-holder {
  position: fixed;
  top: 22vw;
  right: 0px;
  width: auto !important;
  height: 84vh;
  overflow: scroll;
}

ul.shopping-cart-items {
  height: 64vh;
  overflow: scroll;
}
.Mobilefooter-searchicon span {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
}
}