.borderless table {
      border-top-style: none;
      border-left-style: none;
      border-right-style: none;
      border-bottom-style: none;
  }
  .cart-summary{
    background: #F5F5F5;
    padding: 0 15px 15px;
  }
  .cart-summary h4{
    font-size: 22px;
      margin-top: 0;
      border-bottom: 1px solid #ddd;
      padding: 10px 0;
  }    
  .cart-summary .table td{
    border-top: none;
    border-bottom:  1px solid #ddd;
    padding: 15px 8px;
  }
  .cart-summary .table tr:last-child td{
    border: none;
    font-size: 18px;
    font-weight: 600;
  } 
  #CartPopup .modal-header h3{
    font-size: 20px;
      margin-bottom: 0;
      margin-top: 0;
  }
  #CartPopup .modal-header{
    background: #F5F5F5;
  }
  #CartPopup .modal-content{
    overflow: hidden;
  }
  #CartPopup .img-thumbnail{
    border: none;
    padding: 0;
  }
  #CartPopup .input-group-btn .btn{
    margin:0;
    border-radius: 0;
  }
  #CartPopup .qunty-group .form-control{
    border-radius: 0;
  }

  .shoppingcart-wrap .loader {
  width: 60px;
  height: 60px;
  position: absolute;
  margin: auto;
  top: 45%;
  left: 45%;
  
}
.margin-none{
  margin-bottom: 0;
}
.shoppingcart-wrap .loader::before, .shoppingcart-wrap .loader::after {
  content: "";
  position: absolute;
}
.shoppingcart-wrap .loader-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  background: #000;
  opacity: 0.2;
  z-index: 99;
  left: 0;
}

.shoppingcart-wrap .loader-8::before, .shoppingcart-wrap .loader-8::after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.shoppingcart-wrap .loader-8::before {
  background: #fff;
  -webkit-animation-name: droplets;
          animation-name: droplets;
}
.shoppingcart-wrap .loader-8::after {
  border: 1px solid #fff;
  opacity: 0;
  -webkit-animation-name: ripples;
          animation-name: ripples;
}
.shoppingcart-wrap h3 i {
  font-size: 21px;
}
.shoppingcart-wrap .product-thumb .button-group button{
  width: 100%;
}
#shopping-carousel.owl-carousel {
  margin: 0;
}
#shopping-carousel .owl-wrapper-outer {
  box-shadow: none;
  border: none;
}


@-webkit-keyframes droplets {
  0%, 15% {
    opacity: 1;
  }
  15% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  60% {
    -webkit-transform: scale(4);
            transform: scale(4);
  }
  60%, 90% {
    opacity: 0;
  }
  90% {
    -webkit-transform: scale(3);
            transform: scale(3);
  }
  95%, 100% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes droplets {
  0%, 15% {
    opacity: 1;
  }
  15% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  60% {
    -webkit-transform: scale(4);
            transform: scale(4);
  }
  60%, 90% {
    opacity: 0;
  }
  90% {
    -webkit-transform: scale(3);
            transform: scale(3);
  }
  95%, 100% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes ripples {
  0%, 30% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    opacity: 0.3;
  }
  90% {
    -webkit-transform: scale(3);
            transform: scale(3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes ripples {
  0%, 30% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    opacity: 0.3;
  }
  90% {
    -webkit-transform: scale(3);
            transform: scale(3);
  }
  100% {
    opacity: 0;
  }
}

.shoppingcart-wrap {
  margin-bottom: 10px !important; 
}

.accordion-alert {
  margin-left: 15px; 
  margin-right: 15px;
}