body,
.bottom_header {
    background-color: rgba(255, 255, 255, 1);
}

.site-branding:not(.white-logo) {
    display: none;
}

.site-branding.white-logo {
    display: block !important;
}

.menu_header .custom-logo-link {
    padding: 9.4px 20px;
}

.top_header {
    min-height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_header p {
    font-size: 14px;
    line-height: 16px;
}

.menu_header li.menu-item>a {
    color: rgba(0, 0, 0, 1);
}

.menu_header li.custom_order_btn>a {
    color: #FFF;
}

li.menu-item svg {
    fill: #000;
}

li.user_profile span {
    display: none;
}

a.login-frm:not(.white-header) {
    display: none !important;
}

a.login-frm.white-header {
    display: flex !important;
}

li.user_search img:not(.white-header) {
    display: none;
}

li.user_search img.white-header {
    display: block !important;
}

.user_menu_bar li.user_profile>a img {
    margin-right: 0;
    width: 100% !important;
}

.user_menu_bar ul>li:last-child>a {
    background-color: rgba(195, 14, 35, 1);
}

.user_menu_bar ul>li:last-child>a img {
    filter: brightness(0) invert(1);
}

.main-navigation ul.menu ul.sub-menu {
    background-color: #FFF;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color: var(--primary-orange-color) !important;
    /* border-bottom: 3px solid var(--primary-orange-color) !important; */
    border-top: 0px !important;
    color: var(--primary-white-color) !important;
}

.woocommerce-info::before {
    color: var(--primary-white-color) !important;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    color: var(--primary-white-color) !important;
}

.emp-cart .return-to-shop {
    text-align: center;
}

.woo-shiping-address,
.shipping_address,
.woocommerce-billing-fields__field-wrapper label,
.woocommerce-billing-fields__field-wrapper span:not(.select2-selection__rendered, .select2-selection--single) {
    color: var(--text-black-color) !important;
}

.thwmscf_horizontal_box li.thwmscf-tab a {
    color: var(--primary-white-color) !important;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
    color: var(--text-black-color);
}

.woocommerce .woocommerce-checkout table.shop_table th,
.woocommerce .woocommerce-checkout table.shop_table td {
    padding: 8px 0px 8px 10px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 1.2;
    color: var(--text-black-color) !important;
}

.woocommerce .woocommerce-checkout table.shop_table th.product-name {
    font-size: 22px;
    color: var(--primary-orange-color) !important;
}

.thwmscf-tab-panels {
    padding: 0px !important;
}

.woocommerce-error::before {
    color: var(--primary-white-color) !important;
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text,
.woocommerce form .form-row.woocommerce-validated input,
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    color: var(--text-black-color) !important;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
button#place_order {
    align-items: center;
    justify-content: center;
    background: #C30E23;
    color: #FFF;
    border-radius: 0px;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: 0px solid #C30E23 !important;
    border-radius: 0px !important;
}

a.showcoupon {
    color: var(--primary-white-color) !important;
}

.thwmscf-wrapper .thwmscf-buttons {
    text-align: right;
    padding-bottom: 50px;
}

.thwmscf-buttons.wa-background {
    padding-bottom: 0px;
}

/* Checkout page Css */
.woocommerce-billing-fields,
.woocommerce-shipping-fields {
    box-shadow: 0 0 10px #ccc;
    padding: 1.25rem;
}

.shipping-address-wrap,
.thwscf-billing {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.shipping-add-wrap,
.woocommerce-billing-fields {
    width: 69%;
}
.woocommerce_order_right{
    width: 29%;
    height: max-content;
    margin-left: 15px;
}
.woocommerce_order_right > .woocommerce_order_wrap > .checkout-maintain {
    box-shadow: 0 0 10px #ccc;
    padding: 15px 10px;
    margin-bottom: 20px;
}
.wa-background.org-next-btn {
    text-align: right;
}

#thwmscf-tab-panel-3>.checkout-maintain {
    order: 3;
    width: 29%;
    margin-left: 22px;
}
#thwmscf-tab-panel-3 .checkout-maintain>.checkout-maintain {
    box-shadow: 0 0 10px #ccc;
    margin-left: 15px;
    height: max-content;
    padding: 15px 10px;
}

.woocommerce table.shop_table {
    border-radius: 0;
    margin: 0;
    border: 0px;
}

.thwmscf-buttons.wa-background {
    margin: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
}

div#thwmscf-tab-panel-3 {
    display: flex;
    flex-wrap: wrap;
}

#payment.woocommerce-checkout-payment {
    box-shadow: 0 0 10px #ccc;
    order: 1;
    padding: 1.25rem;
    width: 69%;
    margin-bottom: 20px;
}

#hear_about_us_div,
#cabinet_pipeline_meta_container {
    box-shadow: 0 0 10px #ccc;
    /* order: 4; */
    padding: 1.25rem;
    /* width: 69%; */
    margin-bottom: 20px;
}

p.form-row.address-field.validate-required.form-row-wide {
    display: none;
}

.checkout_coupon button.button {
    background: #C30E23 !important;
    text-transform: capitalize;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 0px !important;
}

.checkout_coupon.woocommerce-form-coupon p {
    color: var(--text-black-color);
}

span.ship-label {
    font-size: 16px;
    font-weight: 400;
}

.shipping-infomation h2 {
    font-size: 30px;
}

#thwmscf_wrapper .thwmscf-buttons {
    display: none;
}
#thwmscf-tab-panel-3 .org-next-btn{
    display:none;
}
div#thwmscf_wrapper {
    margin-bottom: 60px;
}  
ul.user_submenu {
	background-color: #fff !important;
}
ul.user_submenu a {
	background: #fff !important;
	color: #000 !important;
}
/*  */
@media (max-width: 991px) {

    .shipping-add-wrap,
    #hear_about_us_div,
    #cabinet_pipeline_meta_container,
    #payment.woocommerce-checkout-payment,
    .woocommerce-billing-fields {
        width: 100%;
    }

    #thwmscf-tab-panel-3 .checkout-maintain>.checkout-maintain,
    .woocommerce_order_right {
        width: 100%;
        margin-left: 0px;
        margin-top: 30px;
    }

    #thwmscf-tab-panel-3>.checkout-maintain {
        order: 3;
        display: block;
        width: 100%;
        margin-bottom: 30px;
        margin-left: 0px;
    }
}

/* Header Menu */
@media (max-width: 992px) {
    #menu-header-garage-menu {
        background-color: var(--primary-white-color);
    }

    #menu-header-garage-menu {
        left: -42px;
    }
}

@media (max-width: 767px) {
    #menu-header-garage-menu {
        left: -13px;
    }
}

@media (max-width: 575px) {
    .checkout_coupon button.button {
        font-size: 14px;
    }
}
.woocommerce button.woocommerce-Button.button:hover{
    background-color: #000 !important;
}
form#form-password-change legend {
    font-weight:700;
    margin-bottom: 20px;
}
form#form-password-change>fieldset {
    padding: 0  0 20px 0px;
}