/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 

 .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
	height: 80px;
	left:calc(50% - 40px);
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background:  #50B6C2 ;  /*$primary-color;*/
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

  #mini-cart-popup .cart_list {
    margin: 0;
    max-height: 300px;
    overflow-y: auto;
    padding: 0;
  }
  #mini-cart-popup .cart_list .mini_cart_item {
    position: relative;
    padding-bottom: 20px;
    list-style: none;
    padding-left: 30px;
    font-size: 16px;
  }
  #mini-cart-popup .cart_list .mini_cart_item .remove_from_cart_button {
    position: absolute;
    left: 0;
    top: 0;
    text-decoration: none;
    color:red;
    font-weight: 700;
  }
  #mini-cart-popup .cart_list .mini_cart_item .remove_from_cart_button + a {
    font-weight: normal;
  }
  #mini-cart-popup .cart_list .mini_cart_item .remove_from_cart_button + a img {
    float: right;
    width: 15%;
    margin-left: 5px;
    margin-right: 5px;
  }
  #mini-cart-popup .cart_list .mini_cart_item a {
    color:  #50B6C2 ;  /*$primary-color;*/
    text-decoration: none;
    font-weight: 400;
  }
  #mini-cart-popup .cart_list .mini_cart_item .quantity {
    display: block;
  }
  #mini-cart-popup p:nth-child(2) {
      margin-top: 20px;
      margin-bottom: 0;
      border-top: 1px solid #dee2e6;
      padding-top: 10px;
      font-size: 18px;
  }
  #mini-cart-popup .buttons {
    margin: 10px -1% 5px -1%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
  }
  #mini-cart-popup .buttons:after {
    content: '';
    display: block;
    clear: both;
  }
  #mini-cart-popup .buttons .button {
    width:47%;
  }
  #mini-cart-popup .buttons .button:first-child {
   /* background: $primary-color;
    transition: background .3s;*/
  }
  #mini-cart-popup .buttons .button:first-child:hover {
    /*background: $hover-color;*/
  }
  #mini-cart-popup .buttons .button:last-child {
  /*	border:transparent;
    color:$white-color;
    transition: background-position .3s;*/
  }
  #mini-cart-popup .buttons .button:last-child:hover {
  /*	background-position: 10px 10px;
    color:$white-color;*/
  }
  
  #mini-cart-popup .modal-footer {
    justify-content: center;
  }
  #mini-cart-popup .modal-footer .continue-shoping {
    color: #50B6C2 ;  /*$primary-color;*/
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 1px;
  }
  
  #mini-cart-popup .mini-cart-popup-content .woocommerce-mini-cart__empty-message {
      display: block;
      text-align: center;
      color: #000;
      top: 14px;
      position: relative;
      font-size: 16px;
  }
  


@media screen and (max-width:768px) {
  table.shop_table_responsive tr td.product-thumbnail:before {
    content:"";
  }
  .woocommerce-cart-form .product-subtotal, .woocommerce-cart-form .product-price, .woocommerce-cart-form .product-quantity {
    text-align: right;
  }
  table.shop_table_responsive tr td.product-quantity {
    width: 100%;
  }
  table.shop_table_responsive tr td.product-quantity .quantity {
    width: 10%;
    float: right;
    padding-bottom:10px;
  }
  table.shop_table_responsive tr td.product-quantity:before {
    padding-top:6px;
  }
  .woocommerce-cart-form .cart_item td:first-child {
    border-left:none;
  }
  .woocommerce-cart-form .cart_item td:last-child {
    border-right:none;

  }
  .woocommerce-cart-form .cart_item td {
    border-bottom:none;
    padding-left:0;
    padding-right:0;
  }
  .woocommerce-cart-form td.product-thumbnail, .woocommerce-cart-form td.product-remove {
    border-top:none;
  }
  table.shop_table_responsive tr td.product-remove {
    text-align: left;
    padding:0;
  }

  #mini-cart-popup .buttons .button {
    font-size: 14px;
  }

}
  /* 
  
@media (max-width: 500px) {
  #mini-cart-popup .buttons .button {
  
    font-size: 12px;  
  }
  .woocommerce table.shop_table td {
   
    padding: 6px 4px !important;
    font-size: 12px;   
  }

  .woocommerce table.shop_table th {
  
    padding: 9px 0px !important;
    font-size: 12px;
  }
  .woocommerce #content table.cart td.actions .button.alt, .woocommerce #content table.cart td.actions .input-text+.button, .woocommerce table.cart td.actions .button.alt, .woocommerce table.cart td.actions .input-text+.button, .woocommerce-page #content table.cart td.actions .button.alt, .woocommerce-page #content table.cart td.actions .input-text+.button, .woocommerce-page table.cart td.actions .button.alt, .woocommerce-page table.cart td.actions .input-text+.button {
    float: left !important;
    width: 100%;
    margin-top: 10px;
}
.woocommerce-page table.cart td.actions input {
  width: 100% !important;
}
} */