﻿#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:20px 0;position:absolute;z-index:7000;left: -22px;-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);top: 21px;}
.shopping-cart{position:relative;}
.shopping-cart .shopping-cart-header{border-bottom:1px solid #E8E8E8;padding-bottom:15px;display: flex;justify-content: space-between;color: #888c9c;}
.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;color: #888c9c;text-align: right;}
.shopping-cart .shopping-cart-items .item-name small{display:flex;font-size:x-small}
.shopping-cart .shopping-cart-items a {color:#888c9c}
.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: #e30d13;}
.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;}
._3SkBxJ {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 20px;
    font-size: 16px;
    letter-spacing: .1px;
    font-weight: 500;
    color: #fff !important;
    position: relative;
}
._3SkBxJ .V3C5bO {
    width: 16px;
    height: 16px;
    margin: 0 8px;
}
._3SkBxJ.active path{fill:#e30d13 !important}
a.check-out {
        background: #00a21b;
    color: #fff;
    padding: 5px 10px;
    transition: 0.5s;
    border-radius: 5px 5px;
    visibility: visible;
    font-weight: 700;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    display:block
}
._3SkBxJ .badge{background:#e30d13 !important;width:20px;height:20px;display:flex;justify-content:center;align-items:center;border-radius:50%;position:absolute;top: -15px;right: -6px;}
.YUhWwv {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    position: relative;
}