body{
    margin: 0;
}

.announce-bar {
    display: none;
}

.announce-bar.ddc-show {
    display: block;
}

.js-close-banner svg {
    stroke-width: 2px !important;
    stroke: #262322 !important;
}

.js-close-banner{
    cursor: pointer;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    padding: 0.25rem;
    color: rgba(67, 65, 63, 0.7);
}

.js-close-banner:hover{
    background: rgba(67, 65, 63, 0.1);
    border-radius: 100%;
}

.cart-bag svg {
    stroke-width: 2px !important;
    fill: none !important;
    stroke: #fdfaef !important;
}
.cart-bag{
    cursor: pointer;
}

.footer-menu ul.breakdance-menu-list li:not(:last-child){
    padding-bottom: 12px !important;
}

.footer-menu ul.breakdance-menu-list li a{
    padding: 0 !important;
}

.footer-menu ul.breakdance-menu-list li a:hover{
    text-decoration: underline;
}

.copyright a {
    color: #fdfaef99 !important;
    text-decoration: none;
}

.copyright a:hover {
    color: #fdfaef99;
    text-decoration: underline;
}


.pasta-products-section {
    padding: 64px 0;
}

.pasta-products-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.pasta-shop-label {
    font-size: 11.52px;
    color: #ab0e13;
    font-weight: 400;
    letter-spacing: .18em;
    margin: 0;
    font-family: var(--bde-heading-font-family);
}

.pasta-products-title {
    font-size: 40px !important;
    font-weight: 400;
    margin-top: 4px;
    color: #262324 !important;
    letter-spacing: .01em;
    margin-bottom: 0;
}

.pasta-category-tabs {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.pasta-tab-btn {
    padding: 8px 16px;
    border: 1px solid #e2ddd3;
    background: white;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .05em;
    cursor: pointer;
    border-radius: 25px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-family: var(--bde-heading-font-family);
    color: #262324;
}



.pasta-product-info h3 {
    font-size: 20px !important;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    color: #262324 !important;
    letter-spacing: 0.01em;
}

.pasta-tab-btn:hover {
    border-color: #ab0e13;
    color: #ab0e13;
}

.pasta-tab-btn.active {
    background: #ab0e13;
    border-color: #ab0e13;
    color: #fdfaef !important;
}

.pasta-products-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)); 
    column-gap: 1.25rem; 
    row-gap: 2.5rem;
    margin-bottom: 40px;
}

.pasta-product-card {
    text-decoration: none;
    color: inherit;
}

.pasta-product-card:hover .pasta-product-image {
    transform: scale(1.02);
}

.pasta-product-image {
    transition: transform 0.2s ease;
    width: 100%;
    aspect-ratio: 1;
    background: #f0e6d2;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.pasta-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.pasta-product-desc {
    font-size: 14px;
    color: #69625a;
    margin: 0;
    text-transform: capitalize;
    font-family: var(--font-body);
}

.pasta-product-price {
    font-family: var(--bde-heading-font-family);
    font-size: 18px;
    color: #ab0e13;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 5px;
}

.back-to-shop span.bde-icon-list__icon svg {
    stroke-width: 2px !important;
    fill: transparent !important;
    stroke: #69625a !important;
}

.back-to-shop li:hover svg{
    stroke: #ab0e13 !important;
}

.cart-button .variations th.label label {
    color: #262324 !important;
    font-family: var(--bde-heading-font-family);
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: .72rem;
    font-weight: 400;
}

.cart-button .woo-variation-items-wrapper .variable-item {
    font-family: var(--bde-heading-font-family);
    color: #262324 !important;
    letter-spacing: 0.05em;
    font-size: 12px !important;
    padding: 8px 16px !important;
    border: 1px solid #e2ddd3 !important;
    border-radius: 999px ! important;
}

.cart-button .woo-variation-items-wrapper .variable-item:hover{
    background: #ab0e13 !important;
    box-shadow: none !important;
    color: #fdfaef !important;
}

.cart-button .woo-variation-items-wrapper .variable-item.selected {
    background: #ab0e13 !important;
    box-shadow: none !important;
    color: #fdfaef !important;
}

.cart-button .woo-variation-items-wrapper .variable-item:before , .cart-button .woo-variation-items-wrapper .variable-item:after{
    width: 0 !important;
    height: 0 !important; 
    content: none !important;
    display: none !important;
}

.cart-button .reset_variations {
    border-radius: 999px !important;
    padding: 8px 10px !important;
    font-size: 12px !important;
}

.cart-button .variations_button {
    flex-direction: column !important;
    width: 100% !important;
    gap: 0 !important;
}

.cart-button .variations_form {
    display: block !important;
    width: 100% !important;
}

.cart-button .variations_button  .single_add_to_cart_button {
    width: 100% !important;
}

.cart-button .single_add_to_cart_button.disabled {
    opacity: 60%;
    cursor: not-allowed;
}

.woo-variation-items-wrapper .variable-item.disabled {
    opacity: 60% !important;
    cursor: not-allowed !important;
}

.woo-variation-items-wrapper .variable-item.disabled .variable-item-contents::before{
    width: 0 !important;
    height: 0 !important;
}

.cart-button .single_add_to_cart_button {
    height: 52px !important;
    margin-top: 32px !important;
    width:100% !important;
}

.cart-button .variations_button:before {
    content: 'Quantity';
    color: #262324 !important;
    font-family: var(--bde-heading-font-family);
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: .72rem;
    font-weight: 400;
    margin-bottom: 8px !important;
}

.cart-button table.variations {
    margin-bottom: 0 !important;
}

.woocommerce-product-gallery__wrapper {
    cursor: grab;
}

.cart-button .quantity input.input-text {
    padding: 8px 16px !important;
    font-size: 16px !important;
    font-family: var(--bde-heading-font-family);
    color: #262324 !important;
    border: 1px solid #e3ddd3 !important;
    border-radius: 9999px !important;
}

.cart-button .quantity button.bde-quantity-button {
    font-size: 16px !important;
    font-family: var(--bde-heading-font-family);
    color: #262324 !important;
    padding: 0 !important;
    font-weight: 400 !important;
    padding: 0 !important;
    background: transparent !important;
}

.bde-quantity-button--dec {
    left: 15px !important;
}

.bde-quantity-button--inc{
    right: 15px !important;
}

.cart-button .quantity{
    max-width: 120px !important;
}

.woocommerce-notices-wrapper {
    margin-top: 24px !important;
}

.bde-skip-link{
    display: none !important;
}

.cart-empty-message {
    max-width: 1024px;
    margin: 0 auto;
    width: 100%;
}

.cart-empty-message h1 , .cart-heading h1 {
    font-size: 36px !important;
    font-weight: 400;
    margin: 0;
    color: #ab0e13 !important;
    letter-spacing: .01em;
}

.wc-empty-cart-message {
    background: #fff;
    border: 1px solid #e2ddd3;
    padding: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
    border-radius: 8px;
    margin-top: 40px;
}

.wc-empty-cart-message p {
    margin: 0;
    color: #69625a;
    font-size: 16px !important;
    font-family: var(--font-body);
}
.woocommerce-cart table.shop_table thead {
    display: none;
}
.woocommerce-cart .woocommerce {
    display: block !important;
}

.cart-row {
    margin-top: 2rem;
    display: grid;
}

.cart-box .shop_table.woocommerce-cart-form__contents  tbody {
    background: transparent !important;
    box-shadow: none !important;
}

.cart_details > a {
    color: #262324 !important;
    font-family: 'ddc-hardware';
    text-transform: uppercase;
    font-size: 16px !important;
    text-decoration: none !important;
    padding-bottom: 10px !important;
    display: block !important;
}

.cart_details dl.variation {
    margin-top: 0 !important;
}


.cart-box .variation dt.variation-Color, .cart-box .variation dt.variation-Size{
    display: none;
}

.cart-box .variation dd p {
    font-size: 14px !important;
    color: #69625a;
    font-family: var(--font-body);
}

.product_cart_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-left: 16px;
}

.cart-remove a.remove {
    color: #69625a !important;
    font-size: 12px;
    font-family: var(--font-body);
    margin-top: 8px !important;
    display: flex !important;
    align-items: center !important;
    gap: 4px;
    text-decoration: none !important;
}

.cart-remove a.remove:hover{
    color: #ab0e13 !important;
}

.cart-remove a.remove:hover svg{
    stroke: #ab0e13 !important;
}


.cart-remove span.woocommerce-Price-amount.amount bdi {
    color: #AB0E13 !important;
    font-family: var(--bde-heading-font-family);
    font-size: 16px !important;
    font-weight: 400 !important;
}

.cart-remove .amount {
    display: block !important;
}

.cart-remove .remove svg {
    width: 12px;
    height: 13px;
    stroke: #69625a !important;
}

.woocommerce-cart-form td.product-thumbnail {
    padding: 20px 0 !important;
}

.woocommerce-cart-form td.product-name {
    padding: 20px 0 !important;
}

.woocommerce-cart-form tr.woocommerce-cart-form__cart-item.cart_item {
    border-top: 1px solid #e2ddd3 !important;
}

.woocommerce-cart-form__contents td.product-thumbnail img{
    width: 80px !important;
    height: 80px !important;
}

.blockUI.blockOverlay {
    background: #FCFAF4 !important;
    opacity:50% !important;
    z-index: 1 !important;
}

.woocommerce-message , .woocommerce-notices-wrapper + p:not([class]) , .woocommerce-message  {
    outline: none !important;
}

.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item.cart_item:nth-last-child(2) {
    border-bottom: 1px solid #e2ddd3 !important;
}
.cart_details .quantity.quantity--number input {
    padding: 3px 10px !important;
    font-size: 14px ! important;
    border: 1px solid #e2ddd3 !important;
    background: transparent !important;
    font-family: 'Noto Sans';
}

.cart_details button.bde-quantity-button {
    font-family: 'Noto Sans';
    font-size: 12px !important;
    color: #262324 !important;

}

.breakdance-woocommerce .cart-button .quantity .bde-quantity-button--dec{
    left: 15px !important;
}

.breakdance-woocommerce .cart-button .quantity .bde-quantity-button--inc{
    right: 15px !important;
}

.breakdance-woocommerce .quantity .bde-quantity-button--dec
{
    left: 5px !important;
}


.breakdance-woocommerce .quantity .bde-quantity-button--inc {
    right: 5px !important;
}



.single_variation_wrap  .quantity .bde-quantity-button--dec{
    left: 15px !important;
}

.single_variation_wrap .quantity .bde-quantity-button--inc{
    right: 15px !important;
}

.cart_details .variation dd:last-child::before {
    content: '';
    background-color: #69625a;
    width: 3px;
    height: 3px;
    display: inline-block;
    margin-right: 5px;
    border-radius:100%;
    vertical-align: middle;
}

.cart_details dd.variation-Size {
    display: flex;
    align-items: center;
}

.cart-collaterals {
    background: #f9f0d6;
    padding: 24px;
    border-radius: 8px !important;
}

.cart_totals h2 {
    font-size: 18px !important;
    margin: 0 !important;
    font-weight: 400 !important;
    padding-bottom: 16px !important;
}

.wc-proceed-to-checkout a.checkout-button:after {
    content: '' !important;
    width: 0 !important;
    height: 0 !important;
}

.wc-proceed-to-checkout p {
    color: #69625a !important;
    font-size: 12px !important;
    font-family: 'Noto Serif Georgian' !important;
    text-align: center;
}

.cart_totals  tr.cart-subtotal td {
    text-align: right !important;
}

.cart_totals  tr.order-total td {
    text-align: right !important;
}

tr.cart-subtotal, tr.cart-subtotal td {
    color: #262324 !important;
    font-size: 14px !important;
    font-family: 'Noto Serif Georgian' !important;
}

.order-total th {
    font-size: 16px !important;
    color: #262324 !important;
 
}

.cart_totals .order-total th{
    padding: 0 !important;
    padding-top: 12px !important;
}

.cart_totals .order-total td{
    padding: 0 !important;
    padding-top: 12px !important;
}

.cart_totals .order-total bdi {
    font-size: 16px !important;
    font-family: 'ddc-hardware';
    color: #262324 !important;
    font-weight: 400 !important;
}

.cart_totals tr.order-total {
    border-top: 1px solid #e2ddd3 !important;
}

p.woocommerce-shipping-destination , .woocommerce-shipping-calculator {
    display: none !important;
}

.cart_totals  .woocommerce-shipping-methods li{
    justify-content: end;
}

.cart_totals .woocommerce-shipping-methods li label {
    color: #262324 !important;
    font-size: 14px !important;
    font-family: 'Noto Serif Georgian' !important;
}

.woocommerce-shipping-totals th{
    color: #262324 !important;
    font-size: 14px !important;
    font-family: 'Noto Serif Georgian' !important;
}

.cart_totals .cart-subtotal th, .cart_totals .cart-subtotal td {
    padding: 0 !important;
    padding-bottom: 8px !important;
}

.cart_totals  .shipping th , .cart_totals  .shipping td{
    padding: 0 !important;
    padding-bottom: 8px !important;
}

.woocommerce-info , .woocommerce-notices-wrapper + p:not([class]) , .woocommerce-message {
    background: #AB0E13 !important;
    border-radius: 100px !important;
    color: #fff !important;
    font-size: 14px !important;
}

.woocommerce-checkout-review-order-table ul#shipping_method label{
    color: #AB0E13 !important;
}

.woocommerce-notices-wrapper + p:not([class]) mark{
    color: #fff !important;
}

.woocommerce-info:before , .woocommerce-notices-wrapper + p:not([class]):before , .woocommerce-message:before {
    background: #fff !important;
}

.woocommerce-info .showlogin{
    color: #fff !important;
    text-decoration: none !important;
}

.woocommerce-info a.button , .woocommerce-notices-wrapper .woocommerce-message a.button , .woocommerce-notices-wrapper + p:not([class]) a {
    color: #fff !important;
    text-decoration: none !important;
}

.woocommerce-notices-wrapper .woocommerce-message a.button:hover{
    color: #fff !important;
}

.order_details thead {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.woocommerce-notice {
    border-radius: 100px !important;
}

.order_details tr th {
    font-family: 'ddc-hardware';
    font-size: 14px !important;
}

.order_item .product-name a {
    font-family: 'ddc-hardware';
}

.woocommerce .product p.stock.in-stock {
    display: none;
}

/* .woocommerce-billing-fields label , .woocommerce-shipping-fields  label , .woocommerce-shipping-fields  label span , .woocommerce-billing-fields label span {
    font-family: 'ddc-hardware' !important;
    font-size: 14px !important;
} */

.woocommerce-additional-fields label , .woocommerce-additional-fields label span {
    font-family: 'ddc-hardware' !important;
    font-size: 14px !important;
}

h3#order_review_heading , .woocommerce-billing-fields h3 , .woocommerce-column--billing-address h2 ,
.woocommerce-column--shipping-address  h2 , h2.woocommerce-order-details__title , .payment-options-heading  {
    color: #ab0e13 !important;
}

ul.woocommerce-error {
    border-radius: 100px !important;
}

.woocommerce-orders-table {
    border-radius: 8px !important;
}


.woocommerce-orders-table thead {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.woocommerce-orders-table tbody{
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.woocommerce-orders-table thead tr th {
    font-family: 'ddc-hardware' !important;
    font-size: 14px !important;
}

.woocommerce-orders-table__row a {
    font-size: 14px;
}

#order_review .cart_item td.product-name {
    font-family: 'ddc-hardware';
    font-size: 14px !important;
    color: #ab0e13 !important;
    font-weight: 400 !important;
}

#order_review .cart_item td.product-name strong{
    font-weight: 400 !important;
}

#order_review thead tr th {
    font-family: 'ddc-hardware';
    font-size: 14px !important;
}


.breakdance-woocommerce .woocommerce input[type=checkbox] {
    border-radius: 8px !important;
    width: 24px !important;
    height: 24px !important;
    cursor: pointer !important;
}

li.wc_payment_method.payment_method_stripe > label {
    display: none;
}

.payment_box.payment_method_stripe {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
}

p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
    margin-top: 16px !important;
}

p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated input#wc-stripe-new-payment-method {
    width: 24px !important;
}


p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated label {
    font-size: 12px;
    line-height: 1.5 !important;
}

.woocommerce-privacy-policy-text p {
    font-size: 14px !important;
}

.woocommerce-checkout td.product-total {
    vertical-align: text-bottom;
}

.cart-count .bde-mini-cart-offcanvas.bde-mini-cart-offcanvas--dropdown.bde-mini-cart-offcanvas--primary-cart.bde-mini-cart-offcanvas--left {
    display: none !important;
}

.cart-count  .bde-mini-cart-toggle__icon{
    display: none !important;
}

.cart-count a.bde-mini-cart-toggle {
    padding: 0;
}

.woocommerce-checkout-review-order-table , .woocommerce-checkout-payment{
    z-index: 1;
}

h3.payment-options-heading{
    font-size: 20px !important;
}



/* My account */
.breakdance-woocommerce .woocommerce-EditAccountForm em
{
    color: #69625A !important;
    line-height: 16px !important;
    font-size: 10px !important;
    display: block !important;
}

.woocommerce-orders-table .woocommerce-orders-table__cell-order-number
{
    padding-left: 15px;
}

.woocommerce-MyAccount-content form h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #AB0E13 !important;
    font-size: 25px;
    font-weight: 400;
}

.breakdance-woocommerce .woocommerce-customer-details h2
{
    color: #AB0E13 !important;
}

#password_strength {
    border-radius: 8px;
    padding: 5px 10px;
    display: inline-block;
}

#password_strength.short {
    background: #f8d7da;
}

#password_strength.bad {
    background: #f8d7da;
}

#password_strength.good {
    background: #fff3cd;
}

#password_strength.strong {
    background: #d1e7dd;
}


/* Login / Register */

.woocommerce-notices-wrapper .woocommerce-error
{
    outline: none !important;
}

.page-id-10 .breakdance .bde-woopageaccount .woocommerce-notices-wrapper 
{
    margin: 0px !important;
}

.woocommerce-page.woocommerce-account .breakdance-woocommerce #customer_login h2,
.woocommerce-page.woocommerce-account .breakdance-woocommerce #customer_login,
.breakdance-woocommerce .woocommerce-form-login, .breakdance-woocommerce .woocommerce-form-register,
.woocommerce-page.woocommerce-account .breakdance-woocommerce #customer_login .col-1, 
.woocommerce-page.woocommerce-account .breakdance-woocommerce #customer_login .col-2
{
    max-width: 100% !important;
}

.breakdance-woocommerce .woocommerce-form-login, 
.breakdance-woocommerce .woocommerce-form-register
{
    border-radius: 8px !important;
    border-color: #e2ddd3 !important;
    box-shadow: 0 1px 0 0 #E3DDD3, 0 12px 28px -22px rgba(38, 35, 34, .5) !important;
    min-height: calc(100% - 43px);
}

.woocommerce-form-register__submit
{
    font-family: 'ddc-hardware';
    border-radius: 100px !important;
    font-size: 14px !important;
}

.woocommerce-form-register__submit:hover
{
    background-color: #c01015 !important;
}

.woocommerce-privacy-policy-text
{
    list-style: 1;
}

.woocommerce-privacy-policy-text p
{
    font-size: 12px;
}

.breakdance-woocommerce .woocommerce-Address-title h2 {
    font-size: 22px;
        color: #AB0E13 !important;
        font-weight: 400;
}

.breakdance-woocommerce .woocommerce-Addresses address
{
    color: #69625a !important;
    border-color: #e2ddd3 !important;
    box-shadow: none !important;
    border-radius: 8px;
}

.woocommerce-EditAccountForm fieldset
{
    border: none !important;
    box-shadow: none !important;
    padding: 0px !important;
}

.woocommerce-EditAccountForm fieldset legend
{
    color: #AB0E13 !important;
}

.breakdance-woocommerce .woocommerce-Addresses .woocommerce-Address
{
    border-color: #e2ddd3 !important;
    box-shadow: none !important;
    border-radius: 8px !important;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 30px !important;
}


.breakdance-woocommerce table tfoot tr th{
    font-size: 14px !important;
    font-family: 'ddc-hardware' !important;
}

.breakdance-woocommerce table tfoot tr td {
    font-weight: 400 !important;
    font-size: 14px !important;
    font-family: 'ddc-hardware' !important;
    color: #AB0E13 !important;

}

.breakdance-woocommerce table tfoot {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    box-shadow:
        inset 1px 0 0 var(--bde-woo-tables__border-color),
        inset -1px 0 0 var(--bde-woo-tables__border-color),
        inset 0 -1px 0 var(--bde-woo-tables__border-color);
    background-color: var(--bde-woo-tables__background-color);
    overflow: hidden;
}


.woocommerce-checkout-review-order-table thead {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.bde-woopageordertracking .woocommerce-customer-details, .woocommerce-page.woocommerce-order-received .breakdance-woocommerce .woocommerce-customer-details, .breakdance-woocommerce .woocommerce-EditAccountForm fieldset, .woocommerce-page.woocommerce-lost-password .breakdance-woocommerce form.woocommerce-ResetPassword, .breakdance-woocommerce #payment, .woocommerce-page.woocommerce-view-order .breakdance-woocommerce .woocommerce-customer-details, .breakdance-woocommerce .woocommerce-Address, .breakdance-woocommerce .woocommerce-form-login, .breakdance-woocommerce .woocommerce-form-register, .breakdance-woocommerce .woocommerce-order-overview, .breakdance-woocommerce .woocommerce-form-coupon
{
    border-color: #e2ddd3 !important; 
    box-shadow: none !important;
    border-radius: 8px !important;
}

.breakdance-woocommerce table td {
    font-size: 14px !important;
}

.woocommerce-thankyou-order-details li {
    font-size: 14px !important;
    font-family: 'ddc-hardware' !important;
}

.woocommerce-thankyou-order-details li strong {
    font-weight: 400 !important;
    font-family: 'Noto Sans' !important;
}


.breakdance-woocommerce .woocommerce-password-strength
{
    font-family: "Noto Sans", sans-serif !important;
}

/* Forgot password */


.woocommerce-lost-password .breakdance .bde-woopageaccount {
       max-width: 520px;
    margin: auto;
}

.woocommerce-lost-password .breakdance .bde-woopageaccount .woocommerce-notices-wrapper 
{
    margin: 0px !important;
}


/* Payment method */

.breakdance-woocommerce #payment .payment_method_stripe .testmode-info
{
    margin-top: 10px !important;
}   

.breakdance-woocommerce #payment .payment_method_stripe .p-FieldLabel
{
     font-family: sans-serif !important; 
}

.breakdance-woocommerce #payment .payment_method_stripe label[for]
{
    margin-top: 3px;
}


/* Mobile Header */

.bde-mini-cart-toggle__counter
{
    width: 20px;
    height: 20px;
}

.cart-bag > .breakdance-link
{
    padding-right: 0px !important;
}

span.select2-dropdown.select2-dropdown--above {
    border-radius: 16px;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{
    border-radius: 999px;
}

p.no-product-found {
    text-align: center;
    font-size: 20px;
    grid-column: 1 / -1;
    color: #ab0e13;
    font-family: 'ddc-hardware';
    font-weight: 400;
}

table.woocommerce-table--order-details tfoot td {
    color: #AB0E13 !important;
    font-family: 'ddc-hardware' !important;
    font-weight: 400;
}

table.woocommerce-table--order-details tfoot td span {
    color: #AB0E13 !important;
    font-family: 'ddc-hardware' !important;
    font-weight: 400 !important;
}

.woocommerce-table--order-details span.woocommerce-Price-amount.amount bdi {
    font-weight: 400 !important;
    font-size: 14px !important;
    font-family: 'ddc-hardware' !important;
    color: #AB0E13 !important;
}

a.woocommerce-button.button.cancel {
    border-radius: 999px !important;
    background: #AB0E13;
    font-family: 'ddc-hardware' !important;
    font-size: 14px !important;
    color: #fff;
    padding: 8px 12px !important;
}

a.woocommerce-button.button.view {
    padding: 8px 12px;
}

.woocommerce-order-pay div#payment {
    margin-top: 20px;
}

.wc-saved-payment-methods li {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.woocommerce-SavedPaymentMethods-saveNew input#wc-stripe-new-payment-method {
    width: 24px !important;
}

.woocommerce-checkout-review-order-table td.product-name {
    font-family: 'ddc-hardware' !important;
    color: #AB0E13 !important;
}

.form-row.woocommerce-SavedPaymentMethods-saveNew label {
    margin: 0 !important;
}

.form-row.woocommerce-SavedPaymentMethods-saveNew{
    margin-top: 15px !important;
}

table.woocommerce-MyAccount-paymentMethods {
    width: 100%;
    border-collapse: collapse;
    border: none;
    border-spacing: 0;
    border-radius: 8px !important;
    font-size: var(--bde-woo-typography__size-standard);
    font-family: var(--bde-woo-typography__size-standard-font-family);
    line-height: var(--bde-woo-base-paragraph-line-height);
}

table.woocommerce-MyAccount-paymentMethods thead {
    --bde-woo-tables__border-width-negative: calc(var(--bde-woo-tables__border-width, 1px) * -1);
    background-color: var(--bde-woo-tables__header-color);
    border-top-left-radius: var(--bde-woo-tables__border-radius);
    border-top-right-radius: var(--bde-woo-tables__border-radius);
    box-shadow: inset var(--bde-woo-tables__border-color) var(--bde-woo-tables__border-width, 1px) 0 0 0, inset var(--bde-woo-tables__border-color) 0 var(--bde-woo-tables__border-width, 1px) 0 0, inset var(--bde-woo-tables__border-color) var(--bde-woo-tables__border-width-negative, -1px) 0 0 0;
    text-align: left;
    font-size: var(--bde-woo-typography__size-small);
    font-family: var(--bde-woo-typography__size-small-font-family);
    color: var(--bde-woo-base-text-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: hidden;
}

table.woocommerce-MyAccount-paymentMethods thead th{
    padding: var(--bde-woo-base-medium-gaps);
    font-weight: var(--bde-woo-typography-font-weight-medium);
        font-family: 'ddc-hardware' !important;
    font-size: 14px !important;
}

table.woocommerce-MyAccount-paymentMethods tbody{
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    box-shadow: inset var(--bde-woo-tables__border-color) 0 0 0 var(--bde-woo-tables__border-width, 1px);
    background-color: var(--bde-woo-tables__background-color);
    overflow: hidden;
}

table.woocommerce-MyAccount-paymentMethods tbody td{
    padding: var(--bde-woo-base-big-gaps) var(--bde-woo-base-medium-gaps);
    font-size: 14px !important;
    color: var(--bde-woo-base-text-color);
    font-family: var(--bde-woo-typography__size-standard-font-family);
}

tr.payment-method.default-payment-method a.button.delete{
    border-radius: 999px !important;
    background: #AB0E13;
    font-family: 'ddc-hardware' !important;
    font-size: 14px !important;
    color: #fff;
    padding: 8px 12px !important;
    text-decoration: none !important;
    font-weight: 400;
}

li.woocommerce-order-overview__email.email strong {
    word-break: break-all;
}

.single-product .woocommerce-message a.button.wc-forward {
    display: flex;
    align-items: center;
    gap: 5px;
}


.woocommerce-message a.restore-item {
    color: #fff !important;
    display: flex !important;
    align-items: center;
    gap: 5px;
}

.woocommerce-message a.restore-item:hover{
    color: #fff !important;
}


.breakdance-woocommerce div.product form.cart {
    flex-direction: column !important;
    width: 100% !important;
    gap: 0 !important;
}

.woocommerce-variation-price bdi {
    color: var(--bde-brand-primary-color) !important;
    font-family: ddc-hardware !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
}



/* Responsisve start */

@media (min-width: 1024px) {
    .cart-row {
        grid-template-columns: 1fr 20rem;
        gap: 2.5rem;
    }
}

@media(max-width:1024px)
{
    .woocommerce-orders-table tbody {
        border-top-left-radius: 8px !important;
        border-top-right-radius: 8px !important;
    }

    .woocommerce-orders-table .woocommerce-orders-table__cell-order-number {
        padding-left: 0px;
    }
}

@media(max-width:1023px)
{
    .breakdance .bde-woopageaccount-10-101 .woocommerce-MyAccount-navigation
    {
        --bde-woo-responsive__width: 100%;
        --bde-woo-responsive__max-width: 100%;
    }

    .breakdance-woocommerce .woocommerce-Address-title h2,
    h3#order_review_heading, .woocommerce-billing-fields h3, 
    .woocommerce-column--billing-address h2, 
    .woocommerce-column--shipping-address h2, 
    h2.woocommerce-order-details__title, 
    .payment-options-heading,
    .breakdance-woocommerce .woocommerce-customer-details h2,
    .woocommerce-EditAccountForm fieldset legend,
    .woocommerce-MyAccount-content form h2,
    .breakdance-woocommerce #customer_login h2
    {      
        font-size: 20px !important;
    }

    .breakdance-woocommerce .woocommerce-customer-details address,
    .breakdance-woocommerce .woocommerce-Addresses address,
    .breakdance-woocommerce p.woocommerce-customer-details--phone,
    .breakdance-woocommerce p.woocommerce-customer-details--email,
    .woocommerce-page.woocommerce-lost-password .breakdance-woocommerce form.woocommerce-ResetPassword p
    {
        font-size: 14px !important;
    }

    .woocommerce-info, .woocommerce-notices-wrapper + p:not([class]), .woocommerce-message,
    .breakdance-woocommerce small.woocommerce-password-hint
    {
        font-size: 11px !important;
    }    

    .breakdance-woocommerce .woocommerce-Addresses .woocommerce-Address,
    .bde-woopageordertracking .woocommerce-customer-details, .woocommerce-page.woocommerce-order-received .breakdance-woocommerce .woocommerce-customer-details, .breakdance-woocommerce .woocommerce-EditAccountForm fieldset, .woocommerce-page.woocommerce-lost-password .breakdance-woocommerce form.woocommerce-ResetPassword, .breakdance-woocommerce #payment, .woocommerce-page.woocommerce-view-order .breakdance-woocommerce .woocommerce-customer-details, .breakdance-woocommerce .woocommerce-Address, .breakdance-woocommerce .woocommerce-form-login, .breakdance-woocommerce .woocommerce-form-register, .breakdance-woocommerce .woocommerce-order-overview, .breakdance-woocommerce .woocommerce-form-coupon
    {

        padding: 16px !important;
    }

}

@media(max-width:768px)
{
    .breakdance-woocommerce .woocommerce-Address-title
    {
        flex-flow: column !important;
    }

}

@media (max-width: 767px) {

    .pasta-products-section{
        padding: 40px 0;
    }
    .pasta-products-header {
        flex-direction: column;
        gap: 30px;
    }

    .pasta-category-tabs {
        justify-content: flex-start;
        width: 100%;
    }

    .pasta-products-title {
        font-size: 28px !important;
    }

    .pasta-product-info h3{
        font-size: 18px !important;
    }

    .pasta-product-price{
        font-size: 16px;
    }

    tr.woocommerce-cart-form__cart-item.cart_item {
        gap: 0 !important;
    }

    .woocommerce-cart-form__contents tbody {
        padding: 0 !important;
    }

    .product_cart_row {
        padding-left: 0;
    }

    .breakdance-woocommerce .woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item{
        grid-template-columns: var(--bde-woo-cart-thumbnail-size, 96px) 1fr 0px !important;
    }

    .pasta-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }


    .site_navbar .breakdance-menu-toggle span
    {
        display: flex;
        gap: 15px;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .site_navbar .breakdance-menu-toggle span svg
    {
        width: 12px;
    }
    .site_navbar .breakdance-menu-toggle span::before
    {
        content: "All Merch";
        font-size: 14px;
        color: #fdfaef;
        display: inline;
        font-family: 'ddc-hardware';
    }

    .site_navbar .breakdance-menu-toggle {
        justify-content: center;
        align-items: center;
        /* background: red; */
        width: 100%;
        border: solid 2px #bec7b3;
        border-radius: 50px;
        padding: 6px 15px;
    }

    .site_navbar .breakdance-menu-list {
        width: 176px !important;
        left: -20px !important;
        right: 0;
        margin: auto;
        padding: 5px;
        border-radius: 5px;
    }

    .cart-bag > a
    {
        padding: 0px !important;
    }



    .cart-count
    {
        right: 25px;
    }
}

@media (max-width:575px){

    .woocommerce-order .woocommerce-customer-details section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
        flex-direction: column;
    }

    section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
        flex-direction: column;
    }


}