* {
    box-sizing: border-box
}

body {
    font-family: 'cabin', sans-serif;
    background-color: #f0f3fb;
}

/* remove below navitem1 if problem in responsive & also replace navitem1 to nav-item in header.phtml
   but in that case our company menu take display none when go to other menu or click anywhere - By Hardik */
.navitem1 {
    position: relative;
    display: block !important;
}

.hide_view_desktop a .get_btn_block {
    width: 175px !important;
    background: #fff;
    border: 1px solid #0485e9;
    color: #0485e9;
    border-radius: 50px;
}

.bg_section {
    padding: 50px;
}

.main_login_section {
    width: 100%;
    border-radius: 20px;
    padding: 30px;
    background-color: #fff;
}

.sing_up_img {
    width: 100%;
    position: sticky;
    top: 20px;
}

.sing_up_img img {
    max-width: 100%;
}

.main_login_section h2 {
    font-size: 22px;
    font-weight: 700;
}

.main_login_section p {
    color: #717171;
    font-weight: 400;
}

.main_input_section {
    position: relative;
}

.main_input_section input,
select {
    width: 100%;
    border: 1px solid #B7BCCA;
    border-radius: 10px;
    padding: 8px 10px;
    outline: none;
    margin-bottom: 15px;
    appearance: none;
}

.main_input_section select {
    width: 100%;
    border: 1px solid #B7BCCA;
    border-radius: 10px;
    padding: 8px 10px;
    outline: none;
    margin-bottom: 15px;
    background-image: url('../../images/new/dropd-won.png');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
    /* adjust as needed */
    background-color: #fff;
}

.main_input_section label {
    font-weight: 500;
}

.main_input_section label span {
    color: #FF4646;
}

.forget_block {
    width: 100%;
    text-align: center;
}

.forget_block h3 {
    font-weight: 700;
    font-size: 18px;
    margin: 10px 0px;
}

.login_btn {
    width: 100%;
    background-color: #21A7E2;
    color: #fff;
    margin: 10px 0px;
    padding: 13px;
    border-radius: 10px;
}

.login_btn:hover {
    color: #fff;
}

.crated_account {
    text-align: center;
    margin: 20px 0px 5px;
}

.crated_account h4 {
    font-size: 16px;
}

.crated_account h4 span {
    color: #21A7E2;
}

.toggle-password {
    position: absolute;
    right: 0;
    bottom: 28px;
    right: 15px;
    color: gray;
}

.heading_section {
    margin: 15px 0px;
}

.tabing_block {
    background-color: #fff;
    padding: 30px 0px;
    border-radius: 11px;
}

.tab-links {
    margin-bottom: 10px;
    list-style: none;
    padding: 0;
}

.tab-links li a {
    padding: 5px 10px;
    display: inline-block;
    text-decoration: none;
    width: 100%;
}

.tabing_block ul li a {
    color: #717579;
}

.tab-links li {
    padding: 4px;
    margin: 10px 30px;
}

.tab-content {
    padding: 0px 10px;
}

.tab {
    display: none;
}

.tab.active_tabs {
    display: block;
}

.active_add {
    background-color: #21A7E2;
    border-radius: 6px;
}

.active_add a {
    color: #fff !important;
}

.tab_content_block {
    background-color: #fff;
    padding: 20px;
    border-radius: 11px;
}

.tab_content_block h3 {
    font-size: 20px;
    font-weight: 600;
}

.tab_content_block p {
    color: #707070;
}

.tab_content_heading {
    margin: 25px 0px 10px;
}

.tab_content_heading h2 {
    font-size: 19px;
    font-weight: 600;
    margin: 0px;
}

.order_listing_block {
    background-color: #fff;
    border-radius: 11px;
}

.order_listing_block table thead th {
    border-bottom: unset
}

.order_listing_block table thead tr th {
    border-top: unset;
    font-size: 15px;
    color: #1D1B23;
    min-width: 109px;
    /* padding: 15px 0; */
}

.order_listing_block table tbody td {
    font-size: 14px;
    vertical-align: middle;
}

.order_listing_block table tbody td:first-child {
    font-weight: 700;

}

.balancing_list .order_listing_block table tbody td {
    font-weight: 400;
    color: #5F5D66;

}

.order_history_table {
    background-color: #fff;
    border-radius: 11px;
}

.order_history_table table thead th {
    border-bottom: unset
}

.order_history_table table thead tr th {
    border-top: unset;
    font-size: 15px;
    color: #1D1B23;
    min-width: 109px;
}

.order_history_table table tbody td {
    font-size: 14px;
    vertical-align: middle;
}

.order_history_table table tbody td:first-child {
    font-weight: 700;
}

.balancing_list .order_history_table table tbody td {
    font-weight: 400;
    color: #5F5D66;
}

/*.completed_btn{
    border: 2px solid #09BD3C;
    border-radius: 20px;
    padding: 8px 14px;
    background: #fff;
    color:#09BD3C;
    cursor: unset !important;
    font-weight: 700;
  }*/


.completed_btn {
    border: 1px solid #006bb4;
    border-radius: 20px;
    padding: 5px 12px;
    background: #E5F7FE none repeat scroll 0 0;
    color: #006bb4;
    cursor: unset !important;
    font-weight: 700;
}


.order-pending {
    background: none !important;
    border: none !important;
    color: #eb5202;
    cursor: unset !important;
    font-weight: bold;
    padding: 0px
}

.order-processing {
    background: none !important;
    border: none !important;
    color: #006bb4;
    cursor: unset !important;
    font-weight: bold;
    padding: 0px
}

.order-complete {
    background: none !important;
    border: none !important;
    color: #185b00;
    cursor: unset !important;
    font-weight: bold;
    padding: 0px
}

.order-shipped {
    background: none !important;
    border: none !important;
    color: #f0ad4e;
    cursor: unset !important;
    font-weight: bold;
    padding: 0px
}

.order-packed {
    background: none !important;
    border: none !important;
    color: #87CEEB;
    cursor: unset !important;
    font-weight: bold;
    padding: 0px
}

.order-canceled {
    background: none !important;
    border: none !important;
    color: #e22626;
    cursor: unset !important;
    font-weight: bold;
    padding: 0px
        /*background: #f9d4d4 none repeat scroll 0 0;
    border: 1px solid #e22626;
    color: #e22626;
    display: block;
    font-weight: bold;
    line-height: 17px;
    padding: 0 3px;
    text-align: center;*/
}

.tab_balance_bloack select {
    width: 100%;
    border: 1px solid #B7BCCA;
    border-radius: 10px;
    padding: 12px 15px;
    outline: none;
    margin-bottom: 15px;
    background-image: url('../../images/new/balance_drop_select.png');
    background-repeat: no-repeat;
    background-position: right center;
    /* background-origin: content-box;*/
    padding-right: 30px;
    /* adjust as needed */
    color: #818181;
}

.balanceing_block h2 {
    color: #063876;
    font-size: 25px;
    font-weight: 500;
    margin: 0px;
}

.balancing_list {
    margin: 30px 0px;
}

.contact_information ul {
    padding: 0px;
    list-style: none;
}

.contact_information ul li {
    font-size: 14px;
    line-height: 25px;
    color: #818181;
}

.contact_edit_btn button {
    background: #1E4C83;
    border: unset;
    padding: 6px 25px;
    border-radius: 20px;
    color: #fff;
}



/* header-css---syle--start */
.header_section {
    background-color: #fff;
    /*box-shadow: 6px 6px 18px 0px rgba(0,0,0,0.3);    need shadow uncomment this code */
    padding: 18px 12px;
    /*position: fixed;*/
    width: 100%;
    z-index: 99;
    /*    top: 0px;
    transition: 0.5s;*/
}

/*  .newClass{
    padding: 6px 36px !important;
    transition: 0.5s;
  }
*/
/* .main-container{
    margin-top:7%;
  }*/
.header_logo_section {
    width: 210px;
    margin: auto;
    padding: 0px !important;
}

.header_logo_section img {
    max-width: 100%;
    max-height: 50px;
}

/*  .navbar-dark .navbar-nav .nav-link{
    color: #2e2f30 !important;
    font-weight: 500;
  }*/
.start_btn {
    background-color: #0485e9;
    border-radius: 23px;
    /*    padding: 10px 12px;*/
    /*  padding-right: 21px!important;*/
    border: unset;
    /*font-size: 14px;*/
    font-weight: 600;
    color: #fff;
    padding: 15px 0px 15px !important;
    font-size: 12px !important;
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif !important;

}

.navbar-brand,
.navbar-nav>li>a {
    font-size: 16px !important;
}

/*  .login_btn_header{
    border: 1px solid #0485e9;
    color:#0485e9;
    font-size: 14px;
    background-color: #fff !important;
    font-weight: 700;
  }*/
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: unset !important;
    border-right: unset !important;
    border-bottom: 0;
    border-left: unset !important;
}

/*.nav-link{
    padding: 0px !important;
  }*/
/* .navbar-toggler{
    background-color: #0485e9 !important;
  }*/
.navbar-dark .navbar-toggler-icon {
    filter: brightness(0.0) saturate(100%);
}

.hide_view_desktop {
    display: none;
}

.nav-item {
    position: relative;
}

.dropdown-menu {
    border-top: 2px solid #0485e9;
}

.footer_section {
    background-color: #fff;
    padding: 50px;
    border-top: 1px solid #ebe7e7;
}

.footer_list ul {
    padding: 0px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.footer_list ul li {
    display: inline-block;
    margin: 0px 10px;
    /*font-weight: 600;*/
    font-size: 16px;
}

.footer_list ul li:hover a {
    opacity: .7
}

.footer_get_btn button {
    background: #102947;
    border-radius: 40px;
    padding: 12px 20px;
    color: #fff;
    border: unset;
    transition: 0.5s;
    min-width: 152px;
    border: 2px solid #1f4181
}

.footer_get_btn button:hover {
    background-color: #1f4181 !important
}

.footer_section .row {
    align-items: center;
}

.footer_socil_icon {
    display: flex;
    justify-content: center;
}

.footer_socil_icon ul {
    padding: 0px;
    display: flex;
}

.footer_socil_icon ul li {
    background: #0a7de1;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #ffff;
    margin: 0px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
}

.footer_socil_icon ul a {
    color: #fff;
}

.footer_socil_icon ul a:hover {
    text-decoration: none;
}

.last_footer_section {
    background-color: #efefef;
    text-align: center;
    padding: 15px 0px;
}

.last_footer_section p {
    margin: 0px;
}



/* For captcha and Additional css add by Hardik */
.main_input_section>li {
    list-style: none;
}

.captcha-image {
    float: left;
    display: inline;
    margin: 0;
    position: relative;
    /*    width: 258px;*/
}

.captcha-image .captcha-img {
    border: 1px solid #b6b6b6;
    vertical-align: bottom;
    width: 100%;
}

.captcha-reload {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px;
}


.main_input_section label.required em {
    float: right;
    font-style: normal;
    color: #eb340a;
    /*position: absolute;
    top: 0;
    right: -8px;*/
}

.no-display {
    display: none;
}

.change_pswd_title {
    padding-left: 15px;
}

.customer-name {
    display: flex;
    justify-content: space-between;
}

.name-firstname,
.name-lastname {
    width: 48%;
}

.addresses-list li.item {
    border: 1px solid #ddd;
    padding: 10px 13px;
    margin: 0 0 10px;
}

.addresses-additional li.item {
    background: none;
    border: 0;
    padding: 0;
}

.get_back_btn button {
    background: #1E4C83;
    border: unset;
    padding: 6px 25px;
    border-radius: 10px;
    color: #fff;
}

.get_back_btn .btn:hover {
    color: #fff;
}

.footer_list ul li a {
    color: #2e2f30 !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    font-weight: 500
}

.footer_list ul li a:hover {
    text-decoration: none;
}


.ipad_view_header_btn a {
    color: #2e2f30 !important;
}

.ipad_view_header_btn a:hover {
    text-decoration: none;
}

colgroup {
    display: table-column-group;
}

col {
    display: table-column;
}

.data-table tfoot td {
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 0;
    border-right: 1px solid #ddd;
}

.a-right {
    text-align: right !important;
    /*border-top: unset !important;*/
}

.grand_total {
    border-bottom: 1px solid #ddd !important;
}

.order-items .product-name {
    font-size: 1em !important;
    font-weight: normal !important;
}

.order-items h2 {
    font-size: 20px;
}

.order-details {
    margin-top: 10px;
}

.new_add_btn {
    background: unset;
    padding: 4px 35px !important;
    border-radius: 30px;

}

.new_add_btn span span {
    font-size: 22px;
    color: #0a7de1;
}

.store_block_heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
}

.store_block_heading a {
    text-decoration: none;
    text-align: center
}

.main_input_section .input-box {
    position: relative;
    margin-bottom: 15px;
}

/*.validation-advice {
    position: absolute;
    bottom: -6px;
    color: red;
    font-size: 14px;
}*/

.validation-advice {
    clear: both;
    /* min-height: 13px; */
    font-size: 14px;
    font-weight: normal;
    /*    line-height: 13px;*/
    color: #eb340a;
    margin-top: -10px;
}

.a-center {
    min-width: 100px;
    text-align: center !important;
}

.rc-button {
    color: #000;
}

.rc-button:hover {
    color: #000;
}

.about_order {
    background: #dee5e8;
    padding: 5px 10px;
    align-items: center;
    border: 1px solid #d0cbc1;
}

.about_order dt {
    display: inline;
}

.about_order dd {
    margin: 0px;
    display: inline;
}

.about_order_info {
    margin-bottom: 0px;
    list-style: none;
    padding: 0px;
    display: inline;
}

.about_order_info li {
    display: inline;
    margin: 0px 0px 0px 6px;

}

.view_order_back_btn {
    text-align: end;
    margin: 10px 0px 0px;
}

.view_order_back_btn p {
    margin: 0px;
}


.view_print_order {
    min-width: 200px;
}

.view_status {
    min-width: 123px;
}

.pager .pages .next {
    text-indent: 1px !important;
}

.pager .pages .next:hover img {
    filter: brightness(0) invert(1);
}

.pager .pages .previous {
    text-indent: 1px !important;
    /*     background: url(../images/pager_arrow_left.png) no-repeat 0 100% #22A7E2 !important;*/
}

.pager .pages .previous:hover {
    text-indent: 1px !important;
    background: url(../images/pager_arrow_left.png) no-repeat 0 100% #22A7E2 !important;
    /*     filter: brightness(0) invert(1);*/
}

.pager .pages .previous img {
    transform: rotate(180deg);
}

.pager .pages .previous:hover img {
    filter: brightness(0) invert(1)
}


/* Pager */
.pager {
    font-size: 12px;
    padding: 4px 8px;
    text-align: center;
    margin: 0
}

.pager .view-mode {
    float: left;
    margin: 0;
    padding: 8px 3px 8px 0
}

.pager .view-mode label {
    display: none;
    color: #000;
    float: left;
    margin: 0 6px 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px
}

.pager .view-mode span {
    float: left;
    margin: 5px 8px 0 0
}

.pager .view-mode a.grid {
    width: 17px;
    height: 17px;
    float: left;
    text-indent: -9999px;
    background: url(../images/grid-blue.png) 0 0 no-repeat
}

.pager .view-mode strong.grid,
.pager .view-mode a.grid:hover {
    width: 17px;
    height: 17px;
    float: left;
    text-indent: -9999px;
    background: url(../images/grid-blue.png) 0 100% no-repeat
}

.pager .view-mode a.list {
    margin: 0;
    width: 20px;
    height: 17px;
    float: left;
    text-indent: -9999px;
    background: url(../images/list-blue.png) 0 0 no-repeat;
    border: 0;
    border-radius: 0;
    padding: 0
}

.pager .view-mode strong.list,
.pager .view-mode a.list:hover {
    margin: 0;
    width: 20px;
    height: 17px;
    float: left;
    text-indent: -9999px;
    background: url(../images/list-blue.png) 0 100% no-repeat
}

.pager a {
    background: none;
    border: 0;
    border-radius: 0;
    display: inline-block;
    padding: 0;
    text-decoration: none
}

.pager .pages a {
    background: #f1f1f1;
    color: #000;
    font-family: 'Lato';
    height: 30px;
    line-height: 30px;
    padding: 0;
    width: 30px;
    display: inline-block;
    border-radius: 5px
}

.pager .pages a:hover {
    color: #fff;
    background: #22A7E2
}

.pager .pages .next {
    background: url(../images/pager_arrow_right.png) no-repeat 0 0 #f1f1f1;
    height: 30px;
    width: 30px;
    transition: all 0 ease-in-out;
    text-indent: -9999px
}

.pager .pages .next:hover {
    background: url(../images/pager_arrow_right.png) no-repeat 0 100% #22A7E2;
    transition: all 0 ease-in-out
}

.pager .pages .previous {
    background: url(../images/pager_arrow_left.png) no-repeat 0 0 #f1f1f1;
    height: 30px;
    width: 30px;
    text-indent: -9999px;
    transition: all 0 ease-in-out
}

.pager .pages .previous:hover {
    background: url(../images/pager_arrow_left.png) no-repeat 0 100% #22A7E2;
    transition: all 0 ease-in-out
}

.pager .pages .current {
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    width: 30px;
    background: #22A7E2
}

.pager .pages a.next,
.pager .pages a.previous {
    text-transform: lowercase;
    background: none;
    color: #666;
    font-size: 14px
}

.pager .pages a.next:hover,
.pager .pages a.previous:hover {
    color: #00A5E8
}

.pager .sort-by {
    float: none;
    margin: 0;
    padding: 2px 20px 6px;
    position: relative;
    display: inline-block
}

.pager .sort-by label {
    display: inline-block;
    margin: 0 10px 0 0;
    font-weight: 400;
    vertical-align: middle;
    font-size: 14px;
    font-family: 'cabin';
    color: #000;
    line-height: 22px
}

.pager .sort-by select {
    padding: 2px 4px;
    border: 1px solid #f1f1f1;
    margin: 0;
    vertical-align: middle;
    color: #000;
    background: #fff;
    font-size: 14px;
    font-family: 'cabin'
}

.select-sort-by {
    display: inline-block
}

.select-sort-by:before {
    background: url(../images/bg-select.png) no-repeat scroll 50% 50% #fff;
    content: "";
    display: inline-block;
    float: left;
    height: 24px;
    pointer-events: none;
    position: absolute;
    right: 31px;
    top: 3px;
    width: 20px
}

.pager .amount {
    float: left;
    margin: 13px 0 0
}

.pager .limiter {
    color: #666;
    float: none;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding: 8px 10px;
    text-transform: capitalize;
    display: inline-block;
    position: relative
}

.select-limiter {
    display: inline-block
}

.select-limiter:before {
    background: url(../images/bg-select.png) no-repeat scroll 50% 50% #fff;
    content: "";
    display: inline-block;
    float: left;
    height: 24px;
    pointer-events: none;
    position: absolute;
    right: 11px;
    top: 9px;
    width: 17px
}

.pager .limiter label {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
    color: #000;
    font-size: 14px;
    font-weight: 400
}

.pager .limiter select {
    text-align: center;
    padding: 2px 4px;
    border: 1px solid #f1f1f1;
    margin: 0;
    vertical-align: middle;
    color: #000;
    background: #fff;
    font-size: 14px;
    font-family: 'cabin';
    font-weight: 400;
    width: auto !important;
    border-radius: 0px !important;
    appearance: auto;
}

.pager .pages {
    float: right;
    font-size: 14px;
    line-height: 37px;
    margin: 0;
    padding: 3px 0;
    text-transform: uppercase;
    font-family: 'titilliumweb'
}

.pager .pages strong {
    display: none;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 22px;
    color: #666;
    font-size: 16px
}

.pager .pages ol {
    display: inline;
    font-family: 'titilliumweb'
}

.pager .pages li {
    display: inline;
    margin: 0 2px;
    font-family: 'titilliumweb'
}

.page-sitemap .pager .pages {
    border: 1px solid #f7f7f7;
    font-family: 'titilliumweb'
}

/*
.navbar-nav li{
    margin: 0px 17px 0px 0px;
}*/
.et-l--header {
    display: none !important;
}

.et-l--footer {
    display: none !important;
}

.et_pb_section_6.et_pb_section {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #033e84 !important;
}

.et_pb_text_inner {
    text-align: center;
}

.et_pb_text_inner h2 {
    font-weight: 800;
    font-size: 44px;
    /*color: #FFFFFF!important;*/
    line-height: 1.2em;
    text-align: center;
}

.et_pb_button_3 {
    background: #fff !important;
    padding: 7px 40px !important;
    border-radius: 50px !important;
    border: unset !important;
    color: #000 !important;

}

.navbar-nav li a.current_menu {
    border-bottom: 4px solid #0485e9;
    padding-bottom: 4px !important;
    font-weight: bold !important;
}

/*.navbar-dark .navbar-nav .nav-link{
    padding-right: 0px;
     padding-left: 0px;
}*/

.page-print {
    background: #fff;
    padding: 25px 30px;
    text-align: left;
}

.page-print .order-date {
    background: url(../../images/bkg_divider1.gif) 0 100% repeat-x;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.page-print .print-head {
    margin: 0 0 15px;
}

.page-print h1,
.page-print h2 {
    font-size: 19px;
    font-weight: 600;
    margin: 0px;
}

/*.page-print h3 {
    font-size: 17px;
    margin: 0px;
}*/
.page-print address {
    line-height: 1.35;
}

.print_order_table {
    width: 100%;
    border: 1px solid #dee2e6 !important;
}

.print_order_table .product-name {
    font-size: 1em !important;
    font-weight: normal !important;
}

.print_order_table thead tr th {
    padding: 0.75rem;
    border: 1px solid #cfcece;
}

.print_order_table thead tr th:nth-of-type(4) {
    min-width: 122px;

}

.print_order_table tbody tr td {
    padding: 0.5rem;
    border: 1px solid #cfcece;
}

.order-product-name h3 {
    margin: 0px;
}

.close_print_btn {
    background: unset;
    border: unset;
    padding: 0px;
    font-size: 18px;
    margin: 15px 0px;
    text-transform: uppercase;
}

button.close_print_btn:hover span span {
    background: none;
    color: #22A7E2;
}

.page-title h1,
.page-title h2 {
    /*    background: url(../images/bg1-bottom-title.png) no-repeat scroll left bottom;*/
    color: #000;
    font-size: 20px;
    margin: 0;
    padding: 0 0 15px;
    text-transform: uppercase;
}

.cart {
    width: 100%;
    margin: auto;
}

.cart_checkout_section {
    display: flex;
    justify-content: space-between;
    margin-top: 15px !important;
}

.cart_checkout_section ul {
    float: unset !important;
    margin: 0px !important;
    list-style: none !important;
}

.checkout_table thead th {
    background: none;
    font-weight: normal;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    color: black;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    text-transform: capitalize;
    font-size: 16px;
    background: #fff;
    border-top: 1px solid #ddd;

}

.product-name a {
    color: #555;
    /*    font-family: 'cabin2';*/
    font-size: 12px;
    text-transform: capitalize;
    white-space: normal;
}

.checkout_table tbody th,
.checkout_table tbody td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.checkout_table input.input-text,
select,
textarea {
    background: #fff;
    border: 1px solid #ddd;
}

.checkout_table input.qty {
    width: 2.5em !important;
    text-align: center;
}

/* Shopping Cart Table */
#shopping-cart-table {
    background: #fff;
    border: 1px solid #ddd;
    border-top: unset !important
}

#shopping-cart-table .odd {
    background: #fff;
}

#shopping-cart-table .even {
    background: #fff;
}

#shopping-cart-table .product-name {
    line-height: 20px;
}

#shopping-cart-table td {
    /*line-height: 10px;*/
    background: #fff;
   
    line-height: 20px; /* Anand */
}

#shopping-cart-table .btn-remove2 {
    display: block;
    width: 17px;
    height: 22px;
    margin: 0px auto;
    font-size: 0;
    line-height: 0;
    background: url(../../images/btn_trash.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

#shopping-cart-table .link-wishlist {
    margin: 0 0 0 23px;
}

#shopping-cart-table .item-options {
    text-align: center;
    line-height: 0;
}

#shopping-cart-table .item-options dt,
#shopping-cart-table .item-options dd {
    display: inline-block;
}

#multiship-addresses-table,
#checkout-review-table {
    border: 1px solid #ddd;
}

#checkout-review-table .odd {
    background: none;
}

/* Shopping Cart ========================================================================= */
.cart .page-title {
    border-bottom: 0;
    /*margin:0 0 15px*/
}

/*.cart .page-title h1{margin:10px 0 0}*/
.cart-table td .product-image {
    display: block;
    width: 120px
}

.checkout-onepage-index #checkoutSteps button.button span {
    background: #22A7E2;
    border-bottom: 3px solid#22A7E2;
    display: block;
    padding: 8px 18px;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Roboto'
}

.checkout-onepage-index #checkoutSteps button.button span span {
    padding: 0;
    border: 0;
    background: none
}

.checkout-onepage-index #checkoutSteps button.button:hover span {
    background: #484848;
    border-bottom: 3px solid #333;
    color: #fff
}

.checkout-onepage-index #checkoutSteps button.button:hover span span {
    padding: 0;
    border: 0;
    background: none
}

.checkout-onepage-index .col-main {
    background: none
}

.checkout-onepage-index .page-title h1 {
    color: #000;
    font-family: 'Roboto';
    font-size: 20px;
    margin: 0;
    padding: 0 0 15px;
    text-transform: uppercase
}

.cart .page-title .checkout-types li {
    margin: 0 0 5px
}

.cart .title-buttons .checkout-types {
    float: right
}

.cart .title-buttons .checkout-types li {
    float: left;
    margin: 0 0 5px 5px
}

.cart .checkout-types .paypal-or {
    margin: 0 8px;
    line-height: 2.3
}

.cart .totals .checkout-types .paypal-or {
    clear: both;
    display: block;
    padding: 8px 55px 0 0;
    line-height: 1;
    font-size: 11px
}

.cart-table th {
    padding: 2px 10px
}

.cart-table td {
    padding: 10px
}

.cart-table .product-name {
    font-weight: 400;
    margin: 0 0 5px;
    color: #2f2f2f
}

.cart-table .item-msg {
    margin: 5px 0;
    font-size: 11px;
    font-weight: 400;
    color: #df280a
}

.cart-table tfoot td {
    padding: 5px 10px
}

.cart-table .btn-continue {
    float: left
}

.cart-table .btn-update,
.cart-table .btn-empty {
    float: right
}

.cart-table .btn-update {
    margin-left: 10px
}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
    padding: 25px 0 12px;
    background: #fff;
    margin-bottom: 20px;
}

.crosssell .add-to-links {
    display: none
}

.crosssell .price-box {
    width: 100%
}

.crosssell button.button {
    float: left
}

.checkout-cart-index .crosssell button.button span {
    background: none;
    border: 0 none;
    color: #000;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    padding: 0
}

.checkout-cart-index .crosssell button.button span span {
    border: 0 none;
    color: #000;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    text-transform: uppercase
}

.checkout-cart-index .crosssell button.button:hover span {
    background: none;
    color: #22A7E2;
    border: 0
}

.checkout-cart-index .crosssell button.button:hover span span {
    padding: 0;
    background: none;
    color: #22A7E2;
    border: 0
}

.cart .crosssell {
    border: 1px solid #ddd;
    padding: 12px 15px
}

.cart .crosssell h2 {
    font-size: 13px;
    font-weight: 400
}

.cart .crosssell .product-image {
    float: left;
    width: 100px;
    height: 100px;
    border: 0
}

.cart .crosssell .product-details {
    margin-left: 115px
}

.cart .crosssell .product-name {
    font-weight: 400
}

.cart .crosssell li.item {
    margin: 12px 0
}

.cart .crosssell .link-compare {
    font-weight: 400
}

.cart .discount,
.cart .shipping {
    border: 1px solid #ddd;
    padding: 12px 15px;
    margin: 0 0 18px
}

.cart .discount h2,
.cart .shipping h2 {
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Roboto';
    padding: 0;
    color: #000;
    text-transform: uppercase
}

.discount-form label {
    font-weight: 400
}

.cart .discount .input-box {
    margin: 8px 0 0;
    width: 260px
}

.cart .discount input.input-text {
    width: 254px
}

/*.cart input.input-text{background:#fff;height:25px;line-height:25px;width:254px}*/
.cart input.input-text {
    background: #fff;
    height: 25px;
    line-height: 25px;
    width: auto;
    outline: unset;
    border: 1px solid #898484;
    width: 35px;
}

.cart .shipping .sp-methods {
    margin: 10px 0 0;
    padding: 5px 0 0
}

.checkout-cart-index button.button span {
    background: #0485e9;
    border: 1px solid #0485e9;
    color: #FFF;
    display: block;
    font-family: 'Roboto';
    font-size: 16px;
    padding: 8px 18px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap
}

.checkout-cart-index button.button span span {
    padding: 0;
    border: 0;
    background: none;
    line-height: 20px
}

.checkout-cart-index button.button:hover span {
    background: #fff;
    border: 1px solid #0485e9;
    color: #0485e9
}

.checkout-cart-index button.button:hover span span {
    padding: 0;
    border: 0;
    background: none
}

.cart .totals {
    border: 1px solid #ddd;
    background: none
}

.cart .totals table {
    width: 100%;
    margin: 7px 0
}

.cart .totals td {
    padding: 1px 15px 1px 7px
}

.cart .totals tfoot th {
    padding: 5px 15px 5px 7px
}

.cart .totals tfoot td {
    padding-top: 5px;
    padding-bottom: 5px
}

.cart .totals tfoot th strong,
.cart .totals tfoot td strong {
    font-size: 15px
}

.cart .totals .checkout-types {
    font-size: 13px;
    padding: 8px 15px 15px;
    text-align: right
}

.cart .totals .checkout-types li {
    clear: both;
    margin: 10px 0
}

/* Content Styles ================================================================= */
.product-name {
    margin: 8px 0 0;
    width: 100%;
    font-weight: 400;
    text-align: left;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-name a {
    color: #555;
    font-size: 12px;
    text-transform: capitalize;
    white-space: normal
}

.product-name a:hover {
    color: #22A7E2;
    text-decoration: none;
}

.cart button {
    border: unset !important;
    padding: 0px;
}

.cart-collaterals {
    display: flex;
    flex-wrap: wrap;
}

.checkout-types {
    list-style: none;
    padding: 8px 15px 0px !important;
}

.active_boldtext {
    font-weight: 600;
}

/*.messages{
    padding: 0px;
    list-style: none;
    border: 1px solid red;
    padding: 5px;
    border-radius: 4px;
    background: #ff000026;
    color: red;
}*/

.messages .success-msg {
    padding: 0px;
    list-style: none;
    border: 1px solid green;
    padding: 5px;
    border-radius: 4px;
    background: #ebf3e8;
    color: green;
}

.messages .error-msg {
    padding: 0px;
    list-style: none;
    border: 1px solid red;
    padding: 5px;
    border-radius: 4px;
    background: #ff000026;
    color: red;
}

.messages li ul {
    padding: 0px;
    list-style: none;
}

.navitem2:hover .dropdown-menu {
    display: block;
}

.navitem2:hover .nav-link {
    opacity: .7 !important;
}

.navitem1:hover .nav-link {
    opacity: .7 !important;
}

.circlek_btn {
    color: #0C71C3 !important;
    border-width: 1px !important;
    border-color: #0485e9;
    border-radius: 25px;
    font-size: 13px;
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 600 !important;
}

.histroy_title h2 {
    font-size: 19px;
    font-weight: 600;
    margin: 0px;
}

.list_table {
    border: unset
}

.list_table thead tr th {
    min-width: 163px !important;
    border: none
}

.list-transaction table tbody td {
    border: none;
    border-top: 1px solid #dee2e6
}

.msa_report_brand .select2-selection--multiple {
    min-height: 40px !important;
    border-radius: 10px !important;

}

.msa_report_brand .select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block !important;
}

/*.store_block_heading a:hover{
    color: #2ea3f2 !important;
}*/
.main_login_section ul {
    padding: 0px
}

.footer_logo {
    width: 250px;
    margin: auto;
}

.brand_error {
    color: red;
    display: none;
}

.toogle_slide {
    display: none;
}

.main_header_toggle {
    display: block;
}

.main_input_section .ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("../../layerednavigationajax/images/ui-icons_222222_256x240.png") !important;
}

.main_input_section .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    cursor: pointer;
    height: 33px !important;
    top: -1px;
    width: 33px !important;
    display: flex !important;
    justify-content: center !important;
}


/*new--css--start--here*/
.header_block_start {
    max-width: 1284px !important;
    margin: auto;
}

.top_block_border {
    border-bottom: 1px solid #ececec;
    background-color: #fff
}

.main_btn_top {
    background-color: #0485e9 !important
}

.top_btn_block {
    padding: 8px;
    width: 100%
}

.header_nav ul {
    display: flex;
    padding: 0px;
    margin: 0px;
    list-style: none
}

.header_nav ul li {
    margin: 0px 15px 0px 0px
}

.header_nav ul li a:hover {
    opacity: .7
}

.header_social ul li:hover {
    background-color: #093e82 !important
}

.header_social ul li:hover a i {
    color: #fff !important
}

.nav-link {
    position: relative;

}

.nav-link::after {
    position: absolute;
    bottom: 4px;
    width: 0px;
    height: 2px;
    background-color: #0485e9;
    content: '';
    transition: 0.5s;
    left: 0px;
}

.navitem1:hover .nav-link::after {
    width: 100%
}


.header_nav ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

.header_logo_section {
    order: 2
}

.toogle_slide {
    order: 1
}

.ipad_view_header_btn {
    order: 3
}

.top_btn_block {
    display: flex;
    justify-content: space-between !important;
    align-items: center;
}

.header_social ul {
    display: flex;
    padding: 0px;
    margin: 0px
}

.header_social ul li {
    margin: 0px 9px 0px 0px;
    width: 21px;
    height: 21px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_social ul li a i {
    color: #0485e9 !important;
    font-size: 13px;
}

.header_social ul li a {
    text-decoration: none;
    line-height: 0px
}

.block_nav {
    flex-grow: 0;
    width: 32%
}

.block_parents_header {
    justify-content: space-between;
}

.price_after {
    position: relative;

}

.price_after:after {
    position: absolute;
    top: 13px;
    left: 22px;
    background-image: url("https://web.cstoremaster.com/wp-content/uploads/2023/10/n-check.svg");
    content: '';
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.price_after {
    border-radius: 30px !important;
    min-width: 150px !important;
    transition: 0.5s;
    padding-left: 18px !important;

}

.login_btn_header {
    border: 1px solid #0485e9;
    color: #0485e9;
    font-size: 14px;
    background-color: #fff !important;
    font-weight: 700;

    border-radius: 30px !important;
    padding: 10px 13px;
    min-width: 150px !important;
    transition: 0.5s
}

.login_btn_header:hover {
    background-color: #0485e9 !important;
    color: #fff !important
}

.price_after:hover {
    background-color: #0485e9 !important;
    color: #fff !important
}

.price_after:hover:after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);

}

.navbar-dark .navbar-nav .nav-link {
    color: #2e2f30 !important;
    font-weight: 500;
    font-family: 'Poppins', sans-serif !important;
    padding-right: 0px;
    padding-left: 0px;
}

.ipad_view_header_btn button {
    line-height: normal !important
}

.get_start {
    border-radius: 30px !important;
    padding: 15px 15px !important;
    min-width: 150px !important;
    transition: 0.5s
}

.get_start:hover {
    background-color: #fff !important;
    color: #2ea3f2 !important;
    border: 1px solid #2ea3f2
}

.main_header_toggle .navbar-nav {
    z-index: 99;
    position: absolute;
    left: 10px;
    width: 100%;
    background-color: #fff;
    padding: 20px
}

.block_nav .navbar-nav {
    width: 100% !important;
    justify-content: space-between !important
}

.close_navbtn {
    color: #837f7f;
    font-size: 38px;
    color: #080808
}

.block_icon {
    /*transition:0.5s;*/
    display: block !important;
}

.main_roted_block {
    /*transform: rotate(90deg);*/
    animation-name: toggle-up;
    /*animation-delay: 0.1s;*/
    animation-duration: 0.0s;
    animation-fill-mode: forwards;
}

/*

.toggle-up {
 
}*/
.block_icon {
    animation-name: toggle-down;

    animation-duration: 0.75s;
    animation-fill-mode: forwards;
}


@keyframes toggle-up {
    100% {
        transform: rotate(180deg);
    }
}

@keyframes toggle-down {
    100% {
        transform: rotate(180deg);
    }
}

.hide_icop {
    display: none
}

.close_navbtn {
    display: none
}

.hide_view_desktop {
    text-align: center;
}

.block_parents_header {
    align-items: center;
}

/*.show_ipad_block{
    display: none !important
}*/
/*
.hide_view_ipad_block{
	display: block !important
}*/

.show_ipad_block {
    display: none !important
}

.navitem2 {
    position: relative;
    display: block !important
}


/* contact----page---css--start--here */
.contact_banner {
    background-size: initial;
    background-position: right 0px center;
    background-image: url("../../images/new/contact-banner.png");
    background-color: #003680;
    background-size: inherit;
}

.contct_banner {
    padding: 100px 50px;
}

.contct_banner h3 {
    color: #fff;
    font-weight: 700;
    margin: 0px;
}

.connect_block_section {
    text-align: center;
}

.connect_heading {
    margin: 50px 0px;
}

.connect_heading h3 {
    font-size: 43px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.form_input_field {
    width: 100%;
    margin: 0px 0px 20px 0px;
}

.form_input_field input {
    /*    border-radius: 5px 5px 5px 5px;*/
    overflow: hidden;
    border-width: 2px;
    border: 2px solid #dddddd;
    /* border-color: #dddddd; */
    width: 100%;
    padding: 15px 10px;
    outline: none;
    font-size: 13px;
    font-weight: 600;

}

.form_input_field select {
    overflow: hidden;
    border-width: 2px;
    border: 2px solid #dddddd;
    /* border-color: #dddddd; */
    width: 100%;
    padding: 15px 10px;
    outline: none;
    font-size: 13px;
    font-weight: 600;
    border-radius: unset !important;
    color: #878080;


}

.form_input_field .validation-advice {
    text-align: left !important;
    margin: 0px !important;
}

.main_select_icon {
    position: relative;
}

.main_select_icon::after {
    content: "";
    position: absolute;
    top: 40%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #666;
    margin-top: 3px;
    pointer-events: none;
}

.form_input_field textarea {
    overflow: hidden;
    border-width: 2px;
    border: 2px solid #dddddd;
    /* border-color: #dddddd; */
    width: 100%;
    padding: 15px 10px;
    outline: none;
    font-size: 13px;
    font-weight: 600;
}

.submit_contact_btn {
    background-color: #0485e9;
    border-radius: 23px;
    border: unset;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 10px 35px;
    margin: 0px 0px 14px;
}

.map_block {
    margin: 50px 0px;
    background: #fff;
    padding: 50px 0px;
    border-radius: 8px;
}

.map_block .row {
    align-items: center;
}

.map_heading {
    text-align: left;
}

.map_heading h2 {
    font-size: 37px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.map_heading p {
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #666666;
}

.btn_block_section p {
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    /*    font-weight: 600;*/
    color: #666666;
}

.main_section_contact {
    background-color: #fff;
}

.map_img {
    border: 2px solid red;
    height: 500px;
}


.product-name .error {
    font-size: 14px !important;
}


/*****  search category and product on all product list page -- Hardik ****/
.header-box {
    float: right;
    width: 100%;
}

.header-box .search-container {
    padding: 0;
    width: 100%;
    text-align: center;
    float: none;
    display: inline-block;
}

.header-box .search-container .form-search {
    position: relative;
    padding: 0 0 0 0px;
    /*width: 445px;*/
    width: 100%;
    float: none;
    display: inline-block;
    margin: 0 auto;
    background: #fff;
    height: 58px;
    border-radius: 6px;
}

.header-box .form-search label {
    float: left;
    height: 21px;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
    width: 0
}

.header-select:before {
    background: url(../../images/bg-select.png) no-repeat scroll 50% 50% #FFF;
    content: "";
    display: inline-block;
    float: left;
    height: 30px;
    pointer-events: none;
    position: absolute;
    left: 120px;
    top: 14px;
    width: 20px
}

.header-select option {
    color: #000;
    font-size: 13px;
    font-family: 'cabin', sans-serif;
}

.box-select {
    border-right: 2px solid #f5f5f5;
    display: inline-block;
    float: left;
    padding: 16px 10px 0px 0px;
}

.header-box .form-search #cat {
    width: 157px;
    float: left;
    /* padding: 4px 20px; */
    padding: 3px 30px;
    /*komal css*/
    font-family: 'sans-serif';
    font-size: 15px;
    color: black;
    margin-left: -20px;
    background: none;
    border: 0;
    font-family: 'Cabin', sans-serif;
}

.header-input {
    float: left;
    padding: 11px 0;
}

.header-box .form-search button.button span {
    border: 0;
    background: #22A7E2;
    font: normal 11px/21px Tahoma, Verdana, Arial, sans-serif;
    padding: 5px 14px;
    font-weight: normal;
    text-transform: uppercase;
}

.header-box .search-container .form-search .input-text {
    background: none;
    color: #000;
    font-size: 15px;
    /*font-family:'Mukta Vaani';*/
    float: left;
    height: 38px;
    line-height: 38px;
    /*padding:0 13px;width:300px;*/
    border: 0;
    margin: 0;
    width: 100%;
    padding: 9px;
}

.header-box .search-container button.button {
    float: right
}

.header-box .search-container button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
}

.header-box .search-container button.button span {
    background: url(../../images/icon-search.png) no-repeat 50% 50% #22A7E2;
    border: 0 none;
    height: 58px;
    line-height: 58px;
    padding: 0;
    width: 60px;
    border-bottom: 3px solid #22A7E2;
    border-radius: 0 5px 5px 0
}

.header-box .search-container button.button:hover span {
    background: url(../../images/icon-search.png) no-repeat 50% 50% #484848;
    border-bottom: 3px solid #333
}

.header-box .search-container button.button span span {
    background: none repeat scroll 0 0 transparent;
    float: left;
    padding: 0;
    text-indent: -99999px
}

.header-box .search-container button.button span {
    background: url(../../images/icon-search.png) no-repeat 50% 50% #22a7e2 !important;
    border-bottom: 3px solid #22a7e2 !important;
}

.btn_captcha_text {
    display: flex;
    justify-content: end;
    align-items: center;
}

.btn_captcha_text .clearfix {
    margin-right: 15px;
}

.btn_captcha_text input {
    height: 51px;
    width: 50px;
    border: 2px solid #e3e3e3;
}

.btn_captcha_text p {
    font-size: 17px !important;
}

#messages_product_view .success-msg .error-msg {
    padding: 5px;
    text-align: center;
    border-radius: unset;
    font-size: 18px;
    margin: 20px 0px;
}

/****  for category dropdown in allproduct ***/
.cart_group {
    clear: both;
    /*  margin: 15px 0;*/
    position: relative;
    display: table;
}

.cart_group input[type='button'] {
    background-color: #eeeeee;
    min-width: 30px;
    width: auto;
    transition: all 300ms ease;
}

.cart_group .button-minus,
.cart_group .button-plus {
    font-weight: bold;
    height: 25px;
    padding: 0;
    width: 38px;
    position: relative;
}

.cart_group .quantity-field {
    position: relative;
    height: 25px;
    left: -6px;
    text-align: center;
    width: 40px;
    display: inline-block;
    font-size: 11px;
    margin: 0 0 4px;
    resize: vertical;
}

.button-plus {
    left: -13px;
}

.product_name_width {
    width: 18%;
    word-break: break-word !important;
   line-height: 23px;
    /* Anand css*/
   
}

.all_product_listing {
    margin-bottom: 35px;
}

.all_product_listing table tbody td {
    font-size: 12px;
  text-decoration: none;
    /* padding-left: 0.75rem; komal css */
}

.addtocart_btn {
    background-color: #21A7E2;
    color: #fff;
    margin: 4px 0px;
    padding: 2px 4px;
    border-radius: 8px;
    font-size: 12px;
    cursor: not-allowed;
}

.addtocart_btn:hover {
    color: #fff;
}

.btn-default {
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0;
}

.bootstrap-select {
    width: 125px !important;
    display: block !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.bootstrap-select.btn-group .dropdown-menu {
    margin: 17px 0 0 -20px;
    padding: 0 0 20px 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    height: 300px;
}

.open>.dropdown-menu {
    display: block;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
}

.bootstrap-select .btn-group .dropdown-menu li {
    position: relative;
    list-style: none;
}

.cart_table tfoot td {
    padding: 5px 10px;
}

.update_cart {
    background: #22A7E2;
    color: #FFF;
    display: block;
    font-family: 'Roboto';
    font-size: 16px;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.send_to_sp {
    background: #22A7E2;
    color: #FFF;
    display: block;
    font-family: 'Roboto';
    font-size: 16px;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.search_message {
    width: 100%;
    border: 2px solid #21a7e2;
    padding: 3px 10px;
    border-radius: 6px;
    color: #2ca0d7;
    background: #f9fcfd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}

.search_message a {
    color: #21a7e2;
    text-decoration: none;
}

.cart_total {
    border-top: 1px solid #dbdbdb;
}

.cart_grand_total {
    text-align: end !important;
   padding: 12px 8px !important;
}

.cart_product_th {
    min-width: 219px !important;
}

.cart_product_td {
    text-align: left !important;
}

.adjust_searchbar {
    padding: 25px 50px 0 50px
}

.no_search_result {
    text-align: center;
    padding-top: 10px !important;
}

.unit_in_box {
    text-align:start !important;
    padding: 12px 45px !important;
    /* Anand css */
}

.common_price_center{
    text-align: center !important;
}


/* Anand Css */
.search_bar {
   width: 164px !important;
    overflow: hidden;
    width: 160px;
   
    white-space: nowrap;

}
.Product_msa_code{
    min-width: 136px !important;
}
.category_section{
    min-width: 146px;
}
.cart_section{
    display: flex;
}

.common_section{
    text-align: left;
}
.Qty_Counter{
    display: flex;
}
.Resize{
    padding:12px 41px !important ;
  
}
.table td,th{
    text-align: left;
}
.table td, .table th {
    padding: 0.5rem;
}
.common_td{
    text-align: right !important;
}
.no_search_result h6{
    text-align: center !important;
}
.Price_set{
    padding: 12px 65px 12px 8px !important;
 
}
/* Anand Css */
.price_title{
    text-align: end !important;
    padding-right: 35px !important;
}

.cart_shopping .messages .success-msg{
    margin: 8px 40px 0 0px;
}

.cart_shopping .messages .error-msg{
    margin: 8px 40px 0 0px;
}
