/*** Begin remove product add to wishlist links ***/
.product-addto-links {
	display: none !important;
}
/*** End remove product add to wishlist links ***/

/*** Begin remove store credit from header ***/
.header.panel > .header.links > li.link.credit.wishlist {
	display: none;
}
/*** End remove store credit from header ***/

/*** Begin remove extra menu arrow icon ***/
.navigation .level0.parent>.level-top>.ui-menu-icon:after {
    display: none !important;
}
.ui-menu-icon.ui-icon.ui-icon-carat-1-e {
	display: none  !important;
}
/*** End remove extra menu arrow icon ***/

/** Checkout Terms and Conditions **/
/*input#agreement_checkmo_1 + label::after {
	content: "Due to U.S. Government restrictions apexgunparts.com will not accept International orders. By placing this order, I accept the Apex Ggun Parts Terms & Conditions and I agree that I WILL NOT EXPORT this order, in whole or in part, to outside of the United States.";
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
}
input#agreement_authorizenet_acceptjs_1 + label::after {
	content: "Due to U.S. Government restrictions apexgunparts.com will not accept International orders. By placing this order, I accept the Apex Ggun Parts Terms & Conditions and I agree that I WILL NOT EXPORT this order, in whole or in part, to outside of the United States.";
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
}
input#agreement_checkmo_2 + label::after {
	content: "APEX Gun Parts reserves the right to arrange freight shipments for orders exceeding standard UPS or USPS shipping rates and dimensions.  Customers will be contacted to determine delivery destination and requirements; then customer will be provided with a freight quote prior to shipment of the order.  Customer contact telephone information provided must be reachable Monday - Friday, 9-4 MT.  Inability to reach the customer will result in delays of any and all freight shipping.";
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
}
input#agreement_authorizenet_acceptjs_2 + label::after {
	content: "APEX Gun Parts reserves the right to arrange freight shipments for orders exceeding standard UPS or USPS shipping rates and dimensions.  Customers will be contacted to determine delivery destination and requirements; then customer will be provided with a freight quote prior to shipment of the order.  Customer contact telephone information provided must be reachable Monday - Friday, 9-4 MT.  Inability to reach the customer will result in delays of any and all freight shipping.";
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
}
.checkout-agreement::before {
    content: "Due to U.S. Government restrictions apexgunparts.com will not accept International orders. By placing this order, I accept the ";
    font-size: 1.2em;
    font-weight: bold;
}
.checkout-agreement::after {
    content: " and I agree that I WILL NOT EXPORT this order, in whole or in part, to outside of the United States or to foreign countries, US territories, or APO, FPO, or DPO addresses.";
    font-size: 1.2em;
    font-weight: bold;
}*/
input#agreement_checkmo_1 + label::after {
	content: "Due to U.S. Government restrictions apexgunparts.com will not accept International orders. By checking the box above, I accept the APEX Gun Parts Terms & Conditions and I agree that I WILL NOT EXPORT this order, in whole or in part, to outside of the United States or to foreign countries, US territories, or APO, FPO, or DPO addresses.";
	display: block;
	position: relative;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 1.1em;
}
input#agreement_authorizenet_acceptjs_1 + label::after {
	content: "Due to U.S. Government restrictions apexgunparts.com will not accept International orders. By checking the box above, I accept the APEX Gun Parts Terms & Conditions and I agree that I WILL NOT EXPORT this order, in whole or in part, to outside of the United States or to foreign countries, US territories, or APO, FPO, or DPO addresses.";
	display: block;
	position: relative;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 1.1em;
}
.checkout-agreement button span {
	font-weight: bold;
	font-size: 1.2em;
}
#tooltip-label {
	display: none;
}
/* Temporarily disable display of sorting since it is not working */
/*.toolbar-sorter.sorter {
	display: none;
}*/
.checkout-index-index .sections.nav-sections {
	display: block;
	margin-bottom: 70px;
}
.checkout-index-index .widget.block.block-static-block, .checkout-cart-index .widget.block.block-static-block {
	margin-bottom: 0 !important;
}
/* Breadcrumbs */
.breadcrumbs li.item.home a {
	color: #767c4c;
}
.breadcrumbs .items {
	font-size: 1.6rem;
	color: #000;
}
.breadcrumbs a {
	color: #da6d0c;
	font-weight: bold;
}
.breadcrumbs a:visited {
	color: #da6d0c;
}
.breadcrumbs .item:not(:last-child)::after {
	font-size: 30px;
	line-height: 24px;
}
/* hide discount code in checkout */
.payment-option._collapsible.opc-payment-additional.discount-code {
    display: none !important;
}