/*******************************************************
 * CSS override for B2B Commerce.
 * Override any CSS provided by OOTB B2B Commerce below.
********************************************************/

@import "components/branchlocator.css";
@import "components/branch-pickup-toggle.css";
@import "components/contract-badging-filter-toggle.css";
@import "components/banner-alert.css";
@import "components/purchasing-policy-modal.css";
@import "components/product-list-overrides.css";

body.cc_main_body {
    /* font-family: Arial !important; */
    color: #333;
    height: 100%;
    min-height:calc(100vh - 411px);
    margin: auto;
}

.ccrz_loading_gif{
    max-width: 35px;
    max-height: 35px;
}

.cc_content_body{
    max-width: 1600px;
    min-height:calc(100vh - 411px);
    margin: auto;
}

hr.minpadding {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    border: 0;
    border-top: 1px solid #eee;
}

hr.cart_header {
    margin-top: 5px !important;
    margin-bottom: 15px !important;
    border: 0;
    border-top: 2px solid #eee;
}

/* Hide the caret at the bottom of the page used to scroll to top */
ul.cc_scroll-top {
    display: none;
    visibility: hidden;
}

div.cc_wishlist_image img.noImg {
    display: block;
    position: relative;
    width: 75px;
    height: 75px;
    background: url("../images/no_image.jpg");
    content:"";
    text-indent: -9999px;
}

.navbar-inverse{
    color: #333 !important;
    background-color: transparent !important;
	/*
	background-color: rgb(0, 0, 0, 0);
    text-shadow: 0 0 4px rgba(0, 0, 0, 0) !important;
    */
}

.navbar-default {
    color: #333 !important;;
    background-color:rgb(239,239,239)!important;
    border-color: transparent !important;
	/* background-color: rgb(0,0,0,0);
    border-color: rgb(0,0,0,0);
    */
}

/*----- Logo placement ----- */

div[id^='cc_store_logo_img'] {
    background-image: url("../images/Horizontal_MRCGO_4501tm4.png");
    background-repeat: no-repeat;
	background-size: contain;
    height: 50px !important;
    width: 250px !important;
    position: absolute;
 }

 div[id^='logoUrl']{
    display: block;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto 50px 25px;
	top: 15px;
    position: relative;
    z-index: 1001;
}

div[id^='logoUrl'],  div[id^='cc_store_logo_img'] {
    background-image: url("../images/Horizontal_MRCGO_4501tm4.png") 0 0 no-repeat;
    background-repeat: no-repeat;
	background-size: contain;
    height: 86px;
    width: 250px;
    position: absolute;
}

	@media (max-width: 767px) {
        div[id^='logoUrl'] {
            display: block;
            width: 100%;
            padding: 0px;
            margin: 10px 0px 0px 0px;
            top: 5px;
            position: relative;
            z-index: 1001;
        }

		div[id^='logoUrl'], div[id^='cc_store_logo_img']  {
            height: 35px !important;
            width: 175px !important;
            background-size: contain;
        }

        span#mg_logout_name{
            display: none;
        }

    }
.btnwidth {
    width:80px
}

.btnalignment{
    right:-12px;
}

.backbtnchange {
    color: rgb(48,102,121) !important;
	background-color: #fff !important;
    border-color: #adadad;
}
.backbtnchange:hover{
    background-color: rgb(48,102,121) !important;
	color: #fff !important;
    border-color: #adadad;
}

.btn-default, .mg_red_button {
    color: #fff !important;
	background-color: rgb(48,102,121);
}

.backbtnchange {
    color: rgb(48,102,121) !important;
	background-color: #fff !important;
}

.btn-default:hover, .mg_red_button :hover{
    color: #ffffff !important;
    background-color: rgb(62,133,158);
    border-color: #adadad;
}

.btn-secondary {
    color: rgb(47,102,122) !important;
    background-color: #fff !important;
    width: 155px;
    height: 40px;

    background: #FFFFFF;
    border: 2px solid #306679;
    box-sizing: border-box;
}

/*----- Homepage layout overrides -----*/
.cc_main_content_col {
    padding-left: 8px !important;
    padding-right: 2px !important;
}

.cc_right_col {
    padding-left: 8px !important;
    padding-right: 2px !important;
}

.cc_main_container {
    box-sizing: border-box !important;
    padding-left: 25px !important;
    padding-right: 30px !important;
}

.punchOutWidgetWrapper {
    max-width: 1440px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    align-items: center;
}
.punchOutWidget {
  max-width: 450px;
}
.punchOutCenterWidget {
    margin: 0 2%;
    max-width: 450px;
  }
  @media (max-width: 850px) {
    .punchOutCenterWidget {
        margin: unset;
        max-width: 450px;
      }
  }

  .c-categoriesPunchout__title{
    color: #635F60;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    font-family: Source Sans Pro;
    font-size: 28px;
  }
  
  .c-categoriesPunchout__title:after {
    content: "";
    background-color: #c31919;
    display: block;
    margin: 0 auto;
    max-width: 105px;
    height: 7px;
  }
  
  .c-categoriesPunchout__grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom:20px
  }
  
  @media all and (min-width: 850px){
    .c-categoriesPunchout__grid{
      justify-content: unset;
    }
  }
  
  .c-categoriesPunchout__item{
    margin-top: 60px;
    min-width: 200px;
    text-align: center;
    width: 25%;
  }
  
  .c-categoriesPunchout__item a,
  .c-categoriesPunchout__item a:hover{
    text-decoration: none;
  }
  
  .c-categoriesPunchout__item__image-container{
    height: 200px;
    margin: 0 auto;
    position: relative;
    width: 200px;
  }
  
  .c-categoriesPunchout__item__image-container:after{
    filter: blur(1px);
    border-radius: 50%;
    background-color: #ededed;
    content: '';
    display: block;
    height: 5px;
    margin: 25px auto;
    transition: transform 0.25s;
    width: 110px;
  }
  
  .c-categoriesPunchout__item__image{
    height: auto;
    transition: transform 0.25s;
    width: 100%;
  }
  
  .c-categoriesPunchout__item__name{
    color: #635F60;
    font-weight: bold;
    font-size: 1.25rem;
    margin-top: 50px;
    max-width: 400px;
    font-family: Source Sans Pro;
    font-size: 24px;
  }
  
  .c-categoriesPunchout__item:hover .c-categoriesPunchout__item__image,
  .c-categoriesPunchout__item:hover .c-categoriesPunchout__item__image-container:after{
    transform: scale(1.25);
  }
/*----- Header overrides -----*/
.cc_navbar_row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.cc_col_search {
    float: inline-end !important;
    z-index: 1001 !important;
}

.cc_navbar_form {
    margin-right: -25px !important;
}

.cc_navbar_form .cc_input-group {
    width: 100% !important;
    width: -moz-available !important;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available !important;  /* Mozilla-based browsers will ignore this. */
    width: fill-available !important;
}

/*----- Footer overrides -----*/
.mg_footer {
    align-content: center;
    text-align: center;
}

.mg_footer_link {
    color: #090976;
    text-decoration: none;
    padding-right: 10px;
    padding-left: 10px;
}

.mg_footer_copyright {
    color: grey;
    font-size: 15px;
    text-align: center;
}

/* ----- Carousel Overrides ----- */

.carousel-indicators {
    bottom: -30px !important;
}

/*----- Checkout -----*/
.well {
    clear: both;
	min-height: 20px;
    padding: 19px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.mrc-40-col {
    width: 40%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
}

.mrc-25-col {
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
}

td.qty_col {
    align-content: center;
    text-align: center;
}

th.qty_col {
    align-content: center;
    text-align: center;
}

span.mg_short_desc {
    text-transform: capitalize;
    padding: 10px 0px 10px 0px !important;
}

span.mg_prod_name {
    text-transform: capitalize;
    font-weight: 800;
    color: #5C93AC;
}

span.mg_prod_name_cart {
    text-transform: capitalize;
    color: #337ab7;
}

span.cc_subTotal_label {
    font-weight: 700;
}

div.mg_short_desc_row {
    margin: 10px 0px 10px 0px !important;
}

#pickupStoreName{
    font-weight: bold;
}

span#userPickupAddress {
    display: none;
}

span#pickup_notification_message {
    display: none;
}

.mg_pickup_notice{
    margin-bottom: 25px;
}

/*-- Link Color --*/
.mg_pickup_notice a{
    color: blue;
}

span.missingShipMethods {
    color: #b94a48;
  /*  background-color: #f2dede; */
    border-color: #eed3d7;
    padding: 5px 0px 5px 0px;
  }


/*----- General Form overrides -----*/
.cc_form_sku_qty {
    margin-right: 5px !important;
    margin-left: 5px !important;
}

.form-control {
    height: 30px !important;
}

.search_input {
    height: 35px !important;
}

.form-horizontal .control-label {
    text-align: left !important;
}

/*----- Requisition List CSS -----*/

div.mg_reqlist_table {
    padding-bottom: 125px !important;
}

div#requisition_list_entry {
    min-height: 200px !important;
}

.mg_ma_rl_dropdown-menu {
    min-width: 70px !important;
    width: 120px !important;
}

a.mg_addAll {
    padding: 3px 0px !important;
}

.cc_search_requisition_list {
    vertical-align:middle !important;
    float:left !important;
}
.mg_reqlist_search_input {
    width: 30% !important;
    min-width: 200px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    padding-top: 5px !important;
    padding-bottom: 3px;
}

.mg_reqlist_button_group {
    float:left !important;
    padding-top: 3px;
    padding-bottom: 3px;
}

.mg_create_reqlist {
    padding-top: -1px;
    padding-bottom: 5px;
}


.reqlist-name-title {
    width: 55%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid grey;
    margin-bottom: 10px;
}

.reqlist-date-title {
    width: 45%;
    float: right;
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid grey;
    margin-bottom: 10px;
}

.reqListLabel {
    font-size: 12px;
    font-weight: bold;
}

li.reqListLabel{
    text-indent: 5px !important;
}

.paddingLeft{
    padding-left: 9px;
    padding-bottom: 4px;
    padding-top: 4px;
}
.quoteOKButton{
    font-weight: bold;
    padding: 6px;
    position: relative;
    font-size: 16px;
    align-content: center;
    text-align: center;
    color: rgb(102,102,102);
    width: 30%;
    border: 1px solid grey;
    left: 35%;
    border-radius: 3px;
}
.quotePopUpModel{
    align-content: center;
    width: 50rem;
    position: relative;
    top: 40%;
}
.quotePopUpText{
    padding: 1px;    
    font-size: 16px;
    text-align: center;
    color: rgb(102,102,102);
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 9px;
}
.reviewQuoteBorder{
    border: 1px solid rgba(177, 177, 177, 1);
    background-color: rgba(235, 235, 235, 1);
}
.buttonwidth{
    width: 22px;
    height:22px;
    border:2px solid rgba(48, 102, 121, 1);
    background-color: rgba(235, 235, 235, 1);
    padding-bottom: 21px;
}
.quoteRedText{
    font-weight: 400;
    font-size: 12px;
    padding-top: 6px;
}
.cc_vertical_align{
vertical-align: middle !important;
}
.mg_rl_section_header {
    background-color: #e6e6e6 !important;
}
.paddingBottom{
padding-bottom: 6px;
}

.reqlist-name {
    width: 55%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.reqlist-date {
    width: 45%;
    float: right;
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newListSharingType{
    margin: 0 auto;
    width: 90%;
}

.mgSubmitLI {
    padding-top: 5px !important;
    padding-bottom: 3px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

li.mgSubmitLI a {
    font-weight: 600 !important;
}

button.mgDropToggle {
    margin-left: -5px !important;
}

.btn-rl-location {
    width: 100%;
    color: black !important;
    background-color: #f5f5f5 !important;
    border-color: #adadad;
}

.btn-rl-location:hover {
    color: #333 !important;
    background-color: #e6e6e6;
    border-color: #adadad;
}
/*----- Payment Methods Page CSS -----*/
.mg_payment-methods-grid{
    font-size: 14px !important; 
}

/*----- Category Page CSS -----*/
.mg_cat_table {
    border-bottom: #FFFFFF !important;
    border-top: 1px solid #ddd !important;
}

td.mg_cat_td {
    border-top-width: 0px !important;
    border-bottom-width: 0px !important;
}

td.mg_cat_td_4 {
    border-top-width: 0px !important;
    border-bottom-width: 0px !important;
    min-width: 25%;
    max-width: 25%;
    width: 25%;
}

td.mg_cat_td_3 {
    border-top-width: 0px !important;
    border-bottom-width: 0px !important;
    min-width: 10%;
    max-width: 25%;
    width: 33.33%;
}

td.mg_cat_td_2 {
    border-top-width: 0px !important;
    border-bottom-width: 0px !important;
    min-width: 25%;
    max-width: 50%;
    width: 50%;
}

.category-image-box {
    border: 1px solid #cccbcb;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}

.category-name-container {
    width: 100%;
    min-width: 0;
    padding: 0;
   /* background: #FFFFFF; */
    text-align: center;
    overflow: hidden;
    min-height: 44px;
}

.mg_subcat_link {
    font-size: 12pt !important;
    color: #CD2028 !important;
}

a.mg_subcat_link {
    font-size: 12pt !important;
    color: #CD2028 !important;
}

.category-img-thumbnail {
    border-radius: 0px;
    height: 117px !important;
  }

  .cc-subcategory-image {
    width: 100%;
    min-width: 0;
    padding: 0;
    background: #FFFFFF;
    text-align: center;
    overflow: hidden;
  }

/* .btn-plp {
    padding-top: 3px;
    padding-right: 3px;
} */

.mg_page_size_control {
    min-width: 0 !important;
    width: auto !important;
}

div.hover:hover {
    background-color: #f5f5f5;
}

/* td.hover:hover {
    background-color: #f5f5f5;
} */

/* commenting out this empty set -- needs review
.form-horizontal .form-group-nce {
  }
*/

.label-facet {
    display: inline;
    padding: 0.4em 0.4em 0.3em;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    margin-top: 0.25em;
  }
/* -- PLP CSS -- */

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
 }

.minpadding {
    padding: 3px !important;
    margin: 3px !important;
}

div.row {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

div.mg_plp_sts {
    min-height: 20px !important;
}

.cc_td_vspec,
.cc_td_custnum{
    word-break: break-all;
}

.cc_td_price {
    width: 15%;
}
.cc_td_locinv {
    width: 15%;
}
.cc_td_corpinv {
    width: 15%;
}

.cc_results_list mark {
    padding-left: 0;
    padding-right: 0;
}

 /* Product Compare CSS */
 .prd_compare_add_to_cart {
	 vertical-align: top !important;
	 padding-bottom: 5px !important;
 }
 /* Product Compare tray CSS */
 .plp_tray_header {
    margin:0 15px;
    display:flex;
    justify-content:space-between;
 }
 @media (min-width: 768px) {
    .plp_tray_header {
        flex-direction:column;
     }
     .plp_tray_add_items {
         margin-top:unset;
     }
 }
 .plp_tray {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
 }
 .plp_tray_item{
    background: #CECACA;
     display: table;
     width: 348px;
     margin: 0 0 10px 10px;
     display:flex;
     border-radius: 5px;
     box-shadow: 1px 2px #c4c4c4;
 }
 .plp_tray_image {
    width: 25%;
     padding: 5px;
     float: left;
 }
 .plp_tray_name {
    width: 50%;
    float: left;
    display: flex;
    justify-content: center;
    padding-left: 16px;
    font-size: 12px;
    flex-direction: column;
 }
 .plp_tray_close {
    width: 25%;
    display: flex;
    justify-content: flex-end;
 }
 .plp_tray_button_grp {
    display:flex; 
    justify-content: center; 
    margin-bottom: 15px;
 }
 /* Header Footer CSS */
 .cc_mg_header {
	 font-size:14px !important;
 }

 .mg-main-nav {
     width:100% !important;
     position: relative !important;
 }
 .cc_breadrumb_container {
    margin-left: 0px !important;
	padding-left: 25px !important;
    width: 99.6% !important;
 }
 .cc_home_slider {
    padding-top: 25px;
 }
@media (min-width: 1001px) {
	    .cc_search_form {
			position:relative;
			z-index:1001;
		}
        .cc_col_search {
            width: inherit;
			right: 15px
        }
		.cc_col_search .cc_nav {
			position:relative;
			right:15px;
		}
		.mg_pdp_specs_table_1_col {
			display: none !important;
		}
		.mg_pdp_specs_table_2_col {
			display: block !important;
		}
		div.mg_inventory_label {
			min-width: 150px;
			width: 75%;
			display: inline-block;
			font-weight: bold !important;
			padding: 0px 10px 0px 0px;
			margin: 0px 0px 0px 0px;
			white-space: nowrap;
		}		
    }

@media (min-width: 768px) and (max-width: 1000px) {
	    .cc_search_form {
			position:relative;
			z-index:1001;
		}
        .cc_col_search {
            width: inherit;
			right: 15px
        }
		.cc_col_search .cc_nav {
			position:relative;
			right:15px;
		}
		.mg_pdp_specs_table_1_col {
			display: block !important;
		}
		.mg_pdp_specs_table_2_col {
			display: none !important;
		}
		div.mg_inventory_label {
			min-width: 150px;
			width: 75%;
			display: inline-block;
			font-weight: bold !important;
			padding: 0px 10px 0px 0px;
			margin: 0px 0px 0px 0px;
			white-space: initial;
		}
    }

@media (max-width: 767px) {

		.mg_pdp_specs_table_1_col {
			display: block !important;
		}
		.mg_pdp_specs_table_2_col {
			display: none !important;
		}
		div.mg_inventory_label {
			min-width: 150px;
			width: 75%;
			display: inline-block;
			font-weight: bold !important;
			padding: 0px 10px 0px 0px;
			margin: 0px 0px 0px 0px;
			white-space: initial;
		}
    }
/* PDP Product Details CSS */
.cc_breadrumb_container {
    margin-left: 0px !important;
    padding-left: 25px !important;
    width: 99.6% !important;
    max-width: 1600px;
    margin: 0 auto !important;
}

.product_detail_container {
    padding-bottom: -5px !important;
    margin-bottom: 10px !important;
}
.mg_pdp_buttons {
    margin-right: 15px;
}
/*
.mg_pdp_specs_table {
	table-layout: fixed;
}
.mg_inv_table {
	table-layout: fixed;
	width:auto !important;
}
.mg_pdp_specs_table_row {
    line-height: 0.95 !important;
}
*/

.mg_spinner {
	width:20px;
	height:auto;
}

.mg_prod_detail_price_row {
    margin-bottom: 10px !important;
    vertical-align: middle !important;
    display: flex !important;
    align-items: center !important;
}

.mg_quantity_block {
    vertical-align: middle !important;
    display: flex !important;
    align-items: center !important;
}

div.mg_qty_form {
    margin: 10px !important;
    padding: 0px !important;
    /* vertical-align: middle !important;
    display: flex !important;
    align-items: center !important;
    */
}

.mg_qty_label {
    padding-right: 3px !important;
}

.mg_pdp_shortDesc {
    margin: 10px 0 10px 0px !important;
}

.mg_pdp_shipOptions{
    background-color: #fff;
}

.mg_pdp_RadioLabel{
    margin-left: 10px;
    min-width: 135px;
}

.mg_pdp_RadioInventory{
    display: inline-block;
    color: green;
    margin-left: 20px;
    font-size: small;
}

.mg_pdp_RadioInventory .requestForQuoteMsg{
    color: #0172CB;
    position: relative;
    right: 18px;
}

.mg_pdp_RadioInventoryMsg{
    display: inline-flex;
}
.mg_pdp_BranchName{
    margin-left: .25em;
}

.mg_pdp_locationInvDisplay{
    display: none;
}

.md_pdp_RadioPickupLabel{
    color: #b0b1b5;
}

.mg_pdp_form_group {
    margin-top: 15px;
}

.pdp-btn {
   color: black !important;
   background:  #f6f7f9;
}

.pdp-qty-input{
    text-align: center;
    height: 34px !important;
}


/* PDP Spec section */
div.mg_spec_container {
    margin-bottom: 10px;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
span.mg_spec_label {
    font-weight: bold !important;
    width: 50% !important;
    float: left !important;
}

span.mg_spec_value {
   padding: 0px 5px 0px 5px;
}

div.mg_spec_heading {
    margin: 10px;
    background-color: #eee;
}

.mg_spec_title {
    font-size: larger !important;
    font-weight: 800 !important;
}

div.mg_spec_body {
    margin: 5px 5px 15px 5px !important;
    padding: 5px !important;
}

div.mg_spec_first_row {
    border-top: 1px solid #ddd !important;
}

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

/* PDP Inventory section */
div.mg_inventory_container {
    /* display: inline-block; */
    /* max-width: 99%; */
    /* margin: 5px; */
    color: #555555;
    /* background-color: #fff; */
    /* background-image: none; */
    /* border-radius: 4px; */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    overflow: visible;
}

div.mg_pdp_inventory {
  display: inline-block;
  min-width: 350px;
  max-width: 99%;
  overflow: visible;
}

div.mg_pdp_inventory_label {
  font-weight: bold;
  padding: 0;
}

div.mg_pdp_inventory_label .cc_value .mg_inventorypdp_value:last-child {
  padding-right: 0;
}

div.mg_pdp_inventory_label .mg_inventorypdp_value {
  font-weight: normal;
}

div.mg_inventory_label_avl {
  min-width: 50px;
  display: inline-block;
  right:40px;
  font-weight: bold;
  white-space: nowrap;
}

div.mg_inventory_label_av:last-child {
  padding-right: 0;
}

div.mg_inventory_value {
  min-width: 50px;
  width: 25%;
  display: inline-block;
  padding: 0px 0px 0px 50px;
  margin: 0px 0px 0px 0px;
  white-space: nowrap;
  vertical-align: top;
  margin-left: 15px !important;
}

.mg_inventory_elipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 142px;
}
.mg_inventory_elipsis:hover {
    overflow: unset;
    max-width: unset;
}
.mg_inventory_pdp {
    padding-bottom: 25px;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    color: #306679;
    font-family: Source Sans Pro;
}

.mg_inventory_pdp_navigation.active a {
    
    background: white !important;
    color: #306679 !important;
} 
.mg_inventory_pdp_navigation{
    width: calc(100% / 2) !important;
}
.mg_inventory_pdp_navigation a {
    background: #306679 !important;
    color: white !important;
    border: none;
    text-align: center;
    margin-right: 10px !important;
}

.mg_inventorypdp_value {
    font-family: Source Sans Pro;
    font-size: 12px;
    line-height: 20px;
    color: #858585;
}

div.mg_inventory_heading {
  margin: 10px;
  background-color: #eee;
  white-space: nowrap;
}

.mg_inventory_title {
  font-size: larger !important;
  font-weight: 800 !important;
  white-space: nowrap;
}

div.mg_inventory_body {
  display: inline-block;
  max-width: 99%;
  margin: 5px 5px 15px 5px !important;
  padding: 5px !important;
  overflow: visible;
  white-space: nowrap;
}

div.mg_inventory_first_row {
  border-top: 1px solid #ddd !important;
  max-width: 99%;
}

div.mg_inventory_row {
  border-bottom: 1px solid #ddd;
  max-width: 99%;
  width: 100%;
  display: inline-block;
  padding: 5px 0 10px 0;
}

div.mg_inventory_row:last-child {
  border-bottom-width: 0;
}

.cc_prod_detail_panel {
  margin-bottom: 5px;
}

.cc_price{
    width: 86%;
}

.cc_price .cc_value{
    color: green;
}

.product_detail_item .cc_cpn,
.product_detail_item .cc_vpec {
  word-break: break-all;
}

/* PDP - On Order Section */
div.mg_pdp_onorder {
    min-width: 350px;
    max-width: 99%;
    overflow: visible;
}

div.mg_onorder_first_row {
    border-top: 1px solid #ddd !important;
    max-width: 99%;
}
/* 
div.mg_onorder_row {
    border-bottom: 1px solid #ddd !important;
    max-width: 99%;
} */

div.mg_onorder_label_avl {
    font-weight: bold !important;
}
.mg_onorder_label {
    font-weight: bold !important;
    white-space: nowrap;
}

div.mg_onorder_value {
   min-width: 50px;
   display: inline-block;
   padding: 0px 0px 0px 10px;
   margin: 0px 0px 0px 0px;
   white-space: nowrap;
   vertical-align: top;
}

.mg_onorder_elipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 142px;
}
.mg_onorder_elipsis:hover {
    overflow: unset;
    max-width: unset;
}
.mg_onorder_pdp {
        /* padding-bottom: 25px;
        font-weight: bold; */
        font-size: 12px;
        color: #858585;
        font-family: Source Sans Pro;
}
.mg_onorder_pdp_item {
    padding-bottom: 20px;
    padding-left: 5px;

  }
  .mg_onorder_container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .mg_onorder_pannel {
    padding: 15px 5px;
  }
/* 
  .mg_onorder_pdp_item:hover {
    overflow: unset;
    max-width: unset;
} */
/* End PDP - On Order Section */

/* Quick Order CSS overrides */

.nav>li.mg_nav-item>a {
    margin-top: 3px !important;
    padding: 5px 15px !important;
}

.mg_qoform_group {
    margin-bottom: 10px !important;
}

.mg_qo_body {
    padding: 15px 15px 10px;
}

.mg_qo_cp_footer_menu {
    margin-bottom: 9px !important;
}

.mg_qo_caption {
    /* formula: font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width]))); */
    font-size: calc(9px + (13 - 9) * ((100vw - 300px) / (1600 - 300))) !important;
    line-height: calc(1.3em + (1.5 - 1.3) * ((100vw - 300px)/(1600 - 300))) !important;
}

textarea#partNumbers {
    font-size: 12px !important;
}

.mg_qo_link {
    text-align: center;
    font-weight: 500;
}

/* Non-Catalog CSS overrides */

.non-catalog-entry {
    height: fit-content;
}


label.mg_nc_label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 1.4;
    /* font-size: calc(9px + (14 - 9) * ((100vw - 300px) / (1600 - 300))) !important; */
    font-size: 12px;
    line-height: calc(1.2em + (1.4 - 1.2) * ((100vw - 300px)/(1600 - 300))) !important;
    padding-top: 2px;
}

.cc_caption_sm_fnt {
    font-size: 12px !important;
}

.mg_nc_form_group {
    margin-bottom: 10px !important;
}

div.non_catalog_entry {
    padding: 2px 5px !important;
    /* margin: 0px 0px 5px 0px !important; */
}

span.mg_nc_caption {
    /* formula: font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width]))); */
    /* font-size: calc(8px + (13 - 8) * ((100vw - 300px) / (1600 - 300))) !important; */
    font-size: 12px;
    line-height: calc(1.1em + (1.3 - 1.1) * ((100vw - 300px)/(1600 - 300))) !important;
    margin: 0 0 3px !important;
}

span.mg_required {
    /* formula: font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width]))); */
    font-size: calc(7px + (12 - 7) * ((100vw - 300px) / (1600 - 300))) !important;
    line-height: calc(1.0em + (1.2 - 1.0) * ((100vw - 300px)/(1600 - 300))) !important;
    margin: 0 0 0px !important;
    color: #ce0000;
}

span.cc_required {
    color: #ce0000;
}

.alert-error-field {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
    margin-left: 20px;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
  }
  
  .alert-info-field {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
  }

/* -- MyStore CSS Overrides -- */
div.mystore_list_entry p {
    margin: 0px !important;
}

.mg_apprv_btn {
    padding: 3px 20px;
    margin: 5px 5px;
}

.mg_rjt_btn {
    padding: 3px 20px;
    margin: 5px 5px;
}

.mg-form-control {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  }

  .mg-form-control-textarea {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  }

  @media screen and (max-width: 414px ) { 
    .mg-form-control {
        Width: 120px;
        Height: 32px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
      }
    
      .mg-form-control-textarea {
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        max-width: 280px;
        Width: 360px;
        Height: 128px;
    }
    .mg_pdp_buttons{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin:0 10%;
        width:80%
    }
}

@media screen and (max-width: 650px ) { 
    .mg-form-control {
        Width: 120px;
        Height: 32px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
      }
      .mg-form-control-textarea {
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        max-width: 300px;
        Width: 360px;
        Height: 128px;
    }
}
.mg_ma_label {
    font-weight: 900 !important;
}

.ma_cart_subtotal {
    margin-right: 30px !important;
}

.oandm {
    display: none;
}

.functional {
    display: none;
}

.customDataLabel {
    margin-right: 20px !important;
    min-width: 165px;
    vertical-align: top;
}

.spacer {
    margin-right: 30px !important;
    display: none;
}

h5 {
    font-weight: bold;
}

/* -- store locator CSS */
h5.cc_seller_number {
    text-align: center !important;
}
div.mg_store_container {
    position: relative;
    width: 100% !important;
    left: -15px !important;
    padding: 0 0 0 !important;
}

div.mg_store_row {
    padding-top: 5px;
    border: 1px grey;
}

.mg_alt_row {
    background-color: #f8f8f8;
}

div.mg_store_detail_row {
    /* border-top: 1px solid #ddd; */
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 5px 2px !important;
}

div.mg_store_detail_first_row {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 2px 2px !important;
}

div.mg_store_search {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

input.mg_loc_search {
    width: 98% !important;
}

ul.mg_store_pagination {
    font-size: 10px !important;
}

a.mg_store_dir {
    padding-bottom: 3px !important;
}

img.defStoreImg {
    height: 19px;
    width: 19px;
}

span.mg_store_desc {
    padding: 5px 0px !important;
    text-indent: 10px;
}
span.mg_store_desc p {
    margin: 0 0 1px !important;
}

/* -- store locator IE CSS */
div.header_row_IE{
    margin-bottom: 15px; 
    margin-right: 0 !important;
}

.search_div_IE{
    padding-left: 25px;
}

.title_IE{
    top: 0px !important; 
    right: 0px !important; 
}

.store_desc_IE{
    text-indent: 0px !important;
}

.change_store_btn_IE{
    height: 30px; 
}

.store_name_IE{
    color:#635F60;    
}

div.store_container_IE{
    left:-5px !important;
}

.seller_info_IE{
   padding-left: 14px; 
}

div.row_pad-IE{
    padding: 10px !important;
}

/* -- New CSS for users that can change their default store -- */
.mgSelectStore {
    font-size: 9px !important;
    font-family: Arial, sans-serif !important;
    color: #ce0000 !important;
    float:left !important;
}

/* -- Live chat CSS -- */
.embeddedServiceHelpButton .helpButton .uiButton {
    background: #5C93AC !important;
    font-family: Arial, sans-serif !important;
    color: #fff !important; 
    font-size: 14px !important;
}

.embeddedServiceHelpButton .helpButton .uiButton:focus {
    outline: 1px solid #005290;
}

/* -- Cart Email CSS -- */
.cart_email_table_header {
	-fs-table-paginate: paginate;
	font-family: sans-serif;
}
.cart_header_details {
	text-align:right;
	font-size:12px;
}
.cart_email_table {
	-fs-table-paginate: paginate;
	font-family: sans-serif;
}
.cart_email_title {
	font-family: sans-serif;
}
.cart_email_subtotal {
	font-family: sans-serif;
	float:right;
}
.cart_email_table tr {
	border-bottom: 1px grey;
	page-break-inside:avoid;
}
.cart_email_body {
	width: 100%;
}

/* -- Cart CSS -- */
div.mg_cart_panel_body {
    padding-top: 5px !important;

}
.mg_cart_buttons {
	vertical-align: top !important;
}
.mg_qty_input {
	width:125px;
}
@media all and (min-width: 992px){
    .mg_qty_input {
        margin: 0 auto;
    }
}

.cartTotalsSection{
    padding-bottom: 25px;
}

.mg_red_text,
.mg_red_text *{
    color: #ce0000;
}

.mg_blue_text{
    color: rgba(48, 102, 121, 1);
    font-size: 20px;
}
.mg_bold_text,
.mg_bold_text *{
    font-weight: bold;
}


/* -- truck header -- */
.emptyTruck {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../images/MRCGO_Truck_withoutLoad_Icon_44x12.png") no-repeat;
    width: 44px; /* Width of new image */
    height: 12px; /* Height of new image */
    padding-left: 44px; /* Equal to width of new image */
}

.fullTruck {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../images/MRCGO_Truck_withLoad_Icon_35x12.png") no-repeat;
    width: 35px; /* Width of new image */
    height: 12px; /* Height of new image */
    padding-left: 35px; /* Equal to width of new image */
}

.textcss{
width: 138px;
height: 21px;
left: 1258px;
top: 988px;

font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 14px;

color: #28A138;
}

.quoteHeader{
width: 528px;
height: 40px;
left: 16px;
top: 48px;

font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 15px;

color: #333333;
}

.spanbottom{
    width: 528px;
height: 40px;
left: 16px;
top: 48px;

font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 15px;

color: #CD2028;
}

.spanpurchase{
width: 352px;
height: 46px;
left: 20px;
top: 68px;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 15px;

color: #CD2028;
}

.headingclass{
width: 225px;
height: 18px;
left: 16px;
top: 14px;

font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 24px;

color: #306679;

}

.shipaddclass{
width: 152px;
height: 18px;
left: 20px;
top: 43px;

font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 15px;

color: #333333;
}

.changeaddclass{
vertical-align: top;
font-size: 12px;
line-height: 15px;


}

.addclass{
vertical-align: top;
font-size: 12px;
line-height: 15px;

color: #333333;
}

/* -- Effective Account Picker Modal -- */

li.mg_eff_account_ro {
    color: grey !important;
}
.mg_pickSel {
	cursor: pointer;
}

div.effacct_search_row {
    width: 95%;
    padding-left: 10px;
}

div.shiptoacct_search_row {
    width: 95%;
    padding-left: 10px;
}

td.mg_effacct_count {
    font-weight: 700 !important;
    background-color: #f5f5f5 !important;
}

div.cc_search_effaccount_list {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

input.mg_effacct_search_input {
    width: 80%;
    margin-bottom: 3px !important;
}

.nav-justified li.cc_checkoutStep.active a {
    background-color: #5C93AC !important;
}

@media all and (min-width: 992px){
    .coso_ship_notes{
        max-width: 500px;
        margin-right: 15px;
    }
}

    textarea#shippingNotes, textarea#pickupNotes, textArea#quoteNotes{

        width: 100%;
    
    }


.pickupNotesDiv{
    display: none;
}

.cc_total {
    position: relative;
    float: right !important;
    width: 100%;
    display: block;
    text-align: right;
}

.approverSearchBox {
    width: 100%;
}

select.approverSearchBox {
    width: 100%;
    height: auto !important;
}

.cc_total_label {
    font-weight: bold !important;
}
.cc_total_amount {
    font-weight: bold !important;
}

.cc_addr_extId { visibility: hidden; display: none; }

.mg_estimated_taxmsg_container{
    clear: both;
    float: right;
    font-size: 12px;
    max-width: 600px;
    padding: 15px 0 0;
    text-align: right;
}
@media all and (min-width: 992px){
    .mg_estimated_taxmsg_container--calcMaxWidth{
        max-width: calc(100% - 520px);
    }
}

.mg_terms_container{
    text-align: right;
}
/* ---- Search To Account Modal ---- */

.mg_shipto_acct {
    margin-top: 4px;
    padding-right: 0;
    text-align: right;
}
.mg_shipto_acct_shoppingFor {
    font-weight: bold;
}
div.cc_search_shiptoaccount_list {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

div.shiptoacct_search_row {
    width: 95%;
    padding-left: 10px;
}

input.mg_shiptoacct_search_input {
    width: 80%;
    margin-bottom: 3px !important;
}

td.mg_shiptoacct_count {
    font-weight: 700 !important;
    background-color: #f5f5f5 !important;
}


.mg_modal_header {
    font-family: Source Sans Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  padding-bottom: 20px;
  color: #858585;
  }
  
  .mg_modal_header:after {
    content: "";
    background-color: #858585;
    display: block;
    margin: 0 auto;
    max-width: 111px;
    height: 2px;
    right: 2px;
    position: relative;
  }

  .mg_modal_input-search {
    background: #FFFFFF;
    border: 1px solid #B9B9B9;
    box-sizing: border-box;
    border-radius: 10px;
    width :624px;
  height :36px;
  }
  .mg_modal_search-wraper {
    right: 15px;
    min-width: 42px;
  }
  .mg_modal_reset {
    width: 118px;
  height: 35px;
  background: #306679;
  border-radius: 5px;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  color:white
  }
  .mg_icon-bg{
    background: #828181;
    border-radius: 6px;
    width: 42px !important;
  height: 36px !important;
  }

  .mg_dialog_center{
    text-align: center;
  }
  
  .mg_dialog_table-row{
    width: 95%;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 1px 2px #C4C4C4;
    height: 100px;
    margin-bottom: 10px;
  }
  .mg_dialog_showing-accounts {
    text-align: initial;
    padding-top: 5px;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #000000;
    padding: 10px 20px 30px;
  }
  
  .mg_dialog_lastcolumn{
    padding: 0 20px;
  }
  .mg_dialog_firstcolumn{
    padding: 0 20px;
  }
/* ---- Spec Filter ---- */

.mg_mobile_filter {
    height: auto !important;
}

.mg_mobile_separator {
    height: min-content !important;
    padding: 0px !important;
}

/* -- item list table --- */
.cc_th_price {
    width: 15%;
}

.cc_th_total {
    width: 12%;
}

/* ---- Contact Us ---- */

div.mg_contactus_heading {
    padding-bottom: 30px !important;
}

.mg_contactus_label {
    font-weight: 700 !important;
}

div.mg_contactus_footer {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

/* ---- Auto-Complete UI customizations ---- */
.mg_search_autocomplete .ui-menu-item-wrapper{
    background: transparent;
    display: block;
    padding: 10px 25px;
}

.mg_search_autocomplete .ui-menu-item + .ui-menu-item{
    border-top: 1px solid #d2d2d2;
}

.mg_search_autocomplete .ui-menu-item-wrapper,
.mg_search_autocomplete .ui-menu-item-wrapper:hover{
    border: none;
    color: #333;
    text-decoration: none;
}

.noborderclass{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    box-sizing: border-box;
    width: 87px;
    height: 24px;
    font-size: 12px;
    right: 12px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #C9C9C9;
    border-radius: 4px;
}

.txtbold{
    font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 14px;
color: #333333;
}

.ui-widget[c-b2b_Search_b2b_Search] li:hover{
    background: #e7e7e7;
}

.mg_search_autocomplete .ui-state-active{
    border: none;
    background-color: #f2f2f2;
    color: #333;
    margin: 0;
    text-decoration: none;
}

.mg_search_autocomplete .ui-menu-item .match{
    font-weight: 700;
    text-decoration: underline;
}

.mg_search_autocomplete .ui-autocomplete-group {
    background-color: #aaa;
    color: white;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 25px;
    text-transform: uppercase;
}

.mg_nested-link-list{
    margin: 0;
    padding: 0 0 0 15px;
    list-style-type: none;
}

.mg_nested-link-list a{
	color: black
}

.mg_nested-link-list__item{
	padding: 0 0 25px;
    position: relative;
}

.mg_nested-link-list__item .cc_collapse_group{
    position: absolute;
    right: 0;
    top: 0;
}

.mg_nested-link-list__item .cc_product_count{
	position: absolute;
	right: 15px;
	top: 0;
}

.mg_nested-link-list__item--has-children{
	padding: 0;
    position: relative;
}

.mg_nested-link-list__item--has-children .cc_filter_value {
    display: inline-block;
    margin-right: 65px;
}

/* --- Address book list modal --- */

@media screen and (min-width: 420px){
    .cc_address_book_modal .cc_modal-body{
        display: flex;
        flex-wrap: wrap;
    }
    
}

.cc_address_book_modal .modal-instruction{
    margin: 0 0 10px 5px;
}

.cc_address_book_modal .cc_billing_shipping_info{
    border: 2px solid #f9f9f9;
    border-radius: 5px;
    margin: 5px !important;
    padding: 15px;
    padding-bottom: 60px;
    position: relative;
}

@media screen and (min-width: 420px){
    .cc_address_book_modal .cc_billing_shipping_info{
        min-height: 150px;
        width: calc(50% - 10px);
    }
}

.cc_address_book_modal .cc_billing_shipping_info:hover{
    background-color: #fdfdfd;
    border-color: #87a8bc;
}

.cc_address_book_modal .cc_select{
    position: absolute;
    bottom: 15px;
    left: 15px;
}
/* -- Checkout Shipping Overrides --- */

        .mb-0 {
        	margin-bottom: 0px !important;
        }
        #openStoreLocator .modal-dialog {
        	width: 1000px;
        }
        @media (max-width: 1100px) and (min-width: 992px) {
        	#openStoreLocator .modal-dialog {
                width: 900px;
            }
        }
        @media (max-width: 991px) and (min-width: 768px) {
        	#openStoreLocator .modal-dialog {
                width: 700px;
            }
        }
        @media (max-width: 767px) {
        	#openStoreLocator .modal-dialog {
                width: 100%;
            }
        }
        #shipping-method .btn{
            background-color: white;
            border-color: #CCC;
            color: #333;
            text-align: left;
            width: 100%;
        }
        #shipping-method .caret{
            position: absolute;
            right: 10px;
            top: calc(50% - 2px);
        }
        #shipping-method .dropdown-menu{
            width: 100%;
        }

        #shipping-method .shipping-method__option{
            display: block;
        }

        #shipping-method .shipping-method__option--selected .shipping-method__price{
            margin-right: 12px;
        }

        /* if a shipping option has been selected, display that option when dropdown closed */
        #shipping-method[data-selected="true"] .shipping-method__option--selected{
            display: block;
        }
        #shipping-method[data-selected="true"] .shipping-method__option--unselected{
            display: none;
        }

        /* if dropdown is open, display the default option */
        #shipping-method.open[data-selected="true"] .shipping-method__option--unselected{
            display: block;
        }
        #shipping-method.open[data-selected="true"] .shipping-method__option--selected{
            display: none;
        }

        #shipping-method .shipping-method__price{
            float: right;
        }

/* Checkout Order Review Page */
.orderReviewPaymentTotalsSection .col-payment,
.orderReviewPaymentTotalsSection .col-order-totals,
.orderReviewPaymentTotalsSection .col-order-approvers{
    padding-bottom: 25px;
}
.orderReviewPaymentTotalsSection .approverSection{
    padding-bottom: 25px;
}
@media all and (min-width: 992px){
    .orderReviewPaymentTotalsSection .approverSection{
        padding-left: 25px;
    }
}

/* Order Confirmation Page */
.mg_payment_method__card-type{
    text-transform: uppercase;
}
.mg_payment_method--order-confirmation{
    margin: 0 0 25px;
}

.li-item-align
{
    margin-left: 5px;
    vertical-align: middle;
    margin-bottom: 0px !important;
}

.flx-align-items
{
    display:flex;
    align-items: center;
}

.cc_heading_width
{
    top: -10px;
    right: 10px;
    position: relative;
    width: 90%;
    float: left;
}
.cc_heading_width1
{
     
    width: 10%;float: right;
}

@media screen and (max-width: 414px) {
    .cc_heading_width1
    {
        top: -10px;
        right: 10px;
       position: relative; 
        float: right;
        width: 10%;
    }
}
@media screen and (max-width: 645px) {
    .cc_heading_width1
    {
        top: -10px;
        right: 10px;
       position: relative; 
        float: right;
        width: 10%;
    }
}
.cc_store_expand_all
{
display: block;
position: relative;
height: 40px;
}
.li-item-width
{
    width :14%;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    border-radius: unset !important;
    background-color: transparent;
    color: black !important;
    border: none;
}

.dropdown-menu>li>a:hover {
    color: #ffffff !important;
    background-color: rgb(236,245,246) !important;
    border-color: #adadad !important;
    color: #333 !important;
}

.dropdown-menu>li>a:focus{
    text-decoration: none;
    background-color: unset !important;
    border-color: unset !important;
}

/*flex-box-header-changes*/
.wp-100{
    width :100%;
}

.wp-50{
    width :50%;
}

.wp-25{
    width :25%;
}

.flex-row{
    display:flex;
    flex-direction:row;
}

.flex-col{
    display:flex;
    flex-direction:column;
}

.flex-row-center {
    display: flex !important;
    flex-direction: row;
    align-items: center;
}

.lwc_hdr{
    width: 100%;
    height: 120px;
}

.pl-2{
    padding-left:2px;
}

.mg_hdr{
    width: 100%;
    height: 60px;
    font-size: 14px;
    line-height: 30px;
    padding-bottom: 15px;
}

.btn_width{
    width: 73% !important;
    height: 36px !important;
    background-color: rgb(130,128,129);
    color: #fff;
    border-radius: 5%;
}

.m_bar{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 30px;
}

.cc_icon_cart, .fa-user-o{
    font-size: 16px;
    color: red;
    font-weight: 600;
}

.cc_container {
    max-width: 1600px;
}

.mt-9
{
    margin-top:9px;
}

.cc_search_form[c-b2b_Search_b2b_Search] .slds-button[c-b2b_Search_b2b_Search] {
    border-bottom-left-radius: 0px !important;
     border-left: none !important;
     border-top-left-radius: 0 !important;
     height: 35px !important;
 }


 .submenu li a, 
 .submenu li a:hover,
 .submenu li a:focus{
    text-decoration: none;
    background: none !important;
    color:black;
}

.caret-right{   
    width: 0;
    height: 0;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    vertical-align: middle;
    border-left: 4px solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.product-item .dropdown-menu {
    top: -20px;
    left: 188px;
}

.sub-categories{
    width: auto; 
    padding-left: 25px;
}

.cc_menu .dropdown,
.cc_menu > li > a,
.cc_dropdown-menu a{
    font-size: 16px;
}

/* .cc_menu > .cc_dropdown{
    margin-right: 50px;
    padding: 5px;
} */

.cc_menu > li > a,
.cc_menu .dropdown > a:not([data-link]){
    color: #777;
    display: block;
    padding: 10px;
    text-decoration: none;
}

.cc_menu > li > a:hover,
.cc_menu .dropdown > a:not([data-link]):hover,
.cc_menu .dropdown > a:not([data-link]):focus{
    color: #333;
}

@media all and (min-width: 768px){
    .cc_menu .dropdown{
        padding-right: 10px;
    }
    .cc_dropdown-menu a,
    .cc_dropdown-menu a:hover,
    .cc_menu > li > a,
    .cc_menu .dropdown > a,
    .cc_menu .dropdown > a:not([data-link]){
        background-color: transparent;
        color: #635F60;
        display: block;
        font-weight: normal;
        white-space: nowrap;
        padding: 5px 10px;
        text-decoration: none;

        /* prevent text from being selected */
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;  
    }

    /* top level menu item */
    .cc_menu > .dropdown > a:not([data-link]){
        font-weight: bold;
    }

    /* need to match above padding to mitigate shifting */
    .dropdown-menu > li > a{
        color: #635F60;
        padding: 5px 10px;
    }

    .navbar-nav > li{
        margin: 0 20px;
    }

    .cc_menu > li > a,
    .navbar-nav > li > a {
        font-weight: bold !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .navbar-nav > li > a:hover,
    .navbar-nav > li > a:focus{
        background: transparent !important;
    }

    .dropdown-menu[data-column-count] a{
        display: inline-block;
        white-space: normal;
        width: 200px;
    }

    .dropdown-menu[data-column-count='2']{
        columns: 2;
    }
    .dropdown-menu[data-column-count='3']{
        columns: 3;
    }

}

.dropdown-submenu > a:after{
    display: none;
}

@media all and (min-width: 768px){
    .dropdown-submenu > a:not([data-link]):after{
        border-left-color: #635F60;
        display: block;
        margin: 0;
        position: absolute;
        top: calc(50% - 5px);
        right: 5px;
    }
}

.dropdown-submenu:hover > a:after {
    border-left-color: initial;
}

@media all and (max-width: 768px){
    .open .dropdown-menu{
        margin-left: 15px;
    }

    .dropdown-menu.showreqlist{    
        margin-left: 0px !important;
    }
}

@media all and (min-width: 768px){
    .dropdown:hover,
    .dropdown.open,
    .cc_dropdown-menu li:hover{
        background-color: #eee;
    }
    .open .dropdown-menu{
        padding: 5px;
    }
}

.learn-more-section{
    display:none;
    border-right: none;
 }

 .activeSubSection, .activeSubMenuItem{
    display:block !important;
 }

li.sub-categories-container ul, .sub-categories-container ul .dropdown-submenu > a:after, .hide{
  display:none
}

li.sub-categories-container ul.activeSubMenuList{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

 ul.activeSubMenuList li{
    min-width:150px;
    white-space: nowrap;
  } 

  ul.activeSubMenuList li:hover{
    background:#e7e7e7;
  }

  .product-container li.product-item.dropdown.cc_dropdown {
    padding-left: 5px;
  }

  .pt-20{
    padding-top:20px;
}

.header-container{
    max-width: 1600px;
    min-height:100px;
}

.account-section, .logout-section{
    font-family: Source Sans Pro;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #635F60;
}

.cc_header_mycart{
  display:inline-block;
  padding: 0 5px;
}

.cartHeaderLink, .cartHeaderLink > a{
    display: flex;
    align-items:center;
}

.cartHeaderLink img{
    align-self: center;
}

  .sub-categories li a{
    display:inline-block;
    width:100%;
    padding: 0px 20px;
  }

  .slds-dropdown{
    z-index:400;
  }

  .c-global-header__search-container .navbar-form.cc_navbar_form{
      padding: 0px !important;
      margin-top:0px !important;
      margin-bottom:0px !important;
  }

.c-global-header__search-container .navbar-form.cc_navbar_form .input-group .input-group-btn{
    width: 1% !important;
}

.ui-autocomplete[c-b2b_Search_b2b_Search]{
    left:0px !important;
}

.ui-menu[c-b2b_Search_b2b_Search] .ui-menu-item-wrapper[c-b2b_Search_b2b_Search] {
    position: relative;
    background: transparent;
    display: block;
    padding: 10px 25px !important;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
}

/* -- Global Search ShipTo Picker Modal -- */

li.mg_shipto_acct_ro {
    color: grey !important;
}
.mg_shipto_acct {
	cursor: pointer;
}

.shoppinForLabel {
   font-weight:bold;
}

div.shiptoacct__search_row {
    width: 95%;
    padding-left: 10px;
}

td.mg_shiptoacct__count {
    font-weight: 700 !important;
    background-color: #f5f5f5 !important;
}

div.cc_search_shiptoacct_list {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

input.mg_shiptoacct_search_input {
    width: 80%;
    margin-bottom: 3px !important;
}
.cc_product_login_button{
    height: 46px;
    background: #306679;
    border-radius: 10px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}

.guest_user_product_title{
   color: #306679 !important;
}

.panel-title-pdp{
    color: #306679 !important;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
 }

.panel.slds-modal.slds-fade-in-open {
    background-color: transparent;
}

 @media (min-width: 480px){
   .cc_product_login_button{
       padding-left: 15px;
       padding-right: 15px;
   }
 }

 @media (max-width: 480px){
    .cc_product_login_button{
       font-size: 14px;
       padding-left: 15px;
       padding-right: 15px;
    }
  }

  #notificationDiv{
    position: sticky;
    top: 0;
    position: -webkit-sticky;
    z-index: 1050;
}

.deskLayout.cc_deskLayout header {
    position: sticky;
    top: 32px;
    bottom: 0;
    position: -webkit-sticky;
    z-index: 1050;
    background: white;
}
#cart_items_container .cartLineItemDiv label.error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
    margin-left: 20px;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;

}

.cc_order_confirmation_header {
    margin-bottom: 1em; 
}
  
.cc_order_confirmation_indent {
    margin-left: 1em;
}