
/* Shopping cart popup
/* ========================================================================== */
.overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
}
.cart-wrapper {
  margin-left: 30px;
}
@media (max-width: 1199px) {
  .cart-wrapper {
    margin-left: 15px;
  }
}
@media (max-width: 480px) {
  .cart-wrapper {
    float: none !important;
    margin-left: 0;
  }
  
  .product-single .cod_pincode{width: 100%;}
  
  .product-single .social_icons_full{width: 100%; margin-top: 30px;}
  
}
.cart-wrapper .btn {
  height: 40px;
}
.cart-total {
  cursor: pointer;
  font-weight: bold;
  line-height: 33px;
  text-transform: uppercase;
  color: #a5abb7;
}
@media (max-width: 639px) {
  .cart-total {
    font-size: 14px;
  }
}
.cart-total .total {
  float: left;
}
.cart-total .fa {
  float: left;
  display: block;
  font-size: 24px;
  line-height: 33px;
  margin-left: 2px;
  color: #232323;
}
.cart-total .items {
  float: left;
  margin-left: 5px;
}
.top-cart-items {
  position: relative;
  margin: 0 0 0 auto;
  max-width: 450px;
}
@media (min-width: 768px) {
  .top-cart-items:before {
    content: '';
    position: absolute;
    top: -9px;
    right: 50px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e9e9e9;
  }
  .top-cart-items:after {
    content: '';
    position: absolute;
    top: -7px;
    right: 50px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
  }
}
#popup-cart .top-cart-items{
    padding: 0px 0px 0px 0px;
}
.top-cart-items .cart-items-inner {
  background-color: #ffffff;
  border: solid 3px #e9e9e9;
}
.top-cart-items .media {
  padding: 15px;
  overflow: hidden;
}
.top-cart-items .media + .media {
  border-top: solid 1px #e9e9e9;
  margin-top: 0;
}
.top-cart-items .item-image {
  width: 50px;
}
.top-cart-items .item-title {
  margin-bottom: 0;
  font-size: 17px;
  text-transform: uppercase;
  color: #232323;
  font-weight: 300;
}
.top-cart-items .item-title a {
  color: #232323;
}
.top-cart-items .item-desc {
  margin-bottom: 0;
  font-size: 10px;
  text-transform: uppercase;
}
.top-cart-items .item-price {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  color: #232323;
}
.top-cart-items .btn-call-checkout {
  margin-left: 15px;
}
.popup-cart .modal-dialog {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .popup-cart .modal-dialog {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .popup-cart .modal-dialog > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.15s ease-out;
  -o-transition: -o-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


.top-cart-items .media .media-body .cart-close{float: right; margin-top: 10px; color: #ccc;}

#top-cart-items{height: auto; max-height: 310px; overflow: auto;}
