 
 
html .bg-img .btnPP, body .bg-img .btnPP {
  z-index: 1;
 
  top: 40px;
  right: 50px;
  padding: 16px 10px;
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.2s;
}
html .bg-img .btnPP i, body .bg-img .btnPP i {
  display: block;
  font-size: 28px;
  color: #000;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
html .bg-img .btnPP i:hover, body .bg-img .btnPP i:hover {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
html .bg-img .btnPP.btnPPCartEmpty, body .bg-img .btnPP.btnPPCartEmpty {
  right: 50px;
  opacity: 0;
  transition: all 1s;
  z-index: -1;
}
html .bg-img .btnPP.btnPPCartEmpty.active, body .bg-img .btnPP.btnPPCartEmpty.active {
  transform: translateX(-50px);
  opacity: 1;
  z-index: 1;
}

#ppCart, #ppCartEmpty {
    background: #ffffff;
    position: absolute;
    top: 75px;
    right:0px;
    width: 0;
    max-height: 0;
    z-index: 99;
    transition: max-height 0.3s 0.1s, width 0.3s 0.1s, box-shadow 0.7s 0.5s;
    transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
    box-shadow: 0px 0px 40px -10px transparent;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
}
#ppCart.open, #ppCartEmpty.open {
  width: 400px;
  max-height: 780px;
  box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.5);
}
#ppCart.open .empty .logo svg, #ppCartEmpty.open .empty .logo svg {
  max-width: 100px;
}
#ppCart.open .messBottom, #ppCartEmpty.open .messBottom {
  opacity: 1;
  transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
  transition-delay: 0.4s;
}
#ppCart.open .list, #ppCartEmpty.open .list {
  opacity: 1;
  transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
  transition-delay: 0.4s;
}
#ppCart.open .list .item, #ppCartEmpty.open .list .item {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
#ppCart .empty p, #ppCartEmpty .empty p {
  font-size: 13px;
  text-align: center;
  padding: 0 50px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 20px;
}
#ppCart .empty .logo, #ppCartEmpty .empty .logo {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 30px;
}
#ppCart .empty .logo svg, #ppCartEmpty .empty .logo svg {
  max-width: 0px;
  margin: 0 auto;
}
#ppCart .empty .logo span, #ppCartEmpty .empty .logo span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  margin: 10px 0 0;
}
#ppCart .list, #ppCartEmpty .list {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 400px;
  opacity: 0;
  transition: opacity 0.3s;
  transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
  display: block;
  list-style: none outside;
  padding: 0;
  margin: 0 0 0 0;
  font-size: 15px;
  line-height: 20px;
}

    #ppCart .list::-webkit-scrollbar {
        width: 5px
    }

    #ppCart .list::-webkit-scrollbar-track {
        background: #ccc;
        border-radius: 5px 5px
    }

    #ppCart .list::-webkit-scrollbar-thumb {
        background: #e51c20;
        border-radius: 5px 5px
    }

        #ppCart .list::-webkit-scrollbar-thumb:hover {
            background: #666;
            border-radius: 5px 5px
        }
    #ppCart .list .item, #ppCartEmpty .list .item {
        float: left;
        display: block;
        width: 100%;
        line-height: 30px;
        position: relative;
        left: 100%;
        transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
        overflow: hidden;
        height: auto;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        padding: 10px;
        margin-bottom: 0;
        transition: all 0.5s;
    }
#ppCart .list .item:nth-child(1), #ppCartEmpty .list .item:nth-child(1) {
  transition: all 0.625s cubic-bezier(0.67, 0.17, 0.32, 0.95);
}
#ppCart .list .item:nth-child(2), #ppCartEmpty .list .item:nth-child(2) {
  transition: all 0.75s cubic-bezier(0.67, 0.17, 0.32, 0.95);
}
#ppCart .list .item:nth-child(3), #ppCartEmpty .list .item:nth-child(3) {
  transition: all 0.875s cubic-bezier(0.67, 0.17, 0.32, 0.95);
}
#ppCart .list .item:nth-child(4), #ppCartEmpty .list .item:nth-child(4) {
  transition: all 1s cubic-bezier(0.67, 0.17, 0.32, 0.95);
}
#ppCart .list .item:nth-child(5), #ppCartEmpty .list .item:nth-child(5) {
  transition: all 1.125s cubic-bezier(0.67, 0.17, 0.32, 0.95);
}
#ppCart .list .item:nth-child(6), #ppCartEmpty .list .item:nth-child(6) {
  transition: all 1.25s cubic-bezier(0.67, 0.17, 0.32, 0.95);
}
#ppCart .list .item:nth-child(7), #ppCartEmpty .list .item:nth-child(7) {
  transition: all 1.375s cubic-bezier(0.67, 0.17, 0.32, 0.95);
}
#ppCart .list .item:nth-child(8), #ppCartEmpty .list .item:nth-child(8) {
  transition: all 1.5s cubic-bezier(0.67, 0.17, 0.32, 0.95);
}
#ppCart .list .item:nth-child(9), #ppCartEmpty .list .item:nth-child(9) {
  transition: all 1.625s cubic-bezier(0.67, 0.17, 0.32, 0.95);
}
#ppCart .list .item:nth-child(10), #ppCartEmpty .list .item:nth-child(10) {
  transition: all 1.75s cubic-bezier(0.67, 0.17, 0.32, 0.95);
}
#ppCart .list .item:nth-child(11), #ppCartEmpty .list .item:nth-child(11) {
  transition: all 1.875s cubic-bezier(0.67, 0.17, 0.32, 0.95);
}
#ppCart .list .item:nth-child(12), #ppCartEmpty .list .item:nth-child(12) {
  transition: all 2s cubic-bezier(0.67, 0.17, 0.32, 0.95);
}
#ppCart .list .item:nth-child(13), #ppCartEmpty .list .item:nth-child(13) {
  transition: all 2.125s cubic-bezier(0.67, 0.17, 0.32, 0.95);
}
#ppCart .list .item:nth-child(14), #ppCartEmpty .list .item:nth-child(14) {
  transition: all 2.25s cubic-bezier(0.67, 0.17, 0.32, 0.95);
}
#ppCart .list .item:nth-child(15), #ppCartEmpty .list .item:nth-child(15) {
  transition: all 2.375s cubic-bezier(0.67, 0.17, 0.32, 0.95);
}
#ppCart .list .item:hover .remove, #ppCartEmpty .list .item:hover .remove {
  opacity: 0.8;
  visibility: visible;
}
#ppCart .list .item:before, #ppCart .list .item:after, #ppCartEmpty .list .item:before, #ppCartEmpty .list .item:after {
  content: " ";
  display: table;
}
#ppCart .list .item:after, #ppCartEmpty .list .item:after {
  clear: both;
}
        #ppCart .list .item .photo, #ppCartEmpty .list .item .photo {
            width: 60px; 
            background-size: cover;
            background-position: center center;
            float: left;
            margin-right: 5px;
        }
        #ppCart .list .item .remove, #ppCartEmpty .list .item .remove {
            position: absolute;
            top: 12px;
            right: 10px;
            left: auto;
            left: initial;
            color: #e51c20 !important;
            opacity: 0.5;
            text-align: center;
            padding: 5px;
            width: 30px;
            height: 30px;
            opacity: 1;
            visibility: visible;
            transition: all 0.5s;
        }
        #ppCart .list .item .title, #ppCartEmpty .list .item .title {
            color: #000;
            margin-right: 20px;
            font-size: 13px;
            margin-left: 10px;
            float: left;
            display: block;
            font-weight: 700;
            text-transform: capitalize;
            line-height: 1.5em;
            transition: all 0.3s;
        }
a.title:hover { text-decoration:none;
}
#ppCart .list .item .title:hover, #ppCartEmpty .list .item .title:hover {
  opacity: 0.8;
}
#ppCart .list .item .quantity, #ppCartEmpty .list .item .quantity {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
#ppCart .list .item .quantity .amount, #ppCartEmpty .list .item .quantity .amount {
  font-size: 13px;
  margin-top: 0;
  line-height: 12px;
  display: inline-block;
  padding: 5px;
  margin: 0;
}
    #ppCart .total, #ppCartEmpty .total {
        padding: 0px 10px 0px;
        text-transform: uppercase;
        color: #000;
        font-size: 14px;
        border-top: none;
    }
        #ppCart .total strong, #ppCartEmpty .total strong {
            font-weight: normal;
             
            display: inline-block;
            line-height: 36px;
            float: left;
        }
        #ppCart .total .amount, #ppCartEmpty .total .amount {
            color: #000;
            font-size: 24px;
            line-height: 24px;
            font-weight: bold;
            padding-right: 5px;
            display: contents;
            margin-top: 0;
            text-align: right;
            float: right;
        }
#ppCart .buttons, #ppCartEmpty .buttons {
  padding: 0 10px;
}
#ppCart .buttons a, #ppCartEmpty .buttons a {
  color: #FFF;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 1.4em;
  width: 100%;
  display: inline-block;
  padding: 14px;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
    #ppCart .buttons a.checkout, #ppCartEmpty .buttons a.checkout {
        background: #e51c20;
        color: #ffffff;
        
    }
        #ppCart .buttons a.checkout:hover, #ppCartEmpty .buttons a.checkout:hover {
             text-decoration: none;
        }
#ppCart .buttons a.viewCart, #ppCartEmpty .buttons a.viewCart {
  color: #FFF !important;
}
#ppCart .buttons a.viewCart:hover, #ppCartEmpty .buttons a.viewCart:hover {
  opacity: 0.8;
}
#ppCart .messBottom, #ppCartEmpty .messBottom {
  display: block;
  padding: 20px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.1s;
  transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
}
#ppCart .messBottom span, #ppCartEmpty .messBottom span {
  position: relative;
  z-index: 1;
}
#ppCart .messBottom::after, #ppCartEmpty .messBottom::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
#ppCart .messBottom:hover::after, #ppCartEmpty .messBottom:hover::after {
  background: rgba(0, 0, 0, 0.3);
}

span.price {
    color: #000;
    display: block;
    float: left;
}


@media screen and (max-width: 767px) {
    html .bg-img .btnPP, body .bg-img .btnPP {
        top: 0px;
        padding: 0px 15px;
    }
    #ppCart, #ppCartEmpty {
        
        top: 35px; 
    }
        #ppCart.open, #ppCartEmpty.open {
            width: 100%; 
        }
}