/* part number visibility overrides */
#toast-container .md-toast-title,
#cart-modal .product-part-num,
#cart-modal .cart-item .product-part-num,
.part-number {
    display:none !important;
}

.form-check-input[type=checkbox][class*=filled-in]:checked+label:after, label.btn input[type=checkbox][class*=filled-in]:checked+label:after {
    top: 0;
    border-color: #008436;
    background-color: #008436;
    z-index: 0;
}

#wrapper {
	margin-bottom: 0px !important;
	padding: 0px;
	background-color: white;
}

h1 {
    font-size: 33px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
}

.btn-primary {
    border: none;
}

.modal-dialog.cascading-modal .modal-header {
	background-color: #008436 !important;
}

#section-before-main {
    border-bottom: 3px solid #888;
    padding-top: 15px;
}

.container {
    width: 1240px;
    max-width: 100%;
}

.logo {
	width: 377px;
}

.discount_price {
    color: #353333 !important;
}

#mainMenuNavigationHeaderMenuApp {
	border-top:1px solid white;
	border-bottom:0px solid white;
	border-right: 2px solid white;
	position: relative; 
}

#mainMenuNavigationHeaderMenuApp .megamenu-content-column .dropdown-item:focus,
#mainMenuNavigationHeaderMenuApp .megamenu-content-column .dropdown-item:hover {
    color: white;
    background-color: #008436;
}


#mainMenuNavigationHeaderMenuApp .navbar-nav .dropdown-menu {
    position: absolute;
    left:auto;
}

.account-links {
	float:right;
}

.account-links .nav .nav-item.dropdown .dropdown-menu a {
    color: white;
}

.account-links .nav .nav-item.dropdown .dropdown-menu a:hover {
   background-color: #008436;
}

.assigned-salesperson .card-header:first-child {
	padding:5px;
}

.assigned-salesperson .card-body {
	margin:10px;
}

.assigned-salesperson .media-body, .assigned-salesperson .email a {
	color:white;
}

#HeaderRight .dropdown .dropdown-menu {
    top: auto;
    margin: 0;
    background-color: black;
}

#custom-home-page-banner .banner-item-b {
    padding-right: 2px;
}

#custom-home-page-banner .banner-item-c {
    padding-left: 12px;
}

#slider_home_page_banner_right_bottom {
    margin-top:20px;
}

#custom-home-page-banner {
    overflow: hidden;
    height:460px;
}

.megamenu-nav-column {
    width: 250px;
    min-width: 200px;
    border-right:1px solid gainsboro;
    z-index: 1;
}

.megamenu-nav-column .mega-drop-link .dropdown-item {
	color:black;
	padding-top: 2px !important;
    padding-bottom: 2px !important;
	font-size: 14px;
    overflow: visible;
}

.megamenu-nav-column .mega-drop-link .dropdown-item:hover {
	color:white;
	background-color: #008436;
}

.megamenu-nav-column .mega-drop-link .dropdown-item:hover::after {
    content: '\f0da';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: relative;
    color: #008436;
    font-size: 37px;
    float:right;
    margin-right:-40px;
    margin-top: -16px;
    height:38px;
}

.megamenu-content-column .megamenu-content-container {
    margin-left: 10px;
    max-height: 300px;
    max-width: 315px;
}

.megamenu-content-column .megamenu-content-container a.waves-effect, .megamenu-content-column .megamenu-content-container a.waves-light {
    display: block;
    padding: 2px 10px;
}

.subcategory-title > a {
	color:black;
	font-size: 14px;
	font-weight:500;
}

.megamenu-content-column .megamenu-content-container {
    margin-left: 10px;
    max-height: 330px;
}

.megamenu-content-column {
    min-height: 317px;
    min-width: 330px;
    box-shadow: none;
    padding: 10px;
}

#mainMenuNavigationHeaderMenuApp .float-left > a {
    color: #555;
}

#mainMenuNavigationHeaderMenuApp ul.navbar-nav > .ng-scope {
	display:flex;
	margin: 0 auto;
}

#mainMenuNavigationHeaderMenuApp ul.navbar-nav > .ng-scope > span {
    white-space: nowrap;
        margin: 0 28px;
}

#mainMenuNavigationHeaderMenuApp ul.navbar-nav {
	border-bottom: 1px solid #dcdcdc;
    margin-bottom: 12px;
}

#mainMenuNavigationHeaderMenuApp ul.navbar-nav > .ng-scope > span > span > li.nav-item {
	padding:9px 0 5px 0;
	border-bottom: 4px solid white;
}

#mainMenuNavigationHeaderMenuApp ul.navbar-nav > .ng-scope > span > span > li.nav-item:hover {
    border-bottom: 4px solid #5eb582;
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    -ms-transition: all 1s ease-in;
    transition: all 1s ease-in;
}

.megamenu {
    width: auto;
}

.megamenu-nav-column {
    width: 200px;
    min-width: 230px;
    border-right: 1px solid gainsboro;
    padding-top:10px;
    padding-bottom:10px;
}

.search-bar {
	width: 500px;
    clear: both;
    margin-top: 24px;
    padding-right: 0;
}

.search-bar-form > .input-group {
	width:100%;
}

.search-bar-form > .input-group .search-autocomplete {
    box-shadow: none;
    border: 1px solid #eee;
}

.search-bar-form .search-bar-button {
    margin-left: 0px;
    margin-bottom: 0px;
    background-color: #008436 !important;
    margin-right: 0 !important;
}

.fa-shopping-cart {
	line-height: 0px !important;
	margin-top: -6px;
}

.fa-shopping-cart:before {
	font-size: 22px;
}

#cartApp .qty-decrease, #cartApp .qty-increase {
    padding: 3px 6px !important;
    font-size: 9px !important;
}

#cart-modal .cart-item {
    padding-bottom: 12px;
}

#cart-modal .cart-item .alert {
    margin-top: 20px;
}

#cart-modal .cart-item > div {
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
}

#cart-modal .cart-item > div p {
    margin:0;
}

#cart-modal .cart-item > div .md-form.input-group {
    margin:0 !important;
}

#cart-modal .cart-item .cart-product-remove {
    margin: 0 6px;
}

#cart-modal input[type=number] {
    font-size: 14px;
}

#custom-home-page-banner {
	margin-bottom:30px;
}

/*-------------------------------------- PRODUCTS_LAYOUT ------------------------------------- */
	
.product_preview .card .view {
	box-shadow: none; 
}

.product_preview .card .overlay img {
 	padding:2px;
}

.product_preview .card .overlay img {
 	padding:2px;
}

.product_preview .product_short_description {
    font-size: 16px;
    font-weight: 400;
}

.regular_price {
    font-weight: 700;
    line-height: 1;
}

.product_preview .view.overlay {
    box-shadow: none !important;
}

.product_preview  .stock_indicator {
    margin-bottom:  8px;
    font-size: 12px;
}

.product_preview .product-pricing {
    text-align: center;
}

.product_preview .product_quantity_breaks button {
    display: none;
}

.product_preview .product_quantity_breaks .dropdown-menu {
    display: inline-block;
    position: relative;
    text-align: center;
    float: none;
    margin-left: 8px;
    padding: 2px;
}

.product_preview .card .card-block.preview-block-3 {
    justify-content: initial;
    height: 100px;
    flex-grow: unset;
}

.product_preview .card > div:first-child {
    position: absolute;
}

#checkout-free-products-modal-content .product_preview .card > div:first-child {
    position: relative;
}

.search-limit {
	width: 96px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.search-total-hits {
    margin-top: 20px;
    clear:both;
    background-color: #eee !important;
    border:none !important;
}

.search-sort-by {
    width: 200px;
    float: left;
}

.search-group-by {
    width: 200px;
    float: left;
}

#filter-controls-container > .row {
    justify-content: flex-end;
    margin-top: -7px;
}

.clear-filters-button {
    float:right;
}

#searchApp > br,
#searchApp .product_list > br {
    display: none;
}

#searchApp .product_list {
    clear:both;
}

.product_code_name {
    text-align: center;
    margin:10px 0px;
}

.SearchIndex #search-container #search-details {
    text-align: center;
}

/*-------------------------------------- HOME_GRID ------------------------------------- */

.bottom {
	padding-top: 5%;
}

.home .welcome {
	margin-bottom: 2%;
}

.home .card {
	box-shadow: none;
    flex-shrink: 0;
    flex-basis: 30.9%;
}

#content {
	padding:0px 15px 40px 15px;
}

.home .welcome .card {
	border-bottom: 6px solid #018436;
}

.home .welcome .col-sm-4 .w-100 {
	border-bottom: 6px solid #018436;
}

.home .welcome h1 {
	text-align: left;
    float: right;
    color: #212121;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding-top: 20px;
    line-height: 50px;
}

.card-img-overlay {
  left:inherit !important;
}

.card-img-overlay p input {
	padding: 8px 30px;
    border: 1px black solid;
    color: black;
    letter-spacing: 0.5px;
}

#custom-home-page-banner .col-3:nth-child(1) {
	display:none;
} 

#custom-home-page-banner .col-6 {
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 60.8%;
    -ms-flex: 0 0 60.8%;
    flex: 0 0 63.8%;
    max-width: 63.8%;
    margin-bottom: 12px;
    margin-left: 12px;
}

#custom-home-page-banner .col-3 .slick-active,
#custom-home-page-banner .col-3 .slick-track   {
	width:100% !important;
	padding-bottom: 6px;
}

#custom-home-page-banner .col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 34%;
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
    max-width: 34%;
}

#custom-home-page-banner .col-3 img.ci-image {
	padding:5px;
}

.content-card-content {
    font-size: 20px;
    margin-top: -19px;
    color: #666;
    max-height: 83px;
    text-transform: uppercase;
    font-weight: bold;
}

.content-cards:hover div.ci-image-wrapper {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.content-cards:hover .content-card-content {
    color: #008436;
}

/*-------------------------------------- PRODUCT DETAILS ------------------------------------- */

#product-details .primary-color {
	background-color: #008436 !important;
    margin-top: 38px !important;
}

#product-details h1 {
    font-weight: normal;
    font-size: 24px;
    text-align: left;
    margin-bottom: 0px;
}

#product-details #details-tabs.primary-color {
    background: white !important;
    box-shadow: none;
}

#product-details #details-tabs.primary-color > li {
    margin: 0 10px;
    border: 1px solid #008436;
    border-radius: 6px;
}

#product-details #details-tabs.primary-color > li.nav-item a.nav-link {
    color: #008436 !important;
}

#product-details #details-tabs.primary-color > li.nav-item  a.nav-link.active,
#product-details #details-tabs.primary-color > li.nav-item  a.nav-link:hover {
    color: white !important;
    background-color: #008436;
}

#details-tabs-content ul li {
    list-style-type: none;
}

#product_specification_sheet-just p a::before {
    content: url(/application/modules/core/assets/images/icons/filetypes/pdf.png);
    padding-left: 40px;
    margin-right: 3px;
    vertical-align: sub;
}

#product-details .regular_price,
#product-details .discount_price {
    font-size: 12px;
    font-weight: bold;
    vertical-align: text-top;
    margin-top: 2px;
    display: inline-block;
    color: #212529;
}

#product-details .qb_ranges {
    max-width: 56px;
}

.details_add_to_cart_container {
    margin-left: 10px;
}

#product-details .row-label {
    font-size:  12px;
    font-weight:    600;
    white-space:    nowrap;
}

#product-details .qb_pricing,
#product-details .qb_ranges  {
    margin-left: -4px;
    margin-right: -4px;
    font-weight:    600;
    font-size:  12px;
}

.details_add_to_cart_container .add_product_to_cart {
    margin-top: 40px;
}

.product_preview .add_product_to_cart {
    margin:0 auto;
}

.add_product_to_cart {
    max-width: 148px !important;
}

.add_product_to_cart .btn {
    padding: 0.5rem 0.6rem;
}

.product_preview .product_image .image {
    display: block;
}

#related-products {
    margin-top: 40px;
    border-top: 1px dashed #bbb;
}

.product_preview .product-pricing .list_price,
.product_preview .product-pricing br,
#product-details .product-pricing .list_price,
#product-details .product-pricing br {
    display:none;
}

.warehouse-stock .badge-warning {
    background-color:   #5bc0de !important;
}

.availability-content.img-data-wrapper.badge.badge-warning {
    background-color:   #5bc0de !important;
}

#product-details .quantity-break-information {
    margin-top: 3px;
}


#product-details .add-to-order-template button {
    margin-left: 18.6% !important;
}
/*-------------------------------------- FOOTER ------------------------------------- */

#section-after-main {
    padding: 16px 60px 10px 60px;
    background-color: #f3f3f3 !important;
    color: #444;
}

#FooterRight {
	width:100%;
	text-align: center;
}

#section-after-main h5 {
    font-weight: 700;
    letter-spacing: 1px;
    color: #018436;
}

#section-after-wrapper {
    max-width: 1240px;
    background: #bbb !important;
    color: #eee;
    font-size: 12px;
}

#mainMenuNavigationFooterMenuApp li a {
	color: #444;
	font-weight: 600;
}

#mainMenuNavigationFooterMenuApp ul {
	margin: 0 auto;
    display: inline-block;
    padding-bottom: 4px;
}

#mainMenuNavigationFooterMenuApp li a span:before {
    content: '\f324';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 4px;
}

.footer_company {
	font-size: 14px;
}

#section-after-main .footer_company > span a {
	color:#444;
}

#section-after-main .footer_company > span i {
	display:none;
}

#mainMenuNavigationFooterMenuApp li {
	padding: 0 25px;
    font-size: 12px;
}

#BottomBarLeft {
	margin: 0 auto;
}

.assigned-salesperson {
    background-color: #008436;
    color: white;
}

.assigned-salesperson .dropdown-menu {
    right:0 !important;
}

.assigned-salesperson button {
    font-size: 0.85rem !important;
}

.search-pager.pagination {
    margin-top:30px;
}

#grid-list-view-toggle-container {
        display: flex;
    flex-grow: 1;
    flex-direction: row;
    justify-content: flex-end;
}

#cartApp {
    margin-top: 8px;
}

#cartApp .cart-item img {
    flex-shrink: 0;
}

#cartApp .cart-item > div:nth-child(4) {
    padding-top: 33px;
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    max-width: 12%;
    text-align: left !important;
}

#cartApp .cart-item > div:nth-child(2) {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 45.666667%;
    max-width: 45.666667%;
}

#cartApp .cart-item .product-price {
    margin-top: 15px;
}

#cart-total {
    display: none;
}

a#cart-icon:hover {
    box-shadow: none;
}

.footer_company {
    border-top: 1px solid #ccc;
    margin: 0 100px;
    padding-top: 8px;
}

.user-registration-subtitle {
    width:100%;
    text-align: center;
    margin-bottom: 30px;
}

body.registration h1 {
    margin-bottom: 0px;
}

.registration_form .user_details,
.registration_form .billing_address,
.registration_form .shipping_address,
.registration_form form > .card {
    width: 25%;
    float: left;
}

.registration_form .user_details .card {
    margin-right: 5px;
    min-height: 866px;
}

.registration_form .billing_address .card {
    margin-right: 5px;
    margin-left: 5px;
    min-height: 866px;
    margin-top: 0px !important;
}

.registration_form .shipping_address .card {
    margin-right: 11px;
    margin-left: 5px;
    min-height: 866px;
    margin-top: 0px !important;
}

.registration_form > form > .card {
    min-height: 866px;
    margin-top: 0px !important;
}

.registration_form form > .row {
    padding-top: 10px;
    clear: both;
}

.order-item .col-10 > .row .col-6:first-child {
    width: 100%;
    flex: 0 0 100%;
    max-width:  100%;
}

.cart-item .product-price.list-price {
    display: none;
}

.cart-item .product-price .text-danger {
    color: black !important;
}

.available-payment-cards img {
    height: 30px !important;
}

.pminfo {
    margin-top: 10px;
}

.cart_merge .jumbotron .row .col-12:nth-child(2) {
    display: none;
}

.order_review_table .order-item .product-qty {
    max-width: 100px;
}

.order_review_table .order-item .price,
.order_review_table .order-item .total {
    margin-top:9px;
}

#order-template-master .alert.alert-info {
    background-color: #eee !important;
    border:none  !important;
}


#order-template-master .alert.alert-info.alert-block p {
    margin-bottom: 0px !important;
}

#order-template-master .alert.alert-info.alert-block br {
    display:none;
}

#order-template-master .hidden-md-down.text-white.row.mb-4.border.border-light {
    background-color: #008436 !important;
}

#order-template-master .hidden-md-down.text-white.row.mb-4.border.border-light label {
    color: white !important;
}

#web_orders_template h5,
#open_orders_template h5 {
    color: #666;
    font-weight: bold;
    border-bottom: 1px solid #eee;
}

#web_orders_template h4,
#open_orders_template h4,
#web_orders_template h3,
#open_orders_template h3 {
    font-size: 18px;
    margin-bottom: 22px;
}

body.checkout_aio .page-custom-content.placement-content_top {
    display: none;
}

.cart-item .alert,
.order_review_table .order-item .alert {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

@media print {
   .cart-item img {
        max-width: 100px;
    }

    .cart-item a {
        text-decoration: none;
    }
    
    .cart-item input[type=number] {
        max-width: 50px;
        float:right;
    }

    .modal-cart-controls {
        display:none;
    }
}
