.vertical-line-separator{
color : #C9D9E3;
font-size: 16px;
}

/* MY ACCOUNT TOP */
.woocommerce-account .entry-title {
    text-align: center;
    font-size: 42px;
    font-weight: 100;
    color: #112943;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    padding: 25px 0;  
}

.woocommerce-account .main-banner {
margin-bottom: 65px;
background-image: url("https://www.arkansaslighting.com/wp-content/uploads/2024/12/my-account-main-banner-image.jpg");
box-shadow: none;
height: 550px;
}

/* FORMS */

input[name='billing_phone'] , 
 input[name='saw_billing_phone'] {
    background: #fff;
    border: 1px solid #a6a6a6;
    width: 100%;
    height: 30px;
    font-weight: 400;
    color: #949494;
    font-size: 14px;
    padding: 0 10px;
    margin-bottom: 17px;
    border-radius: 0;
}

.woocommerce-form-row ,
.form-row input.input-text,
.woocommerce-form-row input[type="text"], .woocommerce-form-row input[type="password"],.woocommerce-form-row input[type="email"] ,.woocommerce-form-row input[type="tel"],.woocommerce-address-fields__field-wrapper .selection>*,
.woocommerce-address-fields__field-wrapper .selection span{
    color: #949494 !important;
    border-color:#A6A6A6;
    background-color: #fff;
    border-style:solid;
    border-radius: 0;
    /* height: 40px; */
    font-size: 14px;
}

/* NAVIGATION */

.woocommerce-MyAccount-navigation-link.is-active {
   color:#112943 !important; 
}
.woocommerce-MyAccount-navigation h3 {
    font-size: 18px;
    color: #a6bfd1;
    font-weight: 900;
    margin-bottom: 24px;
}

.woocommerce-MyAccount-content {
    border-left: 1px solid #dddcdc;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    
}

.woocommerce-MyAccount-navigation-link {
    font-size: 14px;
    color: #555555;
    text-transform: uppercase;
    margin-bottom: 12px;
}

li.woocommerce-MyAccount-navigation-link,
li.woocommerce-MyAccount-navigation-link a {
    font-size: 14px;
    color: #555555;
}

.account-billing-actions a.saw-edit, .account-shipping-actions a.saw-edit, .account-billing-actions a.saw-delete, .account-shipping-actions a.saw-delete, .account-billing-actions a.not-is-default, .account-shipping-actions a.not-is-default ,
.saw-billing a,.saw-shipping a {
    color: #555555 !important;
    background-color: #fff !important;
    text-decoration: underline !important;
    color: var(--text-dark-text-color-222222, #222);
    font-family: "Open Sans";
    letter-spacing: normal !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    /* line-height: 150% !important; */
    text-decoration-line: underline !important;
    text-decoration-style: solid !important;
    text-decoration-skip-ink: none !important;
    text-decoration-thickness: auto !important;
    text-underline-offset: auto !important;
    text-underline-position: from-font !important;
    text-transform: none !important;
}

li.woocommerce-MyAccount-navigation-link.is-active,
li.woocommerce-MyAccount-navigation-link.is-active a {
    color: #112943;
    font-weight: 700;
    text-decoration: none !important;
 }

 .account-billing-actions a.is-default, .account-shipping-actions a.is-default {
    color: white !important;
    background-color: #161D45;
    border-radius: 0;
    text-align: center;
    padding: 4px 6px;
 }

/* CONTENT */

.woocommerce-MyAccount-content  p {
    color: #595959;
}

.woocommerce-MyAccount-content .content-description p
{   font-size: 12px;    line-height: 18px;}
.woocommerce-MyAccount-content h1 , .woocommerce-MyAccount-content form h2{
    color: #112943;
    font-weight: 900;
    font-size: 24px;
    margin-bottom: 10px;

}

.woocommerce-MyAccount-content hr,
header.woocommerce-Address-title hr {
    border-top: 1px solid #112943;
    margin: 8px 0 10px 0;

}

/* DASHBOARD */
.woocommerce-MyAccount-content h1.dashboard-content-descritpion-main-header 
 {
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .woocommerce-MyAccount-content h1.dashboard-content-descritpion-main-header {
        border-top: 1px solid #DDDCDC;
        padding-top: 40px;
    }
}

.woocommerce-MyAccount-content .dashboard-account-informations a{
    font-size: 12px;
    font-weight: 400;
    color: #112943;
    text-decoration: underline;
    letter-spacing: 0.05em;
}

.woocommerce-MyAccount-content .dashboard-account-informations {
    padding-top: 40px;
}

.woocommerce-MyAccount-content .dashboard-account-informations h3, .woocommerce-MyAccount-content legend { 
    color: #595959;
    font-weight: 900;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.woocommerce-MyAccount-content .acc-right-user {
    padding-bottom: 20px;
    line-height: 1.75em;
}

.woocommerce-MyAccount-content legend {
    padding-top:40px;
}

.woocommerce-MyAccount-content button[name="save_account_details"],
.woocommerce-MyAccount-content button[name="save_address"] {
    color: white!important;
    background-color:#161D45!important;
    text-transform: uppercase;
    font-weight: bold;
    width: 132px;
    height: 40px;
    border-radius: 0;
    margin-top: 12px;
    border: none !important;
}

.woocommerce-MyAccount-content .dashboard-account-informations h4  {
    /* padding-top: 24px; */
    font-size: 14px;
    font-weight: 600;
    color: #112943;
    text-transform: uppercase;
    margin-bottom: 10px;
}  

.woocommerce-Address-title h2 {
    font-size: 14px;
    font-weight: 400;
    color: #595959;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* EDIT ACCOUNT INFORMATIONS */

.woocommerce-MyAccount-content .edit-account-informations-main-header {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .woocommerce-MyAccount-content .edit-account-informations-main-header {
        border-top: 1px solid #DDDCDC;
        padding-top: 40px;
    }
}

.woocommerce-account .woocommerce-page .woocommerce-EditAccountForm.edit-account {
    padding: 0px;
    margin: 0px;
}

/* ORDERS */
.woocommerce-info{
    padding: 1em;
}
.woocommerce-info::before {
    content: none;
}

.woocommerce-account .woocommerce-MyAccount-content mark {
    font-weight: unset;
    padding: 0px;
}

th.woocommerce-table__product-table.product-total,
th.woocommerce-table__product-name.product-name {
    border-bottom: 0px !important;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details > tfoot > tr > th {
    border-bottom: 0px !important;
}

.woocommerce-MyAccount-content .orders-shop-button{
   /* height: 40px; */
   width: 234px;
   background-color: #161D45 !important;
   color: #ffffff !important; 
   font-size: 14px;
   font-weight: 700;
   text-align: center;
   display: unset !important;
   /* margin: 0 auto; */
   padding: 13px 13px !important;
   border-radius: 0 !important;
}

@media screen and (max-width: 768px) {
    .woocommerce-MyAccount-content .orders-shop-button {
        width: 100%;
    }
}

.woocommerce-MyAccount-content .woocommerce-info {
    background-color:#F8F8F8;
    margin-top: 40px;
    border-top: unset;
    border-left: 4px solid #161D45;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    height: 40px;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    top: unset;
}

.woocommerce-MyAccount-content .woocommerce-info p {
    padding: 12px;
    color: #222222;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

@media screen and (max-width: 768px) {
    .woocommerce-MyAccount-content button[name="save_account_details"], .woocommerce-MyAccount-content button[name="save_address"] {
        width: 100%;
    }
}

/* .order-again {
    display: none;
} */

.product-name .product-image{
    /* display: flex; */
    width: 60px;
    height: auto;
}

.product-name .product-image img {
    display: flex;
    width: 60px;
    height: 60px;
    min-width: 60px;
}

.woocommerce-order-details {
    background: #f8f8f8;
    padding: 24px !important;
}

.woocommerce-checkout-review-order {
    background: #f8f8f8;
    padding: 50px !important;
}

.woocommerce-order-details .woocommerce-table.woocommerce-table--order-details.shop_table.order_details,
.shop_table.woocommerce-checkout-review-order-table {
    border-collapse: collapse;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.shop_table.woocommerce-checkout-review-order-table {
    gap: 32px !important;
}

.woocommerce-order-details .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .product,
.shop_table.woocommerce-checkout-review-order-table .product {
    flex: 2;
    display: flex;
    flex-direction: column;
    /* border-bottom: 1px solid #C9D9E3; */
}

.shop_table.woocommerce-checkout-review-order-table .product {
    flex: 1 !important;
}

.woocommerce-order-details .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .quantity,
.woocommerce-order-details .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .total,
.shop_table.woocommerce-checkout-review-order-table .quantity,
.shop_table.woocommerce-checkout-review-order-table .total {
    display: flex;
    /* flex-direction: column; */
    /* align-self: stretch; */
    /* gap: 50%; */
    align-items: center;
    flex: 1;
    /* border-bottom: 1px solid #C9D9E3; */
    /* text-align: end; */
    padding-left: 30px;
}

.shop_table.woocommerce-checkout-review-order-table .total {
    align-self: stretch;
    align-items: flex-start;
}

.woocommerce-order-details .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .product .mobile-title,
.woocommerce-order-details .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .quantity .mobile-title, 
.woocommerce-order-details .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .total .mobile-title,
.shop_table.woocommerce-checkout-review-order-table .product .mobile-title,
.shop_table.woocommerce-checkout-review-order-table .quantity .mobile-title,
.shop_table.woocommerce-checkout-review-order-table .total .mobile-title {
    display: none;
}

.woocommerce-order-details .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .product > div:nth-child(1),
.shop_table.woocommerce-checkout-review-order-table .product > div:nth-child(1) {
    padding-bottom: 0 !important;
}

.woocommerce-order-details .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .product > div:nth-child(2) .product-details-info,
.shop_table.woocommerce-checkout-review-order-table  .product > div:nth-child(2) .product-details-info {
    padding-top: 0;
}

.woocommerce-order-details .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .product .prod-title,
.shop_table.woocommerce-checkout-review-order-table .product .prod-title {
    color: #112943;
    font-size: 16px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 24px;
}

.woocommerce-order-details .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .product > div:first-child,
.woocommerce-order-details .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .quantity > div:first-child,
.woocommerce-order-details .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .total > div:first-child,
.shop_table.woocommerce-checkout-review-order-table .product > div:first-child,
.shop_table.woocommerce-checkout-review-order-table .quantity > div:first-child,
.shop_table.woocommerce-checkout-review-order-table .total > div:first-child {
    padding-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #C9D9E3;
}

.bundled_table_item_subtotal:after {
    content: none !important;
}

.woocommerce-order-details .woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead tr {
    border-bottom: 1px solid #C9D9E3;
    padding: 0;
}

.woocommerce-order-details .woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead th{
    border-bottom: none !important;
}

.woocommerce-order-details .woocommerce-table__line-item.order_item.bundle_table_item .product-name,
.main.cart_item.bundle_table_item .product-name {
    border-bottom: none !important;
    display: flex;
    gap: 10px;
}

.woocommerce-order-details .woocommerce-table__line-item.order_item .woocommerce-table__product-name.product-name.details-show {
    display: flex;
    gap: 10px;
}

.woocommerce-order-details .woocommerce-table__line-item.order_item.bundled_table_item .product-name,
.woocommerce-checkout .cart_item .woocommerce-table__product-name.product-name {
    display: flex;
}

.woocommerce-order-details .woocommerce-table__line-item.order_item.bundled_table_item {
    display: block;
    padding: 0;
}

.woocommerce-order-details .woocommerce-table__line-item.order_item.bundled_table_item:not(:first-of-type) {
    /* margin-left: 72px; */
}

.woocommerce-order-details .woocommerce-table__line-item.order_item.bundled_table_item:not(:first-of-type) .product-details-info,
.woocommerce-checkout-review-order .cart_item:not(:first-of-type) .product-details-info {
    /* padding-top: 0; */
    flex: 1;
    border-bottom: 1px solid #C9D9E3;
    padding-left: 16px;
}

.woocommerce-order-details .woocommerce-table__line-item.order_item.bundled_table_item .product-details-info,
.woocommerce-checkout-review-order .cart_item .product-details-info {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    padding-top: 10px;
}

.woocommerce-order-details .woocommerce-table__line-item.order_item.bundled_table_item .product-details-info .part-number,
.woocommerce-checkout-review-order .cart_item .product-details-info .part-number {
    color: #112943;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.woocommerce-order-details .woocommerce-table__line-item.order_item.bundled_table_item .product-details-info a,
.woocommerce-checkout-review-order .cart_item .product-details-info a {
    color: #112943 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 24px;
    text-transform: inherit !important;
}

.woocommerce-order-details .order_item.main .product-details-info, 
.woocommerce-checkout-review-order .main .product-details-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.woocommerce-order-details .order_item.main .product-details-info span,
.woocommerce-checkout-review-order .main .product-details-info span {
    color: #112943 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 24px;
    text-transform: inherit !important;
}

.woocommerce-order-details .woocommerce-table__line-item.order_item.bundled_table_item .woocommerce-table__product-quantity.product-quantity,
.woocommerce-order-details .woocommerce-table__line-item.order_item.bundled_table_item .woocommerce-table__product-total.product-total {
    display: none;
}

.product .details-show-text {
    color:#112943;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    padding-top: 10px;
    cursor: pointer;
}

.woocommerce-order-details .headline,
.woocommerce-checkout-review-order .headline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #C9D9E3;
    padding-bottom: 20px;
}

.woocommerce-checkout-review-order .headline {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.woocommerce-order-details .product-wrapper,
.woocommerce-checkout-review-order .product-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.woocommerce-checkout-review-order .product-wrapper  {
    gap: 32px;
}

.woocommerce-order-details .product-wrapper .product-container,
.woocommerce-checkout-review-order .product-wrapper .product-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.woocommerce-order-details .headline .product-name,
.woocommerce-checkout-review-order .headline .product-name {
    flex: 2;
    color: #112943;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.woocommerce-checkout-review-order .headline .product-name {
    flex: 1 !important;
}

.woocommerce-order-details .headline .product-quantity,
.woocommerce-checkout-review-order .headline .product-quantity {
    flex: 1;
    padding-left: 30px;
    color: #112943;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.woocommerce-order-details .headline .product-total,
.woocommerce-checkout-review-order .headline .product-total {
    flex: 1;
    padding-left: 30px;
    color: #112943;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.order-details-footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 16px;
    padding: 20px 0;
    /* border-bottom: 1px solid #C9D9E3; */
    border-top: 1px solid #C9D9E3;
}

.woocommerce-checkout .order-details-footer {
    padding: 32px 0;
    gap: 32px;
}

.order-details-footer div {
    display: flex;
}

.order-details-footer .order_total {
    padding-top: 20px;
    border-top: 1px solid #C9D9E3;
    /* border-bottom: none !important; */
}

.order-details-footer .key {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    flex: 2;
}

.woocommerce-checkout .order-details-footer .key {
    flex: 1;
}

.woocommerce-checkout .order-details-footer .cart-discount .key {
    display: flex;
    flex-direction: column;
}

.woocommerce-checkout .order-details-footer .cart-discount .key small {
    font-weight: 600;
}

.woocommerce-checkout .order-details-footer .shipping-values {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.order-details-footer .value {
    color:  #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    flex: 1;
    display: flex;
    gap: 8px;
    align-items: center;
}

.order-details-footer .value input {
    margin: 0;
}

.woocommerce-account .order-details-footer .shipping .value .shipped_via {
    display: none;
}

.woocommerce-checkout .order-details-footer .value {
    flex: 1;
}

.woocommerce-checkout .order-details-footer .order-total {
    padding-top: 32px;
    border-top: 1px solid #112943;
}

@media screen and (max-width: 576px) {
    .woocommerce-order-details .product-wrapper .product-container,
    .woocommerce-checkout-review-order .product-wrapper .product-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .woocommerce-order-details .headline,
    .woocommerce-checkout-review-order .headline {
        display: none;
    }

    .woocommerce-order-details .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .quantity, 
    .woocommerce-order-details .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .total,
    .shop_table.woocommerce-checkout-review-order-table .quantity,
    .shop_table.woocommerce-checkout-review-order-table .total {
        padding-left: 0;
        display: flex;
        width: 100%;
        align-items: center;
    }

    .woocommerce-order-details .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .product .mobile-title,
    .woocommerce-order-details .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .quantity .mobile-title, 
    .woocommerce-order-details .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .total .mobile-title,
    .shop_table.woocommerce-checkout-review-order-table .product .mobile-title,
    .shop_table.woocommerce-checkout-review-order-table .quantity .mobile-title,
    .shop_table.woocommerce-checkout-review-order-table .total .mobile-title {
        display: flex;
        color: #112943;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px;
    }

    .woocommerce-order-details .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .quantity .mobile-title,
    .woocommerce-order-details .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .quantity .product-quantity, 
    .woocommerce-order-details .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .total .mobile-title,
    .woocommerce-order-details .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .total .product-total,
    .shop_table.woocommerce-checkout-review-order-table .quantity .mobile-title,
    .shop_table.woocommerce-checkout-review-order-table .quantity .product-quantity,
    .shop_table.woocommerce-checkout-review-order-table .total .mobile-title,
    .shop_table.woocommerce-checkout-review-order-table .total .product-total {
        flex: 1;
    }

    .woocommerce-order-details .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .product .mobile-title,
    .shop_table.woocommerce-checkout-review-order-table .product .mobile-title {
        padding-bottom: 16px;
    }

    .woocommerce-checkout .order-details-footer .value {
        justify-content: flex-end;
    }

    .woocommerce-checkout .order-details-footer .shipping-values label {
        text-align: end;
    }

    .woocommerce-checkout .total .woocommerce-table__product-total.product-total {
        text-align: end;
    }

    .woocommerce-checkout .wc-stripe-upe-element.StripeElement {
        width: 100% !important;
    }

    .woocommerce-checkout .form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated,
    .woocommerce-checkout .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .woocommerce-checkout .form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated::before {
        display: none;
    }
}

/* MY ADRESSES */
.woocommerce-Addresses {
display: flex;
flex-direction: column;
}

div.woocommerce-MyAccount-content > form > div.woocommerce-address-fields {
    padding-top: 40px;
}

.woocommerce form .form-row {
    padding: 0px;
    margin: 0 0 12px;
}

.account-billing-actions, .account-shipping-actions
 {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 12px;
    /* margin-bottom: 40px; */
}

@media screen and (max-width: 992px) {
    .account-billing-actions, .account-shipping-actions {
        gap: 7px;
    }
}

.my-account-address-buttons a:not(.set-default) {
    font-size: 16px;
    color: #222222;
    text-decoration: underline;
}

h3.saw-billing, h3.saw-shipping {
    color: #595959;
    text-transform: uppercase !important;
    font-family: "Open Sans" !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 15.4px; /* 110% */
    letter-spacing: 0.7px !important;
}

/* h3.saw-billing a, h3.saw-shipping a {
    display: none;
} */

div.adresses-wrapper-container {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
}



header.woocommerce-Address-title {
    display: none;
    justify-content: space-between;
}

header.woocommerce-Address-title::before, header.woocommerce-Address-title::after {
    content: unset !important;
}

.woocommerce-Address-title h2 {
    color: #595959;
    letter-spacing: 0.70px;
}

.woocommerce-MyAccount-content .my-adress-main-heading ,
.woocommerce-MyAccount-content header:not(.woocommerce-Address-title) h2 {
    padding-bottom: 30px;
}
    
div.adresses-wrapper-container > div > address {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    min-height: 250px;
}

@media screen and (max-width: 768px) {
    .woocommerce-MyAccount-content .my-adress-main-heading ,
    .woocommerce-MyAccount-content header:not(.woocommerce-Address-title) h2 {
        border-top: 1px solid #DDDCDC;
        padding-top: 40px;
    }
}

address {
    line-height: 24px;
    color: var(--text-dark-text-color-222222, #222);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 28.8px */
}

address div.account-billing-address-test {
    /* height: auto !important;
    margin-bottom: auto !important; */
}

div.u-columns.woocommerce-Addresses.col2-set.addresses:last-of-type > div > div > address {
    min-height: 180px;
}

.woocommerce-Addresses .account-billing-actions  a:not(#modify-default-billing),
.woocommerce-Addresses .account-shipping-actions  a:not(#modify-default-shipping) {
    /* font-size: 14px !important; */
    /* color: #222222; */
    /* text-decoration: underline; */
    margin: 0px 0px;
    color: var(--text-dark-text-color-222222, #222);
    font-family: "Open Sans";
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.woocommerce-MyAccount-content .woocommerce-Address a#modify-default-billing.not-is-default,
.woocommerce-MyAccount-content .woocommerce-Address a#modify-default-shipping.not-is-default {
    color: var(--text-dark-text-color-222222, #222);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;  
}

.my-account-address-buttons a.set-default ,
.woocommerce-MyAccount-content .woocommerce-Address a#modify-default-billing,
.woocommerce-MyAccount-content .woocommerce-Address a#modify-default-shipping{
    color: var(--white-ffffff, #FFF);
    leading-trim: both;
    text-edge: cap;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 18px */
    letter-spacing: 1px;
    text-transform: uppercase;
 }

 span.silly-little-divider {
    color: var(--Blue-bg, #C9D9E3);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
 }

/* EDIT ADRESSES  */

.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row label {
    display: none !important;
}

.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row-first ,.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row-last ,.woocommerce-MyAccount-content .woocommerce-input-wrapper input ,.industries-single-container .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row-first , .industries-single-container .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row-last,.industries-single-container .woocommerce-MyAccount-content .woocommerce-input-wrapper input {
    width: 100%;
    height: 40px;
    float: unset;
}

/* ORDERS */

.woocommerce-orders .title {
    color: #112943;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 26px;
    /* padding: 0 8px; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    position: relative;
}

.woocommerce-orders .title .tooltips {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    position: relative;
}

.woocommerce-orders .title .tooltips span {
    display: none;
    position: absolute;
    top: -50%;
    left:20px;
    width: max-content;
}

.woocommerce-orders .title .tooltips:hover span {
    display: flex;
    z-index: 99;
    background: #fff;
    padding: 5px;
    border: 1px solid #161D45;
    font-size: 14px;
    font-weight: 400;
}

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    padding: 5px 0px !important;
}

@media screen and (max-width: 992px) {

    .woocommerce-orders .title .tooltips {
        position: unset;
    }

    .woocommerce-orders .title .tooltips span {
        top: 100%;
        left:0;
        right: 0;
    }

    .woocommerce-account.woocommerce-view-order .industries-single-container .woocommerce-MyAccount-content,
    .woocommerce-account.woocommerce-view-order .industries-single-container .woocommerce-MyAccount-navigation {
        float: none;
        width: 100%;
        padding: 20px 20px;
        border: 0;
    }
}

@media screen and (max-width: 768px) {
    .woocommerce-orders .title {
        border-top: 1px solid #DDDCDC;
        padding-top: 40px;
    }
}

.woocommerce-MyAccount-orders {
    border: none !important;
    margin-top: 20px !important;
    border-collapse: collapse !important;
}

.woocommerce-MyAccount-orders tbody th,
.woocommerce-MyAccount-orders tbody td,
.woocommerce-MyAccount-orders tbody a  {
    color: #595959;
    font-size: 14px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 15.4px;
    background: transparent !important;
}

th.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number {
    border-bottom: unset;
    height: 60px;
}

.woocommerce-MyAccount-orders .woocommerce-button.button.view,
.woocommerce-MyAccount-orders .woocommerce-button.button.order-again {
    text-decoration: underline;
}

.woocommerce-MyAccount-orders thead tr {
    border-bottom: 2px solid #161D45 !important;
}

.woocommerce-orders-table__header .nobr {
    color: #161D45;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 15.4px;
    letter-spacing: 0.7px;
}

@media screen and (max-width: 1024px) {
    div.container.industries-single-container {
        width: 95% !important;
    }

    /* .woocommerce-MyAccount-orders tbody th, .woocommerce-MyAccount-orders tbody td, .woocommerce-MyAccount-orders tbody a {
        font-size: 12px !important;
    } */
}

@media screen and (max-width: 992px) {
    .page-template-page-find-a-rep div.container.industries-single-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .page-template-page-find-a-rep .industries-single-container > .col-md-6 {
        margin-bottom: 40px;
        width: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .page-template-page-find-a-rep .industries-single-container > .col-md-6 div {
        max-width: 100%;
        width: 100%;
    }

    .page-template-page-find-a-rep .contact-form-rep {
        float: left;
    }

    .page-template-page-find-a-rep .contact-form-rep h2 {
        left: 0;
    }
}

@media screen and (max-width: 768px) {
    div.container.industries-single-container {
        width: 95% !important;
    }

    .woocommerce-MyAccount-orders tbody th, .woocommerce-MyAccount-orders tbody td, .woocommerce-MyAccount-orders tbody a {
        font-size: 14px !important;
    }

    tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order > th {
        display: unset;
        float: right;
        padding-bottom: 50px;
        border: 0px;
        width: 100%;
        height: unset;
    }

    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
        border-bottom: 1px solid #C9D9E3;
        padding-bottom: 20px;
    }

    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        border: 0px;
        height: 30px;
    }

    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td:last-child {
        padding-bottom: 30px;
    }
    
    tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order {
        padding-bottom: 20px !important;
        border-bottom: 1px solid #C9D9E3;
    }

    td.woocommerce-PaymentMethod.woocommerce-PaymentMethod--actions.payment-method-actions {
        height: auto;
        padding: 7px 0px;
    }

    .page-template-page-find-a-rep .industries-single-container > .col-md-6 {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order > th {
        display: unset;
        float: right;
        border: 0px;
        width: 100%;
    }
    
    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
        border-bottom: 1px solid #C9D9E3 !important;
        padding-bottom: 20px;
    }

   .shop_table.shop_table_responsive.cart tbody tr:nth-last-child(2) {
        border-bottom: none !important;
    }

    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        border: 0px;
        height: 30px;
    }

    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td:last-child {
        padding-bottom: 30px;
    }
}

/* CART */

.wcb2brp-share-cart-button {
    display: none !important;
}

.woocommerce-cart .woocommerce-cart-form__cart-item.cart_item.bundled_table_item {
    display: none;
}

.woocommerce-cart article  {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.woocommerce-cart .entry-header {
    padding-top:60px;
    padding-bottom:50px;
}

.woocommerce-cart .entry-header h1 {
    color: var(--primary-dark-blue-161-d-45, #161D45);
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 38px; /* 118.75% */
}

.woocommerce-cart table.woocommerce-cart-form__contents thead tr th {
    text-transform: uppercase;
    border-bottom: 1px solid black;
}

.woocommerce-cart table.woocommerce-cart-form__contents > thead {
    border-bottom: 1px solid black;
}

.woocommerce-cart th.product-name, th.product-price, th.product-quantity, th.product-subtotal, th.product-action {
    color: var(--primary-dark-blue-161-d-45, #161D45);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.woocommerce-cart table {
    border: none !important;
    border-collapse: collapse !important;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    display: flex;
    margin: 0px 0px 0px !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    background: #f8f8f8;
}

.woocommerce-cart .cart-collaterals .cart_totals table tbody tr {
    height: auto;
    border: 0px;
    padding-bottom: 10px;
}

.woocommerce-cart .cart-collaterals .cart_totals table tbody tr th {
    text-transform: uppercase;
    width: 160px;
    border: 0px;
}

.woocommerce-cart .cart-collaterals .cart_totals table td {
    border: 0px;
    background-color: #f8f8f8 !important;
}

.woocommerce-cart .cart-collaterals .cart_totals table td[data-title="Shipping"] {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
}

.woocommerce ul#shipping_method.woocommerce-shipping-methods {
    display: flex;
    flex-direction: column;
    /* width: 100%; */
}

.woocommerce-cart .cart-collaterals .cart_totals table tbody tr.woocomerce-shipping-totals.shipping {
    display: flex;
    flex-direction: column;
}

.woocommerce-cart .cart-collaterals .cart_totals .cart-discount th {
    display: flex;
    flex-direction: column;
}

.select2-container--default .select2-selection--single,
#shipping_state_field #shipping_state,
#billing_state_field #billing_state {
    display: flex;
    background: #f8f8f8;
    height: 40px;
    padding: 6px;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #A6A6A6;
    border-radius: 0px !important;
    margin: 0px !important;
    color: #949494 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    color: #949494;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
    height: 26px;
}

input#calc_shipping_city.input-text, input#calc_shipping_postcode.input-text {
    display: flex;
    flex-direction: column;
    background: #f8f8f8;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
    border: 1px solid #A6A6A6;
    height: 40px;
    padding: 13px 12px;
    align-self: stretch;
}

.woocommerce .quantity .qty {
    border: 1px solid var(--primary-dark-blue-161-d-45, #161D45);
    width: 45px;
    height: 28px;
    /* text-align: right;  */
}

th.product-action, td.product-action {
    width: 130px !important;
}

.woocommerce table.shop_table td.product-thumbnail a img {
    min-width: 90px;
    height: 90px;
}

.woocommerce table.shop_table td.actions {
    padding: 0px 0px !important;
}

.woocommerce-cart .woocommerce a.remove {
    font-size: 2em;
    color: #B79845 !important;
    line-height: 1;
    text-decoration: none;
    font-weight: 300;
    border: 0;
}

.woocommerce-cart td.product-remove {
    width: 24px;
    padding: 0px 0px !important;
}

.woocommerce-cart .woocommerce-cart-form td {
    /* border-top: none !important; */
    padding: 0px 0px !important;
}

.woocommerce-cart .woocommerce-cart-form tr[class="product_remove"], tr[class="product_thumbnail"], tr[class="product_name"], tr[name="product_quantity"], tr[name="product_price"], tr[name="product_quantity"], tr[name="product_subtotal"], tr[name="product_action"] {
    height: 80px !important;
}

#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    width: 120px;
    padding-left: 10px !important;
}

.woocommerce-cart .woocommerce-cart-form thead tr {
    height: 50px;
}

.woocommerce-cart .woocommerce-cart-form thead > tr > th {
    padding: 9px 0px;
}

.woocommerce-cart .woocommerce-cart-form tr {
    height: 150px;
}

.woocommerce-cart .woocommerce-cart-form tbody tr:last-child {
    /* align-items: center;
    justify-content: center; */
    /* height: 100px; */
    border-bottom: none !important;
    padding-bottom: 0;
}

.woocommerce-cart .quantity {
    display: flex;
    gap: 5px;
    justify-content: center;
}

.woocommerce-cart .coupon input[name="coupon_code"] {
    width: auto !important;
    height: 40px;
    border: 1px #a6a6a6 solid !important;
    /* border-collapse: collapse !important; */
}

.product-name img {
    display: none;
}

.woocommerce-cart .coupon button{
height: 40px;
 color: #161D45;
 font-size: 14px;
 font-weight: 700;
 line-height: 14px;
 border: 1px solid #161D45;
 background-color: white;
 text-transform: uppercase;
 padding-left:40px;
 padding-right:40px;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 50px;
}

.woocommerce-cart button[name="update_cart"]{
    background-color: #161D45;
    width: 220px;
    height: 40px;
    color:white;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    border: none !important;
}

div.custom_built_order_warning {
    color: var(--text-dark-blue-text-112943, #112943);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.custom_built_order_warning div,
.pallet-note {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

#pallet-note-wrap {
    height: unset;
}

.pallet-note {
    display: table-cell;
    height: unset !important;
    border-top: none !important;
}

#pallet-note {
    vertical-align: baseline;
    margin-right: 10px;
}

.custom_built_order_warning label,
.pallet-note label {
    color:#2E2E32;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}

.custom_built_order_warning label span{
    color:#222;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    cursor: pointer;
}

.terms-conditions-modal,
.build-summary-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    background: rgba(49, 49, 49, 0.50);
    display: flex;
    align-items: flex-end;
    width: 100dvw;
    overflow: hidden;
}

.terms-conditions-modal-content,
.build-summary-modal-content {
    width: 750px;
    background: #fff;
    padding: 32px 50px 42px 50px;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 50px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.terms-conditions-modal-content svg,
.build-summary-modal-content svg {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.terms-conditions-modal-content h2,
.build-summary-modal-content h2 {
    color: #161D45;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    text-align: left;
}

.build-summary-modal .summary-template .summary-product-image {
    align-self: center;
    max-width: 250px;
}

.build-summary-modal .summary-template .title.summary-item span {
    display: none;
}

.summary-container .summary-item .field-values {
    width: 48%;
}

.summary-container .summary-item.size .field-values .value {
    font-size: 16px;
}

div.build-summary-modal > div > div.summary-template > div > div > div,
div.build-summary-modal > div > div.summary-template > div > div.size.summary-item > div > div > span {
    padding-left: 0px;
    padding-right: 5px;
}

.summary-container .summary-item > span,
.summary-container .summary-item .field-values span,
.summary-container .summary-item.size .field-values .key {
    font-size: 16px;
    font-weight: normal;
    width: unset;
}

.summary-container .summary-item > span {
    font-weight: 600;
}

.terms-conditions-modal-content .buttons,
.build-summary-modal-content .buttons {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 750px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: #fff;
    padding: 24px 50px;
}

.terms-conditions-modal-content .buttons button,
.build-summary-modal-content .buttons button {
    width: 100%;
    padding: 13px 0px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: -0.14px;
    text-transform: uppercase;
    white-space: nowrap;
    border-radius: 0px;
}

.terms-conditions-modal-content .buttons .cancel,
.build-summary-modal-content .buttons .edit, 
.woocommerce-checkout .button.cancel  {
    color: #161D45;
    background: #fff;
    border: 1px solid #2E2E32;
    border-radius: 0px;
}

.terms-conditions-modal-content .buttons .cancel:hover,
.build-summary-modal-content .buttons .edit:hover {
    color: #161D45;
    background: #fff !important;
}

.build-summary-modal-content .summary-template .summary-container {
    position: unset;
    transform: unset;
    width: 100%;
    max-width: 100%;
    padding: unset;
    border: unset;
    border-radius: unset;
    box-shadow: unset;
}

/* Pallets Modal */
.pallets-modal{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    background: rgba(49, 49, 49, 0.50);
    display: flex;
    align-items: flex-end;
    width: 100dvw;
    overflow: hidden;
}
.pallets-modal .pallet-number{
    display: none !important;
}
.pallets-modal button{
    width: 80%;
    height: 40px;
    border: none;
    background-color: rgba(22, 29, 69, 1);
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.pallets-modal .close-button{
    position: absolute;
    right: -30px;
    top: -30px;
    cursor: pointer;
}
.pallets-modal-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 480px;
    height: fit-content;
    z-index: 999999;
    padding: 48px 48px 40px 48px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    background-color: white;
}
.pallets-modal h3{
    font-size: 34px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 5px;
    text-align: center;
    color: rgba(22, 29, 69, 1);
}
.pallets-modal .text{
    text-align: center;
    font-size: 13px;
}
.pallets-modal .pallets{
    margin: 0;
}

.woocommerce-cart h2.cart_totals_header2 {
    text-transform: uppercase;
    color: var(--text-dark-blue-text-112943, #112943);
    font-family: "Open Sans";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 20px;
    margin-right: auto;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    background: #fff !important;
    display: flex;
    flex-wrap: wrap;
    width: auto !important;
    max-width: 700px !important;
}

.woocommerce-cart .tax-total small {
    display: none;
}

button[name="calc_shipping"] {
    display: flex;
    color: #161D45;
    text-align: center;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; /* 100% */
    letter-spacing: -0.14px;
    text-transform: uppercase;
    border: 1px solid #161D45;
    /* margin-left: 3px; */
    width: 220px;
    height: 40px;
    padding: 13px 49px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 9px;
}

.woocommerce-cart .wc-proceed-to-checkout {
    padding: 0px;
    margin-left: auto;
}

div.wc-proceed-to-checkout {
    padding: 0px;
}

form.woocommerce-shipping-calculator {
    width: 100% !important;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    background: #161D45;
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; /* 100% */
    letter-spacing: -0.14px;
    text-transform: uppercase;
    display: flex;
    width: 220px;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

a .button {
    color: #000000
}

.woocommerce-cart-form .product-name .prod-links {
    display: flex;
    gap: 18px;
    align-items: center;
}

.woocommerce-cart-form .product-name .sku {
    color: #112943;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.woocommerce-cart-form .prod-links .link {
    color: #112943 !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400!important;
    line-height: 22px !important;
    text-decoration-line: underline !important;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    cursor: pointer;
}

.woocommerce-cart-form .shop_table .product-quantity {
    text-align: center;
    padding-right: 2%;
}

.woocommerce-cart-form .product-name > div {
    padding: 2px 0;
}

.woocommerce-cart .entry-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.woocommerce-cart .entry-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.woocommerce-cart .entry-title span {
    color: #112943;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.woocommerce-cart .chat-help {
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 9999px;
    background:#161D45;
    position: fixed;
    top: 50%;
    left: 12px;
    cursor: pointer;
}

.woocommerce-cart .build-another-shade {
    display: flex;
    width: 220px;
    height: 40px;
    padding: 13px 49px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border: 1px solid #161D45;
    cursor: pointer;
}

.woocommerce-cart .build-another-shade span {
    color: #161D45;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: -0.14px;
    text-transform: uppercase;
    background: #fff;
    white-space:nowrap;
    min-width: fit-content;
}

@media screen and (max-width: 1024px) {
    .woocommerce-cart article {
        max-width: 95% !important;
    }

    .woocommerce-cart .woocommerce-cart-form__cart-item.cart_item span,
    .woocommerce-cart .woocommerce-cart-form__cart-item.cart_item p,
    .woocommerce-cart .woocommerce-cart-form__cart-item.cart_item a,
    .woocommerce-cart .woocommerce-cart-form__cart-item.cart_item div {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 992px) {
    .woocommerce-cart .chat-help {
        display: none;
    }

    .terms-conditions-modal-content,
    .build-summary-modal-content, 
    .terms-conditions-modal-content .buttons,
    .build-summary-modal-content .buttons {
        width: 60%;
        padding: 24px 20px;
    }

    .terms-conditions-modal-content {
        bottom: 82px;
    }

    .terms-conditions-modal-content .buttons,
    .build-summary-modal-content .buttons {
        padding: 20px 20px;
    }

    .summary-container .summary-item > span,
    .summary-container .summary-item .field-values span,
    .summary-container .summary-item.size .field-values .key,
    .summary-container .summary-item.size .field-values .value {
        font-size: 14px;
        text-wrap: nowrap;
        white-space: nowrap;
    }

    .woocommerce-cart article {
        max-width: 95% !important;
    }

    .woocommerce-cart th.product-name, th.product-price, th.product-quantity, th.product-subtotal, th.product-action {
        font-size: 12px;
    }

    .woocommerce-cart .woocommerce-cart-form__cart-item.cart_item span,
    .woocommerce-cart .woocommerce-cart-form__cart-item.cart_item p,
    .woocommerce-cart .woocommerce-cart-form__cart-item.cart_item a,
    .woocommerce-cart .woocommerce-cart-form__cart-item.cart_item div {
        font-size: 12px !important;
    }

    .woocommerce-cart .cut-sheet {
        justify-content: flex-end;
    }

    .woocommerce-cart .product-action,
    .woocommerce-cart .product-subtotal {
        text-align: right;
    }

    .woocommerce-cart .quantity .qty {
        width: 40px;
        height: 22px;
    }

    .woocommerce-cart .quantity svg {
        width: 20px;
        height: 20px;
    }

    .woocommerce-cart .product-name .sku {
        padding-right: 15px;
    }

}

@media screen and (max-width: 768px) {
    .woocommerce-cart article  {
        max-width: 90% !important;
    }

    #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
        width: auto !important;
    }

    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody {
        width: auto !important;
        height: auto !important;
    }

    .woocommerce-cart .entry-header[class="entry-header"] {
        padding-bottom: 15px;
    }

    table[class="shop_table shop_table_responsive cart woocommerce-cart-form__contents"] {
        width: auto;
    }

    .woocommerce-cart .cart-collaterals .cart_totals table {
        padding: 24px 16px !important;
    }

    .woocommerce-cart .woocommerce-cart-form tr {
        height: auto;
    }

    input#coupon_code.input-text {
        margin: 0px 0px !important;
        margin-bottom: 10px !important;
    }

    div.coupon {
        display: flex;
        flex-direction: column;
        width: unset !important;
    }

    .woocommerce-page table.cart td.actions .coupon .button {
        width: unset !important;
    }

    td.product-name div.product-descriptor-thing {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    tr.woocommerce-cart-form__cart-item.cart_item.bundle_table_item,
    .main.cart_item.bundle_table_item {
        display: flex;
        flex-direction: column;
        /* grid-template-columns: 100%;
        grid-template-rows: 10% 18% 18% 18% 18% 18%;
        gap: 0px 0px;
        grid-template:
            "td.product-remove td.product-remove" 10%
            "td.product-name::before mini-thumbnail" 18%
            "td.product-price::before span.woocommerce-Price-amount.amount.bdi" 18%
            "td.product-quantity::before div.quantity" 18%
            "td.product-subtotal::before span.woocommerce-Price-amount.amount" 18%
            "td.product-action::before div.cut-sheet" 18%;  */
    }

    .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
        padding-top: 55px !important;
    }

    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.product-action {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: auto !important;
    }
    
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.product-quantity {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: auto !important;
    }

    div.cut-sheet {
        display: flex;
        width: auto;
        align-items: center;
    }

    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td {
        background: #fff;
        height: auto;
        padding-top: 15px !important;
        padding-bottom: 5px !important;
        border: 0px;
    }
/* 
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td.product-name {
        display: grid;
    } */

    .woocommerce-cart h2.cart_totals_header2 {
        padding-top: 50px;
    }

    .woocommerce-page table.cart td.actions .coupon {
        padding-bottom: 40px !important;
    }

    .product-name img {
        display: unset;
    }

    /* Pallets Modal */
    .pallets-modal-content{
        width: 60%;
    }

    .woocommerce-cart .product-name .sku {
        padding-right: 0;
    }
}

@media screen and (max-width: 576px) {
    .woocommerce-cart .entry-header[class="entry-header"] {
        padding-bottom: 15px;
    }

    table[class="shop_table shop_table_responsive cart woocommerce-cart-form__contents"] {
        width: auto;
    }

    .woocommerce-cart .cart-collaterals .cart_totals table {
        padding: 24px 16px !important;
    }

    .woocommerce-cart .woocommerce-cart-form tr {
        height: auto;
    }

    input#coupon_code.input-text {
        margin: 0px 0px !important;
        margin-bottom: 10px !important;
    }

    div.coupon {
        display: flex;
        flex-direction: column;
        width: unset !important;
    }

    .woocommerce-page table.cart td.actions .coupon .button {
        width: unset !important;
    }

    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td {
        background: #fff;
        height: auto;
        padding-top: 25px !important;
        padding-bottom: 5px !important;
        border: 0px;
    }

    td.product-name div.product-descriptor-thing {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    tr.woocommerce-cart-form__cart-item.cart_item.bundle_table_item,
    .main.cart_item.bundle_table_item {
        display: flex;
        flex-direction: column;
        /* grid-template-columns: 100%;
        grid-template-rows: 10% 18% 18% 18% 18% 18%;
        gap: 0px 0px;
        grid-template:
            "td.product-remove td.product-remove" 10%
            "td.product-name::before mini-thumbnail" 18%
            "td.product-price::before span.woocommerce-Price-amount.amount.bdi" 18%
            "td.product-quantity::before div.quantity" 18%
            "td.product-subtotal::before span.woocommerce-Price-amount.amount" 18%
            "td.product-action::before div.cut-sheet" 18%;  */
    }

    .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
        padding-top: 0 !important;
    }

    div.wc-proceed-to-checkout {
        padding: 0px;
    }

    .product-name img {
        display: unset;
    }

    .woocommerce-cart .entry-header {
        flex-direction: column;
        gap: 20px;
        width: 100%;
        align-items: flex-start;
        justify-content: center;
    }

    .woocommerce-cart .entry-header > div {
        width: 100%;
    }

    .woocommerce-cart-form__cart-item.cart_item .product-remove {
        display: none;
    }

    .woocommerce-cart-form__cart-item.cart_item .product-descriptor-thing img {
        width: 50px;
        height: 50px;
    }

    .woocommerce-cart-form {
        padding-top: 45px;
    }

    .woocommerce table.shop_table td.product-name a {
        color: #112943 !important;
        font-size: 14px !important;
        font-style: normal !important;
        /* font-weight: 700 !important; */
        line-height: 22px !important;
    }

    .woocommerce-cart-form .product-name .sku,
    .woocommerce-cart-form .product-name .prod-links {
        padding-left: 110px;
    }

    .woocommerce-cart-form .product-name .sku span {
        color: #112943;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
    }

    .woocommerce-cart-form .product-name .prod-links span a {
        color: #112943 !important;
        font-size: 14px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 22px !important;
        text-decoration-line: underline !important;
        text-decoration-style: solid !important;
        text-decoration-skip-ink: none !important;
        text-decoration-thickness: auto !important;
        text-underline-offset: auto !important;
        text-underline-position: from-font !important;
    }

    .woocommerce .quantity .qty {
        text-align: center;
    }

    .woocommerce table.shop_table {
        margin: 0 !important;
    }

    .woocommerce-cart .cart-collaterals .cart_totals table tbody tr {
        border: none !important;
    }

    .woocommerce-cart .cart-collaterals .cart_totals tr td {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .woocommerce-cart .cart-collaterals .cart_totals .cart-discount {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .woocommerce-cart .cart-collaterals .cart_totals .cart-discount th {
        color: #161D45;
    }

    .woocommerce-cart .cart-collaterals .cart_totals table td[data-title="Shipping"] ul li {
        margin: 0 !important;
    }

    .terms-conditions-modal-content,
    .build-summary-modal-content,
    .build-summary-modal-content .buttons,
    .terms-conditions-modal-content .buttons {
        width: 100%;
        padding: 24px 20px;
    }

    .terms-conditions-modal-content {
        bottom: 150px;
    }

    .build-summary-modal-content .buttons,
    .terms-conditions-modal-content .buttons {
        flex-direction: column;
        padding: 24px 20px;
    }

    .build-summary-modal .summary-template .summary-product-image {
        max-width: 150px;
    }

    /* Pallets Modal */
    .pallets-modal-content{
        width: 70%;
        padding: 24px 16px;
    }
    .pallets-modal h3{
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 6px;
    }
    .pallets-modal button{
        width: 100%;
    }
    .pallets-modal .close-button{
        right: -16px;
        top: -24px;
    }
    .pallets-modal .close-button svg{
        width: 32px;
    }
}

@media screen and (max-width: 400px) {
    .woocommerce ul#shipping_method.woocommerce-shipping-methods {
        padding-top: 15px;
        margin-left: auto;
    }    
}

.woocommerce-cart h2.cart-totals-head

/* payment methods  */

.woocommerce-MyAccount-content .add-payment {
    display: flex;
    height: 40px;
    width: 263px;
    padding: 13px 49px;
    align-items: flex-start;
    background: #161D45;
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: -0.14px;
    text-transform: uppercase;
}

div.woocommerce-MyAccount-content a.button.add-payment {
    display: flex;
    height: 40px;
    width: 263px;
    padding: 13px 49px;
    align-items: flex-start;
    justify-content: center;
    background: #161D45;
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: -0.14px;
    text-transform: uppercase;
}

.woocommerce-MyAccount-paymentMethods {
    border: 0px!important;
    align-items: flex-start;
}

.woocommerce table.shop_table {
    margin: 0 -1px 20px 0;
}

.woocommerce-MyAccount-content span.default-payment-method-indicator {
    background: var(--primary-dark-blue-161-d-45, #161D45);
    text-transform: uppercase;
    color: var(--white-ffffff, #FFF);
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    leading-trim: both;
    text-edge: cap;
    display: flex;
    padding: 4px 6px;
    margin-right: 4px;
    justify-content: center;
    align-items: center;
}

/* .woocommerce-MyAccount-paymentMethods thead {
    color: var(--primary-dark-blue-161-d-45, #161D45);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 15.4px; 
    letter-spacing: 0.7px; 
} */

.woocommerce-MyAccount-content tbody {
    width: 790px;
}

.woocommerce-MyAccount-content th {
    color: var(--primary-dark-blue-161-d-45, #161D45);
    text-transform: uppercase;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 15.4px; /* 110% */
    letter-spacing: 0.7px;
    border-bottom: 1px solid var(--primary-dark-blue-161-d-45, #161D45);
    padding: 4px 0px !important;
}

.woocommerce-MyAccount-content tr {
    color: #595959;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.4px; /* 110% */
    padding-top: 20px;
}

.woocommerce-MyAccount-content .payment-method td {
    color: #595959;
    padding: 0px !important;
    height: 65px;
    align-items: flex-start;
    align-self: stretch;
    border-top: 0px!important;
    border-bottom: 1px solid var(--Blue-bg, #C9D9E3);
}

@media screen and (max-width: 768px) {
    .woocommerce-MyAccount-content .payment-method td {
        height: 30px !important;        
        padding-top: 5px !important;
        border-bottom: unset !important;
    }
}

.woocommerce-MyAccount-content td.payment-method-method {
    width: 420px;
}

.woocommerce-MyAccount-content td.payment-method-expires {
    width: 160px;
}

.woocommerce-MyAccount-content td.payment-method-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.woocommerce-MyAccount-content th.payment-method-actions {
    padding: 0px 0px!important;
    width: 150px !important;
}

.woocommerce-MyAccount-content td.payment-method-actions a {
    text-decoration: underline;
    text-underline-position: from-font;
    color: #595959
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: #FFF!important;
    margin: 0px !important;
    padding: 0px !important;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: left;
    border: 0px;
    display: flex;
    background: #161D45;
    height: 40px;
    padding: 14px 50px;
    align-items: flex-start;
    gap: 10px;
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; /* 100% */
    letter-spacing: -0.14px;
    text-transform: uppercase;
    /* margin-left: -15px; */
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background-color: #FFF!important;
    margin: 0px !important;
}

#payment .payment_method_woocommerce_payments .testmode-info {
    display: none;
}

#add_payment_method #payment div.payment_box input.input-text, #add_payment_method #payment div.payment_box textarea, .woocommerce-cart #payment div.payment_box input.input-text, .woocommerce-cart #payment div.payment_box textarea, .woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea {
    border: 1px solid #A6A6A6;
}

#payment .payment_methods.wc_payment_methods li[class*=payment_method_woocommerce_payments] .woopayments-rich-payment-method-label, #payment .payment_methods.woocommerce-PaymentMethods li[class*=payment_method_woocommerce_payments] .woopayments-rich-payment-method-label {
    display: none !important;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    border: 0px;
    padding: 0px;
    margin-left: -15px;
}

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
    /* display: none !important; */
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    display: none !important;
}

#payment-methods-selection-h1 {
    margin-bottom: 30px;
}

#add-payment-methods-form-h1 {
    margin-bottom: 40px;
}

#add-payment-methods-form-explanation {
    margin-bottom: 12px;
}

#credit-card-h3-thing {
    color: #595959;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.4px; /* 110% */
    letter-spacing: 0.7px;
}

/* payment methods - mobile */

@media screen and (max-width: 576px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        padding: 20px 20px;
    }

    .woocommerce-MyAccount-content {
        padding: 20px 20px;
    }

    #payment-methods-selection-h1 {
        border-top: 1px solid #DDDCDC;
        padding-top: 40px;
    }

    .woocommerce-MyAccount-content .payment-method td {
        height: 30px;
    }

    .woocommerce-MyAccount-content td.payment-method-method {
        width: auto;
        border: 0px;
    }

    .woocommerce-MyAccount-content td.payment-method-expires {
        width: auto;
        border: 0px;
    }

    .woocommerce-MyAccount-content td.payment-method-actions { 
        width: auto;
    }

    .woocommerce-MyAccount-content td.payment-method-actions a {
        margin-right: 25px !important;
    }

    .woocommerce table.shop_table td {
        line-height: 1em !important;
    }

    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        content: attr(data-title) !important;
        text-transform: uppercase !important;
        text-align: left !important;
        width: 110px;
        color: var(--primary-dark-blue-161-d-45, #333333);
        font-family: "Open Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 15.4px; /* 110% */
        letter-spacing: 0.7px;
    }

    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        text-align: left !important;
    }

    .woocommerce-MyAccount-content span.default-payment-method-indicator {
        margin-right: 0px;
        display:inline;
    }

    .woocommerce-MyAccount-content .add-payment {
        align-self: center !important;
    }
}

@media screen and (max-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        padding: 20px 20px;
    }

    div.woocommerce-MyAccount-content a.button.add-payment {
        width: 100% !important;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        border-left: 0px;
    }

    .woocommerce-MyAccount-content {
        padding: 20px 20px;
    }

    #payment-methods-selection-h1 {
        border-top: 1px solid #DDDCDC;
        padding-top: 40px;
    }

    .woocommerce-MyAccount-content .payment-method td {
        height: 30px;
    }

    .woocommerce-MyAccount-content td.payment-method-method {
        width: auto;
        border: 0px;
    }

    .woocommerce-MyAccount-content td.payment-method-expires {
        width: auto;
        border: 0px;
    }

    .woocommerce-MyAccount-content td.payment-method-actions { 
        width: auto;
    }

    .woocommerce-MyAccount-content td.payment-method-actions a {
        margin-right: 25px !important;
    }

    .woocommerce table.shop_table td {
        line-height: 1em !important;
    }

    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before,
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr th::before {
        content: attr(data-title) !important;
        text-transform: uppercase !important;
        text-align: left !important;
        width: 110px;
        color: #161D45;
        font-family: "Open Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 15.4px; /* 110% */
        letter-spacing: 0.7px;
        display: inline-block;
    }

    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        height: auto;
        text-align: left !important;
        background-color: #fff !important;
    }

    .woocommerce-MyAccount-content span.default-payment-method-indicator {
        margin-right: 0px;
        display:inline;
    }

    p.woocommerce-shipping-destination {
        padding-top: 10px;
    }

    .woocommerce-MyAccount-content .add-payment {
        align-self: center !important;
    }

    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
        float: none !important;
        height: 45px;
        margin-left: 0px !important;
        justify-content: center !important;
    }
}

/* navbar */

.navbar {
    box-shadow: none !important;
}

/* checkout */

#shipping-fields > div.wc-block-components-checkout-step__container > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#shipping-fields > div.wc-block-components-checkout-step__container > div > div.wc-block-components-checkbox.wc-block-checkout__use-address-for-billing {
    order: -1;
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

fieldset#shipping-fields.wc-block-checkout__shipping-fields.wp-block-woocommerce-checkout-shipping-address-block.wc-block-components-checkout-step {
    width: calc(50% - 10px);
    margin-left: 10px;
    float: right
}

#shipping-fields > div.wc-block-components-checkout-step__container > p {
    display: none;
}

fieldset#billing-fields.wc-block-checkout__billing-fields.wp-block-woocommerce-checkout-billing-address-block.wc-block-components-checkout-step {
    width: calc(50% - 10px);
    margin-right: 10px;
    float: left;
}

#billing-fields > div.wc-block-components-checkout-step__container > p {
    display: none;
}

fieldset#shipping-option.wc-block-checkout__shipping-option.wp-block-woocommerce-checkout-shipping-methods-block.wc-block-components-checkout-step {
    width: 100%; 
}

div.wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block {
    margin-top: 0px !important;
}

div.wp-block-woocommerce-checkout.alignwide.wc-block-checkout {
    padding-top: 0px;
}

.woocommerce-checkout .entry-header h1 {
    padding-bottom: 50px;
    padding-top: 60px;
    padding-left: 25%;
    color: var(--primary-dark-blue-161-d-45, #161D45);
    text-transform: uppercase;
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}

div.wc-block-components-address-card {
    border-radius: 0px !important;
}

.wc-blocks-components-select .wc-blocks-components-select__container {
    border: 1px solid #A6A6A6 !important;
    border-radius: 0px !important;
    background: var(--Grey-bg, #F8F8F8) !important;
}

.wc-blocks-components-select .wc-blocks-components-select__select {
    border: 1px solid #A6A6A6 !important;
    border-radius: 0px !important;
    background: var(--Grey-bg, #F8F8F8) !important;
}

input#shipping-first_name, input#shipping-last_name, input#shipping-address_1, input#shipping-address_2, input#shipping-phone, input#shipping-city, input#shipping-state, input#shipping-postcode, input#shipping-country {
    border: 1px solid #A6A6A6;
    border-radius: 0px;
    background: var(--Grey-bg, #F8F8F8);  
}

input#billing-first_name, input#billing-last_name, input#billing-address_1, input#billing-address_2, input#billing-phone, input#billing-city, input#billing-state, input#billing-postcode, input#billing-country {
    border: 1px solid #A6A6A6;
    border-radius: 0px;
    background: var(--Grey-bg, #F8F8F8);  
}

fieldset#contact-fields.wc-block-checkout__contact-fields.wp-block-woocommerce-checkout-contact-information-block.wc-block-components-checkout-step {
    display: none !important;
}

h2.wc-block-components-title.wc-block-components-checkout-step__title {
    color: var(--text-dark-blue-text-112943, #112943);
    text-transform: uppercase;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

div.wc-block-components-sidebar-layout.wc-block-checkout.is-large {
    /* padding-left: 10%;
    padding-right: 10%; */
    flex-direction: column;
    align-content: center;
    margin: 0px 0px;
}

div.wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block.is-sticky {
    width: 100% !important;
    background: #f8f8f8;
    border: 0px;
    padding: 50px 50px !important;
    margin-bottom: 50px !important;
}

input.components-combobox-control__input[type=text] {
    height: auto !important;
    font-size: 13px !important;
}

div.wc-block-components-totals-item, div.wc-block-components-order-summary.wc-block-components-panel, div.wc-block-components-totals-coupon.wc-block-components-panel {
    padding: 0px 0px !important;
}

.wc-block-components-text-input input[type=text] {
    border-radius: 0px !important;
}

.wc-block-components-button:not(.is-link) {
    display: flex;
    color: #161D45;
    text-align: center;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: -0.14px;
    text-transform: uppercase;
    border: 1px solid #161D45;
    height: 40px;
    padding: 13px 49px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.wc-block-components-order-summary .wc-block-components-order-summary__button-text {
    font-weight: bold !important;
}

span.wc-block-components-order-summary__button-text, .wc-block-components-totals-item__label {
    color: #2E2E32;
    text-transform: uppercase;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
}

.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
    /* transform: translateY(1.25em) !important; */
    height: 1.25em !important;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.wc-block-components-checkout-place-order-button--full-width.contained {
    display: flex;
    border: 0px;
    background: #161D45;
    width: 220px;
    padding: 13px 49px;
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; /* 100% */
    letter-spacing: -0.14px;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    border-radius: 0px !important;
    box-shadow: none !important;
    border: 1px solid;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
    height: 16px !important;
    width: 16px !important;
    min-height: 16px !important;
    min-width: 16px !important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: #B79845 !important;
    width: 10px !important;
    height: 10px !important;
    min-height: 10px !important;
    min-width: 10px !important;
}

input#checkbox-control-0.wc-block-components-checkbox__input, input#checkbox-control-1.wc-block-components-checkbox__input {
    width: 16px;
    height: 16px;
    border-radius: 0px;
}

div.wp-block-woocommerce-checkout-order-summary-block {
    border: 0px !important;
    background: #f8f8f8
}

.wc-block-checkout__add-note .wc-block-components-textarea {
    background: #f8f8f8;
}

div.wp-block-woocommerce-checkout-order-summary-block:first-of-type {
    border-top: 0px !important;
}

div.wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block {
    width: 100%;
    padding: 0px 0px !important;
    margin: 0px 0px !important;
}

@media screen and (max-width: 576px) {
    .woocommerce-checkout .entry-header h1 {
        padding-left: 10%;
    }
    
    div.wc-block-components-sidebar-layout.wc-block-checkout.is-large {
        padding-left: 10% !important;
        padding-right: 10% !important;
    }
}

@media screen and (max-width: 768px) {
    .woocommerce-checkout .entry-header h1 {
        padding-left: 10%;
    }
    
    div.wc-block-components-sidebar-layout.wc-block-checkout.is-large {
        
    }
}

@media screen and (max-width: 992px) {
    .woocommerce-checkout .entry-header h1 {
        padding-left: 10%;
    }

    .woocommerce-checkout .entry-content {
        padding-bottom: 5px;
        padding-left: 10% !important;
        padding-right: 10% !important;
    }
    
    div.wc-block-components-sidebar-layout.wc-block-checkout.is-large {
       padding: 0px 0px !important;
    }

}
/* order received */

.woocommerce-checkout.woocommerce-order-received article .entry-content {
    display: flex;
    flex-direction: column;
    align-content: center;
    /* padding-left: 25%;
    padding-right: 25%; */
}

.woocommerce .woocommerce-customer-details address {
    border: 0px !important;
    padding: 0px 0px !important;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    display: none;
    /* display: flex; */
    flex-direction: row;
    justify-content: center;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    color: #112943;
    margin-bottom: 35px;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

/* order details */

.woocommerce .woocommerce-order-details {
    border: 0px !important;
}

section.woocommerce-order-details {
    margin-bottom: 0px !important;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    background: #f8f8f8;
    padding: 0px 20px !important;
    border: 0px !important;
    border-radius: 0px !important;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead th:first-child,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody td:first-child,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot td:first-child {
    width: 50%;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody td:nth-child(2) {
    color: var(--text-dark-text-color-222222, #222);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead th:nth-child(2),
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody td:nth-child(2) {
    width: 25%;
    padding-left: 15px !important;
    border-top: 0px;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead th:last-child,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody td:last-child,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot td:last-child {
    width: auto;
    min-height: 60px;
    padding: 9px 0px !important;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead th {
    border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
}

section.woocommerce-order-details > table > tbody > tr:nth-child(1) > td.woocommerce-table__product-name.product-name {
    border-top: 0px !important;
}

h2.woocommerce-order-details__title, h2.woocommerce-column__title {
    /* text-transform: uppercase; */
    color: #161D45;
    font-family: "Open Sans";
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: 38px;
    /* margin-top: 20px !important; */
    margin-bottom: 20px;
}

section.woocommerce-order-details > table > tbody > tr > td > strong.product-quantity,
section.woocommerce-order-details > table > tbody > tr > td > div > strong.product-quantity {
    color: var(--text-dark-text-color-222222, #222);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    width: 120px;
}

section.woocommerce-customer-details > section > div.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 > h2,
section.woocommerce-customer-details > section > div.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 > h2 {
    font-weight: 700;
}

div.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1,
div.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
    padding-top: 20px;
}

div.container.industries-single-container div.woocommerce-MyAccount-content p {
    margin-bottom: 22px;
    color: #222;
}

address p.woocommerce-customer-details--phone {
    margin-bottom: 0px !important;
}

th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-number {
    border-bottom: 1px solid #161D45
}

.woocommerce .woocommerce-view-order table.shop_table td {
    padding: 9px 0px;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th {
    padding: 9px 0px !important;
    text-transform: none !important;
    color: #112943;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: unset;
    line-height: 26px; /* 162.5% */
}

section.woocommerce-order-details > table > thead > tr > th.woocommerce-table__product-table.product-total {
    border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

section.woocommerce-order-details > table > tfoot > tr:nth-child(2) > th,
section.woocommerce-order-details > table > tfoot > tr:nth-child(2) > td {
    border: 0px;
}

section.woocommerce-order-details > table > tfoot > tr:nth-child(3) > th,
section.woocommerce-order-details > table > tfoot > tr:nth-child(3) > td {
    border-top: 0px;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr td {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    color: var(--text-dark-text-color-222222, #222);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */   
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:nth-child(4) td,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:nth-child(4) th {
    height: 80px;
    color: var(--text-dark-text-color-222222, #222);
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 130% */
}


section.woocommerce-order-details > table > tbody > tr > td.woocommerce-table__product-total.product-total {
    border: 0px;
    /* display: flex; */
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    color: var(--text-dark-text-color-222222, #222);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

section.woocommerce-order-details > table > tfoot > tr:nth-child(4) {
    height: 80px;
    color: var(--text-dark-text-color-222222, #222);
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 130% */
}

.woocommerce table.shop_table td th thead tfoot {
    border-top: 0px !important; /* 1px solid rgba(0,0,0,.1); */
    /* padding: 9px 0px !important; */
    /* padding: 0px 0px; */
    line-height: 1.5em;
}

.woocommerce table.shop_table td.product-name a {
    color: var(--text-dark-blue-text-112943, #112943);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: #161D45 !important;
    text-transform: uppercase !important;
    /* font-weight: bold !important; */
}

.woocommerce .woocommerce-customer-details address {
    border: 0px !important;
    border-radius: 0px !important;
    padding: 0px 0px !important;
}

/* Checkout */
.checkout_coupon.woocommerce-form-coupon {
    border: none !important;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 !important;
}

.checkout_coupon .coupon-title {
    background: #C9D9E3;
    padding: 20px 16px;
    color: #112943;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.checkout_coupon .coupon-title span {
    color: #112943;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.checkout_coupon .coupon-body {
    display: flex;
    gap: 20px;
    align-items: center;
}

.checkout_coupon .coupon-body .button {
    display: flex;
    width: 220px;
    height: 40px;
    padding: 13px 49px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 0;
}

.checkout_coupon .coupon-body input {
    display: flex;
    width: 460px;
    padding: 13px 12px;
    align-items: flex-start;
    gap: 10px;
    color: #949494;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14.4px; 
}

#ship-to-different-address {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#ship-to-different-address h3,
.woocommerce-billing-fields h3 {
    color: var(--text-dark-blue-text-112943, #112943);
    text-align: start;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

#ship-to-different-address,
.woocommerce-billing-fields h3 {
    padding-bottom: 25px;
}

.woocommerce-billing-fields .saved_address_options,
.woocommerce-shipping-fields .saved_address_options {
    overflow: hidden;
}

#ship-to-different-address .checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #112943;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

#ship-to-different-address .checkbox input {
    margin: 0;
    position: relative;
}

#order_review_heading, 
#payment .title {
    color: #161D45;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}

#order_review_heading {
    padding-top: 90px;
    padding-bottom: 25px;
}

.woocommerce-page input[type="radio"],
.woocommerce-page input[type="checkbox"] {
    accent-color: #161D45;
}

.woocommerce-checkout input[type="radio"],
.woocommerce-checkout input[type="checkbox"] {
    width: 16px !important;
    height: 16px;
    margin: 0 !important;
    border-radius: 50%; 
    accent-color: #161D45;
}


#payment label img {
    display: none;
}

#payment label {
    color: #112943;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#payment .wc_payment_methods.payment_methods.methods {
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#payment .payment-inner {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sa_billing_addresses_container,
.sa_shipping_addresses_container {
    display: flex;
    flex-direction: column-reverse;
    gap: 25px;
}

#bill_to_new_address_button,
#ship_to_new_address_button {
    display: none;
}

.billing_address_selected,
.shipping_address_selected {
    background: #A7E0B9;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.billing_address_selected span,
.shipping_address_selected span {
    color: #112943 !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-transform: capitalize;
}

#bill_here_button,
#ship_here_button {
    background: transparent;
    color: var(--primary-dark-blue-161-d-45, #161D45);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-align: start;
}

.ship-to-new-address, 
.bill-to-new-address {
    color: var(--primary-dark-blue-161-d-45, #161D45);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    cursor: pointer;
}

.billing_to_this_address,
.bill_to_this_address_button,
.shipping_to_this_address,
.ship_to_this_address_button  {
    width: 50%;
}

.bill_to_this_address_button .button,
.ship_to_this_address_button .button {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.billing_address_edit_delete,
.shipping_address_edit_delete {
    display: none;
}

#billing_country_field, 
#shipping_country_field {
    border: 1px solid #A6A6A6;
    background: #F8F8F8;
    height: 40px;
    padding: 0 10px;
    display: flex;
    align-items: center;
}

.billing_addresses_container .single_address,
.shipping_addresses_container .single_address {
    color: var(--text-dark-blue-text-112943, #112943);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    height: 12em !important;
}

@media screen and (max-width: 576px) {
    .woocommerce-checkout .sa_billing_addresses_container .billing_addresses_container,
.woocommerce-checkout .sa_shipping_addresses_container .shipping_addresses_container {
    justify-content: flex-start !important;
    overflow-x: scroll;
}

.woocommerce-checkout .sa_billing_addresses_container .billing_addresses_container .address_container_billing,
.woocommerce-checkout .sa_shipping_addresses_container .shipping_addresses_container .address_container_shipping {
    width: 95% !important;
    flex: 0 0 auto;
}

.woocommerce-checkout .sa_billing_addresses_container .billing_addresses_container, 
.woocommerce-checkout .sa_shipping_addresses_container .shipping_addresses_container {
    gap: 2% !important;
}

}
 
/* WC Notice */
.woocommerce-notices-wrapper {
    display: contents;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background: #fff;
    color: #112943;
    border: none;
}

.woocommerce-error {
    border-top: 3px solid #b81c23;
}

.woocommerce-info {
    border-top: 3px solid #112943;
}

.woocommerce-message {
    border-top: 3px solid #8fae1b;
}

/* Global WC Button */
.woocommerce a.button,
.woocommerce button.button {
    background-color: #112943;
    color: #fff;
}

.woocommerce a.button.delete,
.woocommerce a.button.default {
    background-color: #fff;
    color: #595959;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.4px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-wrap: nowrap;
    white-space: nowrap;
}

.woocommerce a.button.delete:hover,
.woocommerce a.button.default:hover {
    background-color: #fff !important;
    color: #595959 !important;
}

.woocommerce a.button:hover, 
.woocommerce button.button:hover,
.woocommerce button.button:disabled[disabled]:hover {
    background-color: #112943 !important;
    color: #fff;
}

.woocommerce-orders-table__cell .woocommerce-button.button {
    color: #595959;
}

#shipping-calculator-form button {
    color: #161D45;
    background-color: transparent;
    border: 1px solid #161D45;
}

#shipping-calculator-form button:hover {
    color: #fff;
}

.woocommerce-checkout #payment {
    padding-top: 42px;
}

.woocommerce-checkout #payment .form-row.place-order {
    padding: 0;
}

.woocommerce-terms-and-conditions-wrapper input {
    position: relative !important;
    outline: none !important;
}

.woocommerce-terms-and-conditions-wrapper span,
.wc_payment_methods.payment_methods.methods .payment-inner label,
.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated label,
.woocommerce-SavedPaymentMethods-token label,
.woocommerce-SavedPaymentMethods-new label {
    padding-left: 12px;
}

.woocommerce-checkout .billing_address_form label,
.woocommerce-checkout .shipping_address_form label,
.woocommerce-checkout #shipping_email_field,
.woocommerce-checkout #shipping_phone_field,
.woocommerce-checkout #order_comments_field label,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper label,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper label {
    display: none !important;
}

.woocommerce-checkout .billing_address_form input,
.woocommerce-checkout .shipping_address_form input,
.woocommerce-checkout #order_comments,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper input {
    border: 1px solid #A6A6A6;
    background: #F8F8F8;
}

#billing_address_1_field label,
#shipping_address_1_field label {
    display: block !important;
    margin-bottom: 25px;
}

#ship-to-different-address-checkbox {
    accent-color: #112943;
}

.woocommerce-checkout form .form-row {
    margin: 0 0 25px;
}

.woocommerce-checkout #order_comments {
    height: 105px;
}

.woocommerce-checkout .sa_billing_addresses_container .billing_addresses_container,
.woocommerce-checkout .sa_shipping_addresses_container .shipping_addresses_container {
    display: flex;
    justify-content: center;
    gap: 5%;
    width: 100%;
    padding-top: 20px;
}

.woocommerce-checkout .sa_billing_addresses_container .billing_addresses_container .address_container_billing,
.woocommerce-checkout .sa_shipping_addresses_container .shipping_addresses_container .address_container_shipping {
    width: 50%;
    margin: 0;
    border: 1px solid var(--border-grey, #9C9B9B);
}

.woocommerce-checkout .sa_billing_addresses_container .billing_addresses_container .address_container_billing:first-of-type,
.woocommerce-checkout .sa_shipping_addresses_container .shipping_addresses_container .address_container_shipping:first-of-type {
    border: 2px solid var(--primary-dark-blue-161-d-45, #161D45);
}

.woocommerce-checkout .sa_billing_addresses_container .billing_addresses_container .address_container_billing p,
.woocommerce-checkout .sa_shipping_addresses_container .shipping_addresses_container .address_container_shipping p {
    height: 8em;
}

.woocommerce-checkout .sa_billing_addresses_container .billing_addresses_container .address_container_billing .button,
.woocommerce-checkout .sa_shipping_addresses_container .shipping_addresses_container .address_container_shipping .button {
    background: #161D45;
    color: #fff;
}

.woocommerce-checkout .saved_address_options .options_container {
    width: 100%;
    margin: 0;
}

.woocommerce-checkout .saved_address_options .options_container .select2.select2-container {
    width: 100% !important;
}

.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated,
.woocommerce-SavedPaymentMethods-token,
.woocommerce-SavedPaymentMethods-new {
    display: flex;
    align-items: center;
    padding-top: 24px !important;
}

/* Checkout Iframe */

.woocommerce-checkout .wc-stripe-upe-element.StripeElement {
    width: 50%;
}

/* Checkout Iframe */

@media screen and (max-width: 576px) {

    .woocommerce-checkout .entry-title {
        padding-bottom: 0 !important;
        padding-left: 20px !important;
    }

    .woocommerce-checkout .entry-content {
        padding: 0 20px 100px 20px !important;
    }

    .woocommerce-checkout .checkout_coupon .coupon-body {
        flex-direction: column;
    }

    .woocommerce-checkout .checkout_coupon .coupon-body p,
    .woocommerce-checkout .checkout_coupon .coupon-body p button {
        width: 100%;
        margin: 0;
    }

    .woocommerce-checkout .woocommerce-checkout-review-order {
        padding: 16px !important;
    }
}

/* WC Loader - Checkout page */
.woocommerce-checkout .blockUI.blockOverlay::before {
    position: fixed;
}

/* My Account Order List - Hide Status - TEMP */
.woocommerce-orders-table__header.woocommerce-orders-table__header-order-status,
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status {
    display: none !important;
}

/* Cart Page - empty cart overflow */
.woocommerce-cart #page {
    overflow-x: unset;
}