body { font-family: "Montserrat", sans-serif; }
#primaryMenu, .top-bar-container { font-family: "Urbanist", sans-serif; }
.nav-link { color: rgba(0, 0, 0, 0.65) }

h4 { font-family: "Bebas Neue", sans-serif; }

.right { float: right; }
.left { float: left; }
.right { float: right; }
.human { position: absolute; visibility: hidden }

p { color: #49495f; }
.top-bar-container { font-size: 16px; }
.top-bar-container a { text-decoration: underline; }

/* Notices (errors or alerts) */
.notice-wrap {
	margin-bottom: 15px;
}

.notice {
	padding: 15px;
	border-radius: 3px;
	margin: 2px 0;
}

.notice-info {
	background: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}

.notice-success {
	background: #DFF0D8;
	border-color: #D6E9C6;
	color: #3C763D;
}

.notice-warning {
	background: #fbf1e4;
	border-color: #f7dcb9;
	color: #f0ad4e;
}

.notice-failure {
	background: #F2DEDE;
	border-color: #EBCCD1;
	color: #A94442;
}

.field-validation-error {
	color: #A94442;
}

/*body.modal-open { height: 100vh; width: auto; margin: 0!importan; }*/

.modal-wrapper {
	/*
	background-image: url("../images/backgrounds/modal-bg1.png");
	background-color: #fff;
	background-position: 0 0;
	background-size: cover;
	*/
	background-color: rgba(11, 11, 11, 0.7);
	bottom: 0;
	height: 100%;
	left: 0;
	margin: auto;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all .3s ease-in-out;
	transition-delay: 0s;
	z-index: 999999;
}

.modal-inner {
	/*
	align-items: center;
	background-position: 0 -85px;
	background-repeat: no-repeat;
	background-size: cover;
*/
	background-color: transparent;
	color: #0281d7;
	display: flex;
	flex-direction: column;
	max-width: 650px;
	height: 100%;
	justify-content: center;
	padding: 0 2rem;
	text-align: left;
}


.btn-close-abs { opacity: 0.9; background-color: #fff; padding: 10px; position: absolute; top: 15px; right: 20px; }
.btn-close-abs:hover { opacity: 1; background-color: #a1caed; }

.modal-inner label { font-size: 16px; }
.modal-inner .form-check-label { font-size: 14px; }
.modal-inner .form-check-input { font-size: 14px; margin-top: 6px; }
.modal-inner .form-group { margin-bottom: 10px; }

.form-check-input { margin-top: 6px; }

/* Services Side Menu */
.custom-nav-list-effect-1 > li.active > a, .custom-nav-list-effect-1 > li.open > a, .custom-nav-list-effect-1 > li:hover > a {
	display: block;
}


/* Checkout */

.continue-shopping-text {
	font-size: 16px;
}

.checkout-header, .order-header {
	border-bottom: solid 1px #ddd;
	padding-bottom: 8px;
}

	.checkout-header:first-child, .order-header:first-child {
		margin-top: 0;
	}

.checkout-header {
	position: relative;
	font-size: 24px;
}

.checkout-block, .order-block {
	margin-bottom: 15px;
}

	.checkout-block.checkout-sign-out {
		margin-bottom: 0px;
	}

.order-details, .shipping-estimator {
	padding: 15px;
	background: #f8f8f8;
	border: solid 1px #e7e7e7;
	margin-bottom: 15px;
	border-radius: 4px;
}

	.order-details .order-block:last-child {
		margin-bottom: 0;
	}

.cart-item {
	border-bottom: solid 1px #eee;
	padding-bottom: 15px;
}

.cart-item-image {
	width: 80px;
	border: solid 1px #e7e7e7;
}

.checkout-actions {
	text-align: right;
}

.checkout-action-row {
	margin-top: 15px;
	text-align: right;
}

.cart-upsell-item, .cart-order-option {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.cart-upsell-image {
	max-width: 50px;
	border: 1px solid #e7e7e7;
}

.order-option-cost {
	white-space: nowrap;
}

.cart-detail {
	font-size: 0.85em;
	color: #666;
}

.add-to-cart-group button.add-to-cart, .minicart-checkout-button, .yellow-button, .place-order-button {
	border-radius: 20px;
	cursor: pointer;
/*	display: inline;*/
	padding: 5px 16px;
/*	background: #ffd814;*/
/*	border: 1px solid #fcd200;*/
/*	color: #000;*/
/*	margin: 0px 5px 0px 10px;*/
	box-shadow: 0 2px 5px 0 rgba(213,217,217,.5);
	text-decoration: none;
	height: 45px;
}
.blue-button, .checkout-block .btn, .checkout-action-row .btn {
	border-radius: 20px;
	border: 2px solid #007abf;
	cursor: pointer;
	color: #fff;
	background: #3498db linear-gradient(to bottom, #3498db, #2980b9) repeat scroll 0 0;
	padding: 3px 10px;
	border-radius: 10px;
	box-shadow: 0 1px 3px #666666;
}

.hidden-shipping-methods {
	display: none;
}

.alternative-payment-button {
	margin-bottom: 15px;
	display: inline-block;
	vertical-align: top;
}

.loading-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	opacity: 0.5;
}

.loading-message-wrap {
	z-index: 1040;
	position: fixed;
	width: 100%;
	left: 0;
	top: 30%;
	color: #fff;
	text-align: center;
}

.loading-message {
	text-transform: uppercase;
	margin-bottom: 8px;
	font-size: 12px;
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}

.cart-delete-link { color: #449d44; display: inline-block; margin-top: 10px; }

/* Payment methods */
.third-party-payment-button {
	background: transparent;
	border: none 0;
	padding: 0;
}

.on-site-payment-methods, .off-site-payment-methods {
	margin-bottom: 6px;
}

.choose-payment-method-button {
	text-align: left;
	min-width: 170px;
	margin-bottom: 5px;
}

.choose-payment-method-offsite-button {
	margin-bottom: 5px;
	vertical-align: top;
	display: inline-block;
	cursor: pointer;
}

.payment-method-detail {
	margin-bottom: 8px;
}

/* Shipping methods */
.shipping-method-icon {
	width: 30px;
	vertical-align: middle;
}

.block-success .checkout-header {
	color: #3c763d;
	border-bottom: solid 1px #b1c6a9;
}

.block-danger .checkout-header {
	color: #a94442;
	border-bottom: solid 1px #d79e9e;
}

/* Mini Cart */
.minicart-modal {
	text-align: left;
}

.minicart-item, .minicart-message-area, .empty-mini-cart-text {
	padding-left: 15px;
	padding-right: 15px;
}

.minicart-modal .modal-body {
	padding-left: 0;
	padding-right: 0;
}

.minicart-item-image {
	width: 50px;
}

.minicart-item-actions {
	margin-left: 4px;
	float: right;
}

.minicart-item-actions a {
	text-decoration: none;
	font-size: 14px;
}

.minicart-selected-kit-items {
	margin-bottom: 4px;
	padding-left: 15px;
}

.cart-product-name {
	font-weight: bold;
}

.cart-edit-link {
	font-size: 12px;
}

.minicart-product-name {
	font-weight: bold;
}

.minicart-item {
	padding-top: 15px;
	border-top: solid 1px #E5E5E5;
}

.minicart-item:first-of-type {
	padding-top: 0;
	border-top: none 0;
	margin-top: 0;
}

.minicart-detail {
	font-size: 0.85em;
}

.minicart-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	opacity: 0.5;
}

.minicart-title {
	font-size: 18px;
}

.minicart-item-title {
	font-size: 14px;
}

.minicart-loading {
	z-index: 1040;
	position: fixed;
	width: 100%;
	left: 0;
	top: 30%;
	color: #fff;
	text-align: center;
}

.loading-animation {
	display: block;
	font-size: 50px;
	overflow: hidden;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	margin: 40px auto;
	position: relative;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: loading 1.7s infinite ease;
	animation: loading 1.7s infinite ease;
	border: none;
}

.checkout-block, .address-control, .checkoutpurchaseorder .form-group {
	padding: 15px;
	background-color: #f8f8f8;
	border: solid 1px #e7e7e7;
	margin-bottom: 15px;
	border-radius: 4px;
}

#store.Checkout .main .col-lg-9 { width: 100%; }
#store.Checkout .main .col-lg-3  { display: none; }

#store.Checkout label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: bold; }

.address-control #country-field { display: none; }
.shipping-address-column { padding-left: 0; }
.shipping-address-column .row span, .billing-address-column .row span { display: block; }
.shipping-address-column .row span:nth-child(3), .billing-address-column .row span:nth-child(3) { display: none; } /* Hide Country line */
.shipping-address-column .address-actions, .billing-address-column .address-actions { margin-top: 5px; }

.checkout-block .col-xs-7, .checkout-block .col-xs-5 { float: none; width: 100%; }
.billing-address-column { padding-right: 0; }
.checkout-order-notes { background-color: #fff; }
.checkout-block .btn, .checkout-action-row .btn { border-radius: 0px; padding: 4px 10px; box-shadow: none }
.payment-method .checkout-header { margin-bottom:10px; }
.btn-success { border: 1px solid #255625; }


.modal-inner {
/*
	align-items: center;
	background-position: 0 -85px;
	background-repeat: no-repeat;
	background-size: cover;
*/
	background-color: transparent;
	color: #0281d7;
	display: flex;
	flex-direction: column;
	max-width: 650px;
	height: 100%; 
	justify-content: center;
	padding: 0 2rem;
	text-align: left;
}

.btn-close-abs { opacity: 0.9; background-color: #fff; padding: 10px; position: absolute; top: 15px; right: 20px; }
.btn-close-abs:hover { opacity: 1; background-color: #a1caed; }

.modal-inner label { font-size: 20px; }
.modal-inner .form-check-label { font-size: 16px; }
.modal-inner .form-check-input { font-size: 14px; margin-top: 6px; }


.sidebar .entity-menu a.selected { color: #e87928; font-weight: bold; }
.sidebar #verticalNavWrapper { }
.sidebar #verticalNavWrapper a { font-size: 13px; font-weight: normal; }
.sidebar #verticalNavWrapper ul { list-style-type: none; padding-left: 10px; }
.sidebar #verticalNavWrapper ul ul { margin-bottom: 10px; }
.sidebar #verticalNavWrapper .menu-item { margin-bottom: 0px; }
.sidebar #verticalNavWrapper .entity-menu > .menu-item > a { font-weight: bold; font-size: 15px; }



.products-grid .row .product-grid-item { width: 33.33%; }
.products-grid .row, .products-grid .page-row {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  clear: both;
  margin: 0;
}
.products-grid .row .product-grid-item, .products-grid .page-row .one-third { border-bottom: 1px dotted #13b5ea; border-right: 1px dotted #13b5ea; padding: 5px 3px; margin-top: 0;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */  
}
.products-grid .page-row:before,
.products-grid .page-row:after { content: none; display: inherit; }
.row, .page-row { margin-left: 0; margin-right: 0; }
.products-grid .row .product-grid-item img, .products-grid .page-row .one-third img { max-height: 197px; vertical-align: middle; }
.products-grid .row .product-grid-item:last-child, .products-grid .page-row .one-third:last-child { border-right: none; }
.products-grid .row .product-grid-item:first-child, .products-grid .page-row .one-third:first-child { border-right: 1px dotted #13b5ea; }
.products-grid .row:last-child .product-grid-item, .products-grid .page-row:last-child .one-third { border-bottom: none; }
.products-grid .grid-item-image-wrap { height: 197px; margin-bottom: 5px; }
.products-grid .grid-item-image-wrap a { line-height: 197px; }
.products-grid .grid-item-price-wrap .variant-price { color: #000000; }
.products-grid .row .product-grid-item .grid-item-price-wrap { }
.products-grid .row .product-grid-item .grid-item-inner, .products-grid .page-row .product-grid-item .grid-item-inner { padding:0; width: 100%; }
.products-grid .row .product-grid-item .grid-item-inner .price-wrap { margin-bottom: 0px; }


.breadcrumb { margin-bottom: 8px; padding: 6px 13px; }
.breadcrumb { padding: 8px 15px; margin-top: 12px; list-style: none; background-color: #f5f5f5; border-radius: 4px; }
.breadcrumb #homeLink { padding-right: 4px; }



.seals { text-align: center; }
.seals .AuthorizeNetSeal { margin: 10px auto; }
.seals .SSLSeal img { width: auto; max-width: 200px; }
.seals img { display: block; margin: 20px auto; }


.top-nav, .aisle { display:table; border-collapse:separate; border-spacing:5px; }
.top-nav * { box-sizing: border-box; }
.top-nav h3 { margin-top: 0; text-align: center; color: #9B2A00; font-size: 110%; }
.top-nav .menu-item { display: table-cell; width: 33.33%; background-color: #fdcd9d; border: 1px solid #f09520; padding: 5px 8px; border-radius: 4px; }
.top-nav .menu-item.last { margin-right: 0; }
.top-nav .menu-item a, .top-nav .menu-item a:visited { color: #c43c09; display: block; }
.top-nav .menu-item a:hover { color: #fd7d4d; }
.top-nav .menu-item a.selected { color: #9b2a00; font-weight: bold; }

.aisle { }
.aisle .menu-item { padding: 0; display: table-cell; background-color: #5fa8e4; border: 1px solid #0062ca; border-radius: 0 0 4px 4px; }
.aisle .menu-item .head-image { /* background: linear-gradient(to top, #fff 50%, #83c0eb 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); */ background-color: #fff; padding: 10px 5px 5px; }
.aisle .menu-item .head-image img { height: 200px; max-width: 200px; margin: 0 auto; display: block; padding-top: 5px; }
.aisle .menu-item h3 { color: #0062ca; }
.aisle .menu-item a, .aisle .menu-item a:visited { color: #fff; }
.aisle .menu-item ul { padding-left: 25px; margin: 0 0 7px;  }
.aisle .menu-item li { color: #0062ca; list-style-type: disc; }
.aisle .menu-item .aisle-links { background-color: #5fa8e4; color: #fff; padding: 5px 8px; }

.clear { clear: both; }

.shop .quantity.quantity-lg .qty { -webkit-appearance: none; margin: 0; -moz-appearance: textfield; }


.product-discounttable-wrap { padding: 5px 10px; margin: 5px 0; border: 1px solid #cac9c9; border-radius: 5px; background-color: #eee; box-shadow: 1px 1px 9px -4px rgba(189, 189, 189, 1) inset; }
.product-discounttable-wrap .table-striped { border-collapse: separate; border-spacing: 0; width: auto; margin: 0}
.product-discounttable-wrap .table-striped > tbody > tr { background: none; --bs-table-striped-bg: #efefef !important; }
.product-discounttable-wrap .table-striped > tbody > tr:nth-of-type(2n) td { background-color: #ddd; }
.product-discounttable-wrap .table-striped td, .product-discounttable-wrap .table-striped th { padding: 0 10px; border-top: none; }
.product-discounttable-wrap .table-striped .quantity-cell, .product-discounttable-wrap .table-striped .table-header th:first-child { text-align: right; }
.variant-price { font-size: 16px; }
.variant-price span { font-weight: bold; font-size: 16px; }

.variant-name-wrap { font-size: 18px; margin-bottom: 15px; }
.variant-info-wrap { border-top: solid 1px #ddd; padding-top: 10px; margin-top: 10px; }
.variant-info-wrap .OrderStatus .low-qty { padding-right: 6px; font-weight: bold; }

/* Stock hints */
.stock-hint { display: block; margin-bottom: 5px; }
.out-stock-hint { color: #bb0000; }
.in-stock-hint, .variant-info-wrap .OrderStatus .low-qty { color: #228B22; }
.variant-info-wrap .OrderStatus .in-stock-hint, .variant-info-wrap .OrderStatus .low-qty {
	display: inline-block;
}


.made-in-america { background: url("../images/icons/made-in-usa.png") no-repeat top center; width: 60px; height: 42px; position: absolute; bottom: -60px; right: 0px; text-align: center; text-transform: uppercase; }
.made-in-america span { position: absolute; bottom: -10px; font-size: 8px; color: #312f7a; width: 100%; left: 0; }

.product-description-wrap { position: relative; }

.add-to-cart-selectors { display: block; float: left; height: 45px; margin: 0 15px 25px 0; }
.add-to-cart-selectors select { height: 45px; }

.product-image-column { text-align: center; }

/* May need to display it if have to show some loading progress */
.loading-overlay-wrap { display: none; }

.image-wrap .medium-image-wrap button { background-color: #fff; border: 2px solid #ededed; margin-bottom: 4px; padding: 4px; border-radius: 6px; }

.image-wrap .medium-image-wrap .pop-large-link { color: #00a1cd }
.image-wrap .medium-image-wrap .pop-large-wrap { max-width: 100%; height: auto; }
.product-gallery-items .product-gallery-item { display: inline-block; width: 48%; margin: 2% 1%; }
.product-gallery-items .product-gallery-item button { background-color: #fff; border: 2px solid #777; padding: 4px; border-radius: 6px; }
.product-gallery-items .product-gallery-item img { max-width: 100px; height: auto; }
.product-gallery-items .product-gallery-item button:hover { background-color: #FFF; text-decoration: none; }

.page-heading { margin-bottom: 26px;}
.page-heading h1 { margin-bottom: 2px; }
.page-heading h1 .h-1 {  }


.error-404-container { min-height: 50vh; text-align: center; padding: 4rem 2rem; }
.error-404-container .fw-bold { color: rgb(0, 75, 139) }
.error-404-code { font-size: 8rem; line-height: 10rem; font-weight: 700; color: rgb(200, 97, 21); }
.error-404-message { font-size: 1.25rem; color: #6c757d; }


/* New navigation CSS */
body{ padding-top: 132px; }


@media (min-width: 1200px) {
	#header .header-nav-main nav > ul > li > a {
		padding: 0 1.1rem !important;
	}
}

/* On narrow screens, keep them together in one line */
@media (max-width: 992px) {
	li.search-btn .search-field {		
}
	
@media (max-width: 767px) {
	.top-nav, .aisle { display: block; }
	.aisle .menu-item { width: 100%; display: block; margin-bottom: 15px; }
	
	.control-mats-table1 td, .control-mats-table td.mobile-full { display: block; width: 100%!important; }
	.control-mats-table .mobile-full {  }
	.control-mats-table1 td { padding-bottom: 20px; }
	
}

@media (max-width: 575px) {
	.products td.prod { display: block; width: 100%!important; border-bottom: 1px solid #9d9d9d; }
}
