﻿@media only screen and (min-width: 0px) and (max-width: 959px) {
  .km-mt-page-cart-mini {padding: 30px 0;}
  .shopping-cart:before{display:none}

.footercartmenu .vp-outer {
        position: absolute;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        margin-top: 0;
        left: 0;
        border-top: 3px solid #ed2b73;
        background: #fff;
        width: 310px;
        border-radius: 0;
        overflow: hidden;
        box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.1);
        transition: all 0.6s ease 0.1s;
}
.shopping-cart .shopping-cart-header{display:flex;flex-direction: column;padding: 20px;}
.shopping-cart .shopping-cart-header .vp-header{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f2f3f7;
    padding-bottom: 10px;
}
.vp-outer .vp-header .vp-btn {
    font-size: 11px;
    padding: 5px 10px 3px;
}
.vp-btn.vp-theme-border {
    border: 1px solid #de286c;
    color: #de286c;
    padding: 8px 15px;
    border-radius: 5px;
}
.shopping-cart .shopping-cart-header .shopping-cart-total {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:10px 0;
   border-bottom: 1px solid #f2f3f7;
}
.shopping-cart .shopping-cart-header .shopping-cart-total .main-color-text {
  color: #bfd73e;
    font-size: 14px;
}
.shopping-cart .shopping-cart-footer {
      line-height: 37px;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      z-index: 5;
      background: #fff;
      border-top: 1px solid #f2f3f7;
      padding: 10px 0;
      display: flex;
      justify-content: space-between;
}
.shopping-cart {height: calc(100vh - 124px);}
.shopping-cart-footer a{
      /* float: right; */
      background: #008dd0;
      color: #fff;
      border-radius: 14px 0 0 14px;
      text-align: center;
      font-weight: bold;
      width: 80%;
      transition: all 0.6s ease 0.1s;
}
.shopping-cart-footer .vp-icon {
    text-align: center;
    font-size: 22px;
    transition: all 0.6s ease 0.1s;
    width: 25px;
    height: 25px;
    margin-left: 21px;
}
.shopping-cart-footer .vp-icon svg{
  fill:#058fd0;
}
}