.header_box2_c1 ul.main-menu ul::-webkit-scrollbar {
    width: 5px;
    height: 7px;
    cursor: pointer;
    padding-right: 50px;
}

.header_box2_c1 ul.main-menu ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 4px;
}


.header_box2_c1 ul.main-menu ul::-webkit-scrollbar-thumb {
    background: #234F9A !important;
    border-radius: 10px;
}


/*Custom Loader*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    z-index: 999999999;
    background: #000000b5;
    opacity: 0.9;
    background-image: none ! IMPORTANT;
    background-color: #000000b5 !important;
}

#loader,
#loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

#loader {
    top: 54%;
    left: 46%;
    margin-top: 15%;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border: 1.1em solid rgb(255 255 255);
    border-left: 1.1em solid #0c2e82;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*Custom Loader*/


.row {
    margin: auto;
}

body {
    font-family: "Source Sans 3", serif !Important;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.col-md-10.col-xs-12.right-nav {
    padding: 0px;
}

.container {
    max-width: 100% !important;
    padding: 0px;
    width: 100% !important;
}

.rgl_logo_r4 {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0px 0px 0px 25px;
    position: fixed;
    top: 0px;
    background: #FFF;
    box-shadow: 0px 0px 20px 5px rgb(0, 0, 0, 0.04);
    height: max-content;
    z-index: 2;
}

#header .header-nav {
    max-height: initial;
    margin: 0px;
}

#header .header-nav .container {
    width: 100% !Important;
}

.rgl_header_v1_c1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    align-content: center;
    gap: 15px;
}

.rgl_header_v1_c2 div#search_widget {
    display: flex;
    position: relative;
    min-width: 100%;
    width: 100%;
}

img.header_search_img {
    position: absolute;
    top: 13px;
    left: 10px;
    width: 20px;
    height: 20px;
}

#search_widget form input {
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 10px;
    border-radius: 40px;
    border-width: 2px;
    background: #fff;
    background-color: #fff;
    border: 2px solid #DFDFDF;
    font-weight: 400;
    font-size: 15px;
    color: #292B2B !important;
}

ul#top-menu {
    margin: 0;
}

#header .header-top .position-static div#search_widget {
    display: none;
}

a.login_register_c2, 
button.login_register_c2 {
    padding: 5px 7px;
    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;
}

a.login_register_c2 span,
button.login_register_c2 span {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
}

img.login_register_c3_img {
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7416%) hue-rotate(33deg) brightness(94%) contrast(114%);
}

.rgl_header_v1_c2 {
    /* width: 325px; */
    /* height: 29px; */
}

.login_register_c1 {
    height: 42px;
}

#search_widget form {
    position: relative;
    min-width: 100%;
    width: 100%;
}

#header .header-top {
    margin-bottom: 0px;
    padding-bottom: 0px;
    background: #0c2e82;
    padding: 0px;
    top: 86px;
    position: relative;
}

#header .header-top .position-static {
    margin: 0px;
    padding: 5px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header .header-top .container {
    width: 95% !important;
    max-width: 95% !important;
}

#header .header-top a[data-depth="0"] {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
}

.header_box2_c2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    align-content: center;
}

a.header_box2_c3 span {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
}

img.header_box2_c3_img {
    filter: brightness(0) invert(1);
    width: 22px;
    height: 22px;
}

a.header_box2_c3 {
    gap: 10px;
    display: flex;
    align-items: center;
}

a.header_box2_c3:nth-child(1) {
    border-right: 1.5px solid #fff;
    padding-right: 20px;
}

.rgl_header_v1_c3 a {
    padding: 6px 6px 6px 8px;
    !;
    border-right: 1px solid #819AC8;
}

.header_user_section_c1 {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    background: #E7EAF3;
    gap: 0px;
    padding: 7px 7px;
    flex-direction: column;
}

.header_user_section_c22 {
    display: flex;
    align-items: center;
    gap: 7px;
}

span.header_user_section_c21 {
    font-weight: 500;
    font-size: 12px;
    text-align: right;
    color: #0C2E82;
}

.header_user_section_c2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.rgl_header_v1_c3 a:last-child {
    border: none;
}

span.header_user_section_c3 {
    font-weight: 400;
    font-size: 16px;
    text-align: right;
    color: #0C2E82;
}

span.header_user_section_c4 {
    font-weight: 600;
    font-size: 16px;
    text-align: right;
    color: #0C2E82;
}

li.regal_menu_c2 {
    margin-right: 10px;
}

li.regal_menu_c2 a i.fa-angle-down {
    font-size: 23px;
}

li.regal_menu_c2 a {
    display: flex;
    align-items: center;
    gap: 7px;
}




.container.regal_custom_footer_c1 {
    background: #F6F6F6;
}

.row.regal_custom_footer_c2 {
    width: 95% !important;
    max-width: 95% !important;
    display: flex;
    flex-direction: column;
    padding: 72px 0px;
}

.regal_custom_footer_c3,
.regal_custom_footer_c4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

img.regal_footer_c2 {
    width: auto;
}

.regal_custom_footer_c3 {
    margin-bottom: 30px;
}

.regal_custom_footer_c4 {
    border-top: 1px solid #DFDFDF;
    padding-top: 30px;
}

.regal_custom_footer_c5 {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.regal_custom_footer_c18 a,
.regal_custom_footer_c20 a,
.regal_custom_footer_c21 a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #292B2B;
}

.regal_custom_footer_c18 img,
.regal_custom_footer_c20 img,
.regal_custom_footer_c21 img {
    width: 22px;
    height: 22px;
}

span.regal_footer_link_c3,
span.regal_footer_link_c6 {
    font-weight: 400;
    font-size: 15px;
}

.regal_social_icons {
    display: flex;
    gap: 10px;
    margin-left: 2px;
    margin-top: 15px;
}

#footer .footer-container {
    margin: 0px;
    padding: 0px;
}

.footer_paygate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 80px;
}

.footer_paygate_c2 {
    display: flex;
    gap: 15px;
}

.regal_custom_footer_c12 {
    margin-bottom: 5px;
}

footer#footer.js-footer {
    margin-top: 5%;
    padding-top: 0px;
}

input.regal_custom_footer_c16 {
    width: 65%;
    font-weight: 400;
    font-size: 15px;
    padding: 8px 10px;
    color: #292B2B;
    !;
}

.col-xs-12.regal_custom_footer_c13 p {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    padding-bottom: 0px;
}

input.btn.btn-primary.float-xs-right.hidden-xs-down.regal_custom_footer_c22 {
    width: 30%;
    border: 2px solid #0C2E82 !important;
    background: #0C2E82 !important;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    text-transform: capitalize;
}

.input-wrapper.regal_custom_footer_c15 {
    display: flex;
    gap: 10px;
}

.regal_custom_footer_c8 a {
    font-weight: 400;
    font-size: 15px;
    border-right: 1px solid #ccc;
    padding-right: 10px;
    color: #292B2B;
}

.regal_custom_footer_c8 {
    display: flex;
    gap: 10px;
}

.regal_custom_footer_c8 a:last-child {
    border: unset;
}

#index section#wrapper {
    padding: 0px;
    margin-top: 69px;
}

div#carousel {
    margin-top: 0px;
}

div#content-wrapper {
    padding: 0px;
}

.carousel .carousel-inner {
    height: auto;
}

.container.intro_c1 {
    margin-top: 3%;
    max-width: 95% !important;
    padding: 0px;
    width: 95% !important;
}

.user-login a.cat_section_c2 {
    width: 15% !IMPORTANT;
}


span.regal_custom_footer_c11 {
    font-weight: 400;
    font-size: 15px;
}

body#index {
    overflow-x: hidden !important;
}

.carousel .carousel-indicators {
    display: flex;
    bottom: -44px;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.carousel-indicators li {
    background: #0C2E82 !important;
    border: 1px solid #0C2E82 !important;
    width: 14px !important;
    height: 14px !important;
    opacity: 0.5;
}

.carousel-indicators .active {
    background: #0c2e82 !important;
    opacity: 1;
    width: 17px !important;
    height: 17px !important;
}

#wrapper {
    background: #ffffff;
}

.intro_c4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    gap: 30px;
}

.intro_c4 .intro_title,
.intro_c4 .intro_desc {
    padding-left: 20%;
    padding-right: 20%;
}



h1.intro_title_h1 {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    color: #0C2E82;
}

p.intro_desc_p1 {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    color: #292B2B;
}

a.intro_button_b1 {
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    padding: 10px 50px 10px 50px;
    border: 2px solid #0C2E82;
    border-width: 2px;
    gap: 4px;
    color: #0C2E82;
    border-radius: 2px;
}

.logout-check a.header_box2_c3:nth-child(1) {
    border: unset;
    padding: 0px;
}

.logout-check .rgl_logo_r4 {
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px 0px;
    margin: auto;
    height: 86px;
}

.cat_section_c1 {
    display: flex;
    gap: 5px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3%;
    width: 100%;
}

a.cat_section_c2 {
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
    border: 2px solid #DFDFDF;
    padding: 10px;
    width: 11%;
}

img.cat_section_c3 {
    width: 60px;
    height: 60px;
}

span.cat_section_c4 {
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    color: #0C2E82;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.user-logout a.cat_section_c2 {
    align-content: space-around;
    width: 13%;
}


h3.feature_product_c11 {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    color: #0C2E82;
}

.container.feature_product_c1 {
    margin-top: 5%;
    max-width: 95% !important;
    padding: 0px;
    width: 95% !important;
}

.feature_product_c4 {
    margin-top: 3%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 20px;
}

a.feature_product_c6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(180deg, #DEDEDE 0%, #F6F6F6 100%);
    width: 100%;
    padding: 30px 30px;
    border: 1px solid #ffffff;
}

span.feature_product_c8 {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #292B2B;
    margin-top: 20px;
}

span.feature_product_c10 {
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #558FFA;
}

.container.safety_c1 {
    margin-top: 5%;
    max-width: 95% !important;
    padding: 0px;
    width: 95% !important;
}

h3.safety_c4 {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    color: #0C2E82;
    margin-bottom: 20px;
}

.safety_c6 {
    border: 2px solid #DFDFDF;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    padding: 15px 40px;
    gap: 10px;
}

.col-xs-12.col-sm-12.col-lg-4.col-xl-4.safety_c5 {
    margin-top: 15px;
}

p.safety_c10 {
    height: 150px;
    display: flex;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    color: #292B2B;
}

span.safety_c8 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #0C2E82;
}


.owl-theme .owl-controls .owl-page.active span:before,
.owl-theme .owl-controls .owl-page span:before {
    background: #0c2e82;
    background-color: #0c2e82;
}

#ybc-mnf-block-ul .owl-controls .owl-page,
.owl-controls .owl-buttons div {
    width: auto;
    height: auto;
}

.owl-theme .owl-controls .owl-page span {
    margin: auto;
    margin: 1px;
    width: 20px;
    height: 20px;
    border-color: #0c2e82 !important;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: unset;
    opacity: 1;
}






.owl-theme .owl-controls .owl-page span {
    margin: 3px;
}

ul#ybc-mnf-block-ul {
    background: #F6F6F6;
    margin-top: 15px;
    padding-bottom: 15px;
}

#index #ybc-mnf-block .ybc-mnf-block-a-img img {
    width: 105px !important;
    height: 60px;
    filter: grayscale(100%);
    max-width: 80%;
}

#index #ybc-mnf-block .ybc-mnf-block-a-img img:hover {
    filter: none;
}

#ybc-mnf-block {
    margin: auto;
}

#ybc-mnf-block .ybc-mnf-block-title {
    display: none;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    background: #F6F6F6;
    margin: 0px !important;
    padding: 0px !important;
}

#ybc-mnf-block .ybc-mnf-block-a-img {
    text-align: center;
}




.cat_slider_regal {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    margin-top: 5%;
}

.lSSlideOuter .lSAction {
    display: none !Important;
}

#ybc-mnf-block .ybc-mnf-block-a-img {
    text-align: center;
}

img.static_c4 {
    width: 100%;
}

.col-xs-12.col-sm-12.col-lg-12.col-xl-12.static_c3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    gap: 15px;
    padding: 0px;
    margin-top: 7%;
    margin-bottom: 1%;
}

a.footer_paygate_c3 {
    gap: 10px;
    display: flex;
    align-items: flex-end;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #292B2B;
}

.mm_extra_item {
    display: none;
}

.ets_mm_megamenu.layout_layout2 {
    background: unset !important;
    background-color: unset !important;
    margin-top: 0px;
    padding-top: 0px;
}

#header .header-top .container .ets_mm_megamenu_content .container {
    padding: 0px;
    margin: auto;
    width: 100% !IMPORTANT;
    max-width: 100% !IMPORTANT;
}

.megamenu.main_menu_c1 {}

.ets_mm_megamenu *:not(.fa):not(i) {
    font-family: 'Source Sans 3';
}

ul.mm_menus_ul {
    background: unset;
}

#header .layout_layout2:not(.ybc_vertical_menu) .mm_menus_li>a,
.layout_layout2 .ybc-menu-vertical-button,
.layout_layout2 .mm_extra_item * {
    color: #fff !important;
    text-transform: capitalize;
    font-size: 18px !important;
    font-family: 'Source Sans 3';
    font-weight: 600;
    /* line-height: 30px; */
    text-align: center;
}

.ets-dir-ltr.layout_layout2 .mm_menus_ul>li:last-child {
    border: unset;
}

.ets-dir-ltr.layout_layout2 .mm_menus_ul>li {
    border: unset;
}

.mm_menu_content_title {
    min-height: auto;
    padding: 15px;
}

.ets_mm_megamenu *:not(.fa):not(i) {
    font-family: 'Source Sans 3' !important;
}

.layout_layout2:not(.ybc_vertical_menu):not(.click_open_submenu) .mm_menus_li:hover>a,
.layout_layout2:not(.ybc_vertical_menu).click_open_submenu .mm_menus_li.open_li>a,
#header .layout_layout2:not(.ybc_vertical_menu):not(.click_open_submenu) .mm_menus_li:hover>a,
#header .layout_layout2:not(.ybc_vertical_menu).click_open_submenu .mm_menus_li.open_li>a,
.ets_mm_megamenu.layout_layout2.ybc_vertical_menu:hover {
    background-color: unset !IMPORTANT;
}








ul.mm_columns_ul.mm_columns_ul_tab {
    box-shadow: 0px 8px 24px -4px #1D29390A;
    box-shadow: 0px 6px 12px -6px #1D293914;
}

.ets-dir-ltr .mm_tabs_li.open.mm_tabs_has_content .mm_tab_li_content {
    border: unset;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.mm_tab_li_content.closed {
    border: unset;
    color: #0C2E82;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;

}

li.mm_tabs_li.mm_tabs_has_content.ver_alway_hide.open span.mm_tab_name.mm_tab_toggle.mm_tab_has_child {
    background: #819AC833;
}

a.ets_mm_url {
    color: #0C2E82 !important;
}

.mm_tabs_li.open.mm_tabs_has_content .mm_tab_li_content .mm_tab_name::before,
.mm_menus_li.hover .mm_tabs_li.mm_tabs_has_content:hover .mm_tab_li_content .mm_tab_name::before {
    border-right: 3px solid #0C2E82;
    right: 0px;
}

li.mm_menus_li.services_mega_menu.mega_dropdown_arrow.mm_sub_align_full.mm_has_sub.hover li.mm_columns_li.column_size_6.mm_has_sub {
    border: unset;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    background: #fff;
    width: 100%;
}

li.mm_menus_li.services_mega_menu.mega_dropdown_arrow.mm_sub_align_full.mm_has_sub.hover ul.mm_columns_ul {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

li.mm_menus_li.services_mega_menu.mega_dropdown_arrow.mm_sub_align_full.mm_has_sub.hover li.mm_blocks_li {
    padding: 9px 10px !IMPORTANT;
    margin: auto;
}


li.mm_menus_li.services_mega_menu.mega_dropdown_arrow.mm_sub_align_full.mm_has_sub.hover li.mm_blocks_li:hover {
    background: #819AC833;
}

.carousel-inner>.carousel-item,
.carousel-inner>.carousel-item a,
.carousel-inner>.carousel-item a figure {
    width: 100%;
}

.owl-carousel .owl-wrapper-outer {
    margin: auto;
}

.col-xs-12.col-sm-12.col-lg-4.col-xl-4.feature_product_c5 {
    padding: 0px;
}



/* external css: flickity.css 

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.gallery {
  background: #FFF;
}

.gallery-cell {
    width: 65%;
    height: 250px;
    margin-right: 30px;
    background: #ffffff;
    counter-increment: gallery-cell;
    background-color: #ffffff;
}

img.gallery_slider {
    width: 100%;
    background: #ffffff;
    height: 100%;
}*/
.gallery-cell {
    margin-right: 24px;
    opacity: 0.2;
}

.gallery-cell.is-selected {
    opacity: 1;
}

/* external css: flickity.css */
section.login-form-header {
    position: absolute;
    z-index: 2;
    background: #ffffff;
    right: 0px;
    top: 50px;
    box-shadow: 0px 6px 12px 7px #1D293914;
    padding: 15px;
    width: 320px;
    max-width: 320px;
}

section.login-form-header form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-group.row.loginpopup_c2 {
    margin-top: 10px;
}

.col-md-12.form-control-comment.loginpopup_c6 {
    display: none;
}

label.col-md-12.form-control-label.loginpopup_c3 {
    padding: 0px;
    display: none;
}

div.loginpopup_c4 {
    padding: 0px;
    outline: unset !important;
}

.form-group.row.loginpopup_c2 .col-md-12.js-input-column {
    padding: 0px;
}

.loginpopup_c9 {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    gap: 12px;
}

.loginpopup_c11,
.loginpopup_c12 {
    margin-top: 5px;
}

.loginpopup_c9 button {
    width: 50%;
}

.loginpopup_c9 button {
    background: #ffffff;
    border: 2px solid #0C2E82 !important;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    color: #0C2E82;
    width: 100%;
}

a.loginpopup_c13 {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    color: #0C2E82 !important;
}

.loginpopup_c11 {
    margin-top: 15px;
}

input.loginpopup_c5 {
    border: 1px solid #7E7E7E !important;
    font-weight: 400;
    font-size: 15px;
    vertical-align: middle;
    color: #292B2B !important;
    background: #fff;
    outline: unset !important;
}

button.loginpopup_c10.login_link:hover {
    background: #0C2E82;
    color: #ffff;
}

button.loginpopup_c10.signup_link {
    background: #fff;
    color: #0C2E82;
    border: 2px solid #0C2E82;
}

button.loginpopup_c10.signup_link:hover,
button.loginpopup_c10.signup_link:hover a {
    background: #0C2E82;
    color: #fff !important;
    border: 2px solid #0C2E82;
}

button.login_register_c2:hover {
    background: #fff;
    border: 2px solid #0C2E82;
}

button.login_register_c2:hover span {
    color: #0c2e82;
}

button.login_register_c2:hover img {
    filter: brightness(0.5);
}

.input-group .input-group-btn>.btn[data-action=show-password] {
    background: #0c2e82;
}

#header .header-nav {
    border: unset;
}

.loginpopup_c14 {
    width: 50%;
}

.user_dropdown_c1.open .dropdown-menu-right a {
    font-weight: 600;
    font-size: 18px;
    color: #0C2E82 !IMPORTANT;
    background: #fff;
}

.user_dropdown_c1.open .dropdown-menu-right {
    min-width: 320px;
    padding: 0px;
    margin-top: -1px;
    background: rgba(246, 246, 246, 1);
}

.user_dropdown_c1.open .dropdown-menu-right a:nth-child(4) span {
    border: unset;
}

.signout_dropdown_c1 {
    margin-top: 20px;
}

a.dropdown-item.signout_dropdown_c3 {
    padding: 0px !IMPORTANT;
}

a.dropdown-item.signout_dropdown_c2 span {
    border: unset !important;
}

a.dropdown-item.signout_dropdown_c3 img {
    width: 100%;
}

.user_dropdown_c1.open .dropdown-menu-right a span {
    border-bottom: 1px solid #DFDFDF;
    padding: 15px 20px;
    display: block;
}

a.dropdown-item.signout_dropdown_c2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 40px;
}


section.featured-products.clearfix {
    max-width: 95% !important;
    padding: 0px;
    width: 95% !important;
    margin: auto;
    margin-top: 5%;
}

.fproducts_c2 {
    background: rgba(12, 46, 130, 1);
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    padding-right: 15px;
    padding-bottom: 40px;
    padding-left: 15px;
    gap: 30px;
    border: 2px solid rgba(223, 223, 223, 1);
    align-items: center;
    height: 100%;
}

h2.products-section-title.featured_products_c3 {
    margin: unset;
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
    color: #0c2e82;
}

.featured_products_c2 {
    display: flex;
    align-items: center;
    padding: 15px;
    justify-content: space-between;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
}

p.fproducts_c6 {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: rgba(255, 255, 255, 1);
}

span.fproducts_c7 {
    font-weight: 600;
}

.fproducts_c8 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    display: none;
}

a.fproducts_c9 {
    padding-top: 8px;
    padding-bottom: 8px;
    border-width: 1px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    padding-right: 4px;
    padding-left: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    color: rgba(12, 46, 130, 1);
}

a.fproducts_c10 {
    padding-top: 8px;
    padding-bottom: 8px;
    border-width: 1px;
    border: 1px solid rgba(255, 255, 255, 1);
    padding-right: 4px;
    padding-left: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

a.all-product-link.featured_products_c4 {
    background: #0c2e82;
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
    border: 2px solid #0c2e82;
    margin-top: 0px;
    margin-bottom: 0px;
}

div#mypresta_mib {
    margin-bottom: 0px;
}

#index .gallery.js-flickity {
    margin-top: 5%;
}

article.product-miniature.js-product-miniature {
    border: 2px solid rgba(223, 223, 223, 1);
    padding: 7px;
    display: flex;
    height: 100%;
    min-height: 100%;
}

article.product-miniature.js-product-miniature .thumbnail-top {
    width: 122px;
    height: 167px;
}

.product-miniature .thumbnail-container {
    text-align: center;
    margin: auto;
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 0px;
}

article .product-price-and-shipping {
    font-weight: 700 !IMPORTANT;
    font-size: 20px;
    text-align: left !important;
    width: 100%;
    color: #232323;
}

.product-miniature .product-description {
    padding: 0;
}

#header a.hr_menu_c6 {
    color: #fff ! IMPORTANT;
    font-size: 15px;
    font-weight: 600;
    line-height: 25.14px;
}

ul.main-menu ul li {
    width: 300px;
    padding: 5px;
}

ul.sub-submenu.show {
    padding: 0px;
}

a.hr_menu_c5 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    color: #0C2E82 !important;
    padding: 5px 5px;
}

span.hr_menu_c1 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-menu .submenu .sub-submenu {
    top: -1px;
    padding: 0px;
    background: #F6F6F6;
    overflow: scroll;
    height: 312px;
    overflow-x: hidden;
    direction: rtl;
}

li.sub-submenu-item a {
    display: flex;
    flex-direction: row-reverse;
}

.main-menu .submenu {
    background: #FFFFFF;

}

.main-menu .submenu .sub-submenu {
    background: #F6F6F6;
    /* overflow: scroll; */
    /* height: 100px; */
}

.header_box2_c1.onscroll_v2 ul.sub-sub-submenu {
    background: #E6EBF4;
    position: fixed;
    top: 60px;
    left: 895px;
    padding: 0px;
    height: 312px;
    overflow: scroll;
    z-index: 999;
    overflow-x: hidden;
}

@supports (-webkit-touch-callout: none) {
    .header_box2_c1.onscroll_v2 ul.sub-sub-submenu {
        white-space: nowrap;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }
}








ul.sub-sub-submenu li {
    padding: 10px;
}

ul.main-menu ul li:hover {
    background: #819AC833;
}

ul.main-menu ul li.submenu-item.has-children:hover a:hover {
    color: #558FFA !important;
}

ul.main-menu li.sub-sub-submenu-item:hover {
    background: #558FFA;
}

.product-description.product_details_c1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    text-align: left;
    margin: 0px 0px;
    width: 100%;
}

p.product_details_c5 {
    /*height: 50px;*/
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #292B2B;
    margin: 5px 0px;
    overflow: hidden;
}

.product_details_c3 {
    height: 22px;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #0C2E82;
    margin: 3px 0px;
}

.product_details_c4 {
    height: 22px;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    color: #2EB634;
}

h2.h3.product-title.product_details_c2 a {
    font-weight: 600;
    font-size: 16px;
    text-align: left !important;
    width: 100%;
    color: #232323;
    overflow: hidden;
    width: 100%;
}

h2.h3.product-title.product_details_c2 {
    text-align: left;
    height: 40px;
    margin: 5px 0px;
    overflow: hidden;
}

p.product_details_c5 a {
    font-weight: 400;
    font-size: 14px;
    color: #292B2B;
}

.list_action_c1 {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
    width: 100%;
}

button.btn.btn-primary.add-to-cart.list_action_c6 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    background: #DA3832;
    border: 2px solid #DA3832;
    padding: 8px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
}

.list_action_c2 {
    width: 100%;
}

.list_action_c5 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

button.btn.btn-primary.add-to-cart.list_action_c6:hover {
    background: #0c2e82;
    border: 2px solid #0c2e82;
}

.list_action_c7 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

button.btn.btn-primary.add-to-cart.list_action_c8 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    background: #fff;
    border: 1px solid #0c2e82;
    padding: 8px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    color: #0c2e82;
}

button.btn.btn-primary.add-to-cart.list_action_c8:hover {
    background: #0c2e82;
    color: #fff;
}

section#wrapper {
    padding: 0px;
    margin-top: 85px;
}

#wrapper nav.breadcrumb {
    background: #F6F6F6;
    padding: 10px !important;
    display: block;
    margin: auto;
    margin-bottom: 0px !important;
    width: 100%;
    min-width: 100%;
}

#wrapper nav.breadcrumb li a,
#wrapper nav.breadcrumb li span {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #292B2B !important;
}

#wrapper nav.breadcrumb ol {
    width: 96% !important;
    max-width: 96% !important;
    margin: auto;
}

#header ul.main-menu li.sub-sub-submenu-item:hover a {
    color: #ffffff !important;
}

#index .js-product.product.col-xs-12.col-sm-6.col-lg-4.col-xl-2 {
    height: auto;
    min-height: auto;
}

#index .js-product button.wishlist-button-add {
    display: none;
}

.product-miniature .thumbnail-container:focus .product-description::after,
.product-miniature .thumbnail-container:hover .product-description::after {
    display: none;
}

.owl-theme .owl-controls {
    display: none;
}

a.intro_button_b1:hover {
    background: #0C2E82;
    color: #fff;
}

a.cat_section_c2:hover {
    background: #0c2e820a;
}

.safety_c6:hover {
    background: #0c2e820a;
}

a.feature_product_c6:hover {
    border: 1px solid #ccc;
}

a.all-product-link.featured_products_c4:hover {
    background: #Fff;
    border: 2px solid #0c2e82;
    color: #0c2e82;
}

a.fproducts_c9:hover {
    color: #ffffff;
    background: #0c2e82;
}

a.fproducts_c10:hover {
    background: #ffffff;
    color: #0c2e82;
}

.user-logout .list_action_c8:hover a {
    color: #fff !important;
}

.user-logout .list_action_c8 a {
    color: #0c2e82;
}

input.btn.btn-primary.float-xs-right.hidden-xs-down.regal_custom_footer_c22:hover {
    background: #fff !important;
    color: #0C2E82 !important;
}

.owl-theme .owl-controls {
    display: none !important;
}

.user-logout section.featured-products.clearfix {
    display: none;
}

.user-logout .gallery.js-flickity.flickity-enabled.is-draggable {
    margin-top: 5%;
}

.flickity-slider img {
    height: 100%;
    min-height: 284px;
    min-width: 500px;
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0c2e82;
    border-color: transparent;
    background-image: none;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #0c2e82;
    border-color: transparent;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: unset;
    outline-offset: -2px;
}

#header .header-nav .blockcart {
    background: unset;
}

#search_filters .facet,
#search_filters_brands .facet,
#search_filters_suppliers .facet {
    padding: 10px;
    margin-top: 20px;
    border: 2px solid #DFDFDF;
}

p.h6.facet-title.hidden-sm-down {
    /* border-bottom: 2px solid #DFDFDF; */
    width: 100% !important;
    justify-content: space-between;
    padding: 12px 0px;
    border-bottom-width: 2px;
    font-weight: 400;
    font-size: 16px !IMPORTANT;
}

#search_filters .facet .facet-label a {
    font-weight: 400;
    font-size: 16px;
    color: #0C2E82;
    margin-top: 0px;
}

#search_filters .facet .facet-label {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

#search_filters .facet .facet-label .custom-checkbox,
#search_filters .facet .facet-label .custom-radio {
    top: 0px;
}

#search_filters .category-sub-menu li {
    margin: auto;
    padding: 13px 0px 13px 0px;
    border-top: 2px solid #DFDFDF;
}

.custom-checkbox input[type=checkbox]+span {
    border: 2px solid #0C2E82;
    margin-top: -1px;
}

.custom-checkbox input[type=checkbox]+span .checkbox-checked {
    font-size: 14px;
    margin-top: 0px;
    margin-left: 0px;
    font-weight: bold;
    background: #0c2e82;
    color: #fff;
}

button.btn.btn-tertiary.js-search-filters-clear-all {
    background: #0c2e82;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
}

.active_filters {
    background: #F6F6F6;
    margin: auto;
    padding: 10px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.active_filters .active-filter-title {
    color: #0c2e82;
    font-size: 14px;
    font-weight: 500;
}

.active_filters .filter-block {
    background: #e7eaf3;
    color: #0c2e82;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    border-radius: 5px;
    padding: 4px 5px;
    border: 1px solid;
    margin: auto;
}

.active_filters .filter-block .close {
    color: #0c2e82 !important;
    font-weight: 600;
}

div#content-wrapper.js-content-wrapper.left-column.col-xs-12.col-md-8.col-lg-9 {
    padding-right: 30px;
    margin-top: 55px;
}

#category .js-product.product.col-xs-12.col-sm-6.col-xl-4 {
    margin-top: 20px;
    width: 25%;
}


#category #products nav.pagination {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.pagination>div {
    padding: 0px;
}

.pagination .page-list {
    width: 100%;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    background: #f6f6f6;
}

a.js-search-link {
    color: #0c2e82;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    vertical-align: middle;
}

.pagination .current a {
    color: #7E7E7E;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
}

#category .offset-md-2 {
    margin-left: unset;
}

button.btn.btn-primary.ajax_add_to_quote_cart_button_list {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    background: #ffffff;
    border: 2px solid #0c2e82;
    padding: 8px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    color: #0c2e82;
}

button.btn.btn-primary.ajax_add_to_quote_cart_button_list:hover {
    background: #0c2e82;
    border: 2px solid #0c2e82;
    color: #fff;
}

#search_filters .block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"])::before {
    display: none;
}

#search_filters .facet .facet-label label {}

.block-categories .collapse-icons {
    left: unset;
    right: unset;
    position: relative;
    top: unset;
    width: unset;
    height: unset;
}

#subcategories ul li .subcategory-name:hover,
.block-categories .arrows .arrow-down:hover,
.block-categories .arrows .arrow-right:hover,
.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover,
.cart-grid-body a.label:hover {
    color: #0c2e82;
}

input#facet_search_category,
input#facet_main_category_filter {
    border: 2px solid #DFDFDF;
    height: 40px;
    width: 100%;
    padding: 5px 35px;
    outline: unset;
    box-shadow: unset;
    margin-bottom: 20px;
}

.cat_filter_input {
    position: relative;
}

button.view_all_categories,
button.view_all_list,
button.hide_categories,
button.hide_list {
    width: 100%;
    border: unset;
    background: unset;
    padding: 15px 0px 5px 0px;
    border-top: 2px solid #DFDFDF;
    font-weight: 500;
    font-size: 15px;
    color: #0c2e82;
    cursor: pointer;
    vertical-align: middle;
    margin-top: 0px;
    outline: unset;
    box-shadow: unset;
    align-items: center;
    align-content: center;
    justify-content: center;
}

button.view_all_categories i,
button.view_all_list i,
button.hide_categories i,
button.hide_list i {
    border: 2px solid #0C2E82;
    border-radius: 50%;
    padding: 0px 0px;
    font-size: 14px;
    width: 18px;
    height: 18px;
    color: #0C2E82;
    font-weight: bold;
    margin-right: 5px;
    line-height: normal;
    margin-top: -2px;
}

#search_filters .block-categories .sub_category.collapse ul {
    padding: 0px 5px;
    border-top: 2px solid #ccc;
    padding-top: 15px;
}

#search_filters .block-categories .sub_category.collapse ul li {
    padding-bottom: 10px;
    border: unset;
    padding-top: 0px;
}

.list_brandsearch_tag {
    position: relative;
}

.cat_filter_input img,
.list_brandsearch_tag img {
    top: 10px;
}

input#facet_search_brand {
    margin-bottom: 20px;
    border: 2px solid #DFDFDF;
    height: 40px;
    width: 100%;
    padding: 5px 35px;
    outline: unset;
    box-shadow: unset;
}

section.facet.clearfix.non_main_category_filter ul li {
    padding-bottom: 10px;
}

#product .regal_div_seperate {
    /* display: inline-block; */
    width: 95% !IMPORTANT;
    margin: auto;
}

.block-content.swiper-container-wrapper {
    width: 100%;
    min-width: 100%;
    overflow: hidden;
    position: relative;
}

.col-md-6.col-sm-12.single-product-img {
    /* padding: 0px; */
}

.col-md-6.col-sm-12.product-data.rg_text_details_c1 {
    /* padding: 0px; */
}

.row.main-single-product {
    margin-top: 2%;
    /*  overflow: hidden; */
}

.images-container.js-images-container {
    position: relative;
}

.product-cover {}

img.js-qv-product-cover.img-fluid {
    border: 2px solid #DFDFDF;
}

.rg_text_details_c2 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    gap: 5px;
    padding-right: 15px;
    padding-left: 15px;
}

.row.rg_text_details_c6 {
    /* display: flex; */
    gap: 10px;
    margin-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
}

h1.rg_text_details_c4 {
    color: #292B2B;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 30px;
    line-height: 44px;
    vertical-align: middle;
}

.rg_text_details_c5 {
    color: #292B2B;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    vertical-align: middle;
}

.col-md-6.col-sm-12.product-details.printer-div.rg_text_details_c8 {
    padding: 0px;
}

.rg_text_details_c9 {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    gap: 10px;
}

.rg_text_details_c14 {
    text-align: right;
    display: flex;
    justify-content: flex-end !IMPORTANT;
    align-content: center;
    align-items: flex-start;
}

p.warranty_values {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 16px;
    vertical-align: middle;
    color: #292B2B;
    word-wrap: break-word !IMPORTANT;
}

p.part_number {
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 16px;
    vertical-align: middle;
    color: #0C2E82;
}

.rg_text_details_c7 h3 {
    font-weight: 700;
    font-size: 16px;
    vertical-align: middle;
    color: #292B2B;
}

p.view_similar_products_text {
    font-weight: 400;
    font-size: 16px;
    vertical-align: middle;
    color: #292B2B;
}

p.view_similar_products_text a {
    color: #558FFA;
}

p.pri_text {
    margin-bottom: 0px;
    margin-right: 10px;
    margin-top: -5px;
    color: #292B2B;
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    text-align: right;
}

.rg_text_details_c14 .product-prices {
    margin-top: auto;
}

.rg_text_details_c14 .product-prices span.bfont {
    display: flex;
    flex-direction: column;
    align-items: flex-end !IMPORTANT;
    align-content: flex-end;
    color: #292B2B;
    font-weight: 700;
    font-size: 30px;
}

span.span-price-product {
    font-size: 12px !IMPORTANT;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #292B2B;
    font-weight: 700;
    text-align: right;
    display: block;
}



/* Details page */
.rg_availability_c1 {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 10px 15px;
    align-content: center;
}

.rg_availability_c1.instock {
    background: #85C988;
}

img.rg_availability_c3 {
    width: 45px;
    height: 45px;
}

.rg_availability_c5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    vertical-align: middle;
}

.rg_availability_c1.limitstock {
    background: #F5CE74;
}

div#product-availability {
    /* display: inline-block; */
}

.rg_availability_c6 span {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #292B2B;
}

.rg_availability_c1.end_range {
    background: #FF9F69;
}

.rg_availability_c1.outstock {
    background: #EE746B;
}

.rg_availability_c1.special_offers {
    background: var(--Status-Highlight, #A5C5FF);
}

.detail_shiping_c1 {
    margin-top: 20px;
    background: #F6F6F6;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 10px 15px;
    align-content: center;
    margin-bottom: 20px;
    px;
}

img.detail_shiping_c6 {}

.detail_shiping_c3 {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.detail_shiping_c4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    vertical-align: middle;
    color: #292B2B;
}

.detail_shiping_c4 a {
    color: #558FFA;
}

.detail_shiping_c5 a {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    color: #292B2B;
}

.notify_me_c2 {
    background: #0C2E82;
}

.notify_me_c3 {
    background: #0C2E82;
    position: relative;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px;
}

span.account_tooltip.field-response {
    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;
}

p.account_tooltiptext {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0px;
    text-transform: initial;
    word-break: break-word;
}

#product section.alternative-products.block.block-section.similar_products {
    padding-left: 15px;
    padding-right: 15px;
}

.notify_me_c1 {
    margin: 20px 0px 0px 0px;
}
 

a.wishlist-delete {
    text-align: right;
}

li.list-group-item.wishlist-list-item.wishlist-list-item-default {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.wishlist-delete i {
    color: #DA3832 !important;
    cursor: pointer;
}



span.notify_me_c4 {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
}

button.cross {
    outline: unset;
    box-shadow: unset;
}

img.notify_me_c6 {
    width: 30px;
    height: 30px;
}

span.account_tooltip.field-response {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
}

.notify_me_c5 span.account_tooltip.field-response::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
    display: none;
}

.notify_me_c5:hover span.account_tooltip.field-response {
    visibility: visible;
    opacity: 1;
}

span.notify_me_c5 {
    cursor: pointer;
}

.main-single-product .product-add-to-cart form#add-to-cart-or-refresh .col-md-3 {
    padding: 0px;
    padding-right: 5px;
}

.main-single-product .product-quantity.clearfix {
    width: 100%;
}

.main-single-product .main-single-product .qty {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.main-single-product .input-group.bootstrap-touchspin {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 2px solid #0c2e82;
}

.main-single-product .product-quantity #quantity_wanted {
    width: 80%;
    min-width: 80%;
    max-width: 80%;
    text-align: center;
    border: unset !important;
    font-size: 20px;
    color: #0c2e82 !important;
    font-weight: 500;
    height: 45px;
}

.main-single-product .bootstrap-touchspin .input-group-btn-vertical {
    width: 20%;
    min-width: 20%;
    max-width: 20%;
    text-align: center;
}

.main-single-product .product-quantity .input-group-btn-vertical .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    /* background: #0c2e82; */
    border: 1px solid rgb(255 255 255 / 25%);
    border: unset;
}

.main-single-product .product-quantity .input-group-btn-vertical .btn i {
    top: unset;
    left: unset;
    font-size: 24px;
    color: #0c2e82;
}

#product .main-single-product .notify_me_c1 button.btn.btn-primary.add-to-cart {
    display: flex;
    justify-content: center;
    align-items: center;
}

#product .main-single-product button.btn.btn-primary.add-to-cart {
    height: 49px;
    width: 100% !important;
    border: 2px solid #0c2e82;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    background-color: #0C2E82 !important;
    background: #0C2E82 !important;
    color: #ffffff;
}

#product .main-single-product button.btn.btn-primary.add-to-cart:hover {
    background: #DA3832 !important;
    border: 2px solid #DA3832 !important;
}


.main-single-product i.material-icons.shopping-cart {
    display: none;
}

.main-single-product .col-md-6.quotes_fav_c1 {
    padding: 0px;
    display: flex;
    margin-top: 15px;
}

.main-single-product .col-md-6.quotes_fav_c5 {
    padding: 0px;
    display: flex;
    margin-top: 15px;
}

.main-single-product .col-md-12.quotes_fav_c11 {
    /* padding: 0px; */
    display: flex;
    margin-top: 15px;
}

.main-single-product button.checkstock.quotes_fav_c10 {
    height: 47px;
    width: 100% !important;
    border: 2px solid #0c2e82;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    background: #fff !important;
    color: #0C2E82 !important;
}

.main-single-product .quotes_fav_c9 {
    width: 100%;
}

.main-single-product button.quotes_fav_c2 {
    height: 47px;
    width: 100% !important;
    border: 2px solid #0c2e82;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    background: #fff !important;
    color: #0C2E82 !important;
    cursor: pointer;
    outline: unset;
}

.main-single-product button.wishlist-button-add.wishlist-button-product.quotes_fav_c6 {
    border-radius: unset;
    outline: unset;
    box-shadow: unset;
    min-width: 100%;
    padding: unset;
    margin: auto;
    height: 47px;
    width: 100% !important;
    border: 2px solid #0c2e82;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    background: #fff !important;
    color: #0C2E82 !important;
    transform: unset;
}

.main-single-product .wishlist-button-add {
    display: none;
}

.main-single-product .product-add-to-cart form#add-to-cart-or-refresh .col-md-9 {
    padding: 0px;
    padding-left: 5px;
}


.main-single-product .product-quantity .qty {
    margin: auto;
}

.main-single-product .row.row_1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: unset;
}

.main-single-product .row.row_1:after,
.main-single-product .row.row_2:after {
    display: none;
}

.main-single-product .quotes_fav_c13 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.main-single-product .product-add-to-cart {
    padding-right: 15px;
    padding-left: 15px;
}

.main-single-product .quotes_fav_c1,
.main-single-product .quotes_fav_c5 {
    width: 49%;
}

.main-single-product .quotes_fav_c11 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
}

.main-single-product .rg_description_about_us_c1 {
    padding-left: 15px;
    padding-right: 15px;
}



.rg_description_about_us_c3 h1.rg_description_about_us_c2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #292B2B;
    font-family: 'Source Sans 3';
}

.rg_description_about_us_c3 .rte-content ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Source Sans 3';
    color: #7E7E7E;
}

.rg_description_about_us_c3 .rte-content ul {
    background: #F6F6F6;
    padding: 15px;
    max-height: 250px;
    overflow: auto;
    overflow-x: hidden;
    list-style: disc;
    padding-left: 30px;
}

/*
#product .notify_me_c1 {
    margin: auto;
}
*/

.ets-dir-ltr .mm_menus_li .mm_tabs_li .mm_columns_contents_ul {
    width: 600px;
    background: #F6F6F6;
    height: 285px;
    overflow: scroll;
    overflow-x: hidden;
}

/* width */
.ets-dir-ltr .mm_menus_li .mm_tabs_li .mm_columns_contents_ul::-webkit-scrollbar,
.rg_description_about_us_c3 .rte-content ul::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.ets-dir-ltr .mm_menus_li .mm_tabs_li .mm_columns_contents_ul::-webkit-scrollbar-track,
.rg_description_about_us_c3 .rte-content ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.ets-dir-ltr .mm_menus_li .mm_tabs_li .mm_columns_contents_ul::-webkit-scrollbar-thumb,
.rg_description_about_us_c3 .rte-content ul::-webkit-scrollbar-thumb {
    background: #0C2E82;
    border-radius: 10px;
}

/* Handle on hover */
.ets-dir-ltr .mm_menus_li .mm_tabs_li .mm_columns_contents_ul::-webkit-scrollbar-thumb:hover,
.rg_description_about_us_c3 .rte-content ul::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

.rg_text_details_c14 .product-prices span.bfont span {
    font-weight: 600;
    font-size: 12px !important;
    text-align: right;
    vertical-align: middle;
    color: #292B2B;
}

#print_id_div button {
    background: #fff;
}

div#print_id_div {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

#product .row.main-single-product section#content {
    max-width: 100%;
}

#main .images-container .js-qv-mask.scroll,
#main .images-container .js-qv-mask.mask {
    width: auto;
    margin: unset;
    overflow: visible;
}

.col-md-6.image_section_c3,
.col-md-6.image_section_c2 {
    padding: 0px;
}

/*.product-miniature .wishlist-button-add {
    display: none !Important;
}*/

/* CMS Pages */
#cms header.page-header {
    display: none;
}

#cms .regal_div_seperate {
    width: 95%;
    margin: auto;
}

#cms section#content {
    padding: 30px 0px;
}


#cms img.res_img {
    width: 100%;
}

#cms h1.cms_title:before,
#cms h1.page_c_title:before,
#cms h2:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 4px;
    background: #0c2e82;
    bottom: -5px;
    border-radius: 10px;
}


#cms h1.cms_title,
#cms h1.page_c_title,
#cms h2 {
    position: relative;
    margin: unset;
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
    color: #0c2e82;
    margin-bottom: 30px;
}


#cms .page-cms p {
    font-weight: 400;
    font-size: 16px;
    vertical-align: middle;
    color: #292B2B;
    line-height: 26px;
}

#cms .page-cms p a {
    color: #000;
}

#cms .page-cms button {
    border: unset !IMPORTANT;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    background: #0C2E82 !important;
    color: #fff;
    padding: 10px 30px;
    border-radius: 0px;
}


.please_note_title {
    display: inline-block;
    font-size: 16px;
    color: #56AB1C;
    font-weight: 600;
    margin-bottom: 30px;
}

.row.regal_custom_footer_c2 {
    padding: 50px 0px 0px 0px;
}


.return-top-sectn {
    background-color: #56AB1C;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 220px;
}

.return-header-top {
    color: #fff !IMPORTANT;
    font-size: 50px !IMPORTANT;
    font-weight: 500 !important;
    text-align: left;
    max-width: 500px;
    margin: 0 auto !IMPORTANT;
    position: relative !IMPORTANT;
    left: 90px !IMPORTANT;
    line-height: 58px !important;
}

.text3-return {
    left: -135px;
    position: absolute;
    font-size: 180px;
    line-height: 117px;
    color: #fff;
    font-weight: 800;
}

.return-top-img {
    position: absolute;
    right: 60px;
}

.return-wrapper .col-md-4 {
    padding-left: 15px !important;
}

.return-bottom-sectn {
    background: #56AB1C;
    text-align: center;
    height: 100%;
    padding-bottom: 130px;
}

h1.return-btm-title {
    color: #fff;
    font-size: 50px;
    padding-top: 35px;
}

h4.return-text {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: 106px;
    padding: 0 5vw;
}

@media (min-width: 1024px) and (max-width: 1400px) {
    h4.return-text {
        color: #fff;
        font-size: 16px;
        font-weight: 300;
        padding-top: 20px;
        padding-bottom: 106px;
    }
}

h4.return-numb {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    padding-top: 35px;
    padding-bottom: 40px;
}

.return-bottom-sectn img {
    position: absolute;
    bottom: 35px;
    max-height: 100px;
    left: 0;
    right: 0;
    margin: auto;
}

#cms h2.return-header-top:before {
    display: none;
}

.virdi-outer-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.inner-div-head-style {
    color: #fff;
    text-align: center;
    width: 24%;
    background-color: #009ee1;
    float: left;
    font-size: 50px;
    font-weight: 900;
    height: 460px;
    padding-top: 2rem;
}

body.cms-id-12 .inner-div-head-style {
    height: auto !important;
    padding-bottom: 2rem;
}

.inner-div-content-style {
    font-size: 16px;
    padding-left: 3vw;
    padding-right: 3vw;
    font-weight: 300;
    margin-top: 30px;
}

.virdi-page-main-container {
    height: 100%;
    width: 90%;
    float: left;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 4%;
}

body.cms-id-12 .virdi-page-main-container {
    width: 100%;
}

.contentpageHeader.page_c_title {
    display: flex;
    justify-content: space-between;
}

h1.virdi-header-style {
    font-weight: 300;
    font-size: 50px;
    color: #0c2e82;
    height: auto;
}

img.virdi-logo-style {
    height: 63px;
    width: 190px;
}

.project-team-img img {
    width: 100%;
    border-radius: 10px;
    max-width: 100%;
    margin-bottom: 20px;
}

#cms h5 {
    position: relative;
    margin: unset;
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
    color: #0c2e82;
    margin-bottom: 30px;
}

#cms h5:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 4px;
    background: #0c2e82;
    bottom: -5px;
    border-radius: 10px;
}

#project-team ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

#project-team ul li {
    position: relative;
    padding-left: 30px;
    line-height: 30px;
    color: #292B2B;
    flex: 0 0 50%;
    max-width: 50%;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.d-flex.flex-wrap.justify-content-center.email-team {
    display: flex;
    gap: 30px;
}

.project_team_c1 {
    background: #0c2e82;
    border-radius: 4px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

img.project_team_c2 {
    filter: brightness(100);
    border-right: 1px solid #ccc;
    padding-right: 10px;
    width: 32px;
    height: auto;
}

a.project_team_c3 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}


div#project-team .exports-page-responsive {
    display: flex;
    flex-direction: column;
}

img.map_img {
    width: 100%;
}

div#project-team.product_warranty {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

#cms div#project-team.product_warranty h1.cms_title:before {
    left: 25%;
}

div#project-team.product_warranty .prd-box {
    border-radius: 15px;
    background: #eee;
    padding-bottom: 15px;
    box-shadow: 0 0 40px 4px rgb(0, 0, 0, .05);
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

div#project-team.product_warranty .warranty-icon.d-flex.flex-wrap.justify-content-between {
    margin-top: 20px;
    margin-bottom: 20px;
}

div#project-team.product_warranty .warranty-icon div.box-title {
    font-size: 20px;
    margin: 12px 0 12px;
    font-weight: 400;
}

div#project-team.product_warranty p {
    text-align: center !important;
    line-height: 26px;
    height: 50px;
    font-size: 14px;
}



.contact_view_c2 {
    border: 1px solid #DFDFDF;
    margin-bottom: 20px;
    background: #0c2e820a;
}

h4.cv_title {
    background: #0c2e82;
    width: 100%;
    display: inline-block;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.contact_view_c4,
.contact_view_c5,
.contact_view_c6 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 5px 10px;
    width: 100%;
}

span.contact_view_c7 {
    width: 10%;
    text-align: left;
    display: inline-block;
}

span.contact_view_c9 {
    width: 90%;
    word-break: break-all;
}

.contact_view_c11 {
    width: 90%;
    word-break: break-all;
}

.contact_view_c6 {
    height: 50px;
    overflow: hidden;
}

.contact_view_c5 {
    height: 30px;
}

.contact_view_c1 i {
    color: #0c2e82;
    font-size: 18px;
    font-weight: 500;
}

span.contact_view_c10 {
    color: #0c2e82;
    font-size: 14px;
    text-align: left;
    font-weight: 400;
}

span.contact_view_c9 a {
    color: #0c2e82;
    font-size: 14px;
    text-align: left;
    font-weight: 400;
}

a.phonecell {
    color: #0c2e82;
    font-size: 14px;
    text-align: left;
    font-weight: 400;
}

.contact_view_c12 {
    margin-top: 2%;
}

.contact_branches_operate {
    font-size: 18px;
    color: #0c2e82;
    font-weight: 400;
    margin-top: 3%;
}


/* CMS End */

img.header_user_section_c7 {
    width: 50px;
    height: 50px;
}

span.header_user_section_c12 {
    font-weight: 500;
    font-size: 12px;
    text-align: right;
    color: #0C2E82;
}

#header .header-nav .blockcart {
    margin-left: unset;
    padding: 6px 6px;
}

body #header .header-top .container {
    width: 100% !important;
    max-width: 100% !important;
}

#header .header-top .position-static {
    position: relative !important;
    background: #0c2e82;
    width: 96% !important;
    max-width: 96% !important;
    margin: auto;
}

#header .header-top .position-static.header_dektop_c1.onscroll_v1 {
    background: unset;
    padding: 0px;
    position: fixed !important;
    padding: 0px !important;
    z-index: 3;
}

.header_box2_c2.onscroll_v3 {
    display: none;
}

#header .header_box2_c1.onscroll_v2 ul li a.hr_menu_c6 {
    color: #0c2e82 !important;
}

.header_box2_c1.onscroll_v2 {
    position: absolute;
    top: -60px;
    left: 300px;
}

#header .header_box2_c1.onscroll_v2 ul li {
    padding: 5px;
}

#header .header_box2_c1.onscroll_v2 ul li a.hr_menu_c6 {
    font-size: 15px;
    font-weight: 600;
    line-height: 25.14px;
    color: #0c2e82 !important;
}

.header_box2_c1 ul.main-menu {
    gap: 2px;
}

div#carousel {
    margin-top: 5px !important;
}

.add-all-to-quote img.rgl_header_v1_c5_img {
    width: 16px;
    margin-right: 3px;
}

img.rgl_header_v1_c5_img {
    width: 25px;
}




button.btn.viewmorebtn {
    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;
}

button.btn.specialsbtn {
    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: #fff;
    background: #0c2e82;
}




.sub-submenu-item img.hr_menu_c4 {
    display: none;
}

img.hr_menu_c4 {
    width: 23px;
    height: 23px;
}

.specials-buy-prod.listlogincheckspl {
    width: 100%;
}

.user-logout .rgl_header_v1_c1 {
    gap: 15px;
    padding-right: 30px;
}

img.rg_text_details_c3 {
    width: auto;
    margin: 5px 0px;
    max-height: 60px;
}

button.btn.specialsbtn:hover {
    background: #fff;
    color: #0c2e82;
}

button.btn.viewmorebtn:hover {
    background: #0c2e82;
    color: #fff;
}

#product section.similar_products button.btn.btn-primary.add-to-cart.list_action_c6 {
    background: #DA3832 !important;
    border: 2px solid #DA3832 !important;
    padding: 8px !IMPORTANT;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px !IMPORTANT;
    line-height: 20px !IMPORTANT;
    text-align: center;
    vertical-align: middle;
    height: auto !important;
}

span#modalcontact_form {
    background: #0c2e82;
    border: 2px solid #0c2e82;
    padding: 8px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-radius: 5px;
}

.contact_view_c14 {
    text-align: center;
}

.contact-download-pdf a {
    background: #0c2e82;
    border: 2px solid #0c2e82;
    padding: 8px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-radius: 5px;
}

.col-xl-4.col-lg-4.col-md-4.col-sm-12.col-xs-12.contact_view_c15 {
    text-align: right;
    padding-right: 30px;
}

#cms .contact_view_c14 h1.cms_title.text-center {
    margin-bottom: 0px;
}

div#top_left_writetous {
    padding-left: 30px;
}

.user_dropdown_c1.open .dropdown-menu-right i {
    display: none;
}

.loginpopup_c7 button.btn {
    width: 65px;
    text-align: center;
    justify-content: center;
}

.loginpopup_c12 .loginpopup_c13 {
    color: #DA3832 !IMPORTANT;
}

.carousel .carousel-item .caption .display-1 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
}

.carousel .carousel-item .caption .caption-description h3 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 15px;
}

.carousel .carousel-item .caption .caption-description p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
}

.carousel .carousel-item .caption {
    top: 15%;
    bottom: unset;
    max-width: 370px;
    left: 50px;
}

.main-menu>li {
    padding: 5px 10px;
}

#search_filters .facet .title {
    border-bottom: 2px solid #DFDFDF;
}

#search_filters .facet .collapse,
#search_filters_brands .facet .collapse,
#search_filters_suppliers .facet .collapse {
    margin-bottom: 0px;
    margin-top: 1rem;
}

#search_filters .facet .facet-title,
#search_filters_brands .facet .facet-title,
#search_filters_suppliers .facet .facet-title {
    margin-bottom: 0px;
}

span.custom-checkbox.switch_filter {
    height: 18px;
    width: 36px;
}

.slider_filter:before {
    height: 12px !important;
    width: 12px !important;
    left: 3px !IMPORTANT;
    bottom: 2px !IMPORTANT;
}

.slider_filter.round {
    background: #fff;
    border: 1px solid #0c2e82;
}

input:checked+.slider_filter {
    background: #0c2e82 !IMPORTANT;
}

#search_filters label.facet-label.active .slider_filter:before {
    background: #ffffff;

    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

section.facet.clearfix.extra_section.non_main_category_filter ul li {
    padding-bottom: 10px;
}

section.facet.clearfix.extra_section.non_main_category_filter ul {
    margin-top: 0px !important;
}

section.facet.clearfix.extra_section.non_main_category_filter ul:last-child li {
    padding-bottom: 10px;
    /*0px*/
}

a.main_category_title {
    color: #292B2B !important;
}

.category-sub-menu .main-li-category .navbar-toggler.collapse-icons i {
    width: auto;
    height: auto;
    font-size: 15px;
    border-radius: 50%;
    border: 2px solid #292B2B;
    font-weight: 600;
    background: unset !IMPORTANT;
    background-color: unset !important;
    padding: unset;
    outline: unset;
    box-shadow: unset;
    color: #292B2B !important;
}

#category #js-product-list .products.row {
    margin-bottom: 20px;
}

#category .flickity-enabled.is-draggable {
    margin-top: 25px;
    margin-bottom: 25px;
}

.user-logout #main .product-miniature .product-description {
    height: 160px;
}

.user-logout .list_action_c1 .list_action_c1 {
    margin: 0px;
}

.user-logout .specials-buy-prod.listlogoutcheckspl {
    width: 100%;
}

button.view_all_list i {
    margin-top: -3px;
    margin-right: 8px;
}


.modal-header:after {
    display: none;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: unset;
    padding-bottom: 0px;
}

.modal-header h4,
.modal-header h5 {
    font-weight: 600 !important;
    font-size: 20px !important;
    color: #0c2e82 !important;
}

/*

.modal-header .close .material-icons {
    font-size: 16px;
    font-weight: 600;
    padding: 1px 0px 0px 0.5px;
    color: #0c2e82 !important;
}


.modal-header .close span {
    border-radius: 50%;
    border: 2px solid #0c2e82;
    padding: 1px;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;    outline: unset;
}
*/

.modal-header .close .material-icons {
    font-size: 16px;
    font-weight: 600;
    padding: 0px 0px 0px 0.5px;
    color: #0c2e82 !important;
    margin-top: -2px;
}


.modal-header .close span {
    border-radius: 50%;
    border: 2px solid #0c2e82;
    padding: 0px 0px;
    width: 25px;
    height: 25px;
    display: inline-block;
    outline: unset;
    color: #0c2e82;
    font-weight: 600;
    line-height: 20px;
    font-size: 22px;
}



.modal-dialog {
    width: 75% !IMPORTANT;
}

.modal-body {
    padding: 15px !IMPORTANT;
    margin: 15px !IMPORTANT;
    border: 2px solid #DFDFDF;
}

.modal-content {
    border-radius: 5px;
    border: unset;
    display: flow-root;
}

#blockcart-modal .cart-content {
    padding: 0px;
}

/*#blockcart-modal .product-name {
    color: #0c2e82;
    font-size: 20px;
    font-weight: 700;
}*/
/*popupchanges by trupti*/
#blockcart-modal .product-name {
    color: #0c2e82;
    font-size: 18px;
    font-weight: 600;
}



/* popup Design Starts */
#blockcart-modal .cart-content p {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 18px;
    text-align: left !important;
    width: 100%;
    color: #232323;
}

p.cart-products-count.cartadd_popup_c13 {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 15px;
    text-align: left !important;
    width: 100%;
    color: #232323;
}
p.cartadd_popup_c15 span{
    font-size: 18px !important;
}
p.cart-products-count.cartadd_popup_c13 {
    color: #0c2e82 !important;
    font-size: 18px !important;
}

.modal-body .product-price {
    font-weight: 600 !IMPORTANT;
    font-size: 18px;
    text-align: left !important;
    margin-bottom: 5px;
    color: #232323;
}

#blockcart-modal .cart-content p.product-total,
#blockcart-modal .cart-content p.product-total span {
    background: #E7EAF3;
    font-weight: 600;
    font-size: 18px;
    color: #0C2E82;
}

#blockcart-modal .cart-content .cart-content-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

button.btn.btn-secondary.cartadd_popup_c21 {
    background: #DA3832;
    border: 2px solid #DA3832;
}

#blockcart-modal .cart-content .cart-content-btn .btn {
    padding: 8px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    /*width: 40%;*/
    border-radius: 4px;
    height: 40px;
}

.cartadd_popup_c22 i {
    display: none;
}

button.btn.btn-secondary.cartadd_popup_c21:hover {
    background: #0c2e82;
    border: 2px solid #0c2e82;
}

#blockcart-modal .cart-content a.btn.btn-primary.cartadd_popup_c22 {
    color: #0c2e82;
    background: #fff;
    border: 2px solid #0c2e82;
}

button.btn.btn-secondary.cartadd_popup_c21 {
    border: 2px solid #da3832;
}

#blockcart-modal .cart-content a.btn.btn-primary.cartadd_popup_c22:hover {
    background: #0c2e82;
    border: 2px solid #0c2e82;
    color: #fff;
}


/* popup Design Ends */
.products-sort-order .select-list {
    background: #fff;
    width: 100%;
    padding: 5px 10px;
    line-height: unset;
    font-size: 14px !important;
    font-weight: 500 !important;
    outline: unset;
    letter-spacing: 1px !IMPORTANT;
    color: #0c2e82;
    border: unset;
    border-bottom: 1px solid #ccc;
    font: unset;
}

button.btn-unstyle.select-title {
    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: 40px;
}

.brands-sort .dropdown-menu,
.products-sort-order .dropdown-menu,
.suppliers-sort .dropdown-menu {
    width: 180px;
    box-shadow: 0px 6px 12px 7px #1D293914;
    background: #fff;
    padding: 0px;
}

.products-sort-order .select-list:hover {
    background: #0c2e82;
}

/* Login Page starts */
.page-authentication #content,
.page-registration #content {
    box-shadow: 0px 6px 12px 7px #1D293914;
    border-radius: 5px;
    padding: 0px;
    border: 1px solid #DFDFDF;
    margin-top: 5%;
}

.page-authentication section.login-form {
    margin: auto;
}

.page-authentication h1.regal_login_c2 {
    background: #0c2e82;
    padding: 15px 15px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}

input.form-control {
    border: 1px solid #7E7E7E !important;
    font-weight: 400;
    font-size: 15px;
    vertical-align: middle;
    color: #292B2B !important;
    background: #fff;
    outline: unset !important;
    padding: .5rem 1rem;
}

.form-group.row {
    margin-top: 15px;
}

.accordion-group label,
.form-group label {
    font-weight: 600;
    font-size: 16px;
    color: #0C2E82;
    text-align: left;
}

#product h2.top_products_c4 {
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
    padding-left: 0px ! IMPORTANT;
    color: #0C2E82;
}

.page-authentication a.regal_login_c4 {
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    color: #0C2E82 !important;
}

.page-authentication.page-customer-account #content .no-account {
    margin-top: 15px;
    margin-bottom: 25px;
    color: #DA3832 !IMPORTANT;
}

.page-authentication.page-customer-account #content .no-account a {
    color: #DA3832 !IMPORTANT;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    text-decoration: underline;
}

.page-authentication .regal_login_c5 button#submit-login {
    background: #0c2e81;
    border: 2px solid #0C2E82;
    !;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-radius: 2px;
}

.page-authentication .regal_login_c5 button#submit-login:hover {
    background: #DA3832;
    border: 2px solid #DA3832;
}


/* Signup */

p.regal_signup_c2 {
    background: #E7EAF3;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 14px;
    color: #0C2E82;
    margin-bottom: 0px;
}

h1.regal_signup_c1 {
    background: #0c2e82;
    padding: 15px 15px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

select.form-control:not([size]):not([multiple]) {
    border: 1px solid #7E7E7E !important;
    font-weight: 400;
    font-size: 15px;
    vertical-align: middle;
    color: #292B2B !important;
    outline: unset !important;
    padding: .5rem 1rem;
    background: #e7eaf3 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=) no-repeat right .5rem center / 1.25rem 1.25rem;
    border-radius: 2px;
    height: auto;
}

div#newaddres-info,
div#newcontact-info {
    background: #0c2e82;
    padding: 10px 10px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
}

div#newcontact-info {}

div#div_product_favourite_category {
    width: 100%;
    height: 125px;
    border-color: black;
    border: 1px solid #7E7E7E !important;
    overflow: auto;
    background: #e7eaf3;
}

div#div_product_favourite_category label {
    width: 100%;
    padding-top: 10px !important;
}

div#div_product_favourite_category label:nth-child(1) {
    margin-top: 4px;
    background: #0c2e82;
    padding: 10px 10px !important;
    margin-bottom: 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

div#div_product_favourite_category label {
    padding: 5px 0px;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}

.help-block,
.error-message {
    padding: 0px ! IMPORTANT;
    font-weight: 400;
    text-transform: initial;
    display: inline-block;
    width: 100%;
    margin-top: 3px;
}

.form_signup_checkbox_c1 label {
    padding: 0px !important;
}

.form-group.row.acc-label.div_c_optin .col-md-12 {
    padding: 0px;
}

input#termsandcond {
    width: 18px !important;
    height: 18px !important;
    cursor: pointer;
    border: 2px solid #0c2e82;
}

footer.form-footer.clearfix.regal_signup_footer_c1 {
    text-align: center;
    margin-top: 20px !important;
    margin-bottom: 20px;
}

.form-control-submit.regal_signup_footer_c2 {
    background: #0c2e81;
    border: 2px solid #0C2E82;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-radius: 2px;
}

.form-control-submit.regal_signup_footer_c2:hover {
    background: #DA3832;
    border: 2px solid #DA3832;
}

.signup-terms-main {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    gap: 10px;
}

.signup-terms-main p {
    /* margin-top: 1rem; */
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    color: #0C2E82 !important;
}

a.signup-terms {
    color: #DA3832 ! IMPORTANT;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    text-decoration: underline;
}

div#assistancemsg a {
    color: #DA3832 ! IMPORTANT;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    text-decoration: underline;
}

div#assistancemsg {
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    color: #0C2E82 !important;
    margin-bottom: 20px !important;
}



#password #content {
    padding: 1rem;
    background: #fff;
    max-width: 640px;
    margin: 0 auto;
    box-shadow: 0px 6px 12px 7px #1D293914;
    border-radius: 5px;
    padding: 0px;
    border: 1px solid #DFDFDF;
    margin-top: 5%;
}

.forgotten-password {
    padding: 0px;
}

.form-group.center-email-fields.fg_password_c2 {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.forgotten-password .form-fields label.required {
    width: 100% !important;
}

#password .forgotten-password .form-fields label.required {
    text-align: left;
}



.forgotten-password .form-fields .email {
    width: 100% !important;
    padding-right: 15px;
    padding-left: 15px;
}

.forgotten-password .form-fields .center-email-fields button {
    width: max-content;
    margin: auto;
    margin-top: 15px;
    background: #0c2e81;
    border: 2px solid #0C2E82;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-radius: 2px;
}

a#back-to-login {
    color: #DA3832 ! IMPORTANT;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    text-decoration: underline;
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

a#back-to-login i.material-icons {
    display: none;
}

/* Login Page Ends */
#category h1.h1 {
    margin-top: 25px;
    margin-bottom: 20px;
    padding-left: 20px;
    font-weight: 700;
    font-size: 25px;
    color: #0C2E82;
}

#print_id_div button {
    background: #fff !important;
}

.user-logout span.span-price-product {
    font-size: 14px !important;
    font-weight: 500;
}

.user-logout span.span-price-product a {
    display: inline-block;
    color: #DA3832 ! IMPORTANT;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    text-decoration: underline;
    margin-left: 5px;
    margin-right: 5px;
}

a.phonecell.project_team_c3,
a.phonecell.project_team_c3 {
    color: #fff;
}

.alert.alert-danger:before {
    font-family: 'FontAwesome' !Important;
    content: "\f00d" !Important;
}

ul#MyPrestaBrandsCarousel li a img {
    width: 105px !important;
    height: 60px;
    filter: grayscale(100%);
    max-width: 80%;
}

ul#MyPrestaBrandsCarousel {
    height: 60px !IMPORTANT;
}

ul#MyPrestaBrandsCarousel li a img:hover {
    filter: none;
}

#mypresta_mib {
    background: #f6f6f6;
}

.footer-container.rgfooterlinks_c1 {
    background: #F6F6F6;
}

.rgfooterlinks_c2 .row.rgfooterlinks_c8 {
    padding: 30px 0px 0px 0px;
    width: 95% !important;
    max-width: 95% !important;
    display: flex;
    border-top: 1px solid #ccc;
}

.footer_paygate {
    padding: 20px 15px !important;
    border-top: 1px solid #ccc;
    width: 95%;
    margin: auto;
    margin-top: 20px;
}

.rgfooterlinks_c5 {
    font-weight: 600;
    font-size: 20px !important;
    color: #0c2e82 ! IMPORTANT;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.rgfooterlinks_c7 a.dark-grey-text {
    font-weight: 400;
    font-size: 16px ! IMPORTANT;
    line-height: 24px;
    font-family: 'Source Sans 3';
    color: #232323 !important;
    cursor: pointer;
}

.login_register_c2.dropdown-toggle::after {
    display: none;
}

#product .quotes_fav_c6 i {
    display: none !important;
}


/* Quotes Cart Starts */
div#quotes_layer_cart {
    width: 75% ! IMPORTANT;
    margin: 30px auto;
    border-radius: 5px;
    top: 102px;
}

#quotes_layer_cart .quotes_layer_cart_header {
    background: #fff !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: unset;
    padding-bottom: 5px;
}

#quotes_layer_cart .quotes_layer_cart_header h4 {
    font-weight: 600 !important;
    font-size: 20px !important;
    color: #0c2e82 !important;
}

#quotes_layer_cart .quotes_layer_cart_header span {
    border-radius: 50%;
    border: 2px solid #0c2e82;
    padding: 1px;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    font-size: 22px;
    font-weight: 600;
    color: #0c2e82 !important;
}

.rg_quotes_popup_c3 {
    border-radius: 5px;
}

#quotes_layer_cart .quotes_layer_cart_body {
    padding: 15px ! IMPORTANT;
    margin: 15px ! IMPORTANT;
    border: 2px solid #DFDFDF;
    background: #fff;
}

#quotes_layer_cart .divide-right {
    border: unset !important;
}

#quotes_layer_cart .product-name {
    color: #0c2e82;
    font-size: 20px;
    font-weight: 700;
}

p#layer_cart_product_price {
    font-weight: 700 !IMPORTANT;
    font-size: 20px;
    text-align: left !important;
    margin-bottom: 5px;
    display: block;
    color: #363a42;
}

p.cart-products-count {
    color: #0c2e82 !important;
    font-size: 15px !important;
    font-weight: 600;
}

#quotes_layer_cart .button-container button {
    padding: 8px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    width: 40%;
    border-radius: 4px;
    height: 40px;
    background: #DA3832;
    border: 2px solid #DA3832;
}

.multiple-text {
    margin-bottom: 15px;
    color: #DA3832;
    font-size: 15px;
    font-weight: 500;
}

a.quote-checkout-new-btn.btn.btn-primary {
    padding: 8px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    width: 40%;
    border-radius: 4px;
    height: 40px;
    color: #0c2e82;
    background: #fff;
    border: 2px solid #0c2e82;
}

a.quote-checkout-new-btn.btn.btn-primary:hover {
    background: #0c2e82;
    border: 2px solid #0c2e82;
    color: #fff;
}

#quotes_layer_cart .button-container button:hover {
    background: #0c2e82;
    border: 2px solid #0c2e82;
}


.quotes_cart_productquantity .input-group.bootstrap-touchspin {
    border: 2px solid #0c2e82;
}

.quotes_cart_productquantity .input-group.bootstrap-touchspin .input-group-btn-vertical.quantity-block {
    width: max-content;
    float: right;
}

.quotes_cart_productquantity input.quotes_edit_quantity {
    border: unset !important;
    text-align: center;
    width: 100px;
    color: #0c2e82 !important;
}

#quotes_layer_cart .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down,
#quotes_layer_cart .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    background: #ffffff;
    border: unset;
}

#quotes_layer_cart .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down i,
#quotes_layer_cart .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up i {
    color: #0c2e82;
    top: 4px;
    font-size: 20px;
    font-weight: 500;
    left: 2px;
}

/* Quotes Cart Ends */


/* Wishlist Popup Starts Ends */
.wishlist-modal.fade .modal-dialog {
    max-width: 75% !important;
}

.wishlist-modal .modal-header h5 {
    font-weight: 600 !important;
    font-size: 20px !important;
    color: #0c2e82 !important;
}

.wishlist-modal .modal-header {
    padding: 15px;
    padding-bottom: 0px !important;
}

.wishlist-list {
    border: unset !IMPORTANT;
}

.wishlist-list .wishlist-list-item {
    border-bottom: 1px solid #DFDFDF;
    padding: 5px !important;
    display: flex;
    justify-content: flex-start;
    position: relative;
}

.wishlist-list .wishlist-list-item:hover {}

.wishlist-list .wishlist-list-item p {
    padding: 8px !IMPORTANT;
    text-transform: capitalize;

    font-weight: 600;
    font-size: 15px !IMPORTANT;
    color: #0C2E82 !important;
}

.wishlist-modal .modal-body {
    padding: 0px !IMPORTANT;
    border: unset;
    margin-bottom: 0px !important;
}

.wishlist-list .wishlist-list-item:hover p {
    color: #fff;
}

a.wishlist-delete i {
    font-size: 15px;
}

a.wishlist-add-to-new.text-primary {
    color: #fff !important;
    padding: 8px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    border-radius: 4px;
    background: #0C2E82;
    border: 2px solid #0C2E82;
    display: block;
    cursor: pointer;
}

.wishlist-add-to .modal-footer {
    padding: 15px !IMPORTANT;
    margin: 5px 0px 10px 0px;
}

a.wishlist-add-to-new.text-primary i {
    color: #fff;
    border: unset !IMPORTANT;
}

a.wishlist-add-to-new.text-primary:hover {
    background: #0c2e82;
    border: 2px solid #0c2e82;
    opacity: 1;
}

/* Wishlist Popup Starts Ends */
#product section.similar_products button.btn.btn-primary.add-to-cart.list_action_c6,
#product section.similar_products button.btn.btn-primary.ajax_add_to_quote_cart_button_list,
#product section.similar_products button.btn.specialsbtn,
#product section.similar_products button.btn.viewmorebtn {
    width: 83% ! IMPORTANT;
    min-width: 83% ! IMPORTANT;
}

.wishlist-create .modal-footer button.modal-cancel.btn.btn-secondary {
    padding: 8px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    height: 40px;
    color: #fff;
    background: #da3832;
    border: 2px solid #da3832;
}

.modal-footer.wishlist_create_c5 button {
    width: 30%;
}

.wishlist-create .modal-footer button.btn.btn-primary {
    padding: 8px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    color: #0c2e82;
    border-radius: 4px;
    height: 40px;
    background: #fff;
    border: 2px solid #0c2e82;
}

.wishlist-create .modal-footer button.btn.btn-primary:hover {
    background: #0c2e82;
    color: #fff;
}

.wishlist-create .modal-footer button.modal-cancel.btn.btn-secondary:hover {
    background: #0c2e82;
    border: 2px solid #0c2e82;
    color: #fff;
}

.wishlist-create .modal-footer {
    padding: 15px ! IMPORTANT;
    margin: 5px 0px 10px 0px;
}

/*
.wishlist-modal .modal-header button.close span {
    font-size: 20px;
    color: #0c2e82;
    font-weight: 600;
}
*/
#quotes_layer_cart .quotes_layer_cart_header .cross {
    opacity: 1;
}

.wishlist-modal .modal-header button.close span {
    font-size: 21px;
    color: #0c2e82;
    font-weight: 800;
    margin-top: 6px;
    display: inline-block;
}

/*
div#check_stock.modal {
    width: 75% ! IMPORTANT;
    margin: 30px auto;
    border-radius: 5px;
    overflow: visible;
}
*/
div#check_stock.modal .common_class_branch {
    background: #F6F6F6;
    border: 1px solid #ccc;
    margin: 15px;
}

div#check_stock.modal .d-flex.justify-content-between.align-items-center.col-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px !important;
    margin: auto !important;
}

div#check_stock.modal .modal-header h5.modal-title {
    font-weight: 600 !important;
    font-size: 20px !important;
    color: #0c2e82 !important;
}

div#check_stock.modal .modal-header button.close {
    border-radius: 50%;
    border: 2px solid #0c2e82;
    padding: 1px;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    font-size: 22px;
    font-weight: 600;
    color: #0c2e82 !important;
}

.checkstock_c5 {
    overflow: scroll;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 350px;
    margin: 15px ! IMPORTANT;
    border: 2px solid #DFDFDF;
    background: #fff;
}

.checkstock_c4 .d-flex {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}

.checkstock_c4 label.text-left {
    text-align: left;
}

.checkstock_c4 .row:after {
    display: none;
}

div#g_recaptcha {
    margin-bottom: 20px;
}

.main-single-product button.quotes_fav_c2:hover,
.main-single-product button.wishlist-button-add.wishlist-button-product.quotes_fav_c6:hover,
.main-single-product button.checkstock.quotes_fav_c10:hover {
    background: #0C2E82 !important;
    color: #fff !important;
    opacity: 1;
}

.main-single-product button.quotes_fav_c2:hover img,
.main-single-product button.checkstock.quotes_fav_c10:hover img {
    filter: brightness(100);
}

#product .product-add-to-cart img.img_filter {
    width: 25px;
    height: 25px;
}

/* User Drop Down */

.dropdown-content.rg_cart_drop_c3 {
    width: 350px;
    min-width: 350px;
    right: -170px;
    box-shadow: 0px 10px 32px -4px #1D29394D;
    box-shadow: 0px 6px 14px -6px #1D29394D;
    background: #fff;
    padding: 10px;
}

.rg_cart_drop_c3 .card-block.js-cart-summary-subtotals-container {
    padding: 0px;
}

div#cart-subtotal-products {
    width: 100%;
    margin-bottom: 5px;
}

.rgcart_droppopup_c3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    flex-direction: row;
}

h2.rg_cart_drop_c5 {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #0C2E82;
    margin-bottom: 0px;
}

.rgcart_droppopup_c3 button.close {
    opacity: 1;
}

.rgcart_droppopup_c3 button.close span {
    border-radius: 50%;
    border: 2px solid #0c2e82;
    padding: 1px;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    outline: unset;
    opacity: 1;
}

.rgcart_droppopup_c3 button.close span i {
    font-size: 15px;
    font-weight: 600;
    padding: 1px 0px 0px 0.5px;
    color: #0c2e82 !important;
}

span.label.rg_cart_drop_c6 {
    font-weight: 400;
    font-size: 12px;
}

.rgcart_droppopup_c1 {
    background: #F6F6F6;
    padding: 12px;
}

.rgcart_droppopup_c2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

span.rgcart_droppopup_c5 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-weight: 700;
    font-size: 14px;
    color: #0C2E82;
}

h1.rg_cart_drop_c7 {
    font-weight: 700;
    font-size: 14px;
    color: #0C2E82;
}

span.float-xs-right.d-block.rg_cart_drop_c10 {
    font-weight: 600;
    font-size: 10px;
    text-align: right;
}

a.rg_cart_drop_c11 {
    border: unset;
    width: 100%;
    display: inline-grid !IMPORTANT;
    padding: 0px !IMPORTANT;
    margin: 5px 0px 0px 0px;
}

a.rg_cart_drop_c12 {
    width: 100%;
    display: inline-grid !important;
    padding: 0px !IMPORTANT;
    margin: 5px 0px 0px 0px;
    border: 2px solid #0c2e82 !important;
    color: #0c2e82 !important;
}

a.rg_cart_drop_c12 input {
    color: #0c2e82;
    background: #fff;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    padding: 5px;
    font-size: 14px;
}

a.rg_cart_drop_c11 input {
    background: #0c2e82;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    padding: 5px;
    font-size: 14px;
}







.rg_cart_drop_c13 {
    margin-top: 5px;
}

li.cart-item.rg_cart_drop_c15 {
    border-top: 2px solid #DFDFDF;
    padding: 10px 10px;
}

.rg_cart_drop_c15 .product-line-grid-left.col-md-3.col-xs-4 {
    width: 15%;
    padding: 0px;
}

.rg_cart_drop_c15 .product-line-grid-body.col-md-5.col-xs-8 {
    width: 60%;
    padding: 0px 5px 0px 5px;
    position: unset;
}

.rg_cart_drop_c15 .product-line-grid-right.product-line-actions.col-md-4.col-xs-12 {
    width: 25%;
    padding: 0px;
}

.rg_cart_drop_c15 .product-line-grid {
    width: 100%;
    position: relative;
    height: 160px;
}

.rg_cart_drop_c15 img {
    width: 100%;
}

.rg_cart_drop_c15 .product-line-info a.label {
    font-weight: 600;
    font-size: 14px;
    color: #292B2B !important;
    background: unset !IMPORTANT;
    height: 100%;
}

.rg_cart_drop_c15 .product-line-info {
    margin-bottom: 5px;
    height: 40px;
    overflow: hidden;
}

.rg_cart_drop_c15 .product-details p {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 12px;
    color: #292B2B;
}










.col-md-12.col-xs-6.rg_checkout_grid_c3 {
    padding: 0px;
}

.col-md-12.col-xs-2.price.rg_checkout_grid_c5 {
    padding: 0px;
    display: flex;
    justify-content: flex-end;
}

p.rg_grid_price_c3 {
    font-weight: 700 !important;
    color: #0C2E82 !important;
}

.rg_cart_drop_c15 .product-details p strong {
    font-weight: 700 !important;
}

p.warranty_values.manufacturer_text.rg_grid_price_c4 {
    display: none;
}

span.rg_checkout_grid_c10 {
    font-weight: 600;
    font-size: 15px;
    color: #292B2B !important;
    background: unset ! IMPORTANT;
}



.rg_checkout_grid_c7 {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
}

span.rg_checkout_grid_c15 {
    font-weight: 600;
    font-size: 12px;
    color: #292B2B;
    margin-top: -17px;
}

.qty.rg_grid_input_c1 {
    position: absolute;
    left: 0;
    bottom: 0px;
}

.col-md-2.col-xs-2.text-xs-right.rg_grid_input_c3 {
    position: absolute;
    right: 0;
    bottom: 0px;
    padding: 0px;
}

.rg_grid_input_c4 a:hover {
    background: unset;
}

.rg_grid_input_c4 a {
    color: #F04438 !important;
    padding: 0px;
}

.rg_grid_input_c1 .input-group.bootstrap-touchspin {
    border: 2px solid #0c2e82;
}

.rg_grid_input_c1 .input-group.bootstrap-touchspin input {
    border: unset !important;
    text-align: center;
    width: 100px;
}

.rg_grid_input_c1 .input-group.bootstrap-touchspin button {
    border: unset !important;
    padding: 0px 10px !important;
}

.rg_grid_input_c4 a i {
    font-size: 20px;
}

/* Drop Down Ends */
/*
.dropdown.rg_cart_drop_c1 {
    border-right: 1px solid #819AC8;
    padding-right: 6px;
}
*/

.rgfooterlinks_c7 a.dark-grey-text:hover {
    color: #0c2e82 !important;
}

.modal-header .close {
    opacity: 1;
    outline: unset;
    box-shadow: unset;
    margin-top: 5px !important; 
}


.iti--separate-dial-code .iti__selected-flag {
    height: 35px;
    width: 80px;
}

.g-recaptcha {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iti.iti--allow-dropdown.iti--separate-dial-code input {
    padding-left: 85px !important;
}

.modal.loggedinpopup,
.modal.accountpopup,
.modal.spclclr {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1050;
}

.rgpopupdiv_c1 {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 16px;
    text-align: left !important;
    width: 100%;
    color: #232323;
    margin-bottom: 20px;
}

.rgpopupdiv_c2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}

.rgpopupdiv_c2 button {
    padding: 8px;
    text-transform: capitalize;
    font-weight: 600 !important;
    font-size: 15px !important;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    width: 40%;
    border-radius: 4px;
    height: 40px;
    opacity: 1 !important;
    outline: unset !important;
    cursor: pointer;
}

button.rgpopupbuttonmain_c1 {
    background: #DA3832;
    border: 2px solid #DA3832;
    color: #fff;
}

button.rgpopupbuttonmain_c1:hover {
    background: #0c2e82;
    border: 2px solid #0c2e82;
    color: #fff;
}

.rgpopupbuttonsub_c1 {
    color: #0c2e82;
    background: #fff !important;
    border: 2px solid #0c2e82 !important;
}

button.close.rgpopupbuttonsub_c1:hover {
    background: #0c2e82 !important;
    border: 2px solid #0c2e82 !important;
    color: #fff;
    opacity: 1;
    outline: unset !important;
    font-weight: 400 !IMPORTANT;
    font-size: 15px !important;
    font-family: 'Source Sans 3' !IMPORTANT;
}

button.close.rgpopupbuttonsub_c1 {
    color: #0c2e82;
    background: #fff !important;
    border: 2px solid #0c2e82 !IMPORTANT;
    opacity: 1;
}



.modal .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.rgpopupdiv_c2.flex {
    justify-content: center;
}

a.rgpopupdiv_c7 img,
a.rgpopupdiv_c8 img {
    width: 20px;
    margin-right: 5px;
    filter: brightness(100);
}

.rgpopupdiv_c3 p {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 15px;
    text-align: left !important;
    width: 100%;
    color: #232323;
}

a.rgpopupdiv_c7,
a.rgpopupdiv_c8 {
    padding: 2px 6px;
    margin-right: 10px;
    border-radius: 4px;
    background: #0c2e82;
    border: 2px solid #0c2e82;
    color: #fff;
    font-weight: 600 !important;
    font-size: 15px !important;
    line-height: 20px;
    text-align: center;
}

label.rg_enq_popup_c4 {
    font-weight: 600;
    font-size: 15px;
    color: #292B2B !important;
    margin-bottom: 5px;
}

.rg_enq_popup_c3 input {
    border: 1px solid #7E7E7E !important;
    font-weight: 400;
    font-size: 15px;
    vertical-align: middle;
    color: #292B2B !important;
    background: #fff;
    outline: unset !important;
    padding: .5rem 1rem;
}

div.rg_enq_popup_c3 {
    margin-bottom: 15px;
}

.rg_enq_popup_c2 span.help-block {
    margin-top: -10px;
    display: block;
    margin-bottom: 10px;
}

.rg_enq_popup_c6 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.quantity.buttons_added {
    font-weight: 600;
    font-size: 15px;
    color: #292B2B !important;
    margin-bottom: 5px;
}

.rg_enq_popup_c7 input#countprd {
    border: unset !IMPORTANT;
    text-align: center;
    width: 100px;
    font-size: 15px;
    font-weight: 500;
}

.rg_enq_popup_c7 .input-group.bootstrap-touchspin {
    border: 2px solid #0c2e82;
    text-align: center;
}

.rg_enq_popup_c7 button.bootstrap-touchspin-up,
.rg_enq_popup_c7 button.bootstrap-touchspin-down {
    background: unset;
    border: unset;
}

.rg_enq_popup_c6 button#qtyspecialsubmit {
    padding: 8px;
    text-transform: capitalize;
    font-weight: 600 !important;
    font-size: 15px !important;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    opacity: 1 !important;
    outline: unset !important;
    cursor: pointer;
    background: #DA3832;
    border: 2px solid #DA3832;
    color: #fff;
}

.rg_enq_popup_c6 button#qtyspecialsubmit:hover {
    background: #0c2e82;
    !;
    border: 2px solid #0c2e82;
    color: #fff;
}

#search_filters .category-sub-menu li.main-li-category:nth-child(2) {
    border-top: unset;
}

footer.form-footer.text-sm-center.clearfix.regal_login_c5 {
    margin-top: 20px;
}

.forgot-password.regal_login_c3 {
    padding-bottom: 0px !IMPORTANT;
}

.resetpass_success_c1 ul {
    padding: 20px !IMPORTANT;
    margin: auto;
}

.resetpass_success_c1 ul li {
    padding-bottom: 0px !IMPORTANT;
    margin-bottom: 0px !IMPORTANT;
}

a.resetpass_success_c3 {
    background: #DA3832;
    border: 2px solid #DA3832;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-radius: 2px;
    padding: 5px 10px;
}

.resetpass_success_c2 {
    text-align: center;
    display: flex;
    padding: 15px;
    justify-content: center;
}

a.resetpass_success_c3:hover {
    background: #0c2e82;
    border: 2px solid #0c2e82;
}

.forgotten-password .form-fields .center-email-fields button:hover {
    background: #DA3832;
    border: 2px solid #DA3832;
}

section.form-fields.renew-password.rg_renewpass_c3 {
    margin: auto;
}

.email.rg_renewpass_c4 {
    background: #E7EAF3;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 15px;
    color: #0C2E82;
    margin-bottom: 0px;
    text-align: center;
}

button.btn.btn-primary.rg_renewpass_c10 {
    width: max-content;
    margin: auto;
    margin-top: 15px;
    background: #0c2e81;
    border: 2px solid #0C2E82;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-radius: 2px;
}

.col-md-12.rg_renewpass_c8 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    gap: 15px;
}

a.rg_renewpass_c11 {
    color: #DA3832 ! IMPORTANT;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    text-decoration: underline;
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

button.btn.btn-primary.rg_renewpass_c10:hover {
    background: #DA3832;
    border: 2px solid #DA3832;
}


#product .scroll-box-arrows.scroll {
    display: none;
}

#product .images-container .product-images>li.thumb-container .thumb {
    width: 80px;
    height: 80px;
    padding: 8px;
    border: 2px solid #DFDFDF;
}


#product .product-images>li.thumb-container .thumb.selected,
#product .product-images>li.thumb-container .thumb:hover {
    border: 2px solid #0c2e82;
}

#product img.js-qv-product-cover.img-fluid {
    padding: 40px;
}

.dek_filters_c1 {
    position: absolute;
    right: -6px;
    top: 10px;
}

.col-xs-12.col-sm-12.products-sort-order.dropdown {}

#search_filters,
#search_filters_brands,
#search_filters_suppliers {
    padding-top: 0px;
}

article.product-miniature.js-product-miniature:hover {
    box-shadow: 0px 6px 14px -6px #1D29394D;
}

article.product-miniature.js-product-miniature img.rg_text_details_c3 {
    filter: grayscale(100%);
}

article.product-miniature.js-product-miniature:hover img.rg_text_details_c3 {
    filter: none;
}

a.previous.js-search-link,
a.next.js-search-link {
    color: #7E7E7E;
}

.dek_filters_c1.count_vc1 {
    right: 15px;
}

span.count_vc3 {
    color: #819AC8;
}

.dek_filters_c2.count_vc2 {
    font-weight: 500;
    font-size: 16px;
    text-align: right;
}

span.count_vc4 {
    color: #7E7E7E;
}

.main-single-product button.wishlist-button-add.wishlist-button-product.quotes_fav_c6:hover img {
    filter: brightness(100);
}

.main-single-product button.wishlist-button-add.wishlist-button-product.quotes_fav_c6 img {
    margin-right: 7px;
    margin-top: 0px;
}

#product .your-price {
    display: flex;
    margin-right: 0px;
    justify-content: flex-end;
}

#product .product-discount .regular-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end ! IMPORTANT;
    align-content: flex-end;
    color: #292B2B;
    font-weight: bolder;
    font-size: 30px;
    margin-right: 0px;
}

#product .product-discount {
    display: flex;
    margin-right: 0px;
    opacity: 0.4;
}

.product-details.rg_grid_price_c1 {
    height: 60px;
    overflow: hidden;
}

p.rg_grid_price_c3 {
    height: 20px;
    overflow: hidden;
}

p.rg_grid_price_c2 {
    height: 40px;
    overflow: hidden;
}

.cart-line-product-actions.rg_grid_input_c4 {
    float: right;
    text-align: right;
}

a.remove-from-cart {
    padding: 0px;
}

img.js-modal-product-cover.product-cover-modal {
    width: 100%;
}

.rgcart_droppopup_c6 {
    display: flex;
    gap: 10px;
}

a.rg_cart_drop_c11 input:hover {
    background: #DA3832;
    border: 2px solid #DA3832;
}

ul.cart-items.rg_cart_drop_c14 {
    max-height: 300px !important;
    overflow-y: auto;
}

.wishlist-dropdown {
    box-shadow: 0px 18px 88px -4px #1D29391F;
    box-shadow: 0px 8px 28px -6px #1D29391A;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, .15);
    width: 350px;
}

.wishlist-add-to {
    position: absolute;
    background: #fff;
    right: 30px;
}

.wishlist-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.wishlist-header h5 {
    color: #0C2E82;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.wishlist-header button {
    border-radius: 50%;
    border: 2px solid #0c2e82;
    padding: 1px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    outline: unset;
    position: absolute;
    right: 20px;
    top: 15px;
    opacity: 1;
}

.wishlist-header button span {
    font-size: 17px;
}

.wishlist-search input {
    border: 2px solid #DFDFDF;
    width: 100%;
    border-radius: 40px;
    padding: 12px 16px;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    outline: unset;
}

.wishlist-search {
    position: relative;
    display: flex;
}

.wishlist-search img {
    position: absolute;
    right: 12px;
    top: 11px;
}

.wishlist-body.wishlistContainer {
    margin-top: 15px;
}

.wishlist-list .wishlist-list-item:hover {
    background: #0c2e82 !important;
}

.wishlist-list .wishlist-list-item:hover p {
    color: #fff !important;
}

.wishlist-footer {
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 10px;
    width: 100%;
}

.wishlist-list .wishlist-list-item .save-btn {
    position: absolute;
    right: 10px;
    padding: 5px 15px;
    top: 5px;
    outline: unset;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #558FFA;
    background: #558FFA;
    border-radius: 1px;
    display: none;
}

.wishlist-list .wishlist-list-item:hover .save-btn {
    display: block;
}


#wishlist-modal .wishlist-modal-content,
#wishlist-modal-list .wishlist-modal-content {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 30px auto;
    width: 50%;
    max-width: 50%;
    margin-top:13%;
}

#deleteWishlist .modal-content {
    min-width: 595px;
}

#deleteWishlist .modal-dialog .modal-dialog-centered {
    align-items: center;
    justify-content: center;
}

#deleteWishlist .modal-dialog {
    height: 100vh;
}

#wishlist-modal.wishlist-modal .close,
#wishlist-modal-list.wishlist-modal .close {
    position: absolute;
    top: 10px;
    right: 10px;
}

#wishlist-modal.wishlist-modal .close span,
#wishlist-modal-list.wishlist-modal .close span {
    border-radius: 50%;
    border: 2px solid #0c2e82;
    padding: 1px;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    outline: unset;
}

#wishlist-modal.wishlist-modal .close span i.material-icons,
#wishlist-modal-list.wishlist-modal .close span i.material-icons {
    font-size: 15px;
    font-weight: 600;
    color: #0c2e82 !important;
}

#wishlist-modal p.success-text {
    text-align: left;
    font-weight: 600 !important;
    font-size: 20px !important;
    color: #0c2e82 !important;
}

#wishlist-modal .wishlist-product {
    display: flex;
    justify-content: flex-start;
    margin-top: 30px ! IMPORTANT;
    gap: 20px ! IMPORTANT;
    border-bottom: 2px solid #DFDFDF;
    padding-bottom: 15px;
}

#wishlist-modal .wishlist-product .product-details {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
}

#wishlist-modal h3.product-name {
    font-weight: 700;
    font-size: 24px !important;
    vertical-align: middle;
    color: #292B2B !important;
    text-align: left;
}

#wishlist-modal p.product-description {
    font-weight: 700;
    font-size: 15px !important;
    vertical-align: middle;
    color: #292B2B !important;
    text-align: left;
}

#wishlist-modal .wishlist-product p {
    margin-bottom: 10px;
}

#wishlist-modal p.product-sku {
    font-weight: 700;
    font-size: 15px !important;
    vertical-align: middle;
    color: #0c2e82 !important;
    text-align: left;
}

#wishlist-modal p.manufacturer-sku {
    font-weight: 500;
    font-size: 15px !important;
    vertical-align: middle;
    color: #292B2B !important;
    text-align: left;
}

#wishlist-modal .wishlist-modal-actions button {
    padding: 8px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    width: 40%;
    border-radius: 2px;
    height: 40px;
    outline: unset;
}

#wishlist-modal .wishlist-modal-actions {
    display: flex;
    justify-content: flex-end;
}

#wishlist-modal button.wishlist-button.viewFavourites {
    color: #0c2e82;
    background: #fff;
    border: 2px solid #0c2e82;
}

#wishlist-modal button.wishlist-button.close-modal.closeModal {
    background: #0c2e82;
    border: 2px solid #0c2e82;
}

#wishlist-modal button.wishlist-button.viewFavourites:hover {
    background: #0c2e82;
    border: 2px solid #0c2e82;
    color: #fff;
}

#wishlist-modal button.wishlist-button.close-modal.closeModal:hover {
    background: #DA3832;
    border: 2px solid #DA3832;
}

#wishlist-modal span.wishlist-name {
    color: #558FFA !important;
}

#wishlist-modal-list p.success-text {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #2EB634;
}

#wishlist-modal-list h2.wishlist-title {
    font-weight: 600;
    font-size: 30px !important;
    text-align: center !important;
    color: #0C2E82 !IMPORTANT;
    line-height: 40px !important;
    margin: 25px 0px;
}

#wishlist-modal-list p.wishlist-items-count {
    font-weight: 600;
    font-size: 15px !important;
    text-align: center !IMPORTANT;
    color: #292B2B !important;
}

.wishlist_create_c4 .form-group.form-group-lg {
    display: flex;
    gap: 10px;
}

.wishlist_create_c6 {
    width: 100%;
}

.wishlist_create_c1 .modal-dialog.modal-dialog-centered {
    max-width: 50% !important;
}

.wishlist_create_c6 label {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    vertical-align: middle;
}

#product .swiper-slide .list_action_c1 {
    height: 90px;
}

.custom_pagination_c3 {
    background: #F6F6F6;
    height: 60px;
}

.header_box2_c1 ul.submenu li.submenu-item:nth-child(2) ul.sub-submenu {
    height: 312px;
    overflow: auto;
    top: -46px;
}

#removesingleproduct button#clearcart {
    background: #DA3832;
    border: 2px solid #DA3832;
    float: left;
    margin-left: 0px;
}

#removesingleproduct .modal-footer button {
    padding: 8px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    width: 120px;
    margin-left: 10px;
}

#removesingleproduct button#clearcart:hover,
#removesingleproduct button#clearcartcancel:hover {
    background: #0c2e82;
    border: 2px solid #0c2e82;
    color: #fff;
}

#removesingleproduct button#clearcartcancel {
    background: #ffffff;
    border: 2px solid #0c2e82;
    color: #0c2e82;
}

.reg_buttons {
    display: flex;
    justify-content: center;
    margin: 15px;
    gap: 10px;
}

#authentication label.col-md-12.form-control-label {
    display: none;
}

#authentication .form-group.row {
    margin-top: 20px;
}

.reg_buttons button {
    border: 2px solid #0c2e82;
    padding: 8px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background: #0c2e82;
    cursor: pointer;
    outline: unset;
    box-shadow: unset;
}

.page-authentication #content,
.page-registration #content {
    max-width: 55%;
    margin: 0 auto;
}

.register_submit_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}


button#pass,
button#cpass {
    background: #0c2e82;
    color: #fff;
    outline: unset !important;
    box-shadow: unset !important;
    width: 80px;
    border: unset;
    font-weight: 400;
    font-size: 14px;
    padding: .5rem 1rem;
    text-transform: uppercase;
    position: absolute;
    right: 15px;
}

.form-group.row.password .form_signup_checkbox_c1,
.form-group.row.confirm_password .form_signup_checkbox_c1 {
    display: flex;
    flex-direction: column;
}

button.register_for_new.new-active,
button.register_for_existing.existing-active {
    background: #DA3832;
    border: 2px solid #DA3832;
}


#product .main-single-product .quotes_fav_c5 .wishlist-button-add {
    display: flex;
}

.wishlist_listing_c2 section#content.card-block {
    padding: 1.563rem 1.25rem;
    margin-bottom: 1.563rem;
    background: #fff;
}

.wishlist-container.wishlist_listing_c2 {
    width: 100%;
}

.wishlist_listing_c2 a.wishlist-add-to-new.text-primary:hover {
    border: 2px solid #d53731;
    background: #d53731;
}

.wishlist_listing_c13 a.wishlist-add-to-new.text-primary:hover {
    border: 2px solid #d53731;
    background: #d53731;
}

.wishlist_listing_c14 button.btn.btn-primary.add-to-cart.list_action_c6.add-all-to-cart:hover {
    background: #0C2E82 !important;
    border: 2px solid #0C2E82;
}

.wishlist_listing_c2 .wishlist-list-container {
    padding: 10px;
    border: 2px solid #DFDFDF;
    margin-top: 10px;
}

.wishlist_listing_c2 .wishlist-search input {
    border: 2px solid #DFDFDF;
    border-radius: 2px;
    padding-left: 35px;
}

.wishlist_listing_c2 .wishlist-search img {
    right: 8px;
}

.wishlist_listing_c2 ul.wishlist-list {
    height: 350px;
    overflow: auto;
}



.wishlist_listing_c2 ul.wishlist-list li p {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 16px !important;
    color: #292B2B !important;
}

.wishlist_listing_c2 h1 {
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 25px;
    color: #0C2E82;
}

.wishlist_listing_c12 h1 {
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 25px;
    color: #0C2E82;
}

.wishlist-footer.wishlist_listing_c3 {
    position: relative;
    display: flex;
    height: 40px;
    margin-bottom: -3px;
    margin-top: 30px;
}

.wishlist_listing_c13 {
    position: absolute;
    right: 0pc;
    top: 0;
    display: flex;
    gap: 10px;
}

.wishlist_listing_c14 button.btn.btn-primary.add-to-cart.list_action_c6.add-all-to-cart {
    color: #fff !important;
    padding: 8px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    border-radius: 4px;
    background: #DA3832;
    border: 2px solid #DA3832;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}

.wishlist_listing_c13 a.wishlist-add-to-new.text-primary {
    padding-left: 10px;
    padding-right: 10px;
}

.wishlist_listing_c13 a img {
    filter: brightness(100);
}

.wishlist_listing_c11 .js-product.product.col-xs-12.col-sm-6.col-xl-3 {
    margin-bottom: 20px;
}


#identity header.page-header {
    width: 95% !IMPORTANT;
    margin: auto;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 10px;
}

#identity #main .page-content form#customer-form {
    width: 60% !IMPORTANT;
    margin: auto;
    max-width: 55%;
    margin: 0 auto;
    box-shadow: 0px 6px 12px 7px #1D293914;
    border-radius: 5px;
    padding: 0px;
    border: 1px solid #DFDFDF;
}

#identity section#main footer.page-footer {
    display: none;
}

#identity header.page-header h1 {
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 25px;
    color: #0C2E82;
}

#addWishlistToCartModal .modal-footer {
    border: unset;
    display: flex;
    justify-content: space-between;
}

#addWishlistToCartModal .modal-footer:after {
    display: none;
}

#addWishlistToCartModal .modal-footer button {
    padding: 8px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    width: 40%;
    border-radius: 4px;
    height: 40px;
}

#addWishlistToCartModal button.btn.btn-primary.yes {
    background: #DA3832;
    border: 2px solid #DA3832;
}

#addWishlistToCartModal button.btn.btn-secondary {
    color: #0c2e82;
    background: #fff;
    border: 2px solid #0c2e82;
}

#addWishlistToCartModal .modal-footer button:hover {
    background: #0c2e82 !IMPORTANT;
    border: 2px solid #0c2e82 !IMPORTANT;
    color: #fff !IMPORTANT;
}

#addWishlistToCartModal span.modal-title {
    font-weight: 600 !important;
    font-size: 20px !important;
    color: #0c2e82 !important;
}


#addWishlistToQuoteModal .modal-footer {
    border: unset;
    display: flex;
    justify-content: space-between;
}

#addWishlistToQuoteModal .modal-footer:after {
    display: none;
}

#addWishlistToQuoteModal .modal-footer button {
    padding: 8px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    width: 40%;
    border-radius: 4px;
    height: 40px;
}

#addWishlistToQuoteModal button.btn.btn-primary.yes {
    background: #DA3832;
    border: 2px solid #DA3832;
}

#addWishlistToQuoteModal button.btn.btn-secondary {
    color: #0c2e82;
    background: #fff;
    border: 2px solid #0c2e82;
}

#addWishlistToQuoteModal .modal-footer button:hover {
    background: #0c2e82 !IMPORTANT;
    border: 2px solid #0c2e82 !IMPORTANT;
    color: #fff !IMPORTANT;
}

#addWishlistToQuoteModal span.modal-title {
    font-weight: 600 !important;
    font-size: 20px !important;
    color: #0c2e82 !important;
}

#addWishlistToCartModal .modal-content {
    min-width: 595px;
}

#addWishlistToCartModal .modal-dialog .modal-dialog-centered {
    align-items: center;
    justify-content: center;
}

#addWishlistToCartModal .modal-dialog {
    height: 100vh;
}

#addWishlistToQuoteModal .modal-content {
    min-width: 595px;
}

#addWishlistToQuoteModal .modal-dialog .modal-dialog-centered {
    align-items: center;
    justify-content: center;
}

#addWishlistToQuoteModal .modal-dialog {
    height: 100vh;
}

.wishlist-list .wishlist-list-item:hover {
    background: #0c2e82 !important;
}

.wishlist-list .wishlist-list-item:hover p {
    color: #fff !important;
}


#createNewWishlist .modal-dialog.modal-dialog-centered {
    min-width: 600px;
    align-items: center;
    justify-content: center;
}

#createNewWishlist .modal-content {
    min-width: 599px;
}

#createNewWishlist .modal-dialog {
    height: 100vh;
}

#createNewWishlist .modal-footer button {
    padding: 8px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    width: 40%;
    border-radius: 4px;
    height: 40px;
}


#createNewWishlist button.modal-cancel.btn.btn-secondary {
    background: #DA3832;
    border: 2px solid #DA3832;
    color: #fff;
}

#createNewWishlist button.btn.btn-primary {
    color: #fff;
    background: #0c2e82;
    border: 2px solid #0c2e82;
}

#createNewWishlist .modal-footer button:hover {
    background: #fff !IMPORTANT;
    border: 2px solid #0c2e82 !IMPORTANT;
    color: #0c2e82 !IMPORTANT;
}


#createNewWishlist .modal-footer {
    border: unset;
    display: flex;
    justify-content: space-between;
}

#createNewWishlist .modal-footer:after {
    display: none;
}

#deleteWishlist .modal-footer button {
    padding: 8px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    width: 40%;
    border-radius: 4px;
    height: 40px;
}


#deleteWishlist button.modal-cancel.btn.btn-secondary {
    background: #DA3832;
    border: 2px solid #DA3832;
    color: #fff;
}

#deleteWishlist button.btn.btn-primary {
    color: #fff;
    background: #0c2e82;
    border: 2px solid #0c2e82;
}

#deleteWishlist .modal-footer button:hover {
    background: #fff ! IMPORTANT;
    border: 2px solid #0c2e82 ! IMPORTANT;
    color: #0c2e82 ! IMPORTANT;
}


}

#deleteWishlist .modal-footer {
    border: unset;
    display: flex;
    justify-content: space-between;
}

#deleteWishlist .modal-footer:after {
    display: none;
}


#search h1#js-product-list-header {
    margin-top: 25px;
    margin-bottom: 5px;
    padding-left: 0px;
    font-weight: 700;
    font-size: 25px;
    color: #0C2E82;
}

#search section#main {
    width: 94%;
    margin: auto;
}

#search .js-product.product.col-xs-12.col-sm-6.col-xl-3 {
    margin-bottom: 20px;
}

.custom_spinner_wrapper_all_pages {
    display: none ! IMPORTANT;
}

.header_box2_c1.onscroll_v2 ul.main-menu .submenu .sub-submenu {
    background: #F6F6F6;
    overflow: scroll;
    height: 312px;
    overflow-x: hidden;
}


@supports (-webkit-touch-callout: none) {
    .header_box2_c1.onscroll_v2 ul.main-menu .submenu .sub-submenu {
        white-space: nowrap;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }
}



ul.sub-sub-submenu {
    background: #E6EBF4;
    position: fixed;
    top: 127px;
    left: 630px;
    padding: 0px;
    height: 312px;
    overflow: auto;
    z-index: 999;
    direction: rtl;
}

.rgl_header_v1_c2 div#search_widget button {
    display: none;
}

.rgl_header_v1_c2 div#search_widget .search-loader {
    top: 7px;
    right: 10px;
}



/* search Start */
.ui-autocomplete.searchbar-autocomplete {
    width: 250px !important;
    min-width: 250px !important;
    box-shadow: 0px 6px 14px -6px #1D29394D;
    background: #fff;
    padding: 0px;
    border: 2px solid #DFDFDF;
    right: unset !important;
    left: unset !IMPORTANT;
    height: 300px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    top: 39px !important;
}

.rgl_header_v1_c2 div#search_widget {
    overflow: visible;
}

.ui-autocomplete.searchbar-autocomplete li.ui-menu-item.search-title {
    background: #0c2e82 !IMPORTANT;
    padding: 10px !important;
    text-align: center;
    color: #fff;
    font-family: 'Source Sans 3' !IMPORTANT;
    font-size: 16px !IMPORTANT;
}

.ui-autocomplete.searchbar-autocomplete li.ui-menu-item {
    border-bottom: 1px solid #DFDFDF;
    padding: 0px 10px !IMPORTANT;
    background: #F6F6F6;
}

.ui-autocomplete.searchbar-autocomplete .ui-menu-item a {
    padding: 10px 0px;
    display: flex;
    align-items: center;
    align-content: center;
}

.ui-autocomplete.searchbar-autocomplete .ui-menu-item a img {
    width: 40px !IMPORTANT;
    height: 40px !IMPORTANT;
}

.ui-autocomplete.searchbar-autocomplete li a,
.ui-autocomplete.searchbar-autocomplete li a.ui-state-focus {
    padding: 10px 0px;
    display: flex;
    align-items: center;
    background: transparent;
}

.ui-autocomplete.searchbar-autocomplete .ui-menu-item a span.product {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Source Sans 3' !IMPORTANT;
}

.ui-autocomplete.searchbar-autocomplete li.ui-menu-item:hover {
    background: #819AC833;
}

.ui-autocomplete.searchbar-autocomplete li.ui-menu-item.search-title b {
    font-weight: 500 !important;
    text-transform: uppercase;
}

/* Search end */




#category .product-miniature .product-price-and-shipping {
    height: 45px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}

#category .final_price_tag_c1 {
    display: flex;
    flex-direction: column;
    width: 50%;
    opacity: 0.5;
}

#category .offer_price_tag_c1 {
    display: flex;
    flex-direction: column;
    width: 50%;
    align-items: flex-start;
    align-content: flex-start;
}

#category .offer_price_tag_c1.nodiscountapply {
    align-items: flex-end;
}

#category span.final_price_tag_c2,
#category span.offer_price_tag_c2 {
    font-size: 12px;
    font-weight: 500;
}

#category span.regular-price.final_price_tag_c3,
#category span.price.offer_price_tag_c3 {
    font-weight: bold;
    font-size: 16px;
    color: #292B2B;
}

.rg_grid_input_c4 a {
    display: flex;
    padding: 0px;
    align-items: flex-end;
}

.rg_grid_input_c4 a span {
    font-size: 12px;
    font-weight: 400;
}

.multiple-divider-or {
    margin: 10px;
    font-size: 18px;
    font-weight: 500;
}

.cart-box.quotes_additional_div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.quotes_additional_div_c1 select {
    border: 1px solid #7E7E7E !important;
    font-weight: 400;
    font-size: 15px;
    vertical-align: middle;
    color: #292B2B !important;
    outline: unset !important;
    padding: .5rem 1rem;
    background: #e7eaf3 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=) no-repeat right .5rem center / 1.25rem 1.25rem;
    border-radius: 2px;
    height: auto;
    background-image: unset;
    margin-bottom: 10px;
}

#cart #wrapper .breadcrumb[data-depth="1"] {
    display: block;
}




/* Checkout steps Starts */

#cart #wrapper .breadcrumb[data-depth="1"] {
    display: block;
}

#checkout .regal_div_seperate {
    margin: auto;
    width: 95% ! IMPORTANT;
}

.promo-code {
    background: #E7EAF3;
}

.block-promo .promo-input {
    border: 1px solid #7E7E7E !important;
    font-weight: 400;
    font-size: 15px;
    vertical-align: middle;
    color: #292B2B !important;
    background: #fff;
    outline: unset !important;
    padding: .5rem 1rem;
    width: 100%;
}

.promo_div_c3 {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.promo_div_c3 button {
    background: #0c2e82;
    text-align: center;
    text-transform: capitalize;
    padding: 5px ! IMPORTANT;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid #0c2e82;
}

.promo_div_c3 button,
.promo_div_c3 a {
    width: 50%;
    border-radius: 2px;
}

.promo_div_c3 button:hover {
    background: #da3832;
    border: 2px solid #da3832;
}


.block-promo .promo-code-button.cancel-promo[aria-expanded="true"] {
    background: #fff;
    padding: 5px !IMPORTANT;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    text-transform: capitalize;
    margin: auto;
    color: #0c2e82;
    border: 2px solid #0c2e82;
}

.block-promo .promo-code-button.cancel-promo[aria-expanded="true"]:hover {
    background: #0c2e82;
    border: 2px solid #0c2e82;
    color: #fff;
}

body#checkout section.checkout-step .content {
    padding: 0px;
}

body#checkout section.checkout-step {
    padding-right: 15px;
    padding-left: 15px;
}

.card-block.cart-detailed-subtotals.js-cart-detailed-subtotals {
    padding: 0px;
}

.ckt_ck_summary_c4 {
    margin-top: 3%;
}

.card-block.ckt_summary_c2 {
    padding: 0px;
}

p.ckt_st1_c2 {
    font-weight: 700;
    font-size: 25px;
    vertical-align: middle;
    color: #0C2E82;
}

body#checkout .checkout_step_c2.ckt_st1_c5 {
    border: 2px solid #DFDFDF;
    padding: 12px !IMPORTANT;
    min-height: unset !important;
    background: #fff !important;
    cursor: pointer;
}

body#checkout .checkout_step_c2.ckt_st1_c5.bg-regal {
    background: #0C2E82 !important;
}


.card-block.cart-summary-totals.js-cart-summary-totals.cart_sumc1 {
    padding: 10px 0px;
}






.custom-radio input[type="radio"] {
    opacity: 0;
    cursor: pointer;
    width: 25px !important;
    height: 25px !important;
}

.custom-radio {
    width: 25px !important;
    height: 25px !important;
    border-color: #0c2e81;
}

.custom-radio input[type=radio]:checked+span {
    width: 15px;
    height: 15px;
    background-color: #0c2e81;
    animation: checkbox-bounce .3s cubic-bezier(.7, 0, .3, 1);
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

body#checkout section.checkout-step .delivery-options .delivery-option img {
    width: 50px;
    height: 50px;
}

.checkout_step_c12 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: auto;
    gap: 5px;
}

.checkout_step_c5 {
    width: 100%;
}

body#checkout section.checkout-step .delivery-options .delivery-option label {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

body#checkout section.checkout-step .carrier-name {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #0C2E82;
}




.rg_cart_drop_c3 .cart-line-product-actions.rg_grid_input_c4 a {
    padding: 0px;
    display: flex;
    bottom: 0px;
    align-items: flex-end;
    justify-content: flex-end;
}

/*#removesingleproduct .modal-dialog.modal-dialog-centered {
    min-height: unset !IMPORTANT;
}*/
div#removesingleproduct {
    opacity: 1;
}

/*#removesingleproduct .modal-dialog.modal-dialog-centered {
    min-height: unset !IMPORTANT;
}
*/



#clearcart_modal button.btn.btn-primary.button_sub {
    background: #0c2e82;
    border: 2px solid #0c2e82;
    color: #fff;
}

#clearcart_modal .modal-footer button {
    padding: 8px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    width: 120px;
    outline: unset;
    box-shadow: unset;
}

#clearcart_modal button.btn.btn-primary.button_sub:hover {
    background: #DA3832;
    border: 2px solid #DA3832;
}

#clearcart_modal button#currentclear:hover {
    background: #0c2e82;
    border: 2px solid #0c2e82;
    color: #fff;
}

#clearcart_modal button#currentclear {
    background: #fff;
    border: 2px solid #0c2e82;
    color: #0c2e82;
}


span.card_dt_cc_c1 {
    font-weight: 600;
    font-size: 15px;
    vertical-align: middle;
    color: #0c2e81;
    margin-left: 4px;
}

a.pull-right.bold.card_dt_c15 {
    color: #558FFA;
    font-weight: 600;
    font-size: 15px;
}

ul.nav.nav-tabs.delivery_option_c2 {
    display: flex;
    width: 100%;
}

ul.nav.nav-tabs.delivery_option_c2 li {
    width: 50%;
    text-align: center;
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 10px;
}

div#delivery_tabs {
    margin-top: 5%;
}

a.delivery_option_c4 {
    font-weight: 600;
    font-size: 15px;
    vertical-align: middle;
    color: #0c2e81 !IMPORTANT;
    margin-left: 4px;
    text-decoration: unset !important;
}

ul.nav.nav-tabs.delivery_option_c2 li.active a {
    color: #558FFA !important;
}

ul.nav.nav-tabs.delivery_option_c2 li.active {
    border-bottom: 2px solid #558FFA;
}



ul.nav.nav-tabs.delivery_option_c2 {
    display: flex;
    width: 100%;
}

ul.nav.nav-tabs.delivery_option_c2 li {
    width: 50%;
    text-align: center;
    border-bottom: 2px solid #DFDFDF;
    padding-bottom: 10px;
}

div#delivery_tabs {
    margin-top: 5%;
}

a.delivery_option_c4 {
    font-weight: 600;
    font-size: 15px;
    vertical-align: middle;
    color: #0c2e81 !IMPORTANT;
    margin-left: 4px;
    text-decoration: unset !important;
}

ul.nav.nav-tabs.delivery_option_c2 li.active a {
    color: #558FFA !important;
}

ul.nav.nav-tabs.delivery_option_c2 li.active {
    border-bottom: 1px solid #558FFA;
}

.col-xs-12.delivery_text_c6 {
    padding: 0px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.delivery_text_c7,
.delivery_text_c8,
.delivery_text_c9,
.delivery_text_c10 {
    padding: 0px 5px;
}

.delivery_text_c10 {
    display: flex;
    justify-content: flex-end;
}

.delivery_text_c10 button {
    padding: 5px 10px;
    font-size: 14px;
    text-transform: capitalize;
    display: flex;
    gap: 6px;
    border-radius: 2px;
    border: 2px solid #0c2e82 !important;
}

h2.delivery_text_c11 {
    font-weight: 700;
    font-size: 18px;
    vertical-align: middle;
}

p.note.delivery_text_c12 {
    font-weight: 400;
    font-size: 14px;
}

p.note.delivery_text_c12 a {
    color: #558FFA !important;
    text-decoration: unset !IMPORTANT;
}

.delivery_add_title {
    margin-bottom: 20px;
}

.delivery_unittittle {
    font-weight: 400;
    font-size: 14px;
    color: #7E7E7E;
}

.delivery_unittext {
    font-weight: 700;
    font-size: 14px;
    color: #0C2E82;
}

p.delivery_text_c2 {
    font-weight: 400;
    font-size: 14px;
    margin-top: 15px;
    padding-left: 5px;
    color: #0C2E82;
}

.delivery_text_c4 .delivery_text_c6:nth-child(2) {
    border: unset;
}

button#continue_step {
    width: 100%;
    background: #0C2E82;
    border: 2px solid #0C2E82;
    text-transform: capitalize;
}

button#continuePaymentBtn {
    text-transform: capitalize;
}

button#secure_checkout_final_step {
    text-transform: capitalize;
}

.proceed-button-container {
    width: 100%;
}

button#continue_step:hover {
    background: #DA3832 !important;
    border: 2px solid #DA3832 !important;
}




div#update-recipient-modal,
div#update-address-modal,
div#update-limit-modal,
div#success-message-modal {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1050;
    overflow-x: hidden;
    overflow-y: auto;
}

body#checkout #update-recipient-modal .modal-content,
body#checkout #update-address-modal .modal-content,
body#checkout #update-limit-modal .modal-content,
body#checkout #success-message-modal .modal-content {
    background-color: #fff;
    padding: 10px;
}


div#update-recipient-modal .modal-body,
div#update-address-modal .modal-body,
div#update-limit-modal .modal-body {
    border: unset;
    padding: 0px !important;
    margin: 5px !important;
}

div#update-recipient-modal .modal-footer,
div#update-address-modal .modal-footer {
    border: unset;
}

div#update-recipient-modal button#delivery_recipient_submit,
div#update-address-modal button#delivery_address_submit {
    width: 100%;
    background: #0C2E82;
    border: 2px solid #0C2E82;
    text-transform: capitalize;
}

div#update-address-modal .address-update-warning span.warning-text {
    color: red;
    font-weight: 700;
    font-size: 14px;
}

div#update-address-modal .address-update-warning {
    text-align: center;
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

div#update-address-modal select {
    background-image: unset;
}

div#update-recipient-modal .modal-body {
    margin-top: 30px !important;
}

div#update-limit-modal p {
    padding: 10px;
    padding-bottom: 15px;
}

.limit_md_c1 {
    display: flex;
    gap: 15px;
}

.limit_md_c2,
.limit_md_c3 {
    display: flex;
    align-items: flex-end;
    gap: 5px;
}

.limit_md_c2 span,
.limit_md_c3 span {
    font-size: 15px;
    font-weight: 600;
    color: #0c2e82;
}

div#success-message-modal p#success-modal-message {
    color: #3a9a56;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
}


.checkout.cart-detailed-actions.js-cart-detailed-actions.card-block {
    padding: 0px;
}

.another_address_h3 {
    padding-right: 15px;
    padding-left: 15px;
    margin: 20px 0px;
}

/*
#another_address p.delivery_text_c2 {
    padding-right: 15px;
    padding-left: 15px;
}
*/



.another_address_h3 h3 {
    font-weight: 700 !important;
    font-size: 18px;
    vertical-align: middle;
    color: #292B2B;
}

.another_address_h3 span {
    font-weight: 300;
    font-size: 14px;
    vertical-align: middle;
    color: #292B2B;
}

#another_address .proceed-button-container {
    padding: 0px 15px;
    margin-top: 20px;
}

#another_address .proceed-button-container button {
    width: 100%;
    background: #0C2E82;
    outline: unset;
    box-shadow: unset;
    border: 2px solid #0C2E82;
    text-transform: capitalize;
    border-radius: 0.3rem;
}

#another_address .proceed-button-container button:hover {
    background: #DA3832;
    border: 2px solid #DA3832;
}

#another_address .form-group {
    height: 85px;
    margin-bottom: 10px;
}

#another_address .form-group select {
    background-image: unset;
}


img.checkout_step_c10.hover {
    display: none;
}

body#checkout .checkout_step_c2.ckt_st1_c5.bg-regal img.checkout_step_c10.hover {
    display: inline-block;
}

body#checkout .checkout_step_c2.ckt_st1_c5.bg-regal img.checkout_step_c10.default {
    display: none;
}

body#checkout .checkout_step_c2.ckt_st1_c5.bg-regal {
    border: 2px solid #0c2e82;
}

div#store_collect_tab h6 {
    font-weight: 700;
    font-size: 18px;
    color: #0C2E82;
}

div#store_collect_tab {
    margin-top: 2%;
}

.collect_branch_c2 {
    display: flex;
    width: 100%;
    align-items: center;
    border: 2px solid #DFDFDF;
    padding: 15px;
}

.collect_branch_c3 {
    width: 45%;
}

.collect_branch_c3 select {
    width: 100%;
    border: 1px solid #7E7E7E !important;
    font-weight: 400;
    font-size: 15px;
    vertical-align: middle;
    color: #292B2B !important;
    outline: unset !important;
    padding: .5rem 1rem;
    background: #e7eaf3 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=) no-repeat right .5rem center / 1.25rem 1.25rem;
    border-radius: 2px;
    height: auto;
    background-image: unset;
}

.collect_branch_c5 {
    width: 45%;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
}

.collect_branch_c4 {
    width: 10%;
    text-align: center;
}

.collect_branch_c5 a#map_show {
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    color: #558FFA !IMPORTANT;
    text-decoration: unset;
}

.store_collect_tab .checkstock_c5 {
    margin: 0px ! IMPORTANT;
    margin-top: 20px !important;
    border: 2px solid #DFDFDF;
    padding: 5px;
}

.col-md-12.collect_branch_c17 {
    background: #0c2e82;
    padding: 10px 5px;
    margin-bottom: 15px !IMPORTANT;
    color: #fff;
}

.col-md-5.collect_branch_c8 {
    text-align: right;
    font-size: 15px;
    font-weight: 600;
}

.col-md-7.collect_branch_c7 {
    text-align: left;
    font-size: 15px;
    font-weight: 600;
}

.collect_branch_c14 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.collect_branch_c11 {
    background: #F6F6F6;
    display: inline-flex;
    width: 100%;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px;
}

.common_class_branch.branch_id_10.checkstock_c4.collect_default_branch.collect_branch_c9 {
    height: auto;
    margin: auto;
    padding: 0px;
}

.collect_branch_c14 input {
    width: 25px;
    height: 25px;
}

.collect_branch_c14 .address_name,
.collect_branch_c14 .address_details,
.collect_branch_c14 .address_phone a {
    color: #7E7E7E;
    font-weight: 400 !IMPORTANT;
    font-size: 14px;
}

.collect_branch_c14 .address_name,
.collect_branch_c14 .address_details,
.collect_branch_c14 .address_phone a {
    color: #0c2e82;
    font-weight: 400 !IMPORTANT;
    font-size: 14px;
}

.details_address_c2 {
    text-align: right;
}

p.collect_person_c2 {
    font-weight: 700;
    font-size: 18px;
    color: #0C2E82;
    margin-top: 4%;
}

.collect_person_c1 .form-check-input {
    position: relative;
    margin: auto;
}

.form_entry_persons {
    border: 2px solid #DFDFDF;
    padding: 15px;
}

.form_entry_persons span {
    font-size: 12px;
}

a.special_instruction {
    text-decoration: underline;
    color: #558FFA !IMPORTANT;
    font-weight: 500 !IMPORTANT;
}

.special_instruction_c1 {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 15px;
}

#delivery-addresses button#continue_step_proceed {
    width: 100%;
    background: #0C2E82;
    outline: unset;
    box-shadow: unset;
    border: 2px solid #0C2E82;
    text-transform: capitalize;
    border-radius: 0.3rem;
}

#delivery-addresses button#continue_step_proceed:hover {
    background: #DA3832;
    border: 2px solid #DA3832;
}

label#confirm_details_label {
    margin-left: 0px;
    padding-left: 5px;
}



.makeModal .modal-footer button {
    padding: 8px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    width: 120px;
    outline: unset;
    box-shadow: unset;
}

.makeModal button#clearcartcancel {
    background: #0c2e82;
    border: 2px solid #0c2e82;
    color: #fff;
    float: left;
}

.makeModal button#clearcart2 {
    background: #fff;
    border: 2px solid #0c2e82;
    color: #0c2e82;
}

.makeModal button#clearcartcancel:hover {
    background: #DA3832;
    border: 2px solid #DA3832;
}

.makeModal button#clearcart2:hover {
    background: #0c2e82;
    border: 2px solid #0c2e82;
    color: #fff;
}




.payment-option-block.rg_payment_c5 {
    border: 2px solid #DFDFDF;
    padding: 12px ! IMPORTANT;
    min-height: unset !important;
    background: #fff !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.payment-option-block.rg_payment_c5.bg-regal {
    border: 2px solid #0c2e82;
    background: #0C2E82 !important;
}

span.payment-name.rg_payment_c13 {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #0C2E82;
}

body#checkout section.checkout-step .payment-options .payment-option {
    margin-bottom: 0px;
}



.payment-option-block.rg_payment_c5 img.rg_payment_c7 {
    width: 50px;
    height: 50px;
}

body#checkout .additional-information {
    margin: auto;
}

body#checkout .additional-information p {
    color: #0c2e82;
    font-size: 14px;
    font-weight: 600;
}

li.rg_payment_c20 {
    display: flex;
}

body#checkout .condition-label.rg_payment_c23 {
    margin: auto;
}

label.js-terms.rg_payment_c24 {
    color: #0c2e82;
    font-size: 14px;
    font-weight: 600;
}

form#conditions-to-approve {
    /* padding-top: 0px !IMPORTANT;*/
}

.payment_contact_info.rg_payment_c25 {
    border-top: 2px solid #F6F6F6;
    padding: 10px;
    background: #F6F6F6;
    color: #292B2B;
    font-size: 14px;
    font-weight: 400;
}

a.rg_payment_c26 {
    color: #558FFA !important;
    text-decoration: unset;
}

img.rg_payment_c7.hover {
    display: none;
}

.payment-option-block.rg_payment_c5.bg-regal img.rg_payment_c7.default {
    display: none;
}

.payment-option-block.rg_payment_c5.bg-regal img.rg_payment_c7.hover {
    display: inline-block;
}

.rg_payment_c3 h1#summarylabel {
    font-weight: 700;
    font-size: 25px;
    vertical-align: middle;
    color: #0C2E82;
}

.rg_confirm_order_address_c1,
.rg_final_order_payment_c1 {
    border: 2px solid #DFDFDF;
    padding: 12px ! IMPORTANT;
    margin-top: 4%;
}

h3.rg_confirm_order_address_c3,
h3.rg_final_order_payment_c3 {
    font-weight: 700;
    font-size: 25px;
    vertical-align: middle;
    color: #0C2E82;
}

.rg_confirm_order_address_c2 a,
.rg_final_order_payment_c2 a {
    color: #fff !important;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    background: #0c2e82;
    text-transform: capitalize;
    padding: 5px 15px;
    border: 2px solid #0c2e82;
    border-radius: 2px;
    display: inline-block;
}

.rg_confirm_order_address_c2,
.rg_final_order_payment_c2 {
    display: flex;
    justify-content: space-between;
    margin: 15px 0px;
}

h4.rg_confirm_order_address_c5 {
    font-weight: 600;
    font-size: 18px;
    vertical-align: middle;
    color: #0C2E82;
}

.rg_confirm_order_address_c6 {
    font-weight: 400;
    font-size: 16px;
    color: #292B2B;
    text-transform: capitalize;
    line-height: 27px;
}


.rg_final_order_payment_c4 {
    color: red;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rg_final_order_payment_c4 .pay_name {
    font-weight: 400;
    font-size: 16px;
    color: #292B2B;
    text-transform: capitalize;
}

.rg_finaltable_c1 {
    border: 2px solid #DFDFDF;
    padding: 12px ! IMPORTANT;
    margin-top: 4%;
}

h3.rg_finaltable_c3 {
    font-weight: 700;
    font-size: 25px;
    vertical-align: middle;
    color: #0C2E82;
    padding-bottom: 5px;
}

body#checkout #order-summary-content .order-confirmation-table {
    padding: 0px;
    border: 0px;
    border-top: 2px solid #ccc;
    padding-top: 20px;
    margin-bottom: 0px;
}

th.text-center {
    font-weight: 600;
    font-size: 16px;
    color: #292B2B;
    background: unset;
    border: unset;
    padding: 0.5rem !important;
    text-align: left !IMPORTANT;
}

body#checkout #order-summary-content #order-items table tr td {
    font-weight: 400;
    font-size: 14px;
    color: #7E7E7E;
    background: unset;
    border: unset;
    padding: 0.5rem;
    text-align: left;
}

body#checkout #order-summary-content #order-items table tbody tr:nth-child(odd) {
    background: #F6F6F6;
    box-shadow: 0px -1px 0px 0px #F0F0F0;
}

.user-logout .main-single-product .rg_description_about_us_c1 {
    display: inline-block;
    width: 100%;
    padding-top: 20px;
}

.user-logout a.quote-checkout-new-btn.btn.btn-primary {
    width: auto;
}

.user-logout .main-single-product .notify_me_c3,
.user-logout .main-single-product .notify_me_c1 {
    background: unset;
    padding: 0px;
}

.cnf_step_c1 {
    max-width: 55%;
    margin: 0 auto;
    box-shadow: 0px 6px 12px 7px #1D293914;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #DFDFDF;
    margin-top: 4%;
    display: flex;
    flex-direction: column;
}

h2.cnf_step_c4 {
    text-align: center;
    background: #E7EAF3;
    padding: 10px 15px;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 25px;
    vertical-align: middle;
    color: #0C2E82;
}

div#content-hook_order_confirmation {}

.cnf_step_c8 div#order-items {
    padding: 0px;
}



.order_requirement_wrapper h3 {
    text-align: center;
    background: #0c2e82;
    padding: 10px 10px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 20px;
}

.cnf_step_c6 {
    margin-top: 20px;
}

.cnf_step_c6 p,
.cnf_step_c7 p {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #292B2B;
    text-transform: capitalize;
    line-height: 27px;
}

.cnf_step_c6 p a,
.cnf_step_c7 p a {
    text-decoration: underline;
    color: #558FFA ! IMPORTANT;
    font-weight: 500 !IMPORTANT;
}

span.order_complete_msg {
    color: #2EB634;
    font-size: 15px;
    font-weight: 600;
}

.order_requirement_wrapper p {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #292B2B;
    text-transform: capitalize;
    line-height: 27px;
}

.order_requirement_wrapper p a {
    text-decoration: underline;
    color: #558FFA ! IMPORTANT;
    font-weight: 500 !IMPORTANT;
}

.cnf_step_c10 #order-details {
    padding: 0px;
    margin-top: 20px;
}

h3.cnf_step_c11 {
    text-align: center;
    background: #0c2e82;
    padding: 10px 10px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
}

li.cnf_step_c12 {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #292B2B;
    text-transform: capitalize;
    line-height: 27px;
}

.rg_availability_c1.limited {
    display: flex;
    flex-direction: column;
    background: #F5CE74;
    gap: 10px;
}

.available_details_lh {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 10px;
}

.available_details_desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.available_details_desc a {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-decoration: underline;
    color: #292B2B !important;
    display: block;
}

.rg_availability_c1.outstock {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


body#checkout div#special_instruction_modal .modal-content {
    background: #fff;
    padding: 0px;
}

body#checkout div#special_instruction_modal button#update_special_instruction {
    background: #DA3832;
    border: 2px solid #DA3832;
    float: left;
}

body#checkout div#special_instruction_modal .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

body#checkout div#special_instruction_modal button#update_special_instruction:hover {
    background: #0c2e82;
    border: 2px solid #0c2e82;
}

body#checkout div#special_instruction_modal .modal-footer button {
    text-align: center;
    padding: 8px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

body#checkout div#special_instruction_modal button.btn.btn-secondary {
    border: 2px solid #0c2e82 !IMPORTANT;
    background: #fff !IMPORTANT;
    outline: unset;
    box-shadow: unset;
    color: #0c2e82 !important;
}

body#checkout div#special_instruction_modal button.btn.btn-secondary:hover {
    background: #0c2e82 !important;
    border: 2px solid #0c2e82 !important;
    color: #fff !important;
}




/* Dashboard Pages Starts */
section#content.regal_dashboard_c1 {
    max-width: 95% ! IMPORTANT;
    padding: 0px;
    width: 95% ! IMPORTANT;
    margin: auto;
}

#account-dashboard #wrapper .breadcrumb[data-depth="1"] {
    display: block;
}


.regal_dashboard_c3 {
    /*  border-right: 1px solid #ccc; */
}

.regal_dashboard_c3,
.regal_dashboard_c12 {
    padding-top: 4%;
}

h1.regal_dashboard_c5 {
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    text-transform: capitalize;
    color: #0C2E82;
    display: flex;
    flex-direction: column;
}

h6.header_span_c3 {
    font-weight: 400;
    font-size: 15px;
    color: #558FFA;
}



span.header_span_c4 {
    font-weight: 700;
    font-size: 15px;
}

.regal_dashboard_search_c1 {
    position: relative;
    min-width: 100%;
    width: 100%;
}

input#wishlistSearchpage {
    border-radius: 40px;
    border-width: 2px;
    background: #fff;
    background-color: #fff;
    border: 2px solid #DFDFDF;
    font-weight: 400;
    font-size: 15px;
    color: #292B2B !important;
    width: 100%;
    padding: 10px;
}

img.regal_dashboard_search_c3 {
    position: absolute;
    top: 11px;
    right: 10px;
    width: 20px;
    height: 20px;
}

ul.regal_dashboard_c7 {
    margin: 20px 0px;
}

li.regal_dashboard_c8 {
    border-bottom: 1px solid #DFDFDF;
}

a.regal_dashboard_c9 {
    padding: 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

span.regal_dashboard_c10 {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    color: #0C2E82;
    display: flex;
    align-items: center;
    gap: 5px;
}

li.regal_dashboard_c8:hover,
li.regal_dashboard_c8.active {
    background: #819AC833;
}

li.regal_dashboard_c8:hover a span,
li.regal_dashboard_c8.active a span {
    color: #558FFA;
}











.rg_userdashboard_c21 {
    background: #F6F6F6;
    border: 2px solid #DFDFDF;
    padding: 25px 15px;
    display: flex;
    gap: 20px;
}

.rg_userdashboard_c5 {
    padding: 0px;
}

.rg_userdashboard_c2 {
    display: flex;
    gap: 15px;
}

.rg_userdashboard_c7 {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

span.rg_userdashboard_c8 {
    font-weight: 700;
    font-size: 15px;
    color: #0C2E82;
}

span.rg_userdashboard_c10 {
    font-weight: 400;
    font-size: 15px;
    color: #0C2E82;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 40px;
}

.rg_userdashboard_c3,
.rg_userdashboard_c4 {
    margin-top: 7%;
}

.rg_userdashboard_c11 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

h3.rg_userdashboard_c12 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0px;
}

.rg_userdashboard_c22 img {
    width: 100%;
}

a.rg_userdashboard_c13 {
    padding: 5px 15px;
    border: 2px solid #0C2E82;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    color: #0C2E82;
    border-radius: 2px;
}

a.rg_userdashboard_c13:hover {
    background: #0C2E82;
    border: 2px solid #0C2E82;
    color: #fff;
}

a.rg_userdashboard_c13:hover img {
    filter: brightness(100);
}

.regal_dashboard_c12 {
    border-left: 1px solid #ccc;
    padding-left: 3%;
}


.rg_userdashboard_c24 {
    display: flex;
    gap: 15px;
}

.rg_userdashboard_c23 {
    padding: 0px;
}

.rg_userdashboard_c14 {
    border: 2px solid #DFDFDF;
    display: flex;
    gap: 10px;
    height: 100%;
    align-content: center;
    align-items: center;
}

.rg_userdashboard_c15 {
    font-weight: 700;
    font-size: 15px;
    color: #0C2E82;
    background: #F6F6F6;
    width: 8%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rg_userdashboard_c16 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 90%;
    margin: 10px 5px;
}

span.rg_userdashboard_c17 {
    display: flex;
    justify-content: space-between;
}

span.rg_userdashboard_c18 {
    font-weight: 700;
    font-size: 15px;
    color: #0C2E82;
}

span.rg_userdashboard_c19 {
    color: #7E7E7E;
    font-weight: 400;
    font-size: 15px;
}

a.rg_userdashboard_c20 {
    color: #558FFA;
    font-weight: 700;
    font-size: 15px;
    text-decoration: unset;
}

/* Dashboard Pages Ends */


span.notify_me_c4.specialsbtn.add-to-cart {
    width: auto ! IMPORTANT;
}

body.body_menu_hover {
    margin-right: 15px;
}

body.body_menu_hover .rgl_logo_r4 {
    padding-right: 15px;
}

ul.sub-submenu.show.result_hover {
    padding-right: 295px;
}

.rg_confirm_order_address_c6 p {
    margin-bottom: 0px;
}

.rg_cart_drop_c3 .product_details_c4 {
    font-weight: 600;
    font-size: 12px;
    height: auto;
}

.rg_cart_drop_c3 p.rg_grid_price_c2 {
    height: 18px;
}


/*
#header .rgl_logo_r4 .col-md-2.col-xs-12 {
    width: 23% !IMPORTANT;
    padding: 0px;
}

#header img.rgl_logo_r3.logo.img-responsive {
    width: 220px;
    max-width: 220px;
    margin-left: 32px;
}

.rgl_logo_r1 {
    width: 100%;
}
*/

.logout-check .rgl_logo_r4 {
    padding-left: 2%;
}

.logout-check .rgl_logo_r4 .col-md-2.col-xs-12 {
    padding: 5px 10px;
}

.regal_custom_footer_c18,
.regal_custom_footer_c20,
.regal_custom_footer_c21,
.regal_social_icons {
    padding-left: 15px;
}

#prices-drop .js-product.product.col-xs-12.col-sm-6.col-xl-4 {
    margin-top: 20px;
    width: 25%;
}

#product section.similar_products button.btn.specialsbtn {
    padding: 8px !important;
}

#product .rg_availability_c1.outstock {
    flex-direction: row !important;
}





.rg_cart_drop_c3 input.js-cart-line-product-quantity {
    height: 2.5rem;
    padding: 0.175rem 0.5rem;
    width: 100px;
    text-align: center;
}


div#check_stock.modal .modal-dialog {
    /* max-width: 70% !IMPORTANT;*/
    min-width: 58% ! IMPORTANT;
}

div#check_stock .form_signup_checkbox_c1.collect_branch_c3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
}

div#check_stock .collect_branch_c2:after {
    display: none;
}

div#check_stock .collect_branch_c3,
div#check_stock .collect_branch_c5 {
    width: 50%;
}

div#check_stock .rg_text_details_c8 h1 {
    font-weight: 700 !important;
    font-size: 18px;
    vertical-align: middle;
    color: #292B2B !important;
    margin-bottom: 0px;
}

div#check_stock .rg_text_details_c5 {
    font-size: 14px;
}

div#check_stock p.part_number {
    font-size: 14px;
}

div#check_stock .rg_text_details_c9 {
    gap: 5px;
}

div#check_stock img.rg_text_details_c3 {
    max-height: 40px;
}

div#check_stock p.warranty_values.manufacturer_text {
    font-size: 14px;
}

div#check_stock .rg_text_details_c14 .product-prices span.bfont,
#product div#check_stock .product-discount .regular-price {
    font-size: 18px;
}

div#check_stock p.pri_text {
    font-size: 10px ! IMPORTANT;
    margin-right: 5px;
    margin-top: -13px;
    color: #292B2B;
    font-weight: 400 !important;
    line-height: 35px;
    text-align: right;
}

div#check_stock span.span-price-product {
    font-weight: 600;
    font-size: 12px;
    color: #292B2B;
    margin-top: -10px;
}

div#check_stock .form-group.row.collect_branch_c2 {
    width: 96%;
}

#check_stock .checkstock_c1 {
    widows: 100%;
}








.check_stk_c6 {
    background: #F6F6F6;
    display: flex;
    width: 100%;
    margin: auto;
    align-items: center;
    padding: 10px;
}


.check_stk_c2,
.check_stk_c3,
.check_stk_c4 {
    font-weight: 700;
    font-size: 15px;
    vertical-align: middle;
    color: #0C2E82;
}

.col-md-3.check_stk_c3 {
    text-align: center;
}

.col-md-3.check_stk_c4 {
    text-align: right;
}

div#check_stock .help_need {
    margin: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

div#check_stock .help_need img {
    width: 20px;
}

div#check_stock .help_need a {
    color: #0c2e82;
    font-weight: 700;
    font-size: 18px;
}

.check_stk_c7 {
    display: flex;
    flex-direction: column;
    text-align: center;
}

label.check_stk_c11 {
    text-align: left;
    color: #0c2e82;
    margin-bottom: 0px;
}

span.check_stk_c8 {
    color: #2EB634;
    border: 2px solid #2EB634;
    background: #2EB6341A;
    padding: 5px;
    border-radius: 2px;
    font-weight: bold;
    margin: 10px 0;
}

span.check_stk_c9 {
    color: #FEC84B;
    border: 2px solid #FEC84B;
    background: #FEC84B1A;
    padding: 5px;
    border-radius: 2px;
    font-weight: bold;
    margin: 10px 0;
}

span.check_stk_c10 {
    color: #F04438;
    border: 2px solid #F04438;
    background: #F044381A;
    padding: 5px;
    border-radius: 2px;
    font-weight: bold;
    margin: 10px 0;
}




.kit_assemble_table tr td {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #cccccc82;
}

.kit_assemble_table tr td:nth-child(1) {
    text-align: center;
}

table.kit_assemble_table {
    background: #e7eaf3;
}

form#kitAssembleForm {
    padding: 0px;
    border: unset;
}

div#kitAssembleParent {
    margin-bottom: 20px;
}

.delivery_text_c10 button:hover {
    background: #DA3832 !important;
    border: 2px solid #DA3832 !important;
}







span.kit_assemble_c14 {
    text-align: left;
    padding-left: 10px;
}

.kit_ass_c1 {
    border: 1px solid #ccc;
    padding: 10px;
}

div.kit_ass_c1 {
    margin-bottom: 0px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 200px;
}

div#kitOptional {
    border-bottom: 1px solid #ccc;
    border-radius: unset;
    margin-bottom: 0px;
}

.kit_ass_c1::-webkit-scrollbar {
    width: 5px;
    height: 7px;
    cursor: pointer;
    padding-right: 50px;
}

.kit_ass_c1::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 4px;
}


.kit_ass_c1::-webkit-scrollbar-thumb {
    background: #234F9A !important;
    border-radius: 10px;
}

#product.user-logout section.similar_products button.btn.viewmorebtn {
    padding: 8px !important;
}


#module-askforaquote-QuotesCart .quoteSubmitOptions {
    max-width: 55%;
    margin: 0 auto;
}

#module-askforaquote-QuotesCart h1.regal_login_c2 {
    background: #0c2e82;
    padding: 15px 15px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}

#module-askforaquote-QuotesCart .regal_login_c6 {
    box-shadow: 0px 6px 12px 7px #1D293914;
    border-radius: 5px;
    padding: 0px;
    border: 1px solid #DFDFDF;
    margin-top: 5%;
}

#module-askforaquote-QuotesCart a.regal_login_c4 {
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    color: #0C2E82 !important;
}

#module-askforaquote-QuotesCart .forgot-password {
    padding-bottom: 0.9375rem;
    margin-top: 1rem;
    font-size: 0.875rem;
    text-align: center;
    margin-bottom: 20px;
}

#module-askforaquote-QuotesCart .regal_login_c5 button#submit-login:hover {
    background: #DA3832;
    border: 2px solid #DA3832;
}

#module-askforaquote-QuotesCart button#submit-login {
    border: 2px solid #0c2e82;
}

.rg_confirm_order_address_c2 a:hover,
.rg_final_order_payment_c2 a:hover {
    background: #DA3832;
    border: 2px solid #DA3832;
}

button.card_dt_c7:hover {
    background: #DA3832;
    border: 2px solid #DA3832;
}

button.card_dt_c7 {
    border: 2px solid #0c2e82;
}

.cart_voucher_cc3:hover {
    color: #fff !important;
}

div#cart-subtotal-products.cart_dt_tls_c9 {
    margin-bottom: 1rem;
}

.right__small_box_checkout.step_address_edit_c1.cart_dt_tls_c11 {
    margin-bottom: 1rem;
}

div#cart-subtotal-shipping.cart_dt_tls_c10 {
    margin-bottom: 0px;
}

span.step_address_edit_c2.cart_dt_tls_c12 {
    font-weight: 400;
    font-size: 15px;
    vertical-align: middle;
    color: #7E7E7E ! IMPORTANT;
}

a.step_address_edit_c3.nav-link.pull-right {
    color: #558FFA;
}

.form_entry_persons {
    margin-top: 16px;
}

a.label.cart_continue_btn:hover {
    background: #0c2e82 ! IMPORTANT;
    border: 2px solid #0c2e82 ! IMPORTANT;
}


.wishlist_listing_c2 ul.wishlist-list li.active_wishlistlist a .wishlist-list-item-title {
    color: #fff !important;
}

.wishlist_listing_c2 ul.wishlist-list li.active_wishlistlist:hover a .wishlist-list-item-title {
    color: #fff !important;
}


button#continuePaymentBtn:hover {
    color: #fff;
    background: #DA3832 !important;
    border: 2px solid #DA3832 !important;
}

.event_customer_details_form {
    padding: 10px;
    border: 2px solid #DFDFDF;
}

#event_customer_details_form input#save_info_button {
    background: #0c2e82;
    background-color: #0c2e82;
    border: 2px solid #0c2e82;
    font-family: 'Source Sans 3' ! IMPORTANT;
    cursor: pointer;
}

.event_customer_details_form table {
    width: 100%;
}

.event_customer_details_form table tr td {
    padding: 10px;
    font-weight: 400;
    font-size: 16px !important;
    color: #292B2B !important;
}

.event_customer_details_form input {
    width: 100%;
    height: 40px;
    padding: 10px;
    font-weight: 400;
    font-size: 16px !important;
    color: #292B2B !important;
    outline: unset;
    box-shadow: unset;
    background: #fff;
    background-color: #fff;
    border: 2px solid #DFDFDF;
}

#event_customer_details_form h3.payment-table-title {
    margin-top: 0px !important;
    background: #0c2e82;
    padding: 10px;
    color: #fff;
    font-size: 18px !IMPORTANT;
    font-weight: 500;
}

.event_customer_details_form table tr:nth-child(1) td {
    padding: 0pc;
}

#event_customer_details_form select.dietarybutton {
    background: #e7eaf3;
    padding: 10px;
}

form#event_customer_details_form {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.card_dt_c4 button#continuePaymentBtn {
    border: 2px solid #0c2e82;
}

#event_customer_details_form input#save_info_button:hover {
    color: #fff;
    background: #DA3832 !important;
    border: 2px solid #DA3832 !important;
}

#event_customer_details_form #content input#save_info_button {
    background: #0c2e82;
    background-color: #0c2e82;
    border: 2px solid #0c2e82;
    font-family: 'Source Sans 3' ! IMPORTANT;
}

div#update-recipient-modal button#delivery_recipient_submit:hover,
div#update-address-modal button#delivery_address_submit:hover {
    background: #DA3832 !important;
    border: 2px solid #DA3832 !important;
}

.card_block_container.card_zero {
    border: unset;
    padding: 0px;
    color: #292B2B;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
}

.card_block_container.card_zero .cart-overview.js-cart {
    padding: 0px;
}

button.close {
    outline: unset;
    box-shadow: unset;
}


#manufacturer .regal_div_seperate {
    margin-top: 3%;
    max-width: 95% !important;
    padding: 0px;
    width: 95% !important;
    margin: auto;
}

#manufacturer h1 {
    margin: 20px 0px 10px 0px;
    font-weight: 700;
    font-size: 25px;
    color: #0C2E82;
}

#manufacturer .js-product.product {
    margin-top: 20px;
    width: 16.66%;
}



li.brand.rg_brand_c3 .rg_brand_c4 {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    padding: 10px;
}

#manufacturer #main ul .brand:hover {
    box-shadow: unset;
}

p.rg_brand_c10 a {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    color: #0c2e82;
    height: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
}

p.rg_brand_c10 {
    margin: 5px 0px;
}

p.rg_brand_c10 a:hover {
    color: #DA3832;
}

#product .main-single-product #check_stock button.btn.btn-primary.add-to-cart {
    height: 47px;
}

#product .main-single-product #check_stock #add-to-cart-or-refresh .row.row_1 {
    display: flex;
    gap: 15px;
}

#product .main-single-product #check_stock #add-to-cart-or-refresh .row.row_1 .col-md-6 {
    padding: 0px;
}





@media only screen and (min-width: 1800px) {
    ul.sub-sub-submenu {
        left: 640px;
    }
}


@media only screen and (min-width: 2300px) {
    ul.sub-sub-submenu {
        left: 650px;
    }
}

@media only screen and (min-width: 2000px) {}

@media only screen and (min-width: 2100px) {}

/*//truptis code start for modal popup at center*/
#blockcart-modal .modal-content {
    min-width: 595px;
}

#blockcart-modal .modal-dialog .modal-dialog-centered {
    align-items: center;
    justify-content: center;
}

#enquiretoorder .modal-content {
    min-width: 595px;
}

#enquiretoorder .modal-dialog .modal-dialog-centered {
    align-items: center;
    justify-content: center;
}

#preferred-branch-popup .modal-content {
    min-width: 595px;
}

#preferred-branch-popup .modal-dialog .modal-dialog-centered {
    align-items: center;
    justify-content: center;
}

#accountsuccesspopup .modal-content {
    min-width: 595px;
}

#accountsuccesspopup .modal-dialog .modal-dialog-centered {
    align-items: center;
    justify-content: center;
}

#makeModal .modal-dialog .modal-dialog-centered {
    align-items: center;
    justify-content: center;
}

#clearcart_modal .modal-content {
    min-width: 595px;
}

#clearcart_modal .modal-dialog .modal-dialog-centered {
    align-items: center;
    justify-content: center;
}

#update-recipient-modal .modal-dialog .modal-dialog-centered {
    align-items: center;
    justify-content: center;
}

#success-message-modal .modal-content {
    min-width: 595px;
}

#success-message-modal .modal-dialog .modal-dialog-centered {
    align-items: center;
    justify-content: center;
}

#removesingleproduct .modal-content {
    min-width: 595px;
}

#removesingleproduct .modal-dialog .modal-dialog-centered {
    align-items: center;
    justify-content: center;
}

#customerdeliveryrecipientpopup .modal-content {
    min-width: 595px;
}

#customerdeliveryrecipientpopup .modal-dialog .modal-dialog-centered {
    align-items: center;
    justify-content: center;
}

#check_stock .modal-dialog .modal-dialog-centered {
    align-items: center;
    justify-content: center;
}


#edit_delivery_newaddress {
    display: none;
}

#edit_delivery_newaddress.show-edit-form {
    display: block !important;
}

#product-brochure .prd-box {
    border-radius: 15px;
    background: #fff;
    padding-bottom: 25px;
    box-shadow: 0 0 40px 4px rgb(0, 0, 0, .08);
    margin: 25px 20px;
}

#product-brochure .bprd-title {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
}

#product-brochure .download-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
}

.viewSpecialBtn1 {
    color: #007bff !important;
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    cursor: pointer;
}



#product-brochure .row .col-lg-4 img {
    max-width: 100%;
    border-radius: 15px 15px 0 0;
}
.editcustomerinfo{
    cursor: pointer;
}
.editcustomerinfo:hover {
    background: #DA3832;
}
.editcustomeraddress{
    cursor: pointer;
}
.editcustomeraddress:hover {
    background: #DA3832;
}
.editcustomerdeliveryrecipient{
     cursor: pointer;
}
.editcustomerdeliveryrecipient:hover {
    background: #DA3832;
}
button.btn.signup:hover {
    background: #fff;
    color: #0c2e82;
}

button.btn.signup {
    border: 2px solid #0c2e82;
}

button.updateRecipientPopup:hover {
    background: #fff;
    color: #0c2e82;
}

button.btn.updateRecipientPopup {
    border: 2px solid #0c2e82;
}
@media only screen and (max-width: 768px) {
    #header .header-top .position-static {
        /* position: absolute !important; */
        flex-direction: column;
        z-index: 1111;
        /* top: -136px; */
        /* height: 100dvh;
        width: 100% !important; */
        justify-content: flex-start !important;
    }

    .header_box2_c1 ul.main-menu {
        flex-direction: column;
    }

    .header_box2_c1 {
        width: 100%;
    }

    .header_box2_c1 i.material-icons {
        transform: rotate(270deg);
    }
}

/* Ask for a quote form CSS */

#module-askforaquote-QuotesCart .submit_quote,
#module-askforaquote-QuotesCart #save_quote,
#submit_quote_real {
    background-color: #819ac8 !important;
    padding: 10px 30px;
    margin-top: 20px;
    color: #fff !important;
    font-family: 'Poppins';
    font-weight: 500;
    text-decoration: none;
    max-width: 200px;
}

.save_quote_td {
    vertical-align: bottom !important;
    padding: 22px 0 !important;
}

#module-askforaquote-QuotesCart #quoteAuth .quoteSubmitOptions {
    padding: 50px 30px !important;
    background-color: #fff;
    border: solid 1px #C7C7C7;
}

#module-askforaquote-QuotesCart #quoteAuth table {
    max-width: 800px;
    margin: 0 auto;
    vertical-align: middle;
}

#module-askforaquote-QuotesCart #quoteAuth td:first-child {
    width: 35%;
}

#module-askforaquote-QuotesCart #quoteAuth td:last-child {
    width: 65%;
}

#module-askforaquote-QuotesCart #quoteAuth .form-control-label {
    text-align: left;
    color: #0c2e82;
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 500;
}

#module-askforaquote-QuotesCart #quoteAuth .terms_condition_text {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 16px;
    color: #797777;
    margin: 0;
    text-align: left;
}

#module-askforaquote-QuotesCart .quotation_wrapper {
    padding: 0px 30px;
    margin-bottom: 50px;
}

#module-askforaquote-QuotesCart #quoteAuth .page_c_title {
    padding: 0;
    font-size: 30px !important;
}

#module-askforaquote-QuotesCart #quoteAuth textarea.quot_form_field {
    width: 100% !important;
    resize: none;
    padding: 10px !important;
    height: 100px !important;
}

#module-askforaquote-QuotesCart #quoteAuth .terms_link {
    color: #53BE78 !important;
    font-family: 'Poppins';
    font-weight: 600;
}

#module-askforaquote-QuotesCart #quoteAuth .terms_link:hover {
    text-decoration: none !important;
    color: #53BE78 !important;
}

#module-askforaquote-QuotesCart #quoteAuth .terms_alert {
    margin-top: 15px;
}

#module-askforaquote-QuotesCart #quoteAuth .order_guest_block {
    text-align: center;
}

#module-askforaquote-QuotesCart #quoteAuth .order_guest_title {
    display: block;
    font-family: 'Poppins';
    font-size: 26px;
    font-weight: 300;
    margin-top: 0;
    color: #0c2e82;
    text-align: center;
    padding: 20px 0 40px 0;
}

/*  Ask for a quote form CSS  end */


.close_button {
    position: absolute;
    right: 20px;
    font-size: 20px;
    cursor: pointer;
    color: #333;
    border: none;
    background: none;
}

.close_button:hover {
    color: red;
}
.close_button:active {
    outline: none;
    border: none;
}

.news_cdescription {
  display: -webkit-box;
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4em;         
  max-height: 4.2em;         
}

#needhelp-loginpopup .modal-dialog-centered{
    justify-content: center;
}
#needhelp-loginpopup .modal-content{
    width: 67%;
}
#needhelp-loginpopup .modal-header{
    display: block;
}



.sub_content_cart .product-line-grid-right.product-line-actions.col-md-3.col-xs-3.rg_checkout_grid_c1.cart_details_line_c4 {
    width: 100% ! IMPORTANT;
    padding: 0px;
    border: unset;
}

.sub_content_cart .product-line-grid-body.col-md-6.col-xs-6.cart_details_line_c3 {
    width: 80% !IMPORTANT;
    padding: 0px ! IMPORTANT;
}

.sub_content_cart .product-line-grid-left.col-md-3.col-xs-3.cart_details_line_c2 {
    width: 20% ! IMPORTANT;
    padding: 0px ! IMPORTANT;
}

.sub_content_cart .rg_cart_drop_c15 .product-line-grid {
    height: auto;
}
.sub_content_cart .expandemode_c1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.sub_content_cart .expandemode_c2, .sub_content_cart .expandemode_c3 {
    width: 100%;
    display: flex;
    align-content: flex-start;
    justify-content: space-between;
}

.sub_content_cart p.rg_grid_price_c3 {
    margin-bottom: 0px;
}

.sub_content_cart .rg_cart_drop_c15 .product-line-info {
    height: auto;
}

.sub_content_cart .rg_cart_drop_c15 .product-line-info a.label {
    padding: 0px;
    text-align: left;
}

.sub_content_cart .product-details.rg_grid_price_c1 {
    height: auto;
}

.sub_content_cart .expandemode_unt_tlt_price_c1 {
    display: flex;
    align-items: flex-start;
}

.sub_content_cart .col-md-12.col-xs-2.price.rg_checkout_grid_c5 {
    display: none;
}

.sub_content_cart a.action_cart_blockc3 {
    padding: 0px;
    border: unset;
}

.sub_content_cart .cart-line-product-actions.action_cart_blockc2 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    line-height: inherit;
}
.sub_content_cart .qty.rg_grid_input_c1.qtyy_box_set_c3 {
    position: relative;
}

.sub_content_cart .qtyy_box_set_c1 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
}

.sub_content_cart .qtyy_box_set_c2 {
    color: var(--black, #231F20);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 10px;
}

.sub_content_cart .qty.rg_grid_input_c1.qtyy_box_set_c3 input {
    font-size: 14px;
    font-weight: 600;
}

.sub_content_cart .expandemode_unt_tlt_price_c1:last-child {
    text-align: right;
    display: flex;
    align-items: flex-end;
}

.sub_content_cart span.expandemode_unt_tlt_price_c2 {
    font-size: 12px;
    font-weight: 600;
    color: #232323;
}

.sub_content_cart a.remove-from-cart.action_cart_blockc3 {
    margin-top: 0px !IMPORTANT;
}

.sub_content_cart .cart-line-product-actions.action_cart_blockc2 a {
    margin-top: 5px !IMPORTANT;
    padding-top: 0px !IMPORTANT;
}

.sub_content_cart .cart-line-product-actions.action_cart_blockc2 a i {
    font-size: 20px;
}

.sub_content_cart li.cart-item.rg_cart_drop_c15 {
    border-bottom: 1px solid #0c2e82 !important;
    padding: 10px 5px ! IMPORTANT;
}

ul.cart-items.rg_cart_drop_c14::-webkit-scrollbar {
    width: 5px;
    height: 7px;
    cursor: pointer;
    padding-right: 50px;
}

ul.cart-items.rg_cart_drop_c14::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 4px;
}

ul.cart-items.rg_cart_drop_c14::-webkit-scrollbar-thumb {
    background: #234F9A !important;
    border-radius: 10px;
}




.col-md-4.cartadd_popup_c8 {
    padding: 0px;
}

.col-md-6.cartadd_popup_c7 {
    padding: 0px;
}

#blockcart-modal .modal-content {
    width: 100%;
    min-width: 100%;
}

#blockcart-modal .modal-body.cartadd_popup_c6 {
    padding: 10px 0px !IMPORTANT;
}

#blockcart-modal .qty_popup_c1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}

#blockcart-modal .input-group.bootstrap-touchspin {
   /* width: 50%;*/
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 2px solid #0c2e82;
}

#blockcart-modal input.js-cart-line-product-quantity.form-control.currquant {
    width: 80%;
    min-width: 80%;
    max-width: 80%;
    text-align: center;
    border: unset !important;
    font-size: 20px;
    color: #0c2e82 !important;
    font-weight: 500;
    height: 45px;
}

#blockcart-modal span.input-group-btn-vertical {
    width: 20%;
    min-width: 20%;
    max-width: 20%;
    text-align: center;
}

#blockcart-modal .bootstrap-touchspin .input-group-btn-vertical button.btn.btn-touchspin.js-touchspin {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    border: unset;
}

#blockcart-modal .bootstrap-touchspin .input-group-btn-vertical button.btn.btn-touchspin.js-touchspin i {
    top: unset;
    left: unset;
    font-size: 24px;
    color: #0c2e82;
}

#blockcart-modal span.product-quantity {
    color: var(--black, #231F20);
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    margin-right: 10px;
}

#blockcart-modal .col-md.qty.modalqty {
    padding: 0px;
}

#checkout ul.nav.nav-tabs.delivery_option_c2 li.active .showclick {
    display: block;
    padding: 5px;
}

#checkout ul.nav.nav-tabs.delivery_option_c2 li.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

#checkout span.showclick {
    display: none;
}

.cart-item-wishlist{
position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header_box2_c2.notrackorder a {
    border-right: unset;
    padding-right: unset;
}




.ord_ref_v_c2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

h2.ord_ref_v_c2_1 {
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    color: #0C2E82;
    margin-bottom: 0px;
}

a.ord_ref_v_c2_2, a.ord_ref_v_c3_2 {
    border: 2px solid #0C2E82 !important;
    background: #0C2E82 !important;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 20px;
    color: #fff;
    text-decoration: unset;
    border-radius: 4px;
    display: inline-block;
}

h2.ord_ref_v_c2_1 span {
    text-transform: uppercase;
}

a.ord_ref_v_c2_2:hover, a.ord_ref_v_c3_2:hover {
    border: 2px solid #DA3832 !important;
    background: #DA3832 !important;
}

.ord_ref_v_c3 {
    margin-top: 2%;
}

.ord_ref_v_c3_1 {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 10px;
}

span.ord_ref_v_c3_1_c2 {
    color: #0c2e82;
}

.ord_ref_v_c5 {
    margin-top: 7%;
}


.ord_ref_v_c5 table.table.table-striped.table-bordered.rgtable_table_c2 {
    margin-bottom: 0px;
}

#order-detail .table-responsive.rgtable_table_c1 tbody td, 
#order-detail .table-responsive.rgtable_table_c1 thead th {
    text-align: left;
    font-weight: 600;
    font-size: 13px;
	    width: auto !important;
    min-width: auto ! IMPORTANT;
}
#order-detail .thead-default th{
    background: #0c2e82;
    color: #fff !important;
}

#order-detail .ord_ref_v_c5.tt_t_2 {
    margin-bottom: 8%;
}

#order-detail .td_merge_c3, #order-detail .td_merge_c4, #order-detail .td_merge_c5, #order-detail .td_merge_c6 {
    text-align: right !IMPORTANT;
}


#order-detail .td_merge_c3, #order-detail .td_merge_c4 {
    font-size: 14px !important;
    font-weight: 700 !important;
}

#order-detail td.td_merge_c2 {
    font-weight: 700 !important;
    font-size: 18px !IMPORTANT;
    padding: 20px 10px;
}

#order-detail .td_merge_c5, #order-detail .td_merge_c6 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #0c2e82;    padding: 20px 10px;
}



#order-detail.page-order-detail .addresses {
    margin-top: 7%;
}

#order-detail table#order-products {
    margin-bottom: 0px;
}

#order-detail tr.line-products,
#order-detail tr.line-shipping,
#order-detail tr.line-tax,
#order-detail tr.rgtable_table_c7.td_merge_c1 {
    background: #fff !IMPORTANT;
}

#order-detail .account_slider_tab_c3 li {
    width: 50%;
}

#needhelp-loginpopup .modal-header .close .material-icons {
    color: #fff ! IMPORTANT;
}
.prefferedbranchpopup .modal-content {
    width: 100%;
}

.prefferedbranchpopup .body-special .modal-footer {
    padding: 15px 0px 0px 0px;
}

.prefferedbranchpopup .body-special .modal-footer .button_sub {
    background: rgb(218, 56, 50);
    border: 2px solid rgb(218, 56, 50);
    color: #fff;    border-radius: 4px;
    height: 40px;
}

.prefferedbranchpopup .body-special .modal-footer .button_sub:hover {
    background: #0c2e82;
    border: 2px solid #0c2e82;
    color: #fff;
}

.prefferedbranchpopup .body-special .modal-footer .button_main {
    color: #0c2e82;
    background: #fff;
    border: 2px solid #0c2e82;
    border-radius: 4px;
    height: 40px;
}
.prefferedbranchpopup .body-special .modal-footer .button_main:hover{
    color: #fff;
    background: #0c2e82;
    border: 2px solid #0c2e82;
}


#left-column ul.category-sub-menu, 
#left-column .non_main_category_filter  ul.collapse{
        max-height: 250px;
        overflow-y: auto;
        height: 100%;
        margin-bottom: 45px !important;
}
#left-column ul.category-sub-menu::-webkit-scrollbar,
#left-column .non_main_category_filter  ul.collapse::-webkit-scrollbar{
    width: 7px;
    height: 7px;
    cursor: pointer;
}
#left-column ul.category-sub-menu::-webkit-scrollbar-thumb,
#left-column .non_main_category_filter  ul.collapse::-webkit-scrollbar-thumb{
    background: #0c2e82 !important;
    border-radius: 10px;
}
#left-column ul.category-sub-menu::-webkit-scrollbar-track,
#left-column .non_main_category_filter  ul.collapse::-webkit-scrollbar-track{
    box-shadow: inset 0 0 5px grey;
    border-radius: 4px;
}
#left-column ul.category-sub-menu button, 
#left-column .non_main_category_filter ul.collapse button {
    position: absolute;
    bottom: 10px;
    z-index: 9;
    left: 0px;
    line-height: 0px;
    padding: 15px 0px 5px 0px;
}

#left-column .block-categories, 
#left-column .non_main_category_filter {
    position: relative;
}
#left-column section.facet.clearfix.extra_section.non_main_category_filter ul {
    margin-bottom: 0px !important;
}

#category .offer_price_tag_c1.retailpricepresent {
    align-items: flex-end;
}










