.berocket_cart_notice {
  display: block !important;
}

.woocommerce-cart-form__cart-item {
  padding: 0px 20px !important;
}

.woocommerce-customer-details {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0px !important;
}

.woocommerce-columns {
  margin-top: 0px !important;
  width: 100% !important;
}

.woocommerce-column__title {
  margin-top: 10px !important;
}

.product-stamps {
  width: 40px !important;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 500;   
  text-align: right; 
}

.product-stamps .content-product {
  width: 30px !important;
  margin-right:5px;
  margin-left:0px !important;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.75);
  display: inline-block;
}

.product-stamps .content-product:hover {
  opacity: 1 !important;
}

.shop_table tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ddd !important;
  padding: 5px 0;
}

#support-conversations-table tr {
	display: table-row !important;
}

.shop_table tr td {
  width: fit-content !important;
}

.shop_table tr td.product-name {
  width: 75% !important;
}

.shop_table td,
.shop_table th,
.cart-subtotal th,
.order-total th,
tr.woocommerce-shipping-totals.shipping {
  border-top-width: 0px !important;
  border-top-style: none !important;
}

.shop_table td:last-child {
  text-align: right !important;
}

tr.woocommerce-shipping-totals.shipping {
  min-width: 100% !important;
  display: block;
  padding: 0px !important;
}

.cart_totals .shop_table th {
  min-width: 35% !important;
  max-width: 35% !important;
  width: 35% !important;
  padding: 0 !important;
}

.cart_totals .shop_table td {
  min-width: 65% !important;
  max-width: 300px !important;
  width: 65% !important;
  text-align: right !important;
}

.cart_totals .shop_table td[data-title="Shipping"] {
  text-align: left !important;
}

.shop_table tfoot tr:not([class]) > td,
.woocommerce-shipping-totals td[data-title="Shipping"] {
  width: 100% !important;
}

.cart-shipping,
.cart_totals .shop_table tr:nth-child(2),
.cart_totals .shop_table tr:nth-child(3),
.woocommerce-checkout-review-order .shop_table tfoot tr:nth-child(2),
.woocommerce-checkout-review-order .shop_table tfoot tr:nth-child(3) {
  display: flex !important;
  flex-wrap: wrap !important;
  padding-top: 20px !important;
}

.cart_totals .shop_table tr:nth-child(2) th,
.cart_totals .shop_table tr:nth-child(2) td,
.cart_totals .shop_table tr:nth-child(3) th,
.cart_totals .shop_table tr:nth-child(3) td,
.woocommerce-checkout-review-order .shop_table tfoot tr:nth-child(2) th,
.woocommerce-checkout-review-order .shop_table tfoot tr:nth-child(2) td,
.woocommerce-checkout-review-order .shop_table tfoot tr:nth-child(3) th,
.woocommerce-checkout-review-order .shop_table tfoot tr:nth-child(3) td {
  min-width: 100% !important;
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  text-align: left !important;
}

.cart_totals h2 {
  border-bottom: 0px !important;
  font-size: 1.3rem !important;
}

.woocommerce-checkout-review-order-table .recurring-totals th {
  width: 100% !important;
  padding-left: 0px !important;
}

.woocommerce-checkout-review-order-table .recurring-total th {
  padding-left: 20px !important;
  font-weight: 500 !important;
}

.shop_table .cart_item .subscription-details,
.woocommerce-checkout-review-order-table .recurring-total td {
  font-weight: 100 !important;
  width: 50% !important;
  font-size: 14px;
  color: rgba(84, 84, 84, 0.7);
}

.recurring-total td .amount {
  width: 100% !important;
  float: left !important;
  font-weight: 600;
}

@media (max-width: 823px) {
  .woocommerce ul.products-grid,
  .woocommerce-page ul.products-grid {
    margin: 0;
  }
}

@media (max-width: 768px) {
    .woocommerce .shop_table tr {
        padding: 10px !important;
        position: relative;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    
    .woocommerce table.cart .cart_item td.product-remove {
        position: absolute;
        top:0px;
        right:0px;
        width: 50px !important;
        min-width: 50px !important;
    }    
    
    .woocommerce .cart_item .product-thumbnail {
        width: 20% !important;
        min-width: 20% !important;
        margin:0 !important;
        margin-bottom: 10px !important;
        padding:0 !important;
        flex:0 0 calc(50% - 10%);
        order:1;
    }
    
    .woocommerce .cart_item .product-name {
        flex: 0 0 calc(50% - 10%);
        min-width: 50% !important;
        order:2;
    }
    
    .woocommerce .cart_item .product-quantity {
        flex: 0 0 calc(30% - 5%);
        width: fit-content !important;
        min-width: fit-content !important;
        align-items: flex-start;
        order:3;
        display:flex !important;
        flex-direction:column !important;
    }
    
    .woocommerce .cart_item .product-price {
        flex: 0 0 calc(30% - 5%);
        min-width: fit-content !important;
        width: fit-content !important;
        order:4;
        display:flex !important;
        flex-direction: column !important;
    }
    
    .woocommerce .cart_item .product-subtotal {
        flex: 0 0 calc(30% - 5%);
        min-width: fit-content !important;
        width: fit-content !important;
        order:5;
        display:flex !important;
        flex-direction: column !important;        
    }
    
    .woocommerce .cart_item .product-quantity > span,
    .woocommerce .cart_item .product-price span,
    .woocommerce .cart_item .product-subtotal span {
        margin-top:5px;
    }
    
    .ui-button-icon {
        margin: 0 !important;
        padding: 0 !important;
        top: 1px !important;
        left:25% !important;
    }
    
	#support-conversations-table .shop_table tr {
		display: flex !important;
	}
	
	.wcwl_remove_product {
		margin-left: 10px;
	}

  .cart_totals .shop_table td {
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    text-align: right !important;
  }

  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    display: inherit;
  }

  span.woocommerce-Price-amount.amount {
    text-align: right !important;
  }

  .woocommerce-notices-wrapper {
    margin-bottom: 1rem;
  }
	
	#support-conversations-table thead {
		display: none !important;
	}

    #support-conversations-table tr {
        display: flex !important;
    }

  .woocommerce .shop_table tr,
  .waitlist-single-product {
    width: 100% !important;
    display: flex !important;
    border: 0px !important;
    flex-direction: column;
    align-items: flex-start;
    background-color: white;
    border-radius: 5px !important;
    margin-bottom: 10px;
    padding:20px !important;
  }
	
	.woocommerce .shop_table tr td {
		padding: 10px !important;
	}
	
	.woocommerce .shop_table tr td::before {
		font-weight: bold;
	}
	
	.woocommerce .woocommerce-orders-table.shop_table tr td:nth-child(1)::before {
		content: "Ticket#: ";
	}
	
	.woocommerce .woocommerce-orders-table.shop_table tr td:nth-child(2)::before {
		content: "Subject: ";
	}
	
	.woocommerce .woocommerce-orders-table.shop_table tr td:nth-child(3)::before {
		content: "Date: ";
	}
	
	.woocommerce .woocommerce-orders-table.shop_table tr td:nth-child(4)::before {
		content: "Status: ";
	}	
	
	#wl-wrapper .shop_table thead {
		display: none !important;
	}	
	
	#wl-wrapper .wl-table.shop_table tr td:nth-child(1)::before {
		content: "List: ";
	}
	
	#wl-wrapper .wl-table.shop_table tr td:nth-child(2)::before {
		content: "Date: ";
	}
	
	#wl-wrapper .wl-table.shop_table tr td:nth-child(3)::before {
		content: "Privacy: ";
	}
	
	.woocommerce .shop_table tr td:nth-child(5) {
		width: 75% !important;
		flex-direction: column !important;
	}
	
	.woocommerce .shop_table tr td:nth-child(5) .button {
		margin-bottom: 10px !important;
		width: 100% !important;
	}	

  .woocommerce .cart_item td {
    width: 50% !important;
  }

  .woocommerce .cart_item td a {
    float: left;
    width: 100%;
    margin-top: 5px;
    text-align: left !important;
  }

  .woocommerce form .form-row .select2-container {
    width: 100% !important;
  }
}

@media (max-width: 640px) {
    .woocommerce-cart .type-page {
        padding: 0;
    }
    
    .woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals {
        padding: 20px;
    }

    .woocommerce-cart-form .input-text,
    .woocommerce-cart-form .button {
        width: 100% !important;
        float: left !important;
        min-width: 100% !important;
        margin-bottom: 3px !important;
    }
}
