:root {
    --brand-color: #0C2E82;
    --brand-color-hover: #ffffff;
    --brand-color-border: #ffffff;
}

table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting_asc_disabled,
table.dataTable thead>tr>th.sorting_desc_disabled,
table.dataTable thead>tr>td.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting_asc_disabled,
table.dataTable thead>tr>td.sorting_desc_disabled {
    cursor: pointer;
    position: relative;
    padding-right: 26px;
    text-align: center;
}

table.dataTable thead>tr>th.sorting:before,
table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:before,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_desc_disabled:before,
table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting:before,
table.dataTable thead>tr>td.sorting:after,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_asc:after,
table.dataTable thead>tr>td.sorting_desc:before,
table.dataTable thead>tr>td.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_asc_disabled:after,
table.dataTable thead>tr>td.sorting_desc_disabled:before,
table.dataTable thead>tr>td.sorting_desc_disabled:after {
    position: absolute;
    display: block;
    opacity: .125;
    right: 10px;
    line-height: 9px;
    font-size: .8em
}

table.dataTable thead>tr>th.sorting:before,
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_desc:before,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>th.sorting_desc_disabled:before,
table.dataTable thead>tr>td.sorting:before,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_desc:before,
table.dataTable thead>tr>td.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_desc_disabled:before {
    bottom: 50%;
    content: "▲";
    content: "▲" /""
}

table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting:after,
table.dataTable thead>tr>td.sorting_asc:after,
table.dataTable thead>tr>td.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc_disabled:after,
table.dataTable thead>tr>td.sorting_desc_disabled:after {
    top: 50%;
    content: "▼";
    content: "▼" /""
}

table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_desc:after {
    opacity: .6
}

table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting_asc_disabled:before {
    display: none
}

table.dataTable thead>tr>th:active,
table.dataTable thead>tr>td:active {
    outline: none
}

div.dataTables_scrollBody>table.dataTable>thead>tr>th:before,
div.dataTables_scrollBody>table.dataTable>thead>tr>th:after,
div.dataTables_scrollBody>table.dataTable>thead>tr>td:before,
div.dataTables_scrollBody>table.dataTable>thead>tr>td:after {
    display: none
}




/*main menu css starts here*/

.main-menu {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
}

.main-menu li {
    position: relative;
}


.main-menu>li:hover>.sub-menu,
.sub-menu>li:hover>.sub-menu {
    display: block;
}

.main-menu>.menu-item {
    position: relative;
    display: inline-block;
}

.main-menu .submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
}

.main-menu .submenu-item {
    position: relative;
}

.main-menu .submenu .sub-submenu {
    display: none;
    position: absolute;
    left: 295px;
    top: 0;
    background: #fff;
    border: 1px solid #ccc;
}

.main-menu .menu-item:hover>.submenu,
.main-menu .submenu-item:hover>.sub-submenu {
    display: block;
}


.main-menu>li {
    position: relative;
    padding: 10px;
}

.main-menu>li>a {
    color: #fff;
    text-decoration: none;
}


.menu-item {
    position: relative;
    padding: 15px 20px;
    color: white;
}

.menu-item a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.submenu,
.sub-submenu {
    display: none;
    position: absolute;
    left: 0;
    background: #ffffff;
    min-width: 200px;
    list-style: none;
    padding: 0;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.submenu {
    top: 100%;
}

.sub-submenu {
    left: 100%;
    top: 0;
}

.menu-item:hover .submenu,
.submenu-item:hover .sub-submenu {
    display: block;
}



.sub-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    background: white;
    border: 1px solid #ccc;
    min-width: 200px;
}


#category-menu {
    background: #333;
    padding: 10px;
}



.sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    background: #444;
    display: none;
    list-style: none;
    padding: 5px 0;
}

.sub-menu li {
    padding: 5px 10px;
}

.sub-menu a {
    color: #fff;
    text-decoration: none;
}

.main-category:hover .sub-menu {
    display: block;
}


/* Hide submenus initially */
.submenu,
.sub-submenu,
.sub-sub-submenu {
    display: none;
    position: absolute;
    background: #fff;
    list-style: none;
    padding: 10px;
    border: 1px solid #ddd;
    min-width: 200px;
    z-index: 1000;
}

.submenu {
    top: 100%;
    left: 0;
}

.submenu-item {
    position: relative;
}

.sub-submenu {
    top: 0;
    left: 100%;
}

.sub-sub-submenu {
    top: 0;
    left: 100%;
}


.submenu,
.sub-submenu,
.sub-sub-submenu {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    z-index: 999;
}

.menu-item:hover>.submenu,
.submenu-item:hover>.sub-submenu,
.sub-submenu-item:hover>.sub-sub-submenu {
    display: block;
}

/* Ensure dropdowns open properly on hover */
.show {
    display: block !important;
}

.has-children>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrow {
    margin-left: 8px;
    font-size: 14px;
    color: #000;
    /* Adjust color as needed */
    display: inline-block;
}


/*main menu css ends here*/





.checkout-steps {
    margin-bottom: 20px;
}

.step-list {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    position: relative;
    counter-reset: step;
    width: 90%;
    margin-top: 3%;
    margin: auto;
    margin-top: 3%;


}


.step-list li span {
    width: 30px;
    height: 30px;
    background-color: #ccc;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-list li.active span {
    background-color: unset;
    border: 2px solid #558FFA;
    color: #007bff;
    z-index: 2;
    background: #fff;
}

.step-list li p {
    margin-top: 5px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
}

.step-list li.active:not(:last-child)::after {
    background-color: #007bff;
}



.rgl_header_v1_c4.blockcart .cart-products-count {
    position: absolute;
    top: 0%;
    right: -7px;
    height: 20px;
    display: inline-block;
    font-weight: 500;
    width: 30px;
    background: #0c2e82;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 10px;
    padding: 0;
    margin-left: 6px;
    margin-top: -16px;
}



.wishlist-container {
    display: inline-block;
    position: relative;
}

.wishlist-dropdown {
    background-color: white;
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 20px;
    width: 350px;
    max-height: 400px;
    overflow-y: auto;
}

.wishlist-search {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.wishlist-search input {
    flex-grow: 1;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.search-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.save-btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
}



.wishlist-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.wishlist-modal.isActive {
    display: flex;
}

.wishlist-modal-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    max-width: 500px;
}

.wishlist-modal-title {
    font-size: 18px;
    font-weight: bold;
}

.wishlist-product-info {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.wishlist-product-image {
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

.wishlist-modal-actions {
    margin-top: 20px;
}

.wishlist-button {
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    margin: 5px;
    cursor: pointer;
}

.view-favourites {
    background: white;
    border: 1px solid blue;
    color: blue;
}

.close-modal {
    background: blue;
    color: white;
}



.regal_favourites {
    display: block !important;
}

.wishlist-toast.success {
    display: block !important;
}

.wishlist-add-to {
    display: none;
}

.wishlist-add-to.visible {
    display: block !important;
}

#cart .regal_div_seperate {
    margin: auto;
    width: 95% !IMPORTANT;
}

section#main.cart_cc_c1 {
    margin-top: 3%;
}

li.cart_cc_c5 {
    width: 25%;
}

.step-list li span {
    width: 40px;
    height: 40px;
    border: 2px solid #DFDFDF;
    background: #fff;
    color: #DFDFDF;
    font-weight: bold;
    z-index: 9;
    font-size: 18px;
    text-align: center;
}

.step-list li.active p.cart_cc_c7 {
    color: #007bff;
}


#product #product-modal.modal.fade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#product #product-modal.modal.fade {
    background: #ffffff8a;
}

#product-modal .modal-dialog {
    margin: auto;
    position: absolute;
}

#product #product-modal.modal.fade .modal-dialog {
    top: 50%;
    transform: translateY(-50%) !important;
}

#product #product-modal.modal.fade .modal-dialog {
    top: 75% ! IMPORTANT;
    transform: translateY(-35%) !important;
    display: block !important;
    left: 0;
    bottom: 0;
    right: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#product-modal .modal-content {
    width: 80%;
    transform: scale(1);
    opacity: 1;
    height: fit-content;
    background: #FFF !important;
    border-radius: 5px ! IMPORTANT;
    margin: auto;
}

#product #product-modal .modal-content .modal-body {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .3rem;
    align-items: center;
    padding: 0px;
    margin-left: 0;
    justify-content: initial;
    border: unset;
    margin: auto !important;
}

#product-modal .modal-content .modal-body .product-images img {
    width: 60px;
    height: 60px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border: 2px solid #ccc;
    padding: 5px;
}

#product-modal .modal-content .modal-body .product-images {
    padding: 0px !important;
    margin: 0px !important;
    margin-top: 15px ! IMPORTANT;
    margin-bottom: 10px !important;
    display: flex;
    gap: 15px;
}

#product .easyzoom.easyzoom--overlay.is-ready,
div#easyzoom {
    border: 1px solid rgba(0, 0, 0, .2);
    margin: 10px;
}

#product-modal .modal-content .modal-body .product-cover-modal,
.product-cover img {
    border: 1px solid #f6f6f6;
}



div#kitOptionalExtras {
    padding: 0px 0px;
    max-height: 320px;
    margin-top: 15px;
    margin-bottom: 15px;
}

div#kitAssembleParent {
    margin-top: 20px;
}

.kit_assemble_c1 {
    color: #292B2B;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 30px;
    line-height: 44px;
    vertical-align: middle;
}

form#kitAssembleForm {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    border: 2px solid #DFDFDF;
}

form.kit_assemble_c8::-webkit-scrollbar {
    width: 2px;
    height: 7px;
    cursor: pointer;
    padding-right: 50px;
}

form.kit_assemble_c8::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 4px;
}

form.kit_assemble_c8::-webkit-scrollbar-thumb {
    background: #234F9A !important;
    border-radius: 10px;
}

div#kitAssembleParent {}

div#kitOptional {
    display: flex;
}

div#kitAssemble {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    gap: 10px;
}

label.kit_assemble_c11 {
    margin-bottom: 0px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    vertical-align: middle;
    color: #292B2B;
}

input#checkbox_sequence {
    width: 15px;
    height: 15px;
}

select.kit_assemble_c12 {
    padding: 2px 10px;
    font-size: 14px;
}

input.kit_assemble_c10 {
    width: 15px;
    height: 15px;
}

span.kit_assemble_c14 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    vertical-align: middle;
    color: #292B2B;
}

button.plus_icon {
    font-size: 20px;
    padding: 0px 5px;
    cursor: pointer;
    background: #819AC833;
    border: 1px solid #0c2e82;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-weight: 600;
    color: #0c2e82;
    outline: unset;
}

#product.user-logout .swiper-slide .list_action_c1 {
    height: 45px;
}


/* cart */
.card_block_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

h1.card_block_title_c1 {
    font-weight: 700;
    font-size: 25px;
    vertical-align: middle;
    color: #0C2E82;
}

h1.card_block_title_c1 span {
    font-size: 16px;
    margin-left: 15px;
    font-weight: 400;
    vertical-align: middle;
    color: #292B2B;
}

a.cart_prod_c4 {
    font-weight: 700;
    font-size: 16px;
    vertical-align: middle;
    color: #F04438;
}


.cart_cc_c8 {
    margin-top: 1%;
}




.card_block_container .product-line-info a {
    font-weight: 700 !important;
    font-size: 18px;
    vertical-align: middle;
    color: #292B2B !important;
}

.card_block_container .product-details.rg_grid_price_c1 {
    height: auto;
    overflow: visible;
}

.card_block_container .product-details.rg_grid_price_c1 p {
    font-weight: 600;
    font-size: 14px;
    vertical-align: middle;
    color: #292B2B;
    margin: 5px 0px;
}

/*.card_block_container .product_details_c4 {
    display: none;
}*/

.card_block_container .rg_grid_price_c3 {
    display: block;
    color: #0c2e82 !important;
}

.card_block_container p.warranty_values.manufacturer_text.rg_grid_price_c4 {
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    overflow: hidden;
    word-wrap: break-word !important;
}

.card_block_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

h1.card_block_title_c1 {
    font-weight: 700;
    font-size: 25px;
    vertical-align: middle;
    color: #0C2E82;
}

h1.card_block_title_c1 span {
    font-size: 16px;
    margin-left: 15px;
    font-weight: 400;
    vertical-align: middle;
    color: #292B2B;
}

a.cart_prod_c4 {
    font-weight: 700;
    font-size: 16px;
    vertical-align: middle;
    color: #F04438;
}
ul.cart-items, ul.cart-items li {
    border: unset !important;
}
.cart-grid-body .card-block, .cart-grid-body .cart-overview {
    padding: 0px;
}
.cart_cc_c8 {
    margin-top: 1%;
}

#cart .product-line-grid {
    width: 100%;
}
#cart .card_block_container li.cart-item {
    flex-direction: column;
    border-radius: 8px;
    background: var(--white, #FFF);
    box-shadow: 5px 5px 10px 0px #E0E0E0, -5px -5px 10px 0px #F8F8F8;
    padding: 15px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}
#cart ul.cart-items {
    margin-top: 3%;
    max-height: 500px;
    overflow-x: hidden;
    padding: 10px;
}
#cart ul.cart-items::-webkit-scrollbar {
    width: 5px;
    height: 7px;
    cursor: pointer;
    padding-right: 50px;
}

#cart ul.cart-items::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 4px;
}

#cart ul.cart-items::-webkit-scrollbar-thumb {
    background: #234F9A !important;
    border-radius: 10px;
}








#cart .cart_details_line_c2, #checkout .cart_details_line_c2 {
    width: 12%;
    padding: 0px 5px;
}
#cart .cart_details_line_c2 .product-image {
    width: 100%;
    text-align: center;
}
#cart .cart_details_line_c3, #checkout .cart_details_line_c3 {
    width: 65%;
    padding: 0px 5px;
}
#cart .cart_details_line_c4, #checkout .cart_details_line_c4 {
    width: 23%;
}

#cart .product-line-grid {
    width: 100%;
}
.expandemode_c1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}
.expandemode_c2 {
    width: 60%;
    display: flex;
    flex-direction: column;
}
.expandemode_c3 {
    display: flex;
    width: 40%;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.expandemode_unt_tlt_price_c1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 100%;
}
span.expandemode_unt_tlt_price_c2 {
    font-size: 12px;
    font-weight: 600;
}
span.expandemode_unt_tlt_price_c3 {
    color: #0c2e81;
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
#cart .cart_rr_block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#cart .qtyy_box_set_c1 {
    display: flex;
    align-items: center;
}

#cart .qtyy_box_set_c2 {
    color: var(--black, #231F20);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 10px;
}

#cart .rg_grid_input_c1 .input-group.bootstrap-touchspin input {
    width: 70px;
	    font-size: 14px;
    font-weight: 600;
}

#cart .card_block_container .rg_grid_input_c1 .input-group.bootstrap-touchspin {
    width: 100px;
}

#cart .cart-line-product-actions.action_cart_blockc2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

#cart a.action_cart_blockc3 i {
    color: #0c2e82;
}

#cart a.action_cart_blockc3 {
    margin: 0px;
}






#cart .row.hide_div_cart {
    display: none;
}

#cart .card_block_container .rg_grid_price_c3 {
    height: auto;
    margin: unset;
    font-size: 14px;
}

#cart .card_block_container .product-line-info a {
    font-size: 16px;
}

#cart .card_block_container .product-details.rg_grid_price_c1 p {
    font-size: 13px;
    font-weight: 600;
    margin-top: 3px;
    margin-bottom: 0px;
}

#cart .card_block_container p.warranty_values.manufacturer_text.rg_grid_price_c4 {
    font-size: 13px;
    font-weight: 400;
    margin-top: 3px;
    margin-bottom: 0px;
}

































.card_block_container .product-line-info a {
    font-weight: 700 !important;
    font-size: 18px;
    vertical-align: middle;
    color: #292B2B !important;
}

.card_block_container .product-details.rg_grid_price_c1 {
    height: unset;
    overflow: visible;
}

.card_block_container .product-details.rg_grid_price_c1 p {
    font-weight: 600;
    font-size: 14px;
    vertical-align: middle;
    color: #292B2B;
    margin: 5px 0px;
    height: auto;
}

/*.card_block_container .product_details_c4 {
    display: none;
}*/

.card_block_container .rg_grid_price_c3 {
    display: block;
    color: #0c2e82 !important;
}

.card_block_container p.warranty_values.manufacturer_text.rg_grid_price_c4 {
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    word-wrap: break-word !important;
}

.card_block_container .qty.rg_grid_input_c1 {
    position: relative;
    left: unset;
    bottom: unset;
    display: flex;
}

.card_block_container .rg_grid_input_c1 .input-group.bootstrap-touchspin {
    width: 125px;
}

.card_block_container .rg_grid_input_c3 {
    left: 150px;
    display: flex;
}

#cart .cart_cc_c9 {
    margin-top: 5%;
}

h3.cart_summary_c5 {
    font-weight: 700;
    font-size: 25px;
    vertical-align: middle;
    color: #0C2E82;
}

.card-block.cart-detailed-subtotals.js-cart-detailed-subtotals {}

.card_block_summary .card-block {
    padding: 10px 0px;
}

.cart-summary-line .label {
    font-weight: 600;
    font-size: 15px;
    vertical-align: middle;
    color: #292B2B;
}

.cart-summary-line .value {
    font-weight: 600;
    font-size: 15px;
    vertical-align: middle;
    color: #0C2E82;
}

.card-block.cart-detailed-subtotals+.cart-summary-totals .cart-total {
    border-bottom: 2px solid #DFDFDF;
    border-top: 2px solid #DFDFDF;
}

.card-block.cart-summary-totals .cart-summary-line.cart-total .label,
.card-block.cart-summary-totals .cart-summary-line.cart-total .value {
    font-weight: 700 !important;
    font-size: 20px;
    vertical-align: middle;
    color: #0c2e82 !important;
}

.promo-code-button a.collapse-button {
    font-weight: 700;
    font-size: 15px;
    vertical-align: middle;
    color: #F04438;
}

a.cart_action_c1.btn.btn-primary.cartaction_c1 {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    background: #0c2e82;
    text-transform: capitalize;
    padding: 8px 15px;
    border: 2px solid #0c2e82;
    border-radius: 2px;
}

button.btn.btn-primary.btn-lg.btn-block.convert-to-quote.cartaction_c2 {
    border: 2px solid #0c2e82;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    color: #0c2e82;
    background: #fff;
    text-transform: capitalize;
    padding: 8px 15px;
    border-radius: 2px;
}

.checkout.cart-detailed-actions.js-cart-detailed-actions.card-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

a.cart_action_c1.btn.btn-primary.cartaction_c1:hover {
    background: #DA3832 !important;
    border: 2px solid #DA3832 !important;
}

button.btn.btn-primary.btn-lg.btn-block.convert-to-quote.cartaction_c2:hover {
    background: #0c2e82;
    color: #fff;
}

.card_block_link {
    margin-top: 25px;
}

a.label.cart_continue_btn {
    border: 2px solid #DA3832 !important;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    color: #fff !important;
    background: #DA3832 !important;
    text-transform: capitalize;
    padding: 8px 15px;
    border-radius: 2px;
    width: max-content;
    text-decoration: unset ! IMPORTANT;
    display: inline-block;
    margin-top: 10px;
}

.product-miniature .product-price-and-shipping {
    height: 45px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}

.final_price_tag_c1 {
    display: flex;
    flex-direction: column;
    width: 50%;
    opacity: 0.5;
}

.offer_price_tag_c1 {
    display: flex;
    flex-direction: column;
    width: 50%;
    align-items: flex-start;
    align-content: flex-start;
}

.offer_price_tag_c1.nodiscountapply {
    align-items: flex-end;
}

span.final_price_tag_c2,
span.offer_price_tag_c2 {
    font-size: 12px;
    font-weight: 500;
}

span.regular-price.final_price_tag_c3,
span.price.offer_price_tag_c3 {
    font-weight: bold;
    font-size: 15px;
    color: #292B2B;
}


.cart_d_y_price_c1 span.rg_checkout_grid_c8 {
    font-size: 10px !IMPORTANT;
    margin-right: 5px;
    margin-top: -5px;
    color: #292B2B;
    font-weight: 400 !important;
    line-height: 35px;
    text-align: right;
}

.cart_d_y_price_c1 {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
}

.cart_d_y_price_c1 span {
    font-weight: 700 !important;
    font-size: 18px !important;
    vertical-align: middle;
    color: #292B2B !important;
}

.product-discount.rg_checkout_grid_c12 {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    margin-top: -5px;
}

.product-discount.rg_checkout_grid_c12 span {
    font-weight: 700 !important;
    font-size: 18px;
    vertical-align: middle;
    color: #292B2B !important;
    margin: auto;
    opacity: 0.4;
}

.product-discount.rg_checkout_grid_c12 span.rg_checkout_grid_c13 {
    font-size: 10px;
    margin-right: 5px;
    margin-top: -5px;
    color: #292B2B;
    font-weight: 400 !important;
    line-height: 35px;
    text-align: right;
}

.rg_cart_drop_c15 .rg_checkout_grid_c1 .cart_d_y_price_c1 span.rg_checkout_grid_c8 {
    font-size: 10px !important;
    margin-right: 5px;
    margin-top: -5px;
    color: #292B2B;
    font-weight: 400 !important;
    line-height: 35px;
    text-align: right;
}

.rg_cart_drop_c15 .rg_checkout_grid_c1 .cart_d_y_price_c1 {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
}

.rg_cart_drop_c15 .rg_checkout_grid_c1 .cart_d_y_price_c1 span {
    font-weight: 700 !important;
    font-size: 15px !important;
    vertical-align: middle;
    color: #292B2B !important;
}

.rg_cart_drop_c15 .rg_checkout_grid_c1 .product-discount.rg_checkout_grid_c12 {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    margin-top: -5px;
}

.rg_cart_drop_c3 .rg_cart_drop_c15 .rg_checkout_grid_c1 .product-discount.rg_checkout_grid_c12 span {
    font-weight: 700 !important;
    font-size: 15px !important;
    vertical-align: middle;
    color: #292B2B !important;
    margin: auto;
    opacity: 0.4;
    line-height: unset ! IMPORTANT;
    margin-top: -20px;
}

.rg_cart_drop_c3 .rg_cart_drop_c15 .rg_checkout_grid_c1 .product-discount.rg_checkout_grid_c12 span.rg_checkout_grid_c13 {
    font-size: 10px !important;
    margin-right: 5px;
    margin-top: -5px;
    color: #292B2B;
    font-weight: 400 !important;
    line-height: 35px;
    text-align: right;
}

.rg_cart_drop_c15 .rg_checkout_grid_c1 .cart_d_y_price_c1 {
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
}

.rg_cart_drop_c15 .rg_checkout_grid_c1 .cart_d_y_price_c1 span.rg_checkout_grid_c8 {
    line-height: 0px;
}

.rg_cart_drop_c15 .rg_checkout_grid_c1 .rg_checkout_grid_c7 {
    margin-top: 16px;
    display: flex;
    gap: 10px;
}

.rg_cart_drop_c15 .rg_checkout_grid_c1 .product-discount.rg_checkout_grid_c12 {
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
}

.rg_cart_drop_c15 .rg_checkout_grid_c1 .product-discount.rg_checkout_grid_c12 span.rg_checkout_grid_c13 {
    line-height: 0px;
}

.rg_cart_drop_c15 .rg_checkout_grid_c1 span.rg_checkout_grid_c15 {
    margin-top: -30px;
    font-size: 10px;
}







.step-list li {
    /* list-style: none; */
    /* text-align: center; */
    /* position: relative; */
    /* flex: 1; */
}

/* Circle */
.cart_cc_c6 {
    width: 30px;
    height: 30px;
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    font-weight: bold;
}

/* Label */
.cart_cc_c7 {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 600;
}

/* Connecting line */
.step-list::before {
    content: "";
    position: absolute;
    top: 20px;
    /* center with the circles */
    left: 14%;
    /* start AFTER Step 1 */
    right: 14%;
    /* end BEFORE Step 4 */
    height: 2px;
    background: linear-gradient(to right,
            #4285f4 0%,
            #4285f4 var(--progress, 0%),
            #ccc var(--progress, 0%),
            #ccc 100%);
    z-index: 1;
}


/* Completed steps */
.cart_cc_c5.completed .cart_cc_c6 {
    background-color: #4285f4;
    border-color: #4285f4;
    color: #fff;
}

/* Active steps */
.cart_cc_c5.active .cart_cc_c6 {
    border-color: #4285f4;
    /* color: #4285f4;*/
}





/* Dashboard Pages Starts */

.acc_titlec1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

h1.acc_titlec3 {
    font-weight: 700;
    font-size: 20px;
    text-transform: capitalize;
    color: #0C2E82;
    margin-bottom: 0px;
}

nav.navbar.navbar-expand-sm.account_slider_tab_c2 {
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    padding: 0px;
}

.account_slider_tab_c3 {
    display: flex;
    margin-bottom: 0px;
    width: 100%;
    justify-content: space-between;
}

.account_slider_tab_c3 li {
    width: 25%;
    text-align: center;
}

button.tablinks.account_slider_tab_c5,
a.tablinks.account_slider_tab_c5 {
    background: unset;
    outline: unset;
    box-shadow: unset;
    border: unset;
    width: 100%;
    padding: 15px 10px;
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    color: #0C2E82;
    cursor: pointer;
    display: inline-block;
}

.account_slider_tab_c1 {
    margin-top: 20px;
    margin-bottom: 20px;
}

button.tablinks.account_slider_tab_c5.active,
a.tablinks.account_slider_tab_c5.active {
    font-size: 17px;
    color: #558FFA;
    border-bottom: 2px solid;
    display: inline-block;
}

.col-xs-12.rgmyacc_c2 {
    padding: 0px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.input-group.focus {
    outline: unset !IMPORTANT;
}

#history li.nav-item.account_slider_tab_c4,
#module-askforaquote-SubmitedQuotes li.nav-item.account_slider_tab_c4 {
    width: 33.33%;
}








div#MyAccount {
    margin-top: 2.25rem;
}

.rgmyacc_c3,
.rgmyacc_c7,
.rgmyacc_c8,
.rgmyacc_c10 {
    padding: 0px 5px;
}

h2.rgmyacc_c11 {
    font-weight: 700;
    font-size: 18px;
    vertical-align: middle;
}



p.rgmyacc_c12 {
    font-weight: 400;
    font-size: 14px;
}

p.rgmyacc_c12 a {
    color: #558FFA !important;
    text-decoration: unset ! IMPORTANT;
}

.rgmyacc_c4 {
    margin-bottom: 20px;
}

.rgmyacc_c5 {
    font-weight: 400;
    font-size: 14px;
    color: #7E7E7E;
}

.rgmyacc_c6 {
    font-weight: 700;
    font-size: 14px;
    color: #0C2E82;
}

.rgmyacc_c4_edit {
    display: flex;
    justify-content: flex-end;
}

.rgmyacc_c4_edit a {
    padding: 5px 10px;
    font-size: 14px;
    text-transform: capitalize;
    display: flex;
    gap: 6px;
    border-radius: 2px;
    /*border: 2px solid #0c2e82 !important;*/
    background: #0c2e82;
    color: #FFF !important;
    font-weight: 600;
    align-items: center;
}

.rgmyacc_c4_edit a i {
    font-size: 13px;
    color: #fff;
}

span.acc_titlec5 {
    font-weight: 700;
    font-size: 14px;
    color: #0C2E82;
}

li.regal_dashboard_c8.dashboard-active {
    background: #819AC833;
}

li.regal_dashboard_c8.dashboard-active .regal_dashboard_c10 {
    color: #558FFA;
}

.col-md-12.rgtrack_c1 {
    border: 2px solid #DFDFDF;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

#history ul.step-list.cart_cc_c4 {
    width: 100%;
    margin: 5% 0px;
}

.checkout-steps.cart_cc_c3 {
    margin: 0px;
}

.rgtrack_c4 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.rgtrack_c2,
.rgtrack_c3 {
    padding: 0px;
}

p.rgtrack_c13 {
    margin-bottom: 5px;
    color: #292B2B;
    font-size: 14px;
    font-weight: 500;
}

.rgtrack_c9 {
    display: flex;
    justify-content: space-between;
}

h4.rgtrack_c10 {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #0C2E82;
}

.rgtrack_c12 p {}

.rgtrack_c7 a {
    color: #7E7E7E;
}

.rgtrack_c7 a {
    color: #558FFA;
}

.rgtrack_c7 {
    font-size: 14px;
    font-weight: 500;
}

a.rgtrack_c11 {
    color: #558FFA;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
}

.col-md-7.rgtrack_c3 {
    border-left: 2px solid #ccc;
    padding-left: 15px;
}

p.cart_cc_c_title {
    font-size: 11px !important;
    margin-top: -15px !IMPORTANT;
}

#my-account .field_type_c3 {
    padding: 0px;
}

#my-account .accountSecurity_c4 {
    margin-top: 5%;
    border-top: 1px solid #ccc;
    padding-top: 4%;
}

#my-account .form_signup_checkbox_c1 {
    padding: 0px;
}

#my-account p.accountSecurity_c6 {
    margin-bottom: 30px;
}



.table-responsive.rgtable_table_c1 {
    overflow: initial;
    box-shadow: 0px 0px 2px 0px #00000014;
    box-shadow: 0px 1px 4px 0px #454B571F;
    box-shadow: 0px 0px 0px 1px #98A1B21A;
}

.rg_track_table_c1 {
    display: inline-block;
    width: 100%;
    margin-top: 5%;
}

div.dataTables_filter {
    background: #F6F6F6;
    text-align: left;
}

table th.rgtable_table_c6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #464F60;
}

div.dataTables_filter label {
    margin: 11px;
}

.dataTables_filter input[type="search"] {
    border-radius: 40px;
    border-width: 2px;
    background: #fff;
    background-color: #fff;
    border: 2px solid #DFDFDF;
    font-weight: 400;
    font-size: 15px;
    color: #7E7E7E;
    width: 100%;
    padding: 5px 20px 5px 40px;
    outline: none;
}

.dataTables_filter label {
    position: relative;
}

.dataTables_filter label img {
    top: 8px;
    left: 10px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #FFFFFF;
}

table#track-orders-table {}

tr.rgtable_table_c5 {
    border-bottom: 1px solid #F6F6F6;
}

tr.rgtable_table_c7 {
    border-bottom: 1px solid #F6F6F6;
}

.table-striped tbody tr:nth-of-type(even) {
    background: #FBFBFB;
}

a.view-order-details-link.order_details_c2.rgtable_table_c10 {
    color: #558FFA;
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
}

td.rgtable_table_c8 {
    font-weight: 400;
    font-size: 14px;
}

span.status_track_c2 {
    background: #F0F1FA;
    padding-top: 1px;
    padding-right: 10px;
    padding-bottom: 1px;
    padding-left: 10px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    color: #4F5AED;
}





.bottom-pagination-container.d-flex.justify-content-between.align-items-center {
    background: #F4F7FCBF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 15px;
    margin-top: 0px !important;
}

#history table#track-orders-table,
#history table#order-history-table {
    margin-bottom: 0px;
}

.right-controls.d-flex.align-items-center {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 20px;
}

.dataTables_info {
    color: #687182;
    font-weight: 500;
    font-size: 14px;
}

.right-controls .dataTables_length label {
    margin-bottom: 0px;
    color: #687182;
    font-weight: 500;
    font-size: 14px;
}

.right-controls .dataTables_length select {
    background: #f7f9fd;
    border-radius: 5px;
    padding: 2px 1px;
    outline: unset;
    box-shadow: unset;
    border: 1px solid #687182;
}

a.paginate_button.next,
a.paginate_button.previous {
    width: 24px !important;
    height: 20px ! IMPORTANT;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    background: #F7F9FC;
    text-decoration: unset;
    border: 1px solid #687182;
    color: #687182;
    cursor: pointer;
    padding: 13px 12px;
    font-weight: 700;
}

.dataTables_paginate.paging_simple {
    display: inline-flex;
    align-items: center;
}

#history .right-controls.d-flex.align-items-centerspan.page-counter.mx-2 {
    margin: 0px 15px !important;
    color: #687182;
    font-weight: 500;
    font-size: 14px;
}

#history .re_order_divc1 {
    display: flex;
    gap: 10px;
}

#order-history h6 {
    color: #000;
}

#history #track-orders a.view-order-details-link {
    background: unset;
    color: #558FFA;
    outline: unset;
    border: unset;
}

#history .re_order_divc1 a {
    border: 2px solid #0c2e82;
    padding: 4px 10px !IMPORTANT;
    border-width: 2px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: unset !IMPORTANT;
}

#history a.view-order-details-link {
    color: #fff;
    background: #0c2e82;
}

#history a.view-order-details-link:hover {
    color: #fff;
    background: #DA3832;
    border: 2px solid #DA3832;
}

#history.page-customer-account #content .order-actions a.reorder-link {
    color: #0c2e82;
}

#history.page-customer-account #content .order-actions a.reorder-link:hover {
    color: #FFF;
    border: 2px solid #0c2e82;
    background: #0c2e82;
}

.rg-order-history-c1 {
    margin-top: 5%;
    margin-bottom: 5%;
}

.rg-order-history-c2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

h3.rg-order-history-c3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0px;
    color: #232323;
}

img.rg-order-history-c6 {
    width: 100%;
}

a.rg-order-history-c4 {
    border: 2px solid #0c2e82;
    padding: 4px 10px ! IMPORTANT;
    border-width: 2px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #0c2e82;
    text-decoration: unset;
}

a.rg-order-history-c4:hover {
    color: #fff;
    background: #DA3832;
    border: 2px solid #DA3832;
}


form.rg_payment_c18 {
    display: inline-block;
}

.wallet_box_paymt_c1 {
    background: #e7eaf3;
    display: inline-block;
    padding: 25px 15px;
}

.wallet_box_paymt_c2,
.wallet_box_paymt_c3,
wallet_box_paymt_c10 {
    padding: 0px;
    margin-bottom: 20px;
    text-align: center;
}

.wallet_box_paymt_c4 b,
.wallet_box_paymt_c6 b,
.wallet_box_paymt_c8 b {
    font-weight: 700;
    font-size: 15px;
}

.wallet_box_paymt_c4,
.wallet_box_paymt_c6,
.wallet_box_paymt_c8 {
    font-size: 14px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #292B2B;
    padding: 0px;
}

.wallet_box_paymt_c5,
.wallet_box_paymt_c7 {
    font-size: 30px;
    color: #292B2B;
    font-weight: bold;
}

.wallet_box_paymt_c2 {
    color: #F04438;
    font-weight: 700;
    font-size: 15px;
    vertical-align: middle;
    padding: 0px;
    text-align: center;
}

.wallet_inner_box.col-md-12.wallet_box_paymt_c10 {
    color: #32cd32;
    font-weight: 700;
    font-size: 15px;
    vertical-align: middle;
    padding: 0px;
    text-align: center;
}


.tb_tooltip_c2 {
    display: none;
}

.account_tooltip.tb_tooltip_c1:hover .tb_tooltip_c2 {
    white-space: normal;
    max-width: 100%;
    word-break: break-all;
    word-wrap: break-word;
    line-height: 20px;
    position: absolute;
    background: #DA3832;
    z-index: 3;
    top: 40px;
    display: flex;
    justify-content: center;
    text-align: left;
    margin: auto;
    width: 300px;
    right: 10%;
    padding: 10px;
    border-radius: 10px;
}

.account_tooltip.tb_tooltip_c1 i {
    color: #0c2e81;
    font-size: 16px;
}

.account_tooltip.tb_tooltip_c1 i:hover .tb_tooltip_c2 {
    display: block;
}

span.tooltip_break {
    width: 100%;
    float: left;
}

h3.accq_title_c3 {
    font-weight: 700;
    font-size: 18px;
    vertical-align: middle;
    margin-bottom: 20px;
}

td.table_link.rgtable_table_c8 a {
	margin-right: 10px;
    margin-bottom: 5px;
    color: #0c2e82;
    display: flex;
    align-items: center;
    align-content: center;
    gap: 8px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    width: max-content;
    border: 2px solid #0c2e82;
    padding: 4px 10px ! IMPORTANT;
    border-width: 2px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: unset ! IMPORTANT;
}

td.table_link.rgtable_table_c8 a:hover {
    color: #fff;
    background: #0c2e82;
    border: 2px solid #0c2e82;
}

td.table_link.rgtable_table_c8 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

td.table_link.rgtable_table_c8 a i {
    font-size: 14px;
}

.table-responsive.rgtable_table_c1 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

span.tb_circle_span {
    display: flex;
    gap: 8px;
}

.table-responsive.rgtable_table_c1::-webkit-scrollbar {
    width: 4px;
    height: 7px;
    cursor: pointer;
}

.table-responsive.rgtable_table_c1::-webkit-scrollbar-thumb {
    background: #0c2e82 !important;
    border-radius: 10px;
}

.table-responsive.rgtable_table_c1::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 4px;
}

.table-responsive.rgtable_table_c1 tbody td,
.table-responsive.rgtable_table_c1 thead th {
    width: 180px !IMPORTANT;
    min-width: 180px !IMPORTANT;
    text-align: center;
}





#module-askforaquote-SubmitedQuotes .table-responsive.rgtable_table_c1 thead th.rgtable_table_c6:last-child,
#module-askforaquote-SubmitedQuotes .table-responsive.rgtable_table_c1 tbody td:last-child,
#module-askforaquote-SavedQuotes .table-responsive.rgtable_table_c1 thead th.rgtable_table_c6:last-child,
#module-askforaquote-SavedQuotes .table-responsive.rgtable_table_c1 tbody td:last-child,
#module-askforaquote-GeneratedQuotes .table-responsive.rgtable_table_c1 thead th.rgtable_table_c6:last-child,
#module-askforaquote-GeneratedQuotes .table-responsive.rgtable_table_c1 tbody td:last-child {
    width: 430px !IMPORTANT;
    min-width: 430px !IMPORTANT;
}

#module-askforaquote-SubmitedQuotes span.tb_circle_span,
#module-askforaquote-SavedQuotes span.tb_circle_span,
#module-askforaquote-GeneratedQuotes span.tb_circle_span {
    text-align: center;
    float: unset;
    justify-content: center;
}

table#desktopQuotes {
    margin-bottom: 0px;
}




table .quotes_cart_description p {
    margin-bottom: 5px;
    font-weight: 700 !important;
    font-size: 14px;
    vertical-align: middle;
    color: #292B2B !important;
}

table .quotes_cart_description p a {
    font-weight: 700 !important;
    font-size: 14px;
    vertical-align: middle;
    color: #292B2B !important;
}

table .quotes_cart_description small {
    font-weight: 700 !important;
    font-size: 14px;
    vertical-align: middle;
    color: #0c2e82 !important;
}

td.quotes_cart_total {
    font-weight: 700 !important;
    font-size: 16px;
    vertical-align: middle;
    color: #292B2B !important;
}

td.text-xs-center.quotes_cart_quantity {
    font-size: 16px;
    vertical-align: middle;
    font-weight: 700 !important;
    color: rgb(41, 43, 43) !important;
}

table th {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #464F60 !important;
}


table tr.quote-total td {
    text-align: right;
    font-weight: 700 !important;
    color: #0c2e82;
    font-size: 16px;
}


.ss_ag_button_1:hover,
.ss_ag_button_2:hover {
    color: #fff;
    background: #DA3832;
    border: 2px solid #DA3832;
}

.ss_ag_button_1,
.ss_ag_button_2 {
    margin-top: 10px;
    color: #fff;
    background: #0c2e82;
    border: 2px solid #0c2e82;
}


table i.afqicon.afq-lg.afq-times {
    color: #000000;
}

table .input-group.bootstrap-touchspin {
    border: 2px solid #0c2e82;
}

table input.saved_quantity_input.form-control {
    border: unset !important;
    text-align: center;
}

table .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down,
table .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border: unset !IMPORTANT;
    color: #292B2B !important;
}




a.remove-from-saved_quotes.delt_c1 {
    justify-content: center;
    background: #0c2e82;
    margin-right: 10px;
    margin-bottom: 5px;
    color: #fff;
    padding: 5px 10px 5px 10px;
    border: 2px solid #0C2E82;
    display: flex;
    align-items: center;
    align-content: center;
    gap: 8px;
    text-decoration: unset !important;
    text-transform: capitalize;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
}

a.remove-from-saved_quotes.delt_c1 i {
    font-size: 13px;
}

a.remove-from-saved_quotes.delt_c1:hover {
    color: #fff;
    background: #DA3832;
    border: 2px solid #DA3832;
}

h1.acc_titlec3 {
    color: #292B2B !important;
}

#repairs .acc_titlec1 {
    margin-bottom: 5%;
}

#repairs .repair_2 p {
    font-weight: 500;
    font-size: 15px;
    vertical-align: middle;
    color: #292B2B !important;
}



/* Dashboard Pages Ends */


#search .js-product.product.col-xs-12 {
    width: 25%;
    margin-bottom: 20px;
}


article.alert.alert-danger {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 10px;
}

article.alert.alert-danger:before {
    display: none;
}

article.alert.alert-danger {
    padding: 15px 35px;
    display: flex;
    justify-content: space-between;
    /*flex-direction: row-reverse;*/
}

article.alert.alert-danger button {
    opacity: 1;
}

article.alert.alert-danger button span {
    font-weight: 700;
    opacity: 1;
    color: #F04438;
}

#cms section#content {
    margin-top: 0;
    padding-top: 0 !important;
}

#cms section#wrapper {
    overflow-x: hidden;
}

.page-cms .hero-section {
    background: linear-gradient(to left, #0a2d6600, #0a2d6699),
        url(../custom_img/cms/careers/carrer-banner1.png) center / cover no-repeat;
    color: var(--brand-color-hover);
    padding: 80px 60px;
    text-align: left;
    width: 100vw;
    height: 400px;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    display: flex;
    align-items: center;
}

.cms-id-67 .hero-section h1 {
    font-weight: 700;
}

.cms-id-67 .hero-section p {
    font-size: 1.25rem;
}

.cms-id-67 .profile-img {
    width: 100%;
    /* border-radius: 8px; */
}

.cms-id-67 .commitment-section {
    padding: 60px 20px;
}

.cms-id-67 .btn-vacancy {
    background-color: transparent;
    color: var(--brand-color-hover);
    border: 2px solid var(--brand-color-hover);
    font-weight: 600;
}

.cms-id-67 .btn-vacancy:hover {
    background-color: var(--brand-color-hover);
    color: var(--brand-color);
}

.banner-h1-cms {
    font-size: 40px;
}

.text-p-cms {
    font-size: 17px !important;
    color: var(--brand-color-border) !important;
}

.cms-h3-heading {
    font-size: 25px;
    color: var(--brand-color) !important;
}

.link-cms-p {
    font-size: 17px;
    font-weight: 400;
    color: var(--brand-color) !important;
}

.hei-100.cms-d-f-align {
    /* height: 100vh; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
}

img.value-image {
    width: 100%;
}

.img-w70-content {
    width: 85%;
}

.accordion {
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    font-family: sans-serif;
    border: 1px solid #ccc;
    border-radius: 0;
    overflow: hidden;
    padding: 0;
    border: none;
    background: transparent;
}

.accordion-item {
    margin-bottom: 1rem;
    background: transparent !important;
    border-radius: 0 !important;
    border-top: 1px solid #ddd !important;
}

.accordion-header {
    padding: 15px 20px;
    background: #ffffff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    color: var(--brand-color);
    transition: background 0.3s;
}

.accordion-header:hover {
    background: #e0e0e0;
}

.accordion-header .arrow {
    transition: transform 0.3s ease;
}

.accordion-header.active .arrow {
    transform: rotate(180deg);
}

.accordion-content {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    background: #fff;
    transition: max-height 0.4s ease;
}

.accordion-content.open {
    padding: 15px 20px;
    max-height: 500px;
    /* large enough to fit content */
    transition: max-height 0.4s ease, padding 0.3s ease;
}

.values-section {
    background-color: #f5f2f2;
    padding: 72px 60px;
    text-align: left;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    display: flex;
    align-items: center;
}

.accrodian-box-content {
    display: flex;
    gap: 1rem;
}

.accrodian-box-content-img img {
    width: 120px;
}

.accrodian-box-content-text p {
    font-size: 12px !important;
}

.beforeFooter-image-section {
    background: linear-gradient(to left, #0c2e82, #0c2e82),
        url(../custom_img/cms/careers/before-foot.png) center / cover no-repeat;
    color: var(--brand-color-hover);
    padding: 50px 60px;
    text-align: left;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    width: 100dvw;
    display: flex;
    align-items: center;
    background-blend-mode: multiply;
}

.color-white {
    color: #fff !important;
}

.vacancies-btn-group {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

span.vacancies-btn-group img {
    width: 50px;
}

.termsandcondtition-link {
    color: #558FFA !important;
}

.termsandcondtition-link img {
    width: 17px !important;
}

.border-set-1px {
    border: 1px solid #ddd;
}

.border-set-1px>div:nth-child(1) {
    border-right: 1px solid #ddd;
}

.home_blog_post.container {
    padding: 0 35px;
    width: 1250px !important;
    max-width: 100% !important;
}

.row.home_blog_post-blog-section {
    margin-top: 35px;
}

.home_blog_post-image-section {
    background: url(../custom_img/cms/careers/before-foot.png) center / cover no-repeat;
    color: var(--brand-color);
    padding: 50px 60px;
    text-align: left;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    width: 100dvw;
    display: flex;
    align-items: center;
    background-blend-mode: multiply;
}

.home_blog_post-blog-section img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
}

.home_carrer_post-image-section {
    background-color: #0C2E82;
    color: var(--brand-color);
    padding: 50px 60px;
    text-align: left;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    width: 100dvw;
    display: flex;
    align-items: center;
    background-blend-mode: multiply;
}

.home_carrer_post-image-section::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(../custom_img/cms/careers/img5.jpg) center / cover no-repeat;
    width: 100%;
    height: -webkit-fill-available;
    mix-blend-mode: color-burn;
}

.home_carrer_post-image-section .cms-h3-heading {
    font-size: 28px;
    color: #fff !important;
    text-align: center;
    margin-bottom: 1.5rem;
}

.home_carrer_post-image-section p {
    color: #fff !important;
    text-align: center;
}

.home_carrer_post-image-section img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
}

.news_cwrapper {
    display: flex;
    align-items: start;
    gap: 10px;
    height: 100px;
    border-bottom: 1px solid #ede8e8;
    margin-bottom: 24px;
}

#single-news-section .news_cwrapper {
    height: 150px;
}

.news_cwrapper img {
    width: 90px;
    height: 90px;
}

#single-news-section .news_cwrapper img {
    width: 120px;
    height: 120px;
}

.news_cwrapper h3.news_ctitle {
    color: var(--brand-color);
    cursor: pointer;
}

#single-news-section .aboutBlock .post_author {
    padding: 1rem 3rem;
}

div#other-news-section {
    padding: 20px 0;
}

.news_banner_content {
    position: relative;
}

.news_banner_content>div {
    height: 30rem;
    overflow: hidden;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background: #0000003b;
    width: 100%;
}

.news_banner_content_container {
    position: absolute;
    bottom: 0;
    padding: 20px;
}

.news_banner_content_container h2 {
    color: #ffff !important;
    font-size: 20px !important;
    line-height: 25px !important;
    margin-bottom: 10px !important;
    cursor: pointer;
}

.news_banner_content_container p {
    font-size: 13px !important;
    margin-bottom: 0px !important;
}

.newslist-group-name-date {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 0.5rem;
    font-size: 13px;
}

.news_banner_img_wrapper.news_banner_img_wrapper_alternate .news_cposted-author,
.news_banner_img_wrapper.news_banner_img_wrapper_alternate .news_cposted-date {
    color: #ffff !important;
}

.col-md-4.col-12.blog--right-cards .news_cposted-author,
.col-md-4.col-12.blog--right-cards .news_cposted-date {
    font-size: 13px;
    color: #7E7E7E !important;
}

.col-12.title-with-view-more h2 {
    margin: 20px 0 !important;
}

.col-12.title-with-view-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
}

.rowWise-blocks {
    display: flex;
    align-items: start;
    gap: 10px;
    flex-direction: column;
    border: 1px solid #e3e3e3;
    margin: 0 5px;
    height: 390px;
    padding: 0;
}

.rowWise-blocks img {
    width: 100%;
}

.rowWise-blocks .news_cwrapper_info {
    padding: 1rem;
    height: 100%;
}

.rowWise-blocks .news_cwrapper_info h3.news_ctitle {
    color: var(--brand-color);
    cursor: pointer;
}

.rowWise-blocks-image {
    height: 300px;
    overflow: hidden;
}

.row.home_blog_post_inner.carousel.slick-initialized.slick-slider {
    padding: 0 15px;
    margin-bottom: 3rem;
}

h2.news_csubtitle {
    font-weight: 700 !important;
}

.col-12.title-with-view-more a.news_view_more_btn {
    font-weight: 500;
    color: var(--brand-color);
    cursor: pointer;
}

.news_blocks_wrapper.right_side_news_block_wrapper .news_cwrapper {
    display: flex;
    align-items: start;
    gap: 10px;
    height: 140px;
    border-bottom: 1px solid #ede8e8;
    margin-bottom: 24px;
}

.news_blocks_wrapper.right_side_news_block_wrapper .news_cwrapper img {
    width: 120px;
    height: 120px;
}

button#clearSearchButton {
    margin-left: 7px;
}

.news_blocks_wrapper.right_side_news_block_wrapper {
    /* border-bottom: 1px solid #ede8e8; */
    padding-bottom: 15px;
}

.news_blocks_wrapper.right_side_news_block_wrapper h3.news_ctitle {
    color: var(--brand-color);
    cursor: pointer;
}

.cms-id-6 .regal_div_seperate {
    width: 95%;
    margin: auto;
    display: none;
}

div#careerListing {
    padding: 1.5rem 0.6rem;
}

#careerListing .content-wrap>a img {
    display: none;
}

div#careerListing .col-lg-3.col-md-6.col-sm-6.col-xs-12 {
    border: 1px solid #d7d6d6;
    height: 200px;
    padding: 20px;
    margin: 0.3rem;
    max-width: 344px;
}

div#careerListing h3.job-title {
    text-align: left;
    color: var(--brand-color);
}

div#careerListing a.job_more_link.vw-mr-lnk {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    border: 2px solid #0c2e82;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    color: #0c2e82;
    background: #fff;
    display: block;
    padding: 7px;
}

div#careerListing a.job_more_link.vw-mr-lnk:hover {
    background: var(--brand-color);
    color: #fff;
    border: 2px solid var(--brand-color);
}

div#careerListing .content-wrap {
    height: 130px;
}

div#careerListing p.job_location.job-loc {
    gap: 5px;
    display: flex;
    align-items: center;
}

div#careerListing p.job_location.job-loc>span:nth-child(1) img {
    width: 20px;
}

div#careerListing h1.page_c_title.careers-title {
    display: none;
}

#career_detail_div h1.page_c_title.crr-title::before {
    display: none;
}

#career_detail_div h1.page_c_title.crr-title {
    font-weight: 700;
}

#career_detail_div .back-btn-link_career.b-to-mp-div {
    display: none;
}

#career_detail_div .left_row_career.jb-req-title {
    display: none;
}

#career_detail_div .right_row_career.right_row_career-div ul {
    color: #000;
}

#career_detail_div a.apply-now-link_career {
    padding: 8px 15px;
    border: 2px solid #0C2E82;
    background: #0C2E82;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    outline: unset;
    box-shadow: unset;
    cursor: pointer;
}

.page-cms-69 .profile-img {
    width: 100%;
    /* border-radius: 8px; */
}

.career-List-padding {
    padding: 50px;
    height: 314px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.career-List-alingment-block {
    display: flex;
    padding: 0;
}

.career-List-bg-block {
    background: #F6F6F6;
    padding: 40px;
    text-align: left;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    display: flex;
    align-items: center;
}

#career_detail_div .row-career.left-col.location-col .right_row_career {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: start;
    border-bottom: 1px solid #e3e3e3;
}

#career_detail_div .row-career.left-col.location-col .right_row_career p {
    /* display: none; */
}

#career_detail_div h1.page_c_title.crr-title {
    padding: 10px 15px;
    margin-bottom: 15px;
}

#career_detail_div .right_row_career.right_row_career-div {
    border-bottom: 1px solid #e3e3e3;
}

#career_detail_div .right_container_career p.header-career-title {
    position: relative;
    margin: unset;
    font-weight: 600 !important;
    font-size: 26px;
    line-height: 34px;
    color: #0c2e82 !important;
    font-family: 'Source Sans 3';
}

#career_detail_div .right_container_career p.header-career-title {
    position: relative;
    margin: unset;
    font-weight: 600 !important;
    line-height: 34px;
    color: #0c2e82 !important;
    font-family: 'Source Sans 3';
    font-size: 17px !important;
    text-align: left;
}

#career_detail_div img.profile-img {
    width: 25px;
    margin-right: 5px;
}

#career_detail_div p.vm-mr-para a {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: end;
    color: #0C2E82 !important;
}

#career_detail_div p.vm-mr-para {
    border-bottom: 1px solid #e3e3e3;
}

#career_detail_div .content-career {
    font-family: 'Source Sans 3';
}

.all-news-banner-image-div img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.all-news-outer-div {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 20px 0;
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 0;
}

.news-listing-padding {
    padding: 20px;
}

.all-news-title-div h2 {
    margin-bottom: 0 !important;
    font-size: 20px !important;
    cursor: pointer;
}

.all-news-all-content-div p.news-contet-style {
    font-size: 15px !important;
}

.single-news-page-detail img {
    max-width: 50% !important;
}

#all-news-main a#backbutton {
    display: none;
}

.single-news-page-detail {
    /* padding: 20px; */
    width: 90%;
    margin: 0 auto;
}

.all-news-content-single {
    /* padding: 0 20px; */
    width: 90%;
    margin: 0 auto;
}

#all-news-main h2.all-news-title {
    padding: 20px 0;
}

#all-news-section {
    max-width: 1200px;
    /* or any width you prefer */
    margin: 0 auto;
    /* centers the container horizontally */
    padding: 0 15px;
    /* optional: adds spacing on sides */
}

#all-news-section input#searchInput {
    width: 65%;
    font-weight: 400;
    font-size: 15px;
    padding: 15px 10px;
}

#all-news-section .serach-section {
    margin-top: 3rem;
}

#all-news-section .col-md-8.search-input-group {
    display: flex;
}

#all-news-section select#sortSelect {
    width: 180px;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #0c2e82;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #0c2e82;
    border-radius: 2px;
    height: 49px;
    position: relative;
    z-index: 1;
}

#all-news-section .col-md-4.sort-input-group {
    display: flex;
    justify-content: end;
}
.gformbuilderpro_form {
    border: 1px solid #e1e1e1;
    margin: 20px 100px;
    padding: 20px;
}
div#gformbuilderpro_31518 {
    display: none;
}
.gformbuilderpro_form .form-group.capcha_box >div {
    justify-content: start;
}
.gformbuilderpro_form .formbuilder_group:nth-child(26) {
    display: flex;
    align-items: center;
}
.gformbuilderpro_form .formbuilder_group:nth-child(26) .addRightColumn {
    flex-basis: 95%;
}
.gformbuilderpro_form .form-group.radio_box .row p.col-xs-12.col-md-12 {
    flex-basis: 10%;
}
.gformbuilderpro_form input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  border: 1px solid #0c2e82;
  border-radius: 50%;
  cursor: pointer;
  padding: 11px;
  position: relative;
}

/* Checked state */
.gformbuilderpro_form input[type=radio]:checked {
  background-color: #0c2e82; /* fill background */
  border: 2px solid white;
  box-shadow: 0 0 0 1px #0c2e82; /* outer ring effect */
}
.gformbuilderpro_form  .formbuilder_column.col-md-12.col-sm-12.col-xs-12.addRightColumn.job-application {
    margin-bottom: 1.5rem;
}
.gformbuilderpro_form  .formbuilder_group:nth-child(2) .form-group.radio_box .row p.col-xs-12.col-md-12 {
    flex-basis: 7%;
    align-items: center;
    display: flex;
    gap: 10px;
    padding: 0;
}
.gformbuilderpro_form  .formbuilder_group:nth-child(5) .form-group.radio_box .row p.col-xs-12.col-md-12 {
    flex-basis: 7%;
}
.gformbuilderpro_form .formbuilder_column.col-md-4.col-sm-12.col-xs-12.jobApplication_hide.job_1 .form-group.radio_box .row p {
    flex-basis: 20%;
    padding: 0;
    align-items: center;
    display: flex;
    gap: 4px;
}
.gformbuilderpro_form .formbuilder_column.col-md-4.col-sm-12.col-xs-12.jobApplication_hide.job_1 .form-group.radio_box .row p {
    flex-basis: 20%;
    padding: 0;
    align-items: center;
}
.gformbuilderpro_form .form-group.radio_box .row p.col-xs-12.col-md-12 label {
    margin: 0;
}

.gformbuilderpro_form .form-group.radio_box .row {
    display: flex;
    align-items: center;
}
.gformbuilderpro_form button#submitForm {
    width: 100%;
    background: #0c2e82;
    color: #fff;
}

.gformbuilderpro_form .formbuilder_group:nth-child(7) .form-group.radio_box .row p.col-xs-12.col-md-12:nth-child(1) {
    margin-right: 28px;
}

.gformbuilderpro_form .formbuilder_column.col-md-8.col-sm-12.col-xs-12.job-application {
    width: 100%;
}
@media only screen and (max-width: 768px) {
    .hei-100.cms-d-f-align {
        padding: 10px;
    }

    .news-listing-padding {
        padding: 20px 0;
    }

    .all-news-outer-div {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media only screen and (min-width: 1200px) {
    .rowWise-blocks {
        width: calc(100% - 78%);
    }
}

@media only screen and (min-width: 1500px) {
    .rowWise-blocks {
        width: calc(100% - 76%);
    }
}

@media only screen and (min-width: 1300px) and (max-width: 1500px) {
    div#careerListing .col-lg-3.col-md-6.col-sm-6.col-xs-12 {
        width: 300px;
    }
}