.product-card,
.product-card .bde-div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    max-width: 100%;
    position: relative;
    background-size: cover
}

.product-card .supabox {
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.product-card .supabox-content {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.product-card img {
    max-width: 100%;
    height: auto;
    border-style: none;
}

.product-card .supabox .supabox-content:nth-of-type(1) {
    transition-duration: 600ms !important;
    opacity: 1;
    position: relative;
}

.product-card .supabox .supabox-content:nth-of-type(2) {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    transition-duration: 600ms;
    opacity: 0;
    transform: scale(0.9);
}

.product-card .supabox:hover .supabox-content:nth-of-type(1) {
    filter: blur(10px) grayscale(100%) !important;
    opacity: 0;
    transform: scale(0.9);
}

.product-card .supabox:hover .supabox-content:nth-of-type(2) {
    opacity:1 !important;
    transform: none !important;
}

.product-card .product-cart-container {
    position: absolute !important;
    bottom: 20px;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1px;
    border-top: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
    border-left: 1px solid rgb(255, 255, 255);
    border-right: 1px solid rgb(255, 255, 255);
}

.product-card .product-title {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 8px;
    max-width: 100%;
}


.product-card .product-title a{
    text-decoration: none;    
}

.product-card .product-price del .woocommerce-Price-amount bdi, 
.product-card .product-price del .woocommerce-Price-amount bdi,
.product-card .product-price, 
.product-card .woocommerce-Price-amount bdi,
.product-card .product-price .woocommerce-Price-amount bdi {
    color: var(--bde-woo-base-headings-color); 
    font-weight: var(--bde-woo-typography-font-weight-heavy); 
    line-height: var(--bde-woo-base-heading-line-height); 
    font-size: 14px !important; 
    font-family: var(--bde-woo-typography__size-large-font-family);
    display: inline;
    width: 100%;
}
.product-card .bde-text{
    padding-right: 5px;
    font-size: 14px;
    max-width: 100%;
    margin: 0;
    color: var(--bde-text-color, var(--bde-body-text-color));
}

.product-card .bde-icon {
    display: flex;
}

.product-card .add_to_cart_button{
    background-color: var(--bde-button-secondary-background-color-hover);
    color: var(--bde-button-secondary-text-color-hover);
    border-color: var(--bde-button-secondary-border-color-hover);
}

.product-card .product-sale-text {
    background-color: #020202;
    z-index: 12222222;
    position: absolute;
    top: 0px;
    color: #FFF !important;
    font-size: 11px;
    margin-top: 8px;
    margin-left: 8px;
    padding: 3px 10px 3px 10px;
}

.bde-checkout-builder #order_review_heading, 
.bde-checkout-builder .woocommerce-billing-fields h3, 
.breakdance-woocommerce #order_review_heading, .breakdance-woocommerce .woocommerce-billing-fields h3,
.custom-cart-title{
    text-transform: uppercase;
    max-width: 100%;
    margin: 0;    
    font-weight: 300;
    letter-spacing: 0.2px;
    margin-bottom: 60px !important;
   font-size: calc(16px * 1.250) !important;

}


.breakdance-woocommerce .woocommerce-checkout ul.payment_methods li label{
   cursor: auto; 
}

.breakdance .bde-woopageaccount,
.breakdance-woocommerce .woocommerce-checkout,
.bde-cart .woocommerce{
    border: 1px solid #DCDCDC;
    box-shadow: 5px 20px 75px 0px #00000025;
}


.woocommerce-MyAccount-navigation,
.breakdance-woocommerce .woocommerce-checkout .bde-order-review-column{
    padding: 50px;    
    background-color: #F9F9F9;
}

.breakdance-woocommerce .woocommerce-checkout .col2-set,
.breakdance-woocommerce .woocommerce-cart-form{
    padding:50px !important;
}

.breakdance .bde-cart-412-101 table.woocommerce-cart-form__contents thead{
    border-bottom: 1px solid #DCDCDC;
}

.breakdance .bde-cart-412-101 .woocommerce-cart-form__contents tr:nth-child(even){
    background: #F9F9F9;
}

.breakdance .bde-cart-412-101 .cart_totals{
  min-height: stretch;
}

.breakdance-woocommerce table.woocommerce-checkout-review-order-table thead,
.breakdance-woocommerce .woocommerce-checkout-review-order-table tbody{
    background:unset !important;
}

.breakdance-woocommerce table tbody tr:last-child td:last-child {
    border-bottom-right-radius: var(--bde-woo-tables__border-radius);
    display: flex;
    gap: 10px;
    align-items: center;
}


.breakdance-woocommerce .reset_variations, .breakdance-woocommerce .woocommerce-button.cancel {
    margin-top: 0 !important;
    font-size: 12px !important;
    padding: 8px 14px !important;
}