/*
Theme Name: Breakdance Zero Theme
Theme URI: https://breakdance.com/zero-theme // todo
Author: Breakdance Builder
Author URI: https://breakdance.com/
Description: Entirely disables the WordPress theme system and lets you design every part of your site with Breakdance, while keeping other theme functionality like templates overrides and functions.php.
Version: 1.0.0
Tested up to: 5.9
Requires PHP: 7
License: GNU General Public License v2 or later // todo no idea about this
License URI: LICENSE
Text Domain: breakdance-zero

Requires Breakdance to be installed.
/*-------------------------------------------------------------- */

:root {
    --accordion-gray: #f2f2f2;
    --accordion-white: #ffffff;
    --accordion-background-color: #2A2A2A;
    --accordion-text-color: #E2E2E2;
    --theme-gray-dark: #988E90;
    --theme-text-color: #e2e2e2;
    --gray-dark: #988E90;
    --gray-tertiary: #BEC8CD;
    --gray-light: #F1F4F6;
}

.accordion-categories {
    background-color: var(--accordion-background-color);
    padding: 16px;
    border-radius: 12px;
}

.accordion-categories .accordion-categories__heading {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 16px !important;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
}

.accordion-categories .label {
    position: relative;
    cursor: pointer;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 8px;
}

.accordion-categories .label.active {
    background-color: var(--accordion-background-color);
}

.accordion-categories .label.active a {
    color: var(--accordion-white);
}

.accordion-categories .label.active::before {
    color: var(--accordion-white);
}

.accordion-categories .label:hover {
    background-color: var(--accordion-background-color);
}

.accordion-categories .label::before {
    content: '+';
    color: var(--accordion-text-color);
    position: absolute;
    top: 50%;
    right: 5px;
    font-size: 22px;
    transform: translateY(-50%);
}

.accordion-categories .label a {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    text-decoration: none;
    color: var(--accordion-text-color);
}

.accordion-categories .label a:hover {
    color: var(--accordion-text-color);
}

.accordion-categories .content {
    position: relative;
    max-height: 0;
    overflow: hidden;
    transition: 0.5s;
}

.accordion-categories .content > div {
    padding: 4px 24px;
    border-radius: 8px;
}

.accordion-categories .content > div.active {
    background-color: var(--accordion-background-color);
}

.accordion-categories .content > div.active a {
    color: var(--accordion-white);
}

.accordion-categories .content > div:hover {
    background-color: var(--accordion-background-color);
}

.accordion-categories .content a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-decoration: none;
    color: var(--accordion-text-color);
}

.accordion-categories .content a:hover {
    color: var(--accordion-text-color);
}

.accordion-categories .container.empty .label::before {
    content: none !important;
}

.accordion-categories .container.active .content {
    max-height: 1000px;
}

.accordion-categories .container.active .label::before {
    content: '-';
    font-size: 20px;
}

.accordion-categorie {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.accordion-categorie .container {
    width: 100%;
}

.accordion-categories .activebold {
    font-weight: bold !important;
}

.accordion-categories .third-level {
    padding: 5px 4px 5px 40px !important;
}

.category-select {
    margin-bottom: 32px;
}

/* Product Prices */

.wcpmp-product-prices {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    gap: 8px;
}

.wcpmp-product-prices .wcpmp-product-price {
    width: 100%;
}

.wcpmp-product-price {
    padding: 8px;
    border-radius: 8px;
    background-color: #2A2A2A;
    display: flex;
    flex-direction: column-reverse;
}

.wcpmp-product-price .wcpmp-product-price-value {
    color: #E2E2E2;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: 1.12px;
}

.wcpmp-product-price .wcpmp-product-price-label {
    color: #988E90;
    line-height: 1.5;
    font-size: 12px;
    letter-spacing: 0.96px;
}

/* Product page */

.single-product .wcpmp-product-price {
    flex-direction: column;
}

.single-product .wcpmp-product-price .wcpmp-product-price-value {
    order: 0;
}

.single-product .wcpmp-product-price .wcpmp-product-price-label {
    order: 1;
}

.cart .quantity, .bde-mini-cart-quantity .quantity {
    display: inline-flex;
    gap: 8px;
    width: 100% !important;
    max-width: unset !important;
    border-bottom: 0;
    border-top: 0;
}

.cart .quantity .bde-quantity-button, .bde-mini-cart-quantity .quantity .bde-quantity-button {
    z-index: 999;
    width: 48px;
    height: 48px;
    position: relative;
    transform: unset !important;
    top: 0 !important;
    bottom: 0;
    border: 1px solid var(--theme-gray-dark);
    border-radius: 8px;
    color: var(--theme-text-color);
    font-size: 14px;
    background: #1F1F1F;
}

.cart .quantity .bde-quantity-button:hover, .bde-mini-cart-quantity .quantity .bde-quantity-button:hover {
    box-shadow: 0px 1px 2px 0px #0000004D;
}

.cart .quantity input.qty, .bde-mini-cart-quantity .quantity input.qty {
    width: 48px;
    height: 48px;
    background-color: transparent;
    border: 1px solid var(--theme-gray-dark);
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    color: var(--theme-text-color);
    appearance: textfield;
    -moz-appearance: textfield;
}

/* Remove arrows for WebKit browsers (Chrome, Safari, Edge) */
.cart .quantity input.qty::-webkit-outer-spin-button, .bde-mini-cart-quantity .quantity input.qty::-webkit-outer-spin-button,
.cart .quantity input.qty::-webkit-inner-spin-button, .bde-mini-cart-quantity .quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart .quantity input.qty:focus, .bde-mini-cart-quantity .quantity input.qty:focus {
    outline: 0;
}

.woocommerce-cart .cart thead {
    display: none;
}

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

.woocommerce-cart .cart tbody tr:not(:last-child) {
    border-bottom: 1px solid #4C4546 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.woocommerce-cart .cart tbody tr:not(:last-child) td {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
    flex: 1;
}

.woocommerce-cart .cart tbody tr:not(:last-child) .product-name {
    width: 100%;
    flex: 3;
}

.woocommerce-cart .cart tbody tr:not(:last-child) .product-name a {
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
}

.woocommerce-cart .cart tbody tr:not(:last-child) .product-name .rental-details {
    font-size: 14px;
    font-weight: 400;
}

.woocommerce-cart .cart tbody tr:not(:last-child) .product-price,
.woocommerce-cart .cart tbody tr:not(:last-child) .product-subtotal {
    font-size: 14px;
    font-weight: 400;
}

.woocommerce-cart .cart tbody tr:not(:last-child) .product-price .amount bdi,
.woocommerce-cart .cart tbody tr:not(:last-child) .product-subtotal .amount bdi {
    font-size: 16px;
}

.woocommerce-cart .cart tbody tr:not(:last-child) .product-remove {
    order: 6;
}

.woocommerce-cart .cart tbody tr:not(:last-child) .product-remove a {
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
    color: #FFB4AB;
    text-decoration: underline;
    line-height: 150%;
}

.woocommerce-cart .cart tbody tr:not(:last-child) .product-thumbnail {
    width: 80px;
    padding-left: 0;
    padding-right: 0;
}

.woocommerce-cart .cart tbody tr:not(:last-child) .product-thumbnail img {
    width: 80px;
    height: 80px;
    border-radius: 12px;
}

.woocommerce-cart .cart-collaterals {
    border: 1px solid #4C4546;
    padding: 24px;
    border-radius: 16px !important;
    height: fit-content;
    width: 25% !important;
    max-width: 400px;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 16px !important;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    font-size: 16px;
    font-weight: 400;
}

.woocommerce-cart .cart-collaterals .cart_totals table .cart-discount th {
    font-size: 16px;
    font-weight: 400;
    padding: 24px 0 24px 24px;
    width: 50%;
}

.woocommerce-cart .cart-collaterals .cart_totals table .cart-discount td {
    padding: 24px 24px 24px 0;
    border-radius: 0 16px 16px 0;
    text-align: right;
}

.woocommerce-cart .cart-collaterals .cart_totals table .cart-discount td bdi {
    font-size: 16px;
    font-weight: 400;
}

.woocommerce-cart .cart-collaterals .cart_totals table .order-total {
    background-color: #1B1B1B;
    padding: 24px;
    border-radius: 16px;
}

.woocommerce-cart .cart-collaterals .cart_totals table .order-total th {
    font-size: 16px;
    font-weight: 800;
    padding: 24px 0 24px 24px;
    border-radius: 16px 0 0 16px;
    width: 50%;
}

.woocommerce-cart .cart-collaterals .cart_totals table .order-total td {
    padding: 24px 24px 24px 0;
    border-radius: 0 16px 16px 0;
    text-align: right;
}

.woocommerce-cart .cart-collaterals .cart_totals table .order-total td bdi {
    font-size: 16px;
    font-weight: 800;
}

.woocommerce-cart .cart-collaterals .checkout-button {
    font-size: 16px;
    font-weight: 800;
}

.woocommerce-cart .cart-collaterals .checkout-button::after {
    display: none !important;
}

.woocommerce-cart .cart-collaterals .checkout-button:hover {
    box-shadow: 0px 6px 10px 4px #00000026;
}

@media (max-width: 767px) {
    .woocommerce-cart .cart tbody tr:not(:last-child) {
        display: grid;
        grid-template-columns: 100px 1fr;
        grid-template-rows: auto auto auto auto;
        gap: 14px 12px;
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }

    .woocommerce-cart .cart tbody tr:not(:last-child) .product-name {
        grid-column: 2;
        grid-row: 1;
    }

    .woocommerce-cart .cart tbody tr:not(:last-child) .product-price,
    .woocommerce-cart .cart tbody tr:not(:last-child) .product-subtotal {
        grid-column: 2;
        grid-row: 3;
    }

    .woocommerce-cart .cart tbody tr:not(:last-child) .product-remove {
        grid-column: 2;
        grid-row: 4;
        width: 100%;
        text-align: right;
    }

    .woocommerce-cart .cart tbody tr:not(:last-child) .product-thumbnail {
        grid-column: 1;
        grid-row: 1 / span 3;
        width: 100px;
    }

    .woocommerce-cart .cart tbody tr:not(:last-child) .product-thumbnail img {
        width: 100px;
        height: 100px;
    }

    .woocommerce-cart .cart tbody tr:not(:last-child) .product-quantity {
        grid-column: 1;
        grid-row: 4;
        width: 170px;
    }

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

@media (max-width: 1119px) {
    .woocommerce-cart .cart-collaterals {
        width: 100% !important;
        max-width: 100%;
    }
}

.checkout {
    flex-direction: column !important;
}

.checkout .col2-set {
    flex-direction: row !important;
    width: 100% !important;
    gap: 60px !important;
}

.checkout .col2-set .col-1 {
    border: 1px solid #4C4546;
    border-radius: 16px;
    padding: 32px;
}

.checkout .col2-set .col-1 .woocommerce-billing-fields > h3 {
    font-size: 28px;
    font-weight: 800;
    border-bottom: 1px solid #4C4546;
    padding-bottom: 10px !important;
}

.checkout .col2-set .col-2 {
    border: 1px solid #4C4546;
    border-radius: 16px;
    padding: 32px;
    height: fit-content;
}

.checkout .col2-set .col-2 #shipping-type-field {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 24px;
}

.checkout .col2-set .col-2 #shipping-type-field strong {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #E2E2E2;
}

.checkout .col2-set .col-2 #shipping-type-field label {
    width: 47%;
    background: #1B1B1B;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #4C4546;
    font-size: 14px;
    font-weight: 400;
    color: #E2E2E2;
    text-align: center;
    margin-left: 0;
}

.checkout .col2-set .col-2 #shipping-type-field label:has(> input:checked) {
    background: #1B1B1B;
}

.checkout .col2-set .col-2 #shipping-type-field label input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    margin: 0 4px 0 0;
    width: 20px;
    height: 20px;
    border: 2px solid #4C4546;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    background: transparent;
}

.checkout .col2-set .col-2 #shipping-type-field label input[type="radio"]:checked {
    border-color: #4C4546;
    background-color: transparent;
}

.checkout .col2-set .col-2 #shipping-type-field label input[type="radio"]:checked::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #4C4546;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.checkout .col2-set .col-2 .woocommerce-shipping-fields h3 {
    font-size: 21px;
    color: #E2E2E2;
    border-bottom: 1px solid #4C4546;
    padding-bottom: 10px !important;
    margin-bottom: 24px;
}

.checkout .col2-set .woocommerce-billing-fields__field-wrapper,
.checkout .col2-set .woocommerce-shipping-fields__field-wrapper,
.checkout .col2-set .woocommerce-additional-fields {
    gap: 24px;
}

.checkout .col2-set .woocommerce-billing-fields__field-wrapper label,
.checkout .col2-set .woocommerce-shipping-fields__field-wrapper label,
.checkout .col2-set .woocommerce-additional-fields label {
    font-size: 14px;
    font-weight: 400;
    color: #CFC4C5;
}

.checkout .col2-set .woocommerce-billing-fields__field-wrapper input,
.checkout .col2-set .woocommerce-billing-fields__field-wrapper select,
.checkout .col2-set .woocommerce-billing-fields__field-wrapper textarea,
.checkout .col2-set .woocommerce-shipping-fields__field-wrapper input,
.checkout .col2-set .woocommerce-shipping-fields__field-wrapper select,
.checkout .col2-set .woocommerce-shipping-fields__field-wrapper textarea,
.checkout .col2-set .woocommerce-additional-fields input,
.checkout .col2-set .woocommerce-additional-fields select,
.checkout .col2-set .woocommerce-additional-fields textarea {
    border: 1px solid #4C4546;
    border-radius: 8px;
    background: #1B1B1B;
    font-size: 16px;
    font-weight: 400;
    color: #CFC4C5;
}

.checkout .col2-set .woocommerce-billing-fields__field-wrapper #additional-notes h3,
.checkout .col2-set .woocommerce-shipping-fields__field-wrapper #additional-notes h3,
.checkout .col2-set .woocommerce-additional-fields #additional-notes h3 {
    font-size: 21px;
    font-weight: 800;
    border-bottom: 1px solid #4C4546;
    padding-bottom: 10px !important;
    margin-bottom: 24px;
}

.checkout .bde-order-review-column {
    width: 100% !important;
    border: 1px solid #4C4546;
    border-radius: 16px;
    padding: 32px;
}

.checkout .bde-order-review-column h3 {
    font-size: 28px !important;
    font-weight: 800 !important;
    border-bottom: 1px solid #4C4546;
    padding-bottom: 10px !important;
}

.checkout .bde-order-review-column #payment {
    border: none;
    background: none;
    box-shadow: none;
    padding: 0;
}

.checkout .bde-order-review-column #payment .woocommerce-terms-and-conditions-wrapper > p {
    display: none;
}

.checkout .bde-order-review-column #payment .woocommerce-privacy-policy-text {
    margin-top: 0;
}

.checkout .bde-order-review-column #payment button {
    background: #FFEAC1;
    color: #3F2E00;
}

.checkout .bde-order-review-column #payment button:hover {
    box-shadow: 0px 6px 10px 4px #00000026;
}

.checkout .bde-order-review-column table thead {
    display: none;
}

.checkout .bde-order-review-column table tbody {
    background: none;
    box-shadow: none;
}

.checkout .bde-order-review-column table tbody tr {
    border: none !important;
}

.checkout .bde-order-review-column table tbody tr .product-total {
    text-align: end;
    padding: 24px;
}

.checkout .bde-order-review-column table tbody tr .product-total bdi {
    font-size: 16px;
    font-weight: 800;
}

.checkout .bde-order-review-column table tfoot .cart-discount {
    border-bottom: none;
}

.checkout .bde-order-review-column table tfoot .cart-discount td {
    padding: 24px;
    text-align: end;
}

.checkout .bde-order-review-column table tfoot .cart-discount td span {
    font-size: 16px;
    font-weight: 600;
}

.checkout .bde-order-review-column table tfoot .order-total {
    border-top: none;
}

.checkout .bde-order-review-column table tfoot .order-total th {
    font-size: 16px;
    font-weight: 600;
    padding: 24px;
    border-radius: 16px 0 0 16px;
    background: #1B1B1B;
}

.checkout .bde-order-review-column table tfoot .order-total td {
    padding: 24px;
    border-radius: 0 16px 16px 0;
    background: #1B1B1B;
    text-align: end;
}

.checkout .bde-order-review-column table tfoot .order-total td bdi {
    font-size: 16px;
    font-weight: 800;
}

.checkout .woocommerce-NoticeGroup .woocommerce-error li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.checkout .woocommerce-NoticeGroup .woocommerce-error li::before {
    position: relative;
    left: unset;
    top: unset;
}

@media (max-width: 1030px) {
    .checkout .col2-set .col-2 #shipping-type-field {
        column-gap: 16px;
        flex-direction: initial;
        row-gap: 8px;
    }

    .checkout .col2-set .woocommerce-billing-fields__field-wrapper .form-row,
    .checkout .col2-set .woocommerce-shipping-fields__field-wrapper .form-row,
    .checkout .col2-set .woocommerce-additional-fields .form-row {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .checkout .col2-set {
        flex-direction: column !important;
    }

    .checkout .col2-set .col-1 {
        border: none;
        padding: 0;
    }

    .checkout .col2-set .col-1 .woocommerce-billing-fields > h3 {
        font-size: 22px;
    }

    .checkout .col2-set .col-2 {
        border: none;
        padding: 0;
    }

    .checkout .col2-set .woocommerce-billing-fields__field-wrapper #additional-notes h3,
    .checkout .col2-set .woocommerce-shipping-fields__field-wrapper #additional-notes h3,
    .checkout .col2-set .woocommerce-additional-fields #additional-notes h3 {
        font-size: 18px;
    }

    .checkout .bde-order-review-column {
        border: none;
        padding: 0;
    }

    .checkout .bde-order-review-column h3 {
        font-size: 22px !important;
    }

    .checkout .woocommerce-NoticeGroup .woocommerce-error {
        padding: 12px;
    }
}
  

/* Tables */

.page-current-balance tbody, .tablesorter tbody {
    background-color: transparent;
    border: 0;
}

.page-current-balance tbody tr:nth-child(even), .tablesorter tbody tr:nth-child(even) {
    background-color: transparent;
}

/* Login */

.woocommerce-form.woocommerce-form-login.login {
    background-color: #131313;
}