.auction-ajax-change ~ .availability-message {
    display: none;
}

.stock.out-of-stock {
  display: none !important;
}
/**.dig_bx_cnt_mdl {
    background: #222;
}
.dig-content.dig-modal-con.dark .dig-log-par .digloginpage .minput:nth-child(2) {
    display: none;
}**/
.hidden {
  display: none;
  visibility: hidden;
}
.fb-text.form-group.field-text-nUE2fF {
    display: none !important;
}
.erf-container .erf-form .form-control {
  max-width: none !important;
}
#no-password-login-form input {
    margin-bottom: 20px;
}
form.woocommerce-ordering {
    display: none;
}
.woocommerce-privacy-policy-text {
    display: none;
}


/* PRODUCT PAGE */

nav.woocommerce-breadcrumb {
    display: none;
}
.cart .quantity {
    display: none;
}
.auction_form.cart .quantity {
    display: block;
}

.auction_form.cart .quantity input.qty {
    width: 230px !important;
}

.auction_form.cart .button.bid_button.button.alt {
    margin-top: 20px;
}

.auction-ajax-change {
    margin-top: 30px;
}
section.related.products {
    display: none;
}
.pswp__caption {
    display: none;
}
.quantity.buttons_added {
  display: flex;
  flex-direction: row-reverse;

}

.woocommerce-product-details__short-description {
  text-align: justify;
}

p.auction-condition {
    display: none;
}
div#countdown, p.auction-end {
    color: #a46497;
}

.woocommerce-page .summary.entry-summary {
    display: flex;
    flex-direction: column;
}

.woocommerce-page form.cart {
    order: -1;
}

.woocommerce-page h1.product_title {
    order: -1;
}

.woocommerce-page p.price {
    order: -1;
}

.auction-ajax-change {
    order: -1;
    display: flex;
    flex-direction: column;
    margin-top: 0;
}
form.auction_form.cart {
    order: -1;
}

.woocommerce-product-details__short-description p strong:nth-child(3), .woocommerce-product-details__short-description p strong:nth-child(n+7) {
    color: #ff6600;
}
.product-donated-by {
    line-height: 2;
    margin-bottom: 20px;
    font-size: 16px;
    color: #ff6600;
    font-weight: 700;
}

span.auction-price {
    font-size: 18px;
    line-height: 1.5;
}

.hasCountdown .countdown_amount {
    font-size: 18px;
}
.woocommerce-Price-amount.amount {
    font-size: 18px;
}

.price {
    padding-bottom: 20px !important;
}

/* OPEN PRICING */
.product_cat-donation-programmes .cart {
    font-size: 24px;
}

input#alg_crowdfunding_open_price {
    height: 28px;
    font-size: 24px;
    padding: 0 !important;
}

.stock.in-stock {
  display: none;
}

.auction-time.future {
    display: none;
}

div#countdown {
    display: none;
}

p.auction-timezone {
    display: none;
}

/* MY ACCOUNT LOGIN */
.dig_load_overlay {
	z-index: 999 !important;
}

/* MY ACCOUNT */
.woocommerce-MyAccount-content fieldset {
    display: none;
}
@media (max-width: 480px){
  #my-account-menu ~ .woocommerce-MyAccount-content {
    width: 100%;
  }
}

.woocommerce-message a.woocommerce-Button.button {
    display: none;
}
.my_auctions_activity .winning {
    background-color: yellow !important;
}

/*table.my_auctions_activity {*/
/*    transform: scale(0.94);*/
/*    transform-origin: top left;*/
/*}*/
/*table.my_auctions_activity tbody {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/

/*.my_auctions_activity tr.closed.winning {*/
/*  order: 1;*/
/*  background-color: lightblue !important;*/
/*}*/

/*table.my_auctions_activity tr {*/
/*    order: 2;*/
/*}*/

/*table.my_auctions_activity tbody tr:first-child {*/
/*    order: 0;*/
/*}*/

/*table.my_auctions_activity tbody tr:first-child th {*/
/*    width: 11%;*/
/*}*/

/*table.my_auctions_activity tbody tr td {*/
/*    width: 25%;*/
/*}*/


/*table.my_auctions_activity tbody tr {*/
/*    width: 100%;*/
/*}*/
.woocommerce-my-auction .woocommerce-MyAccount-content {
    display: flex;
    flex-direction: column;
}

table.my_auctions_activity {
    order: 2;
}

.auction-act-tab {
    order: 1;
}

a.woocommerce-button.button.cancel {
    display: none;
}

@media (max-width: 690px){
.woocommerce .product-subtotal {
  display: table-cell;
}}
/* PRODUCT CATEGORY PAGE */
.highest-bidder {
    padding-left: 25px;
    margin-top: -45px;
    position: absolute;
}
.product-categories .cat-item a {
    font-size: 14px;
}

.products li.product.minimal .product-meta {
    padding-bottom: 40px;
}

.products li.product.minimal:hover .product-meta .price {
    opacity: 1;
}
.products li.product.minimal.hover-bound:hover .product-meta  {
	transform: none;
}

.donated-by {
  margin-block: 10px;
  font-weight: 700;
  color: #ff6600;
}

.product-wrap img {
    object-fit: contain;
    width: 100%;
    height: 250px !important;
}

/* MY ACCOUNT VIEW ORDER PAGE */
.woocommerce-view-order section.woocommerce-customer-details {
    display: none;
}

/* PRODUCT EDIT */
div#postdivrich {
    display: none;
}

.composer-switch {
    display: none;
}

/* CHECKOUT */
.checkout .col-1 {
    display: none;
}

.checkout .col-2 {
    width: 100% !important;
}

/* AUCTION */
.woocommerce-loop-product__title span {font-style: italic;font-weight: 400;display: block;margin-top: 10px;}

/*TFC MODS */
/*p.auction-end {*/
/*    display: none !important;*/
/*}*/

/*.auction-time {*/
/*    display: none !important;*/
/*} */

/*.product_meta {*/
/*    display: none !important;*/
/*}*/

/*span.auction-price.current-bid {*/
/*    display: none;*/
/*}*/

/*.woocommerce-product-details__short-description {*/
/*    text-align: justify;*/
    /*margin-top: -50px;*/
/*}*/
/*.summary.entry-summary {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/

/*.auction-ajax-change {*/
/*    order: 1;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/

/*.woocommerce-product-details__short-description {*/
/*    order: 2;*/
/*}*/

/*.auction-time {*/
/*    order: 3;*/
/*}*/

/*.product_meta {*/
/*    order: 4;*/
/*}*/

/*form.auction_form.cart {*/
/*    order: 1;*/
/*}*/

/*p.auction-end {*/
/*    order: 2;*/
/*}*/

/*p.auction-bid {*/
/*    order: 2;*/
/*}*/
/*.product-type-auction .price {*/
/*    display: none;*/
/*}*/
/*.auction_form.cart .quantity input.qty {*/
/*    width: 300px !important;*/
/*}*/

/*h1.product_title.entry-title {*/
/*    font-size: 25px !important;*/
/*}*/
/*.auction-price.starting-bid {*/
/*    display: none;*/
/*}*/
/*.archive span.auction-price.current-bid {*/
/*    display: block;*/
/*}*/
/*.archive .auction-price.starting-bid {*/
/*    display: block; */
/*}*/

.woocommerce-tabs.wc-tabs-wrapper.full-width-tabs {display: none;}
.material .widget li a, .material #sidebar .widget li a, .material #footer-outer .widget li a {width:89%;}
.price-hover-wrap i, .product-add-to-cart span {
    display: none;
}
a.remove {
    display: none !important;
}
.product_cat-donation-programmes form.cart {
    display: flex;
    flex-direction: row;
    place-items: center;
    margin-top: 20px;
}
.product_cat-donation-programmes button.single_add_to_cart_button {
    margin-top: 0 !important;
    margin-left: 20px !important;
}
.nectar-shop-header p.woocommerce-result-count {
    display: none !important;
}
.order-review tr.cart-subtotal {
    display: none !important;
}
section.woocommerce-customer-details {
    display: none;
}

/*.cat-item .cat-item-97, .cat-item .cat-item-101, .cat-item .cat-item-105 {*/
/*display: none;*/
/*}*/
/*.woocommerce-product-details__short-description p:first-child {*/
/*    text-align: center !important;*/
/*    font-weight: 600 !important;*/
/*}*/
.woocommerce table.order-review th, .woocommerce-page table.order-review th, .woocommerce table.order-review tfoot td, .woocommerce table.order-review tfoot th, .woocommerce-page table.shop_table tfoot td, .woocommerce-page table.shop_table tfoot th {
    font-family: inherit;
}

/* LIVE PLEDGE*/
.product_cat-make-a-pledge-live .summary.entry-summary>strong {
    display: none;
}

/* LIVE AUCTION */
.product_cat-live-auction p.auction-end,  .product_cat-live-auction #countdown {
    display: none;
}
