/* Global CSS */

/** makes sure that angular brackets don't render until all data is loaded */

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide {
	display: none !important;
}

*:focus {
    outline: none;
}

input[type="button"],
button{
	outline: 0 !important;
	border: 1px solid #CCCCCC;
	-webkit-box-shadow: 0px 0px 0px  #FFFFFF !important;
	box-shadow: 0px 0px 0px  #FFFFFF !important;
}

.alert-default {
	background-color: #BBBBBB;
}

.error {
	color: red;
	font-size: .90em;
}

#btn-filter { 
	margin-bottom: 35px;
}
#btn-filter:after {
	position: initial;
    font-size: 15px;
	margin-left: 20px;
	font-family: FontAwesome;
	content: "\f0d7";
	background: none;
}

#btn-filter.collapsed:after {
    content: "\f0d8";
}

#card-table tr:last-child td{
	border-top: none;
}

#fake-input-text-container{
	clear: both;
	overflow: hidden;
	border: 1px solid #ddd;
}
#fake-input-text-container input[type="text"]{
	border: none !important;
	width: 100%;
}
#fake-input-text-container span{
	float: left;
    color: #888;
    font-size: 13px;
    padding-top: 12px;
}

/* Mutli-browser 'outline: none;'*/
.outline-none{
	outline: 0 !important;
	border: 1px solid #CCCCCC !important;
	-webkit-box-shadow: 0px 0px 0px  #FFFFFF !important;
	box-shadow: 0px 0px 0px  #FFFFFF !important;
}

/** loader  */

.glyphicon-refresh-animate {
	-animation: spin .7s infinite linear;
	-webkit-animation: spin2 .7s infinite linear;
	padding: 5px
}

@-webkit-keyframes spin2 {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		transform: scale(1) rotate(0deg);
	}
	to {
		transform: scale(1) rotate(360deg);
	}
}

/* CSS Spinner */

.loading {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 75px;
}

.spinner {
	margin: 100px auto;
	text-align: center;
}

.spinner>div {
	width: 18px;
	height: 18px;
	background-color: #333;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}

input[type="radio"] {
	margin: 2px 0 0;
}

/* navbox */

.navbox {
	padding: 0px 0px 100px 0px;
	text-align: center;
	position: relative;
}

.navbox form {
	position: absolute;
	right: 15px;
	top: 45px;
}

.navbox form select {
	display: none;
}

.navbox form .btn-group>.btn,
.productbox form .btn-group-vertical>.btn {
	width: 213px;
	white-space: normal;
	padding: 4px 10px 4px 8px;
	color: #666666;
	font-size: 16px;
}

.navbox form ul {
	padding: 3px 0;
	height: auto !important;
}

.navbox form ul li {
	padding: 0px;
	min-height: 20px !important;
	overflow: hidden;
	float: left;
	width: 100%;
	text-align: left;
}

.navbox form ul li a {
	padding: 0px 10px;
	outline: none;
	margin: 0px;
}

.navbox form ul li a span.glyphicon {
	display: none;
}

.navbox form .btn .caret {
	float: right;
	margin: 10px 0px 0px 0px;
}

.navbox form .dropdown-menu {
	width: 100%;
}

.navbox form .dropdown-menu .dropdown-menu {
	position: static;
}

.navbox form .dropdown-menu {
	padding: 0px;
	height: auto;
}

.navbox hr {
	margin: 0 15px 42px 15px;
	height: 1px;
	border: 0px;
	background: #ccc;
}

.navbox a.more {
	padding: 0px 60px 0px 84px;
	display: inline-block;
	font-size: 14px;
	line-height: 40px;
	text-transform: uppercase;
	color: #666;
	border: #666 solid 1px;
	letter-spacing: 0.04em;
	background: #FFF;
	cursor: pointer;
}

.navbox a.more span {
	padding-right: 22px;
	background: url('https://www.peakmachinetools.com/custom/apps/slatwallcms/peakmachinetools/assets/images/arrow-down.png') right no-repeat;
}

.navbox a.more:hover {
	color: #FFF;
	background: #63727a;
}

.navbox a.more:hover span {
	background: url('https://www.peakmachinetools.com/custom/apps/slatwallcms/peakmachinetools/assets/images/arrow-down-hover.png') right no-repeat;
}

.navbox ul {
	padding: 0px;
	list-style: none;
	overflow: hidden;
	text-align: center;
}

.navbox li {
	padding: 3px 53px 0 53px;
	display: inline-block;
}

.navbox li.button {
	padding: 0px;
}

.navbox li.button a {
	padding: 0px 10px 0px 10px;
	min-width: 131px;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	line-height: 40px;
	text-transform: uppercase;
	color: #666;
	border: #666 solid 1px;
	letter-spacing: 0.04em;
	background: #FFF;
}

.navbox li.button a:hover {
	color: #FFF;
	background: #63727a;
}

.navbox li.button a span {
	padding-left: 22px;
	background: url('https://www.peakmachinetools.com/custom/apps/slatwallcms/peakmachinetools/assets/images/arrow-left.png') left no-repeat;
}

.navbox li.button a:hover span {
	background: url('https://www.peakmachinetools.com/custom/apps/slatwallcms/peakmachinetools/assets/images/arrow-left_hover.png') left no-repeat;
}

.navbox li.next a span {
	padding: 0 22px 0 0;
	background: url('https://www.peakmachinetools.com/custom/apps/slatwallcms/peakmachinetools/assets/images/arrow-right.png') right no-repeat;
}

.navbox li.next a:hover span {
	background: url('https://www.peakmachinetools.com/custom/apps/slatwallcms/peakmachinetools/assets/images/arrow-right_hover.png') right no-repeat;
}

.navbox li span.active {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border: #666666 solid 1px;
}

.card-table tr th {
	text-transform: none !important;
}

/* detailsbox */

.detailsbox {
	padding: 70px 0px 32px 0px;
}

.detailsbox .left {
	padding-top: 5px;
	float: left;
}

.detailsbox .right {
	float: right;
}

.detailsbox .carousel-indicators {
	bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.detailsbox .carousel {
	padding-bottom: 44px;
}

.detailsbox .carousel .item {
	padding-top: 0px;
	cursor: zoom-in;
}

.detailsbox .carousel-indicators li {
	border: #666666 solid 1px;
	margin: 0 4px;
	width: 11px;
	height: 11px;
}

.detailsbox .carousel-indicators .active {
	border: 0px;
	background: #666666;
}

.detailsbox h1 {
	padding-bottom: 13px;
	font-size: 32px;
	color: #333333;
	margin: 0px;
}

.detailsbox h4 {
	padding-bottom: 15px;
	margin: 0px;
	color: #666666;
	font-size: 16px;
}

.detailsbox h4 span {
	padding-right: 3px;
	text-decoration: line-through;
}

.detailsbox form {
	padding: 6px 0 22px 0;
	position: relative;
}

.detailsbox form label {
	padding-bottom: 1px;
	display: block;
	font-size: 14px;
	font-weight: normal;
}

.detailsbox form input[type="text"] {
	margin-right: 5px;
	float: left;
	display: block;
	width: 51px;
	height: 33px;
	border: #666666 solid 1px;
	color: #666;
	text-align: center;
	background: #FFF;
}

.detailsbox form input[type="text"]:focus {
	outline: none;
}

.detailsbox form p {
	margin: 0px;
	padding: 0px 0 21px 0;
	overflow: hidden;
}

.detailsbox form p a {
	margin: 4px 0 0 4px;
	float: left;
	color: #666666;
	font-size: 14px;
}

.detailsbox form p a span {
	border: #ec008c solid 1px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 17px;
	height: 17px;
	display: inline-block;
	text-align: center;
	line-height: 17px;
	margin-left: 4px;
	color: #ec008c;
}

.detailsbox form p a:hover {
	color: #000;
}

.detailsbox form p a:hover span {
	border-color: #000;
	color: #000;
}

.detailsbox form input[type="submit"] {
	width: 162px;
	height: 42px;
	color: #FFF;
	text-transform: uppercase;
	cursor: pointer;
	border: 0px;
	letter-spacing: 0.03em;
	background: #05a7d9;
	outline: none;
}

.detailsbox form input[type="submit"]:hover {
	background: #000;
}

.detailsbox form .tooltipbar:after {
	right: 100%;
	top: 18px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-color: rgba(51, 51, 51, 0);
	border-right-color: #333333;
	border-width: 10px;
	margin-right: 3px;
}

.detailsbox .offer {
	padding: 17px 15px 12px 12px;
	margin-bottom: 30px;
	background: #ededef;
}

.detailsbox h2 {
	padding-bottom: 1px;
	margin: 0px;
	color: #333333;
	font-size: 24px;
}

.detailsbox h3 {
	padding-bottom: 3px;
	margin: 0px;
	color: #333333;
	font-size: 16px;
}

.detailsbox .offer p {
	margin: 0px;
	padding-bottom: 23px;
	color: #333;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.005em;
}

.detailsbox .offer p a {
	color: #333;
	text-decoration: underline;
}

.detailsbox .offer p a:hover {
	text-decoration: none;
}

.detailsbox .offer a.subs {
	padding: 0 27px;
	margin-left: 2px;
	letter-spacing: 0.04em;
	display: inline-block;
	line-height: 42px;
	color: #FFF;
	text-transform: uppercase;
	background: #000;
	text-decoration: none;
}

.detailsbox .offer a.subs:hover {
	background: #05a7d9;
}

.detailsbox .offer h5 {
	margin: 0px;
	padding-top: 25px;
	color: #333;
	font-size: 14px;
}

.detailsbox .description {
	padding: 26px 0px 0px 0px;
	border-top: #414141 solid 1px;
}

.detailsbox .description p {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.005em;
}

.detailsbox .description ul li {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.005em;
}

.detailsbox .description .more {
	display: none;
}

.detailsbox .description .more_bt {
	margin-top: 28px;
	position: relative;
	border-bottom: #333 solid 1px;
}

.detailsbox .description .more_bt a {
	padding: 0px 0px 0px 14px;
	font-size: 16px;
	color: #777;
	display: inline-block;
	position: absolute;
	right: 0px;
	bottom: -7px;
	background: #FFF;
	text-decoration: none;
	outline: none;
}

.detailsbox .description .more_bt a:hover {
	color: #000;
}

.detailsbox .description .more_bt a i {
	margin: 4px 0 0 9px;
	float: right;
}

.detailsbox .description .more_bt a span.less {
	display: none;
}

.detailsbox .description .more_bt a.active span {
	display: none;
}

.detailsbox .description .more_bt a.active span.less {
	display: block;
}

.detailsbox ul.social {
	padding: 21px 0px 0px 0px;
	list-style: none;
	overflow: hidden;
}

.detailsbox ul.social li {
	padding-right: 11px;
	float: left;
}

.detailsbox ul.social li a {
	text-align: center;
	line-height: 26px;
	font-size: 16px;
	color: #FFF;
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #999999;
}

.detailsbox ul.social li a:hover {
	background: #333;
}

.product-right .product-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.price-box-container {
	background: #fff;
	padding: 20px;
	width: 80%;
	border-radius: 3px;
	border: 3px #eee solid;
}

.price-box-container .col-md-6 {
	font-size: 18px;
	color: #df6a45;
	font-weight: bold;
}

.price-box-container .col-md-6 span {
	font-weight: bold;
	color: #666;
	display: block;
	font-size: 12px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 3px;
}

.product-button-group {
	width: 80%;
	margin-top: 10px;
}

.product-button-group-row {
	margin-bottom: 15px;
}
.product-button-group .qty {
	margin-bottom: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #000;	
}
.product-button-group .qty:focus,
.product-button-group .qty:active {
	color: #000;
}

.product-button-group .cart {
	margin: 2px 0;
}

.product-right .pricePerUnit {
	background: #eee;
}

.product-right label {
	font-weight: bold;
	color: #666;
	display: block;
	font-size: 12px;
	margin-bottom: 3px;
}

.product-right .product-profile-info {
	font-size: 16px;
	margin-bottom: 15px;
}

.product-right .product-profile-info label {
	font-weight: bold;
	color: #666;
	display: block;
	font-size: 12px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 3px;
}

.product-specifics {
	margin-top: 50px;
}


.product-specifics-small {
	margin-top: 25px;
}


.product-specifics h3 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
}

h4.alert-heading { font-size: 16px; }
.my-account-page h4.alert-heading { background: #41b813; }


/* cartbox */

.cartItem { overflow: hidden; padding-left: 10px; }
.cartTotal { padding-right: 20px !important; }
.promo { margin-top: 10px; display: inline-block; }

.subheading {
	display: block;
	color: #666;
	font-size: 13px;
	letter-spacing: .5px;
}
.subheading b {
	border-radius: 2px;
	color: #fff;
	background-color: #4f5983;
	font-weight: bold;
	margin-right: 4px;
	font-size: 10px;
	padding: 2px 5px;
}
.subheading-special b{
	color: #fff;
	background-color: #cc4e1e;
}

.pricegroup {
	color: #999999;
	text-decoration: line-through;
	font-size: 12px;
}

.table>tbody>tr>td,
.table>tfoot>tr>td {
	border: none;
}

.table>tbody>tr:last-of-type>td,
.table>tfoot>tr:last-of-type>td {
	border-top: 1px solid #DDDDDD;
}
.table>tbody>tr:last-of-type>td.no-border-top,
.table>tfoot>tr:last-of-type>td.no-border-top{
	border-top: none;
}
.table tfoot tr td {
	vertical-align: middle;
}
.table .remove i {
	border-radius: 6px;
	background-color: #1a1f35;
	color: #FFFFFF;
	opacity: .8;
	padding: 8px;
}

.table .remove i:hover {
	opacity: 1;
}

/* checkoutbox */

.checkoutbox {
	margin-bottom: 30px;
}

.checkoutbox h3 {
	color: #fff;
	background: rgba(206, 78, 13, 1);
	font-size: 19px;
	padding: 10px 15px;
	margin: 0;
}

.checkoutbox table {
	border: none !important;
}

fieldset {
	padding: 0 20px;
	margin-bottom: 25px;
	border: 4px solid #EEEEEE;
}

legend {
	display: inline-block;
	width: auto;
	padding: 5px 15px;
	font-size: 16px;
	font-weight: bold;
	border: none;
	background: #EEEEEE;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.form-control.check:focus {
	outline: 0;
	box-shadow: none;
}

.btn-info {
	color: #FFFFFF;
}

.panel-heading {
	padding: 0;
}

.panel-title > a {
	display: block;
	padding: 10px 15px;
}

.panel-title > a:hover {
	text-decoration: none;
}

.panel-title a span:before {
	font-family: FontAwesome;
	content: "\f067";
	margin-right: 8px;
}

.panel-title a span {
	float: right;
	font-size: 14px;
    text-transform: uppercase;
    margin-top: 2px;
}

.checkoutHeading {
	background: #AAAAAA;
	color: #FFFFFF;
	margin: 0 0 20px 0;
	padding: 10px 15px;
	font-size: 22px;
}

.checkoutHeading .fulfillmentAddress {
	font-size: 14px;
}

.checkoutHeading.active {
	background: #2e375f;
	cursor: default;
}

.checkoutHeading.active a span {
	background: #2e375f;
	cursor: default;
}

.checkoutHeading a {
	font-size: 18px;
	color: #FFFFFF;
	padding-left: 15px;
}

.fulfillmentAddress {
	display: inline-block;
	margin-top: 5px;
}
.selfShippingContainer { border-top: 1px solid #ccc; padding-top: 15px; }
.selfShippingContainer label { text-transform: none; padding-bottom: 20px; width: 70%; }

#order-history-acc .alert { color: #155724; background-color: #d4edda; border-color: #c3e6cb; }

.btn-lg { font-size: 16px; }

/* ALERT STYLING */
#main .alert.alert-error label.error { color: #fff; margin-bottom: 0px; } 
.tab-content .alert.alert-error label.error { color: #fff; margin-bottom: 0px; } 

.checkoutHeading a:hover { color: #FFFFFF; }

.form-group label.error { color: red; }

.my-account-page .btn { border-radius: 3px; }

.addAddress {
	display: block;
	width: 100%;
	background: transparent;
	padding: 10px 30px;
	margin-bottom: 15px;
	min-height: 100px;
	border: dashed 1px #bcbcbc;
	text-align: center;
	color: #999999;
	font-size: 14px;
	opacity: .9;
}

.addAddress i {
	display: block;
	color: #c9c9c9;
	font-size: 24px;
	line-height: 28px;
	background: transparent;
}

.addAddress:hover {
	opacity: 1;
	background: #EEEEEE;
	border: 1px solid #EEEEEE;
}
.addAddress span { font-weight: bold; } 

.addressWrapper {
	background: #F2F2F2;
	padding: 10px 15px;
	margin-bottom: 15px;
	overflow: auto;
	border: 3px solid #F2F2F2;
}

.addressWrapper.active { border: 3px solid #CCC; }
.addressWrapper .btn { border-radius: 5px; padding-left: 5px; padding-right: 5px; line-height: 16px; min-height: 30px; }
.addressWrapper address { padding-bottom: 10px; border-bottom: 1px solid #ddd; margin-bottom: 5px; min-height: 160px; }
.addressWrapper address span { display: block; }

/* CUSTOM LISTING */
.specificationsData td:first-of-type { padding-right: 5px; }

/* MY ACCOUNT: RECENT ORDER LISTING */
#recentOrderListing .top-sec { border-bottom: 1px solid #ccc; background: #eee; padding: 15px; }
#recentOrderListing .top-sec div { float: left; font-size: 16px; }
#recentOrderListing .top-sec div span { display: block; font-size: 12px; font-weight: bold; }
#recentOrderListing td.title span { display: block; font-size: 12px; }
#recentOrderListing .reorderItem { border-radius: 3px; background: #fff; border-color: 3px; color: #000; }
#recentOrderListing .product-title a { font-size: 16px; }

#recentOrderListing div.row { margin-left: 0px; margin-right: 0px; }
#recentOrderListing div.col-md-3, #recentOrderListing div.col-md-2, #recentOrderListing div.col-md-4 { margin-top: 0px; }
#recentOrderListing .recentOrderHeader { font-size: 20px; }
#recentOrderListing .recentOrderHeader a { font-size: 20px; font-weight: bold; }


.alert-warning { background: #fff; color: #000; border: 2px solid #666; }

.checkoutbox .tab { padding-bottom: 20px; }

.checkoutbox .tab h4 {
	padding: 0 0 0 15px;
	letter-spacing: 0.03em;
	margin: 0px;
	line-height: 48px;
	color: #fff;
	text-transform: uppercase;
	background: #2e375f;
}

.checkoutbox .tab h4.active {
	color: #fff;
	background: rgba(206, 78, 13, 1);
}

.checkoutbox .tab h4 a {
	font-size: 14px;
	float: right;
	text-transform: none;
	color: #FFF;
	margin-right: 15px;
}

.checkoutbox .tab h4 span {
	margin-right: 6px;
}

.checkoutbox aside {
	float: right;
}

.checkoutbox .tab h4.active a:hover {
	color: #fff;
}

.checkoutbox .details {
	padding: 20px;
	border: #cccccc solid 1px;
	border-top: 0px;
	position: relative;
}

.checkoutbox .shipping {
	padding: 22px 10px 22px 14px;
}

.checkoutbox .login {
	padding: 20px;
}

.checkoutbox .details p {
	padding-bottom: 14px;
	margin: 0px;
}

.checkoutbox .details p.shippingMethodOption {
	padding-bottom: 0px;
}

.checkoutbox .details .payment_info p img {
	margin-right: 4px;
}

.checkoutbox .createaccount ul,
.checkoutbox .login ul,
.checkoutbox .shipping ul,
.checkoutbox .payment ul {
	padding: 0px 0px 13px 0px;
	list-style: none;
	overflow: hidden;
}

.checkoutbox .login ul {
	padding: 2px 0px 8px 0px;
	margin-bottom: 0px;
}

.checkoutbox .createaccount li,
.checkoutbox .shipping li {
	padding: 0px 50px 16px 0px;
	float: left;
	width: 277px;
}

.checkoutbox .shipping ul.addressFields li:nth-child(odd) {
	clear: both;
}

.checkoutbox .payment li.date {
	clear: both;
}

.checkoutbox .payment li span.error {
	display: inline-block;
}

.checkoutbox .payment .nav-tabs {
	padding-bottom: 0;
}

.checkoutbox .payment .nav-tabs li a {
	background-color: #F8F8F8;
	color: #666;
	margin: 0;
	font-size: 12px;
	text-transform: uppercase;
}

.checkoutbox .payment .nav-tabs li.active a {
	background: #EEEEEE;
}

.checkoutbox .payment .tab-content {
	border: 4px solid #EEEEEE;
	padding: 10px;
	margin-top: -9px;
}

.checkoutbox .details li label.mobile {
	display: none;
}

.checkoutbox .login li {
	padding: 0px 0px 17px 0px;
}

.checkoutbox .login li.last {
	padding: 0px 0px 0px 0px;
}

.checkoutbox .login .cssform p {
	padding: 0px 0px 25px 0px;
}

.checkoutbox .forgotPassword label {
	font-weight: normal;
}

.checkoutbox .forgotPassword a {
	cursor: pointer;
}

.checkoutbox .forgotPassword p {
	padding-top: 0px;
}

.checkoutbox .forgotPassword input[type="submit"] {
	margin-top: 23px;
}

.checkoutbox .details li label {
	display: block;
	font-weight: normal;
	padding-bottom: 1px;
	margin: 0px;
}

.checkoutbox .details li label span {
	color: #999;
}

.checkoutbox .details textarea {
	padding: 5px 7px;
	width: 100%;
	height: 55px;
	border: #cccccc solid 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	resize: none;
	margin: 4px 0px 0px 0px;
}

.checkoutbox .details li.full {
	padding: 0px 0px 6px 0px;
	font-size: 12px;
	width: 100%;
	float: left;
	overflow: hidden;
}

.checkoutbox .details .btn-group {
	width: 100%;
}

.checkoutbox .details .btn-group>.btn,
.checkoutbox .details .btn-group-vertical>.btn {
	padding: 0px 20px 0px 7px;
	color: #666666;
	font-size: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	height: 30px;
	border: #CCC solid 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;
	background: #FFF url('https://www.peakmachinetools.com/custom/apps/slatwallcms/peakmachinetools/assets/images/dropdown-arrow.png') right no-repeat;
	overflow: hidden;
}

.checkoutbox .details .btn-group>.btn span.caret,
.checkoutbox .details .btn-group-vertical>.btn span.caret {
	display: none;
}

.checkoutbox input[type=text],
.checkoutbox input[type=password],
.checkoutbox input[type=email],
.checkoutbox select,
.checkoutbox textarea {
	border: 1px solid #ccc;
	font-family: inherit;
	line-height: inherit;
	padding: 10px 10px;
}

.flexbox-wrapper span.error.help-block {
	background-color: #f2dede;
	border-color: #ebcccc;
	color: #a94442;
}

.checkoutbox .info {
	padding: 15px;
	border: #eee solid 2px;
	border-top: 0px;
	margin-bottom: 20px;
}

.checkoutbox .info .list-group-item {
	border: none;
}

.checkoutbox .order ul,
.checkoutbox .reviewtotal ul {
	padding: 5px 0px 8px 0px;
	margin: 0px;
	list-style: none;
	overflow: hidden;
}

.checkoutbox .order li,
.checkoutbox .reviewtotal li {
	width: 100%;
	text-align: right;
	float: left;
	overflow: hidden;
	color: #333;
	line-height: 30px;
}

.checkoutbox .order li span,
.checkoutbox .reviewtotal li span {
	float: left;
}

.checkoutbox .order li.total,
.checkoutbox .reviewtotal li.total {
	padding-top: 2px;
	border-top: #ccc solid 1px;
	width: 100%;
}

.checkoutbox .order li.subtotal {
	border: none;
	margin-top: 0px;
	padding-top: 0px;
}

.checkoutbox .cart_product {}

.checkoutbox .cart_product h4 {
	padding-right: 13px;
}

.checkoutbox .cart_product h4 a {
	float: right;
	font-size: 14px;
	text-transform: none;
	color: #333;
	text-decoration: underline;
}

.checkoutbox .cart_product h4 a:hover {
	text-decoration: underline;
}

.checkoutbox .cart_product .info {
	padding: 0px 13px;
}

.checkoutbox .cart_product ul {
	list-style: none;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.checkoutbox .cart_product li {
	padding: 20px 0;
	overflow: hidden;
	border-bottom: #ccc solid 1px;
	width: 100%;
}

.checkoutbox .cart_product li:last-child {
	border: 0px;
}

.checkoutbox .cart_product li img {
	float: left;
	margin-right: 16px;
	border: #ccc solid 1px;
}

.checkoutbox .cart_product li h5 {
	padding: 0px 0px 8px 0px;
	margin: 0px;
	color: #333333;
	font-weight: normal;
	line-height: 18px;
}

.checkoutbox .cart_product li h5 span {
	color: #666666;
}

.checkoutbox .shipping .addressFields h4 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.checkoutbox .shipping .options {
	padding-bottom: 24px;
	overflow: hidden;
}

.checkoutbox .shipping .options p {
	padding-bottom: 8px;
	margin: 0px;
}

.checkoutbox .shipping .options label {
	margin: 0px;
	font-weight: normal;
}

.checkoutbox .shipping label span {
	color: #888;
}

.checkoutbox .shipping li.full {
	padding-top: 10px;
	font-size: 14px;
}

.checkoutbox .method {
	padding: 32px 0px 0px 0px;
	margin-top: 16px;
	overflow: hidden;
	border-top: #cccccc solid 1px;
}

.checkoutbox .method .options {
	padding: 0px;
	float: left;
	width: 230px;
	margin-right: 50px;
}

.checkoutbox .method .options h4 {
	padding-bottom: 10px;
}

.checkoutbox .method .options p {
	padding-bottom: 5px;
}

.checkoutbox .method input[type="submit"] {
	margin-top: 32px;
}

.checkoutbox h6 {
	padding: 5px 0px 0px 0px;
	margin: 0px;
	font-size: 14px;
	line-height: 18px;
}

.checkoutbox .existing_user {
	overflow: hidden;
}

.checkoutbox .existing_user .address {
	border-radius: 4px;
	padding: 15px 6px;
	border: none;
	padding: 5px;
	float: left;
	width: 185px;
	margin: 20px 16px 0 0;
	background-color: #eee;
	border-radius: 4px;
	padding: 10px 3px;
}

.checkoutbox .existing_user .address input[type="radio"]+label {
	padding: 2px 5px 5px 10px;
	width: 90%;
	font-weight: normal;
	line-height: 18px;
}

.checkoutbox .existing_user .address label.noinput {
	padding: 6px 10px 10px 6px;
	font-weight: normal;
	line-height: 18px;
}

.checkoutbox .existing_user.gap .address a {
	margin-top: 18px;
	display: inline-block;
}

.checkoutbox .address a.tel {
	margin: 0px !important;
	cursor: text;
	color: #666;
}

.checkoutbox .existing_user .add_new {
	padding: 5px 0px 0px 6px;
	margin-right: 0px;
	border: #000 solid 1px;
}

.checkoutbox .existing_user .add_new a {
	margin: 0px !important;
	color: #333333;
	font-size: 16px;
	line-height: 20px;
}

.checkoutbox .existing_user .add_new a span {
	display: block;
	font-size: 17px;
}

.checkoutbox .existing_user .add_new a:hover {
	color: #0586ad;
}

.checkoutbox .existing_user p {
	padding-bottom: 0px;
}

.checkoutbox .multiple_add {
	padding: 8px 8px 9px 6px;
	position: absolute;
	right: 15px;
	top: 17px;
	width: 308px;
	height: 90px;
	background: #f5f5f5;
}

.checkoutbox .multiple_add h4 {
	padding-bottom: 1px;
}

.checkoutbox .shipitem h4 {
	padding-bottom: 2px;
}

.checkoutbox .shipitem .cart_list {
	padding: 11px 10px 0px 0px;
	margin-bottom: 40px;
	border-bottom: #000 solid 1px;
}

.checkoutbox .shipitem .cart_list table {
	width: 100%;
}

.checkoutbox .shipitem .cart_list tr td {
	padding: 18px 0px 17px 0px;
	border-bottom: #CCC solid 1px;
	vertical-align: top;
}

.checkoutbox .shipitem .cart_list tr th {
	padding-bottom: 2px;
	font-weight: normal;
	border-bottom: #CCC solid 1px;
}

.checkoutbox .shipitem .cart_list tr td.img {
	width: 4.2%;
}

.checkoutbox .shipitem .cart_list tr td.img img {
	max-width: 52px;
	border: #ccc solid 1px;
}

.checkoutbox .shipitem .cart_list tr td.title {
	padding-top: 28px;
	width: 18%;
}

.checkoutbox .shipitem .cart_list tr td.title a {
	color: #333;
}

.checkoutbox .shipitem .cart_list tr td.title a:hover {
	color: #0586ad;
}

.checkoutbox .shipitem .cart_list tr td.qty {
	padding: 22px 18px 0 0;
	width: 7.2%;
}

.checkoutbox .shipitem .cart_list tr td.add {
	padding-top: 22px;
	width: 25%;
}

.checkoutbox .shipitem .cart_list tr td.remove {
	padding-top: 20px;
	width: 4%;
}

.checkoutbox .shipitem .cart_list tr td.qty select {
	float: right;
	padding-left: 9px;
}

.checkoutbox .shipitem .cart_list tr th.qty {
	text-align: center;
	padding-right: 18px;
}

.checkoutbox .shipitem .cart_list tr td.remove a {
	margin: 12px 9px 0px 0px;
	float: right;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 8px;
	display: block;
	border: #9b9b9b solid 1px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.checkoutbox .shipitem .cart_list tr td.remove a:hover {
	border-color: #0586ad;
}

.checkoutbox .shipitem .cart_list tr td.remove a i {
	font-size: 10px;
	color: #9b9b9b;
}

.checkoutbox .shipitem .cart_list tr td.remove a:hover i {
	color: #0586ad;
}

.checkoutbox .shipitem .cart_list tr td .multiadd {
	margin-top: 20px;
	margin-bottom: 6px;
}

.checkoutbox .shipitem .cart_list tr td.remove a.multiadd {
	display: block;
	margin-top: 35px;
}

.checkoutbox .giftoption {
	padding: 22px 10px 0px 12px;
}

.checkoutbox .giftoption h4 {
	padding-bottom: 13px;
	margin: 0px;
	color: #333;
	font-size: 16px;
}

.checkoutbox .giftoption form {
	border-top: #CCC solid 1px;
}

.checkoutbox .giftoption .addlist {
	padding: 20px 0px 10px 0px;
	overflow: hidden;
	border-bottom: #CCC solid 1px;
}

.checkoutbox .giftoption h5 {
	margin: 0px;
	padding-bottom: 25px;
	font-size: 16px;
	color: #999;
}

.checkoutbox .giftoption .item address,
.checkoutbox .giftoption .item p {
	padding: 0px 0px 15px 0px;
	margin: 0px;
	line-height: 18px;
	color: #333;
}

.checkoutbox .giftoption .item p {
	padding-bottom: 17px;
}

.checkoutbox .giftoption .item {
	float: left;
	width: 175px;
}

.checkoutbox .giftoption .type {
	float: right;
	width: 310px;
}

.checkoutbox .giftoption .type p {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

.checkoutbox .giftoption .type label {
	border: 0px;
	font-weight: normal;
}

.checkoutbox .giftoption .type h4 {
	padding-bottom: 8px;
}

.checkoutbox .giftoption .type h4.gap {
	padding-top: 24px;
}

.checkoutbox .giftoption .type textarea {
	max-width: 227px;
}

.checkoutbox .giftoption .type h6 {
	font-size: 14px;
	padding-bottom: 50px;
	max-width: 227px;
}

.checkoutbox .giftoption input[type="submit"] {
	margin-top: 30px;
}

.checkoutbox .revieworder {
	padding: 19px 50px 35px 12px;
	overflow: hidden;
}

.checkoutbox .revieworder .payment_info {
	float: left;
	width: 200px;
}

.checkoutbox .revieworder .shipping_info {
	float: right;
	width: 250px;
}

.checkoutbox .revieworder .shipping_info a {
	cursor: pointer;
}

.checkoutbox .revieworder h4 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #333;
}

.checkoutbox .revieworder address {
	padding-bottom: 14px;
	margin: 0px;
	line-height: 18px;
}

.checkoutbox .revieworder .shipping_info address {
	padding-bottom: 19px;
}

.checkoutbox .revieworder .shipping_info p {
	padding-bottom: 16px;
}

.checkoutbox .revieworder table {
	width: 100%;
}

.checkoutbox .revieworder tr td {
	border-bottom: #ccc solid 1px;
	vertical-align: top;
}

.checkoutbox .revieworder tr th {
	padding-bottom: 4px;
	border-bottom: #ccc solid 1px;
}

.checkoutbox .revieworder .img {
	width: 4%;
}

.checkoutbox .revieworder .img img {
	max-width: 52px;
	border: #ccc solid 1px;
}

.checkoutbox .revieworder .title {
	width: 26%;
}

.checkoutbox .revieworder .price {
	width: 9%;
}

.checkoutbox .revieworder .quantity {
	width: 5%;
	text-align: right;
}

.checkoutbox .revieworder .total {
	width: 11%;
	text-align: right;
}

.checkoutbox .revieworder td small {
	color: #999;
	font-size: 13px;
	text-decoration: line-through;
}

.checkoutbox .revieworder td input[type="text"] {
	width: 50px;
	border: 0px;
	text-align: right;
}

.checkoutbox .reviewtotal {
	float: right;
	width: 250px;
}

.checkoutbox .reviewtotal ul {
	padding-top: 7px;
}

.checkoutbox .reviewtotal li {
	line-height: 32px;
}

.checkoutbox .revieworder li.total {
	padding-top: 5px;
	margin-top: 2px;
	border-color: #333;
}

.checkoutbox .revieworder input[type="submit"] {
	margin-top: 15px;
	width: 100%;
}

.checkoutbox .revieworder table.inaddress tr td {
	border: 0px;
}

.checkoutbox .revieworder table.inaddress .img {
	padding: 18px 0px 0px 0px;
}

.checkoutbox .revieworder .info td {
	padding-top: 14px;
	padding-bottom: 17px;
	line-height: 18px;
}

.checkoutbox .revieworder .info strong {
	color: #333;
	letter-spacing: -0.02em;
}

.checkoutbox .revieworder tr.ships td {
	padding-bottom: 15px;
}

.checkoutbox .revieworder tr.ships td.total {
	padding-top: 0px;
}

.checkoutbox .revieworder tr.link td {
	padding-bottom: 27px;
	border-bottom: #ccc solid 1px !important;
}

.checkoutbox .order_confirm {
	padding-bottom: 32px;
	overflow: hidden;
}

.checkoutbox .order_confirm h1 {
	padding: 0px 0px 23px 0px;
	margin: 0px;
}

.checkoutbox .order_confirm h2 {
	padding-bottom: 2px;
	margin: 0px;
	color: #ec008c;
	font-size: 18px;
}

.checkoutbox .order_confirm p {
	font-size: 18px;
	line-height: 24px;
	color: #333;
}

.checkoutbox.confirmorder {
	padding-bottom: 73px;
}

.checkoutbox.confirmorder .left h2 {
	margin: 0px;
	padding-bottom: 10px;
	border-bottom: #CCC solid 1px;
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.checkoutbox.confirmorder .revieworder {
	padding: 19px 0px 0px 0px;
	border: 0px;
}

.checkoutbox.confirmorder .revieworder h4 {
	padding-bottom: 3px;
}

.checkoutbox.confirmorder .revieworder .shipping_info {
	width: 276px;
}

.checkoutbox.confirmorder .revieworder .orders {
	padding: 8px 0px 0px 0px;
}

.checkoutbox.confirmorder .revieworder a.download {
	color: #0586ad;
}

.checkoutbox.confirmorder .reviewtotal {
	width: 275px;
}

.checkoutbox.confirmorder tr.ships td {
	padding-bottom: 20px;
	border-bottom: #CCC solid 1px !important;
}

.checkoutbox.confirmorder .revieworder td.title .ebookDownload a {
	color: #0586ad;
}

.checkoutbox .special_offer {
	padding: 19px 14px 24px 14px;
	margin-top: 32px;
	text-align: center;
	background: #ededef;
}

.checkoutbox .special_offer h2 {
	padding: 0px 0px 25px 0px;
	margin: 0px;
	letter-spacing: 0.02em;
	color: #ec008c;
	font-size: 30px;
	text-transform: uppercase;
}

.checkoutbox .special_offer img {
	max-width: 132px;
	margin: 0 auto 18px auto;
}

.checkoutbox .special_offer p {
	padding: 0px 0px 33px 0px;
	margin: 0px;
	color: #333;
}

.checkoutbox .special_offer a.cart {
	padding: 0 22px;
	height: 42px;
	line-height: 40px;
	color: #FFF;
	text-transform: uppercase;
	display: inline-block;
	border: 0px;
	letter-spacing: 0.03em;
	background: #05a7d9;
}

.checkoutbox .special_offer a.cart:hover {
	background: #000;
}

.checkoutbox .special_offer h6 {
	padding: 30px 0px 0px 0px;
	margin: 0px;
	font-size: 14px;
	color: #999;
}

.checkoutbox .details form ul.dropdown-menu {
	padding: 3px 0;
	height: auto !important;
}

.checkoutbox .details form ul.dropdown-menu li {
	padding: 0px;
	min-height: 20px !important;
	overflow: hidden;
	float: left;
	width: 100%;
}

.checkoutbox .details form ul.dropdown-menu li a {
	padding: 0px 10px;
	outline: none;
	margin: 0px;
	display: block;
}

.checkoutbox .details form ul.dropdown-menu li a span.glyphicon {
	display: none;
}

.checkoutbox .details form .btn .caret {
	float: right;
	margin: 10px 0px 0px 0px;
}

.checkoutbox .details form .dropdown-menu {
	width: 100%;
}

.checkoutbox .details form .dropdown-menu .dropdown-menu {
	position: static;
	border: 0px;
}

.checkoutbox .details form .dropdown-menu {
	padding: 0px;
	height: auto;
}

select::-ms-expand {
	display: none;
}

@media (min-width: 768px) and (max-width: 992px) {
	.currentIssueContainer {
		overflow-y: hidden;
		height: 227px;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.detailsbox .left {
		width: 41%;
	}
	.detailsbox .left img {
		width: 100%;
	}

	.backIssueGroup ul li.first {
		clear: both;
	}
}

@media only screen and (max-width: 479px) {
	.productbox form {
		position: static !important;
	}
}


.table-product{
	margin-top: 20px;
}

#edm-panel { margin-bottom: 40px; }
#edm-panel-left {}
#edm-panel-left p{
	margin-top: 8px; 
	color: #664b7a; 
	font-weight: bold;
}

#edm-panel-right{}

#edm-panel-right div span.fa{
	color: #bf3f23;
	margin-right: 8px;
}
#edm-panel-right p.margintop { margin-top: 10px; }
#edm-panel-right p.purple { color: #664b7a; }
#edm-panel-right p.red { color: red; }

/* Shopping Cart - slatwall-angularcart.cfm */
.product-image {
	max-width: 130px;
	border-radius: 3px;
	margin-right: 5px;
}
.product-title{
	clear: both;
	overflow: hidden;
	margin-bottom: 7px;
}
.product-title a{
	font-size: 19px;
	text-decoration: none !important;
}

/* Filter Product Detail */
.productOutOfStockMessage { margin: 10px 0px; border: 1px solid #df6a45; padding: 10px; }

#machineTypeSpecs { margin-top: 25px; padding-top: 5px; }
#machineTypeSpecs .product-specifics { margin-top: 15px; }
#machineTypeSpecs .product-specifics label { font-size: 19px; margin-bottom: 14px; }
#machineTypeSpecs .product-specifics .td-table { padding: 0 !important; }
#machineTypeSpecs .product-specifics .table-filters-disconnect-inner { margin-bottom: 0 !important; }
#machineTypeSpecs .product-specifics .table-filters-disconnect-inner tbody tr td:last-child { white-space: normal; }

.captionStyle p { font-weight: normal; }
/*********************tag css***************/
.onsale-design, .onsale-design:hover {
    background: #d74516;
}
.onsale-design .btn-icon {
    background: #2e3760;
}
.onsale-design i {
    font-size: 13px;
    margin: 0px;
}
.OnSale-tag-table tr td:first-child .onsale-design {
    margin-left: -11px;
    margin-bottom: -8px;
    margin-top: 8px;
    margin-right: 11px;
}
.OnSale-tag-table tr td:last-child{
	vertical-align: middle;
}
tr.onsale-cart-row>td {
    position: relative;
}
tr.onsale-cart-row>td .onsale-design {
    position: absolute;
    left: -11px;
    top: -2px;
    z-index: 9;
    transform: scale(0.85);
}
/*************** bootstrap 4 class ******************/
.border-0 {
    border: 0!important;
}