body {
    background-color: white; 
    font-family: 'Montserrat', Arial, sans-serif !important;
}

a {
    color: rgb(102,102,102);
}

.pageTitle {
    font-size: xx-large;
    font-weight: normal;
    padding-top: 5px;
}

.anchor { 
    display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
} 

.modal.left .modal-dialog,
.modal.right .modal-dialog,
.modal.top .modal-dialog,
.modal.bottom .modal-dialog {
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/* Left & Right */

.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 500px;
  max-width: 100%;
  height: 100%;
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}

.modal.left.fade .modal-dialog {
  left: -500px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
  left: 0;
}

.modal.right.fade .modal-dialog {
  right: -500px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
  right: 0;
}

.modal.left .modal-content,
.modal.right .modal-content,
.modal.top .modal-content,
.modal.bottom .modal-content,
.modal.full .modal-content {
  border-radius: 0;
  border: none;
}

.modal.left .modal-dialog.modal-sm,
.modal.right .modal-dialog.modal-sm {
  width: 300px;
}

.modal.left .modal-dialog.modal-lg,
.modal.right .modal-dialog.modal-lg {
  width: 800px;
}

.modal.left .modal-dialog.modal-xl,
.modal.right .modal-dialog.modal-xl {
  width: 1140px;
}

/* Top and Bottom */

.modal.top .modal-dialog,
.modal.bottom .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.modal.top .modal-content,
.modal.bottom .modal-content {
  height: auto;
  overflow-y: auto;
}

.modal.top .modal-body,
.modal.bottom .modal-body {
  padding: 15px 15px;
}

/* Top */

.modal.top.fade .modal-dialog {
  top: -100%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.top.fade.show .modal-dialog {
  top: 0;
}

/* Bottom */

.modal.bottom.fade .modal-dialog {
  bottom: -100%;
  -webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
  -o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
  transition: opacity 0.3s linear, bottom 0.3s ease-out;
}

.modal.bottom.fade.show .modal-dialog {
  bottom: 0;
}

.modal.bottom.fade .modal-dialog {
  bottom: -100%;
}

/* Full Screen */

.modal.full .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.modal.full .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.full .close-modal {
  position: fixed;
  top: 0;
  right: 3rem;
}

/* Footer */

.modal-footer-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  border-radius: 0;
}

/* XS */

.modal.left.xs .modal-body,
.modal.right.xs .modal-body {
  padding: 15px;
}

.navbar {
    padding: 0;
}

.nav-link {
    color: #872840 !important;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
}



.categorybox {
    background-color:#ddd !important;    
    font-weight: bold;
    text-align: center;
    margin: 12px;
}

.categorybox a, .categorybox a:visited {
    color: #800000;
}

.dropdown-item {
    font-size: smaller;
}

.view-all {
    font-weight:bold;
    border-bottom: 1px solid gray;
}

.view-all-go {
    font-weight: bolder;
    font-style: italic;
    color: #872840;    
}

.tech a,
.tech a:visited,
.faqtopic a,
.faqtopic a:visited {
    color: #000cb8;
    text-decoration: underline;
}

.tech a:hover,
.faqtopic a:hover {
    color: #872840;
    text-decoration: underline;
}

.quote-card {
    background: #f9f9f9;
    color: #222222;
    padding: 20px;
    padding-left: 50px;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
    position: relative;
    overflow: hidden;
    min-height: 120px;
  }
  .quote-card p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    max-width: 90%;
  }
  .quote-card cite {
    font-size: 14px;
    margin-top: 10px;
    display: block;
    font-weight: 400;
    opacity: 0.8;
  }
  .quote-card:before {
    font-family: Georgia, serif;
    content: "“";
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 5em;
    color: rgba(223, 223, 223, 0.8);
    font-weight: normal;
  }
  .quote-card:after {
    font-family: Georgia, serif;
    content: "”";
    position: absolute;
    bottom: -90px;
    line-height: 100px;
    right: -15px;
    font-size: 20em;
    color: rgba(223, 223, 223, 0.8);
    font-weight: normal;
  }
  @media (max-width: 640px) {
    .quote-card:after {
      font-size: 22em;
      right: -25px;
    }
  }

.product-spec-header {    
    text-transform: uppercase;
    line-height: 1.25;
    letter-spacing: normal;
    font-size: 26px;
    font-weight: 600;
    color: #0c0f0a;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 10px;
    color: rgb(102,102,102);
}

.image img {
    display: block;
    margin-bottom: 4px;
}

a img {
    border: 0;
}

table td.number{
    text-align: right;
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

#prodcount {
    background-color: #CCCCCC;
    color: black;
    font-weight: bold;
    font-size: 1em;
    padding: 4px 15px;
}

/******** Product page ********/
.productModelMSRP {
    float: left;
	padding: 8px 4px;
	margin: 0px 3px 0px 232px;
    width: 440px;
    font-weight: bold;
    text-align: center;
	font-size: 1em;
    color: #872840;
}

.addthis {
	padding: 10px;
}

.spectype {
	font-weight: bold;
}

.catprice {
    font-weight: bold;
    font-size: 1.5em;
}

.catmodel {
    font-weight: bold;
    font-size: 1.2em;
    padding: 4px;
}

.catimg {
    height: 136px;
}

.catprodname {
    height: 50px;
    margin-top: 9px;
}

.catpricebox {
    height: 25px;
    margin: 12px 5px;
    padding-left: 7px;
}

.highlight {
	color: #862840;
	font-weight: bold;
	font-style: italic;	
}

.newprodfloatRight {float: right;margin: 0px 0px 10px 10px;border: 1px solid gray;text-align: center;font-size: 8pt;}
.newprodfloatLeft {float: left;margin: 0px 10px 10px 0px;border: 1px solid gray;text-align: center;font-size: 8pt;  cursor: pointer;}

.productModelMSRPprint{
	padding: 8px;
    font-weight: bold;
    text-align: center;
	font-size: 1.2em;
    color: #872840;
}

#prodaddcart {
    border: 1px solid gray;
    background-color: #F4F4F4;
    padding: 20px 15px;
}

#prodaddcart table {
    width: 100%;
}

.prodaddcartmsrp {
    font-size: 130%;
    font-weight: bold;
    text-align: right;
    width: 80px;
    color: #872840;
}

.msrpcents {    
    font-size: 80%;
    vertical-align: top;
    width: 10px;
    float: right;
}

.prodaddbutton {
    text-align: right;
}

.transactionid {
    font-size: 140%;
    color: #862840;
    font-weight: bold;
}

.fields {
    padding: 20px;
    background-color: #EBEBEB;
    /*border: 1px solid gray;
    height: 100%;*/
}

label {
    margin-bottom: .2rem;
    font-size: .9rem;
}

.form-control {
    padding: .275rem .75rem;
    font-size: .9rem;
}

.cartp {
    border-bottom: 1px solid lightgray;
    font-size: .85rem;
    padding-bottom: 8px;
}

.form_helper {
    font-size: 90%;
}

.fieldRequired {
    color: red;
    font-weight: bold;
    padding: 0px 5px;
}

/**********************************/
table.quotetab, table.quotetab td {
  border-collapse: collapse;
  border:1px solid #CCC;
}

table.quotetab {
    width: 100%;
}

table.quotetab input {
    width: 30px;
    text-align: center;
}

table.quotetab thead th {
  background: #862840;
  color: white;  
  padding: 5px 10px;
}

table.quotetab tbody tr td {
    padding: 5px 10px;
}
table.quotetab tbody tr td a {
	text-decoration: none;
}
table.quotetab tbody td:hover a {
     color: maroon;
}


#taxwarningholder {
    display: none;
}

.taxwarning {
    background-color: #F9F6BF;
    border: 1px solid gray;
    padding: 5px;
    font-size: 80%;
    margin: 0px 15px 10px 15px;
    text-align: center;
}

.subtotaltitle {
    float: left;
    width: 280px;
    text-align: right;
}

.subtotalamt {
    float: left;
    width: 110px;
}

.subtotal {
    padding: 10px;
    font-weight: bold;
    text-align: right;
}

.subtotal input {
    border: 0;
    background: none;
    font-weight: bold;
}

.subtotal a, .subtotal a:visited {
    color: #872840;
    text-decoration: none;
}

.subtotal a:hover {
    text-decoration: underline;
}
 
h4.title.is-4,
.fieldhead {
    font-weight: bold;
    color: #872840;
    margin-bottom: 10px;
    font-size: larger;
}

.g-recaptcha {
  display: inline-block;
}

#extrathumbs ul { list-style-type: none; margin: 8px 25px; padding: 5px; white-space: nowrap; overflow: none; width:480px;}
#extrathumbs li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 5px; display: inline; }

/** CHECKOUT **/

.checkoutmsg {
    font-weight: bold;
    text-align: center;
    font-size: 90%;
    padding: 15px 25px;
    line-height: 1.5;
    color: #872840;
}

#processing {
    text-align: center;
    display: none;
    font-weight: bold;
    font-size: 130%;
}

#vidlist li a {
    color: #872840;
    text-decoration: none;
}

.prodthumbs {
    border: 1px solid #872840;
}

@media print {
	a {
	    color: black;
	    text-decoration: none;
	}
	
	a img {
	    border: 0;
	}
	
	.copyright {
	    font-size: 80%;
	}
	
	#productLowMenu,
	.addthis,
	.toolbar-container,
	.navigation,
	.meta,
	.copyright a,
	#knowledgeBase,
	#search,
	.download,	
	.noShow,
	#featlist,
	#videos,
	#footer	{
	    display: none;
		visibility: hidden;
	}
	
	a.link span,
	.teaserBar li span,
	body table.normalTable td {
	    padding-left: 0;
	}
	
	.productModelMSRP {
	    float: left;
		padding: 8px;
		margin: 0px 10px 0px 235px;
	    width: 600px;
	    font-weight: bold;
	    text-align: center;
		font-size: 1.2em;
	    color: #872840;
	}
}