/*Limestone*/
.messages.error {
  display: none;
  }
.is-admin .messages.error {
  display: block;
  }
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');

/* fonts */
/* font - fontawesome */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome/fontawesome-webfont.eot?v=4.5.0');
  src: url('fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('fonts/fontawesome/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('fonts/fontawesome/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('fonts/fontawesome/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('fonts/fontawesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face{
  font-family: 'nova';
  src: url('fonts/nova/nova-reg.eot');
  src: url('fonts/nova/nova-reg.eot?#iefix') format('embedded-opentype'),
       url('fonts/nova/nova-reg.woff') format('woff'),
       url('fonts/nova/nova-reg.ttf') format('truetype'),
       url('fonts/nova/nova-reg.svg#webfont') format('svg');
}
@font-face{
  font-family: 'novasemi';
  src: url('fonts/nova/nova-semi.eot');
  src: url('fonts/nova/nova-semi.eot?#iefix') format('embedded-opentype'),
       url('fonts/nova/nova-semi.woff') format('woff'),
       url('fonts/nova/nova-semi.ttf') format('truetype'),
       url('fonts/nova/nova-semi.svg#webfont') format('svg');
}


/* base styles */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
	font-size: 17px;
	font-family: futura-pt,sans-serif;
}
a:link,
a:visited {
  color: #555;
}
a:hover {
  color: #999;
  text-decoration: none!important;
}
a, a:hover, a img, a img:hover, button, button:hover, input, input:hover {transition: all 0.3s ease-out 0s;}
a img:hover {
  filter: grayscale(75%;);
}
::selection {
  background-color: #f6D91a;
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "mr-eaves-xl-modern-narrow","Arial",sans-serif;
}
h1.page-title{
  margin-left:25px;
}
h1,#block-block-19 h3{
  font-weight: bold;
  font-size: 1.5em;
  margin: 0 0 1em 0;
  font-family: "mr-eaves-xl-modern-narrow","Arial",sans-serif;
  color: #0038a5;
  text-align: center;
}
h2 {
	font-size: 1.75em;
  margin: 25px 0 5px 0;
  line-height: normal;
  font-weight: 700;
}
h3 {
	font-size: 1.5em;
  margin: 25px 0 5px 0;
  line-height: normal;
  font-weight: 500;
}
h4 {
	font-size: 1.15em;
  margin: 15px 0 5px 0;
  font-weight: 700;
  line-height: normal;
}
h5 {
	font-size: 1em;
  margin: 15px 0 10px 0;
  font-weight: 700;
  line-height: normal;
}
p,
blockquote,
hr,
ul,
ol,
li,
table,
tr,
th{
  margin: 0 0 1.4em 0;
  padding: 0;
}
td {
  padding-left: 2px;
  padding-right: 2px;
  }
ul,
ol {
  padding-left: 2em;
}
li {
  margin-bottom: .75em;
}

.field {
  display: flex;
}
.field-label {
  flex: 1 0;
  white-space: nowrap;
}
.field-items {
  flex: 4 0;
}
.field-field-product-description,
.field-field-description {
  display: block;
}


/* admin */
#block-user-1 .content ul.menu li.collapsed {
    background: url(images/menu-collapsed.png) no-repeat left 7px;
    background-position-x: -3px;
    background-position-y: 7px;
    background-size: 8px 8px;
    padding-left: 6px;
    margin-left: -3px;
  }
#block-user-1 .content ul.menu li.expanded {
    background: url(images/menu-expanded.png) no-repeat left 7px;
    padding-left: 10px;
}
#block-user-1 ul.menu li a {
    margin-left: 2px;
}

.page-admin a {
  padding:0 10px;
}

/* alert block */
#block-block-2 h2 {
  display: none;
}

#block-block-2 {
  margin: 0 0 10px !important;
}

#block-block-2 p {
  background: #fffae6 url(images/lightbulb.png) no-repeat;
  background-size: 35px 35px;
  background-position: 7px 4px;
  padding: 10px;
  padding-left: 50px;
  z-index: 30;
  width: 100%;
  clear: both;
  margin: 4px 0 0px 0;
  border-top: 1px solid #fae6be;
  border-bottom: 1px solid #fae6be;
  box-sizing: border-box;
}

/* header */
header {
  position: relative;
  background: #0038A5;
  z-index: 2;
  border-bottom: 5px solid #f6db1B;
}
#header {
  margin: 0 auto;
}
.block h2 {
  margin: 0;
}
.region-header {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  padding: 10px 0 0 ;
}
#block-block-11 {
  flex: 0 0 100%;
}
#block-nice_menus-1 {
  display: none;
}
#mobile-menu-button-wrapper {
  flex: 0 0 100%;
}

 /*Page Title*/
.not-front #page-title {
  font-size: 1.5rem;
  border-bottom: solid 1px #ccc;
  padding: 0 0 10px 0;
}


/* primary navigation */
#block-nice_menus-1 h2 {
  display: none;
}
#block-nice_menus-1 ul li {
  display: inline-block;
}
#block-nice_menus-1 ul li a {
  padding: 0 10px;
  display: inline-block;
  float: left;
}
#block-nice_menus-1 ul li a:hover {
  text-decoration: underline;
}
#block-nice_menus-1 ul li ul {
  text-align: left;
}
#block-nice_menus-1 ul li ul li a {
  height: auto;
  line-height: normal;
  padding: 10px 10px;
  width: 100%;
}

/* slider */
#slider-wrapper {
  position: relative;
  z-index: 1;
  border-bottom: 6px solid #0038A5;
  background:#E4E4E0;
}
body.front #slider {
  padding: 0;
  width: 75%;
  overflow: hidden;
  max-height: 430px;
  min-height: 120px;
  display: flex;
  flex-flow: row wrap;
}

/* views rotator slider */
.view-home-rotation .views-rotator-item img {
  min-height: 120px;
}
#views-rotator-home_rotation-block_1 {
  height: auto !important;
  width: 100%!important;
}

/* sidebar left */
#sidebar-left-wrapper {
  clear: both;
}
#sidebar-left {
  padding: 1.4em 0;
  margin: 0;
}

/* sidebar left blocks */
#sidebar-left .block {
  margin: 0 0 25px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #EEE;
}
#sidebar-left .block:first-child {
  border-top: 1px solid #EEE;
}
#sidebar-left .block h2 {
	margin: 0;
  background: #1c3a6a;
  color: #ddd;
  padding: 12px 0 12px 14px;
}

/* sidebar category menus */
#sidebar-left #block-tvmenu-0 {
  display: none;
}

/* cart block */
#block-uc_cart-0,
#block-uc_cart-0 .cart-block-items {
  display: none;
}
#block-uc_cart-0 table.cart-block-summary label {
  font-size: 1em;
}
#block-uc_cart-0 table.cart-block-summary tr {
  text-align: center;
  margin: .75em 0;
}
#block-uc_cart-0 table.cart-block-summary td {
  margin: 0 .25em;
}
#block-uc_cart-0 tr.cart-block-summary-links ul.links li {
  margin: 0 .25em;
  display: inline-block;
}
#block-uc_cart-0 .content {
  border: 4px solid #f6D91a;
}
#block-uc_cart-0 tr.cart-block-summary-links ul.links li a {
  padding: .75em 1.5em;
  background-color: #333;
  color: #FFF;
  font-size: .75em;
  font-weight: 600;
  transition: background-color 0.25s ease-out;
}
#block-uc_cart-0 tr.cart-block-summary-links ul.links li a:hover {
  background-color: #777;
  text-decoration: none;
}
#block-uc_cart-0 tr.cart-block-summary-links ul.links li:first-child:after {
  display: none;
}

/* content */
#section-content-wrapper {
  z-index: 1;
  position: relative;
}
#content-content .content img {
  max-width: 100%;
  height: auto;
  }
#main {
  padding: 0 15px;
  padding-top: 1.4em;
  padding-bottom: 1.4em;
}
#main a:link,
#main a:visited {

}

/* form submit buttons and herk buttons */
input[type="submit"],
a.herk-button {
  font-family: arial, sans-serif;
  padding: .75em 1.5em;
  background-color: #749A3E;
  color: #FFF;
  font-size: .75em;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.25s ease-out;
}
input[type="submit"]:hover,
a.herk-button:hover {
  background-color: #555;
  text-decoration: none;
}

/* form inputs items and labels */
/* form inputs items and labels */
input[type="text"],
input[type="password"],
select,
textarea,
input[type="email"],
.form-item input[type="text"],
.form-item select,
.form-item textarea,
.form-item input[type="email"] {
  font-family: arial, sans-serif;
  font-size: 1rem;
  padding: .25em .5em;
  background-color: #FFF;
  border: 1px solid #CCC;
  color: #555;
  max-width: 400px;
  width: 100%;
}
input[type="text"]:focus,
select:focus,
textarea:focus,
input[type="email"]:focus {
  background-color: #fffcd3;
}
label,
.form-item label {
  font-weight: 400;
  font-size: 1em;
  cursor: pointer;
}
.form-item {
  margin: 0 0 1em 0;
}
.form-checkboxes .form-item,
.form-radios .form-item {
  margin: 0 0 .25em 0;
}
.form-item .description {
  font-size: .7em;
  font-style: italic;
  margin: .25em .5em;
}
.webform-client-form fieldset {
  margin: 1em 0 0 0;
}
.webform-client-form fieldset legend {
  font-weight: 600;
  margin: 0;
  padding: .5em .5em .5em 0;
}
.webform-client-form fieldset > .description {
  font-size: .75em;
  margin: 0 0 1em 0;
  background: #EEE;
  padding: .5em 1em;
  font-weight: 600;
}
.honeypot-textfield,
.page-search .search-snippet,
#content-area .page-search p,
.page-search .add-to-cart {
  display: none;
}
.page-search .timber_solr_search_image {
  min-height: 110px;
}
#block-solr_search_block-solr_search{
  margin:0 auto;
}
.timber_solr_search_result {
  padding: 20px 10px;
}
#search-form .form-item {
  margin: 0;
}
#search-form .container-inline {
  display: flex;
}
#search-form input[type="text"] {
  height: 100%;
}

/*Logo*/
#block-block-11 p {
  margin: 0;
}
#block-block-11 img {
  max-width: 425px;
  height: auto;
  width: 100%;
  display: block;
  margin: 0 auto;
}

/* Search Block */
#block-solr_search_block-solr_search #search {
  display: flex;
  justify-content: flex-end;
  padding: 10px;
}
#block-solr_search_block-solr_search #solr-search {
  margin-bottom: 0;
}
#block-solr_search_block-solr_search #solr-search-text {
  min-width: 150px;
  max-width: 200px;
  padding: 0 .5em;
  height: 100%;
}


#block-uc_cart-0 .shopping-cart-logo-container {
  background: #555;
}
#block-uc_cart-0 .shopping-cart-image {
  background: #f6D91a;
}
#top-bar #block-uc_cart-0 .cart-block-summary-links a {
  background-color: #f6D91a;
  color:#333;
}
#top-bar #solr-search-submit, .page-search #top-bar #solr-search-submit {
  background: #f6D91a url(/sites/all/modules/herkimer/timber/web/timber_topbar_tools/css/images/search-icon-white.png) no-repeat center;
  background-size: 20px;
}


/*Topbar */
#top-bar-wrapper {
  background-color: #242424;
  position: relative;
  z-index: 3;
}
#top-bar #block-uc_cart-0 {

}

/*Mobile Top Menu*/
#block-menu_block-1 ul.menu {
  display: flex;
  flex-wrap: wrap;
}
#block-menu_block-1 ul.menu li {
  list-style-type: none;
  list-style-image: none;
  flex-basis: 50%;
  max-width: 50%;
}
#block-menu_block-1 ul.menu li a {
  color: #efefef;
  padding: 12px 0px 0px 6px;
  display: inline-block;
  border-right: 1px solid #444;
  width: 96%;
}
#block-menu_block-1 ul.menu li:nth-child(2) a,
#block-menu_block-1 ul.menu li:nth-child(4) a{
  border-right: none;
}
#block-menu_block-1 ul.menu li a:hover {
  text-decoration: none;
  color: #F6D91A;
}

/*Search */
#block-solr_search_block-solr_search #solr-search #edit-keys-wrapper > .container-inline{
  display: flex;
  width: 100%;
}
#block-solr_search_block-solr_search #solr-search #edit-keys-wrapper{
  margin: 0;
}


/*home link*/
#block-menu_block-1 .menu-mlid-7478 a:before {
  content: "\f015";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
/*--adjust as necessary--*/
  color: #F6D91A;
  font-size: 16px;
  padding-right: 0.5em;
}
/*shopping cart link*/
#block-menu_block-1 .menu-mlid-7479 a:before {
  content: "\f07a";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
/*--adjust as necessary--*/
  color: #F6D91A;
  font-size: 16px;
  padding-right: 0.5em;
}

/*account link*/
#block-menu_block-1 .menu-mlid-7480 a:before {
  content: "\f007";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
/*--adjust as necessary--*/
  color: #F6D91A;
  font-size: 16px;
  padding-right: 0.5em;
}
/*checkout link*/
#block-menu_block-1 .menu-mlid-7481 a:before {
  content: "\f046";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #F6D91A;
  font-size: 16px;
  padding-right: 0.5em;
}
#block-menu_block-1 .menu-mlid-7478 a:hover:before,
#block-menu_block-1 .menu-mlid-7479 a:hover:before,
#block-menu_block-1 .menu-mlid-7480 a:hover:before,
#block-menu_block-1 .menu-mlid-7481 a:hover:before {
  display: inline-block;
  text-decoration: none;
}


/* tv menu */
#block-tvmenu-1 {
	display: none;
}
/* views pagers */
.item-list ul.pager {
  padding: 0;
  margin: 0;
  border: none;
}
.item-list ul.pager li {
  padding: 0;
  margin: 0;
  border: none;
}
#main .item-list ul.pager li a,
.item-list ul.pager li.pager-current,
.item-list ul.pager li.pager-ellipsis {
  padding: .5em .75em;
  margin: .15em .15em;
  display: inline-block;
  text-decoration: none;
  font-size: .75em;
  border: 1px solid #EEE;
  transition: background-color 0.25s ease-out;
}
.item-list ul.pager li.pager-current {
  font-weight: 600;
  background-color: #555;
  border-color: #555;
  color: #FFF;
}
.item-list ul.pager li.pager-ellipsis {
  border: none;
}
#main .item-list ul.pager li a:hover {
  background-color: #EEE;
}

/* continue shopping */
#timber-continue-shopping {
  margin: 0 0 1.5em 0;
}
#main #timber-continue-shopping a {
  padding: .5em 1em;
  font-size: .75em;
  display: inline-block;
  background-color: #555;
  color: #FFF;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.25s ease-out;
}
#main #timber-continue-shopping a:hover {
  background-color: #333;
}

/* Footer */
footer {
  background-color: #313131;
}
#footer-content {
  display: flex;
  flex-flow: wrap;
  padding: 40px 0;
  color: #fff;
}
#footer-content a {
  color: #fff;
}
#footer-content a:hover {
  color: #f6D91a;
}
#block-block-18 {
  flex: 0 0 100%;
  padding: 0 15px;
  text-align: center;
}
#block-block-18 h2 {
  display: none;
}
#block-block-17 {
  flex: 0 0 100%;
}
#block-block-17 img {
  max-width: 150px;
  display: block;
  margin: 0 auto;
  height:auto;
}
#block-block-17 .content > div {
  font-family: 'FontAwesome';
  justify-content: center;
  display: flex;
  align-items: center;
}
#block-block-17 .content > div a {
  padding: 0 8px;
}
#block-block-17 .content > div a img {
  display: inline-block;
}
#block-block-17 .content > div a img:hover {
  opacity: .4;
}
#block-block-17 .facebook:before {
  content: "\e640";
  font-family: 'FontAwesome';
  font-size: 20px;
}
#block-block-17 .twitter:before {
  content: "\e63a";
}
#block-block-17 .youtube:before {
  content: "\e641";
}
#block-block-17 .linkedin:before {
  content: "\e63c";
}
#block-block-17 .flicker:before {
  content: "\e619";
}
#block-menu-primary-links {
  flex: 0 0 100%;
  padding: 10px 15px 0 25px;

}
#block-menu-primary-links li {
  list-style: none;
    text-align: center;
}
#block-branding-1 {
  font-size: .6em;
  padding: 0 15px;
}
/* messages */
#messages .messages {
  margin: .5em 0;
  padding: .75em 1.5em;
  font-size: .9em;
  background: #EEE;
}
#messages .messages a {
  font-weight: 600;
  color: #555;
}
#messages .messages a:hover {
  color: #333;
}
#messages .messages.warning {
  background-color: #fff568;
  color: #333;
}
#messages .messages.error {
  background-color: #ed1c24;
  color: #FFF;
}

/* mobile menu button */
#mobile-menu #block-edit-link-nice_menus_1 {
	display: none;
}

#mobile-menu-button-wrapper {
  height: 40px;
  text-align: center;
  display: block;
  margin: 0 0 1em 0;
}
#mobile-menu-button {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  padding: 0 15px 0 0;
  height: 40px;
  line-height: 40px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #f6D91a;
  transition: background-color 0.25s ease-out;
}
#mobile-menu-button:hover {
  background-color: #555;
  cursor: pointer;
}
#mobile-menu-button span {
  display: inline-block;
  vertical-align: top;
}
#mobile-menu-button:before {
  content: '';
  display: inline-block;
  height: 40px;
  width: 40px;
  background: url("images/mobile-menu-button.png");
  background-repeat: no-repeat;
  background-position: center center;
}

/* mobile menu */
.noscroll {
  overflow: hidden;
  position: fixed;
}
body.noscroll {
  position: relative;
  }
#mobile-menu {
  position: fixed;
  overflow-y: scroll;
  background: #0038A5;
  text-align: left;
}
#mobile-menu h2 {
  display: none;
}
#mobile-menu h3 {
  font-size: 1em;
  background: #f6D91a;
  color: #fff;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
  transition: background 0.25s ease-out;
  font-weight: bold;
  text-transform: uppercase;
}
#mobile-menu h3:hover {
  background: #CCC;
}
#mobile-menu ul.mobile-menu-item li h4.categories {
  margin: 0;
  padding: 5px 10px;
  background-color: #0038A5;
  color: #FFF;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 600;
}
#mobile-menu ul.mobile-menu-item {
  background: #FFF;
  padding: 0;
  margin: 0;
  border: none;
  border-left: 2px solid #CCC;
  border-bottom: 2px solid #CCC;
  float: none;
}
#mobile-menu ul.mobile-menu-item.mobile-closed {
  display: none !important;
}
#mobile-menu ul.mobile-menu-item.mobile-open {
  display: block !important;
  visibility: visible;
}
#mobile-menu ul.mobile-menu-item li {
  list-style: none;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: none;
  float: none;
  display: block;
  background: transparent;
}
#mobile-menu ul.mobile-menu-item li a {
  font-size: 17px;
  display: block;
  margin: 0;
  padding: 7px 5px;
  border: none;
  color: #555;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.25s ease-out, background 0.25s ease-out;
  background-repeat: no-repeat;
  background-position: left center;
  border-bottom: 1px solid #CCC;
}
#mobile-menu ul.mobile-menu-item li a:hover,
#mobile-menu ul.mobile-menu-item li a.active {
  background: #EEE;
  color: #555;
}
#mobile-menu ul.mobile-menu-item ul {
  border-left: 3px solid #CCC;
}
#mobile-menu ul.mobile-menu-item ul li a {
  font-size: 12px;
}
#mobile-menu ul.mobile-menu-item li.mobile-collapsed > a:before {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #555;
  margin: 0 5px 0 0;
}
#mobile-menu ul.mobile-menu-item li.mobile-expanded > a {
  background-color: #CCC;
}
#mobile-menu ul.mobile-menu-item li.mobile-expanded > a:before {
  display: inline-block;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #555;
  margin: 0 5px 0 0;
}
.herk-push-menu-vertical {
  width: 190px;
  height: 100%;
  top: 0;
  z-index: 1000;
  font-size: 90%;
}
.herk-push-menu-left,
.herk-push-menu-push-toleft {
  left: -190px;
}
.herk-push-menu-right {
  right: -190px;
}
.herk-push-menu-push-toright {
  left: 190px !important;
}
.herk-push-menu-left {
  left: -240px;
}
.herk-push-menu-right {
  right: -240px;
}
.herk-push-menu-left.herk-push-menu-open {
  left: 0px;
}
.herk-push-menu-right.herk-push-menu-open {
  right: 0px;
}
.herk-push-menu-push {
  /* overflow-x: hidden;  --- was causing double scroll bar, so removed for now.   */
  overflow-x: initial;
  position: relative;
  left: 0;
}
.herk-push-menu,
.herk-push-menu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#mobile-menu ul.mobile-menu-item li.category-hidden,
#mobile-menu ul.mobile-menu-item li.category-empty {
  opacity: 0.6;
}
#mobile-menu ul.mobile-menu-item li.category-hidden {
  background-color: #777;
  text-decoration: line-through;
}
#mobile-menu ul.mobile-menu-item li.category-empty {
  background-color: #AAA;
}

/*Shopping Cart Link and Icon*/
#block-block-16:before {
  content: "\f07a";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
/*--adjust as necessary--*/
  color: #000;
  font-size: 18px;
  padding-right: 0.5em;
  float:left;
  display: inline-flex;
  margin-left:-5px;
  margin-top:-3px;
}

#block-block-16 {
  display: flex;
  flex-flow: row;
  padding-right: 10px;
  height: auto;
  align-items: baseline;
  justify-content: flex-end;
}
/* product category page */
.view-taxonomy-term.view-display-id-page .views-row,
.product-category-view .views-row {
  margin: 0 0 15px 0;
  text-align: center;
}
.view-taxonomy-term.view-display-id-page .views-row .content,
.product-category-view .views-row .content {
  text-align: left;
  padding: 15px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.view-taxonomy-term.view-display-id-page .views-row .field-items,
.product-category-view .views-row .field-items {
  /*display: inline;*/
  /*width: auto;*/
}
.view-taxonomy-term.view-display-id-page .views-row .product-top,
.product-category-view .views-row .product-top {
  display: inline-block;
  margin: 0 0 0 20px;
}
.view-taxonomy-term.view-display-id-page .views-row h2,
.product-category-view .views-row h2 {
  margin: 0;
  line-height: normal;
  padding: 0;
}
#main .view-taxonomy-term.view-display-id-page .views-row h2 a,
#main .product-category-view .views-row h2 a {
  background: #0038A5;
  color: #FFF;
  font-size: 20px;
  display: block;
  transition: background 0.25s ease-out;
  padding: 15px 15px;
  font-weight: 700;
  margin: 0;
}
.view-taxonomy-term.view-display-id-page .views-row h2 a:hover,
.product-category-view .views-row h2 a:hover {
  background: #f6D91a !important;
  text-decoration: none;
}
.view-taxonomy-term.view-display-id-page .views-row .meta,
.product-category-view .views-row .meta {
  background: #DDD;
  padding: 3px 15px;
}
.view-taxonomy-term.view-display-id-page .views-row .meta:after,
.product-category-view .views-row .meta:after {
  content: '';
  display: block;
  clear: both;
}
.view-taxonomy-term.view-display-id-page .views-row .meta li,
.product-category-view .views-row .meta li {
  padding: 0;
  margin: 0;
  display: inline-block;
  float: left;
}
.view-taxonomy-term.view-display-id-page .views-row .meta li a,
.product-category-view .views-row .meta li a {
  color: #8c0027;
  font-size: 13px;
  font-weight: 600;
}
.view-taxonomy-term.view-display-id-page .views-row .meta li a:hover,
.product-category-view .views-row .meta li a:hover {
  color: #666;
}
.view-taxonomy-term.view-display-id-page .views-row .meta li:after,
.product-category-view .views-row .meta li:after {
  content: '-';
  display: inline-block;
  margin: 0 .5em;
}
.view-taxonomy-term.view-display-id-page .views-row .meta li:last-child:after,
.product-category-view .views-row .meta li:last-child:after {
  display: none;
}
.view-taxonomy-term.view-display-id-page .views-row .field-field-image,
.product-category-view .views-row .field-field-image {
  padding: 0 15px 0 0;
  flex: 0 1 42%;
  max-width: 150px;
  align-self: center;
}
.view-taxonomy-term.view-display-id-page .views-row .field-field-image .field-item,
.product-category-view .views-row .field-field-image .field-item {
  display: none;
}
.view-taxonomy-term.view-display-id-page .views-row .field-field-image .field-item:first-child,
.product-category-view .views-row .field-field-image .field-item:first-child {
  display: block;
}
.view-taxonomy-term.view-display-id-page .views-row .field-field-image img,
.product-category-view .views-row .field-field-image img {
  width: 100%;
  height: auto;
}
.view-taxonomy-term.view-display-id-page .views-row .price-block,
.product-category-view .views-row .price-block {
  float: none;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
/*  flex: 0 1 50%;*/
}
.view-taxonomy-term .views-row .field-field-description,
.product-category-view .views-row .field-field-description,
.view-taxonomy-term .views-row .product-body,
.product-category-view .views-row .product-body {
  order: 2;
}
.view-taxonomy-term.view-display-id-page .views-row .price-block .field-field-price ,
.product-category-view .views-row .price-block .field-field-price  {
  align-self: center;
}
.view-taxonomy-term.view-display-id-page .views-row .price-block > .added-by-funcs,
.product-category-view .views-row .price-block > .added-by-funcs {
  float: none;
  border: none;
  padding: 0;
  margin: 0;
}
.view-taxonomy-term.view-display-id-page .views-row .price-block .timber-list-price,
.view-taxonomy-term.view-display-id-page .views-row .price-block .timber-savings,
.product-category-view .views-row .price-block .timber-list-price,
.product-category-view .views-row .price-block .timber-savings {
  font-size: .75em;
  margin: 5px 0;
}
.view-taxonomy-term.view-display-id-page .views-row .price-block .attributes .form-item,
.product-category-view .views-row .price-block .attributes .form-item {
  margin: 1em 0;
  font-size: .75em;
  max-width: 150px;
}
.view-taxonomy-term.view-display-id-page .views-row .price-block .price-block-item,
.product-category-view .views-row .price-block .price-block-item {
  width: 95%;
  max-width: 150px;
}
.price-block .timber-discounts {
  border: 1px solid #DDD;
  margin: 0 1em 0 0;
  font-weight: 400;
  font-size: .8em;

  display: block;
  position: relative;
  padding: 5px 10px 5px 10px;
  background: #eee;
  border-radius: 3px;
}
.view-taxonomy-term.view-display-id-page .views-row .price-block .timber-discounts .data,
.product-category-view .views-row .price-block .timber-discounts .data {
  font-weight: 600;
}
.timber-discounts .ok,
.product-category-view .views-row .price-block .timber-discounts .ok {
  display: none;
}
.view-taxonomy-term.view-display-id-page .views-row .add-to-cart .form-submit,
.product-category-view .views-row .add-to-cart .form-submit {
  margin: 1em 0 0 0;
}
.view-taxonomy-term .views-row .field-field-product-description,
.product-category-view .views-row .field-field-product-description {
  margin: 10px 0;
}
.view-taxonomy-term .views-row .field-field-description span,
.product-category-view .views-row .field-field-description span{
  font-size: inherit !important;
}
.view-taxonomy-term.view-display-id-page .views-row .content .field-field-in-isbn {
  font-size: 13px;
  margin: 20px 0;
  order: 3;
  flex-basis: 100%;
  max-width: 100%;
}
.view-taxonomy-term.view-display-id-page .views-row .content .field-field-pub-date {
  display: none;
}
.view-taxonomy-term.view-display-id-page .views-row .content .field-field-veneer {
  display: none;
}

.view-taxonomy-term.view-display-id-page  .uc-price {
  white-space: normal;
  font-size: 16px;
  font-weight: 600;
}

/* product category page grid view */
/* product category page masonry view */
#main .product-masonry .views-row,
#main .product-grid .views-row {
  margin: 0 0 .5em 0;
  padding: 0;
  clear: none;
  border: none;
  width: 50%;
  display: block;
  background: transparent;
}
#main .product-grid .views-row {
  float: left;
}
#main .product-grid .views-row:nth-child(2n+3) {
  clear: left;
}
#main .product-masonry .views-row .node,
#main .product-grid .views-row .node {
  background: #FFF;
  padding: .25em .25em;
  margin: 0 .25em;
  border-top: 5px solid #CCC;
  text-align: center;
}
#main .product-grid .views-row .node {
  min-height: 280px;
}
#main .product-masonry .views-row .node:after,
#main .product-grid .views-row .node:after {
  clear: both;
  display: table;
  content: '';
}
#main .product-masonry .views-row .product-top,
#main .product-grid .views-row .product-top {
  margin: 0;
}
#main .product-masonry .views-row h2,
#main .product-grid .views-row h2 {
  margin: 0;
  padding: .25em;
  border: none;
  font-size: 1em;
}
#main .product-masonry .views-row h2 a,
#main .product-grid .views-row h2 a {
  text-decoration: none;
}
#main .product-masonry .views-row .meta,
#main .product-grid .views-row .meta {
  text-align: center;
  display: none;
}
#main .product-masonry .views-row .meta li,
#main .product-grid .views-row .meta li {
  float: none;
}
#main .product-masonry .views-row .field-field-image,
#main .product-grid .views-row .field-field-image {
  text-align: center;
  margin: 1em auto;
  width: 85%;
  float: none;
}
#main .product-grid .views-row .field-field-image {
  overflow: hidden;
  height: 150px;
}
#main .product-masonry .views-row .field-field-image img {
  width: 100%;
  height: auto;
}
#main .product-grid .views-row .field-field-image img {
  width: auto;
  min-height: 100px;
  max-height: 150px;
  max-width: 100%;
  margin: 0 auto;
}
#main .product-masonry .views-row .price-block,
#main .product-grid .views-row .price-block {
  border: none;
  float: none;
  margin: 1em auto;
  padding: 0;
  text-align: center;
}
#main .product-masonry .views-row .price-block > .added-by-funcs,
#main .product-grid .views-row .price-block > .added-by-funcs {
  float: none;
  border: none;
  padding: 0;
  margin: 0;
}
#main .product-masonry .views-row .price-block .field-field-addtocart,
#main .product-grid .views-row .price-block .field-field-addtocart {
  display: none;
}
#main .product-masonry .views-row .price-block:after,
#main .product-grid .views-row .price-block:after {
  clear: both;
  display: table;
  content: '';
}
#main .product-masonry .views-row .field-field-product-description,
#main .product-masonry .views-row .field-field-description,
#main .product-masonry .views-row .field-field-in-isbn,
#main .product-masonry .views-row .field-field-veneer,
#main .product-masonry .views-row .field-field-pub-date,
#main .product-masonry .views-row .field-field-publisher,
#main .product-grid .views-row .field-field-product-description,
#main .product-grid .views-row .field-field-description,
#main .product-grid .views-row .field-field-in-isbn,
#main .product-grid .views-row .field-field-veneer,
#main .product-grid .views-row .field-field-pub-date,
#main .product-grid .views-row .field-field-publisher {
  display: none;
}

/* product page */
body.node-type-product #content-area .node .content {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 15px 0;
}
body.node-type-product #content-area .node .field-field-image {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  order: -1;
  line-height: 0;
  text-align: center;
}
body.node-type-product #content-area .node .field-field-image img {
  width: 100%;
  height: auto;
  min-width: 110px;
  max-width: 200px;
}
body.node-type-product #content-area .node .price-block {
  padding: 10px;
}
body.node-type-product #content-area .node .price-block .field-field-price,
body.node-type-product #content-area .node .price-block .field-field-addtocart {
	text-align: center;
}
body.node-type-product .field-field-product-description,
body.node-type-product .field-field-description {
  flex: 1 0 100%;
  order: 2;
  margin: 10px 0;
}
body.node-type-product .field-field-description span{
  font-size: inherit !important;
}
body.node-type-product #content-area .node .product-body {
  order: 1;
}
body.node-type-product .field {
  flex: 1 0 100%;
 	order: 3;
}
.node-type-product .field .field-label {
  min-width: 114px;
  max-width: 114px;
  flex: 1 0 17px;
}
body.node-type-product .field-field-in-isbn,
body.node-type-product .field-field-pub-date,
body.node-type-product .field-field-veneer{
 	font-size: 13px;
}
body.node-type-product #content-area .node .meta {
  font-size: 1em;
  margin: 0 0 10px 0;
}
body.node-type-product #content-area .node .meta li {
  padding: 0;
  margin: 0;
}
body.node-type-product #content-area .node .meta li a {
  font-weight: 600;
}
body.node-type-product #content-area .node .meta li :after {
  content: '-';
  display: inline-block;
  margin: 0 5px;
}
body.node-type-product #content-area .node .meta li :last-child:after {
  display: none;
}
body.node-type-product #content-area .node .price-block select {
  font-family: arial, sans-serif;
}
body.node-type-product #content-area .node .price-block label {
  margin: 0 0 5px 0;
  text-align: left;
}
body.node-type-product #content-area .node .price-block > .added-by-funcs {
  float: none;
  border: none;
  padding: 0;
  margin: 0;
}
body.node-type-product #content-area .node .price-block .timber-sell-price {
  font-size: 1.25em;
  font-weight: 600;
  color: #555;
}
body.node-type-product #content-area .node .price-block .timber-list-price,
body.node-type-product #content-area .node .price-block .timber-savings {
  font-size: .75em;
  margin: 5px 0;
}
body.node-type-product #content-area .node .price-block .attributes .form-item {
  margin: 10px 0;
  font-size: .75em;
}
body.node-type-product #content-area .node .price-block .timber-discounts .data {
  font-weight: 600;
}
/*body.node-type-product #content-area .node .field .field-label {
  flex: 0 1 auto;
}*/
body.node-type-product #content-area .node .add-to-cart .form-submit {
  margin: 1em 0 0 0;
}

/* cart page */
.page-cart #uc-cart-view-form {
  margin: 1.4em 0;
}
.page-cart #uc-cart-view-form #cart-form-products {
  padding: 0;
  margin: 0;
  border: none;
  margin: 0 0 1.4em 0;
}
.page-cart #uc-cart-view-form table {
  border: none;
  display: block;
  padding: 0;
  margin: 0;
}
.page-cart #uc-cart-view-form table thead {
  display: none;
}
.page-cart #uc-cart-view-form table tbody {
  border: none;
  display: block;
  padding: 0;
  margin: 0;
}
.page-cart #uc-cart-view-form table tr {
  border: none;
  display: block;
  padding: 1em 1.5em;
  margin: .5em 0 0 0;
  background-color: #FFF;
  border-left: 5px solid #555;
  border-bottom: 1px solid #EEE;
}
.page-cart #uc-cart-view-form table td {
  display: block;
  margin: 0;
  padding: 0;
  clear: none;
  width: auto;
  margin: 0;
}
.page-cart #uc-cart-view-form table td.remove {
  float: right;
  margin: 0 0 1em 1em;
}
.page-cart #uc-cart-view-form table td.remove input[type="submit"] {
  margin: 0;
  background-color: #ed1c24;
  color: #FFF;
}
.page-cart #uc-cart-view-form table td.remove input[type="submit"]:hover {
  background-color: #f26d7d;
}
.page-cart #uc-cart-view-form table td.image {
  display: none;
}
.page-cart #uc-cart-view-form table td.desc {
  font-size: .85em;
  margin: 0 0 1em 0;
}
.page-cart #uc-cart-view-form table td.desc a {
  font-weight: 600;
}
.page-cart #uc-cart-view-form table td.desc .item-list {
  font-size: .75em;
}
.page-cart #uc-cart-view-form table td.qty {
  text-align: left;
  display: inline-block;
  margin: 0 1em 0 0;
  clear: right;
}
.page-cart #uc-cart-view-form table td.qty .form-item:after {
    display: inline-block;
    content: 'x';
}
.page-cart #uc-cart-view-form table td.price {
  display: inline-block;
  font-size: 1em;
  font-weight: 600;
  float: right;
  clear: right;
  margin: 0;
}
.page-cart #uc-cart-view-form table tr:last-child {
  border: none;
  background-color: #FFF !important;
  border-bottom: 1px solid #EEE;
  color: #b12704 !important;
  font-weight: bold;
}
.page-cart #uc-cart-view-form input[type="text"] {
  font-size: .75em;
}
.page-cart #uc-cart-view-form #cart-form-buttons {
  padding: 0;
  margin: 0;
  border: none;
  text-align: center;
}
.page-cart #uc-cart-view-form #cart-form-buttons #continue-shopping-link {
  float: none;
  text-align: left;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}
.page-cart #uc-cart-view-form #cart-form-buttons #continue-shopping-link a {
  border-radius: 0;
  text-decoration: none;
  background-color: #555;
  color: #FFF;
}
.page-cart #uc-cart-view-form #cart-form-buttons #continue-shopping-link a:hover {
  text-decoration: underline;
  background-color: #999;
}
.page-cart #uc-cart-view-form #cart-form-buttons input[type="submit"] {
  margin: 0;
}
.page-cart #uc-cart-view-form #cart-form-buttons #continue-shopping-link a,
.page-cart #uc-cart-view-form #cart-form-buttons input[type="submit"] {
  border-radius: 0;
  display: block;
  font-size: .75em;
  padding: .75em 0;
  text-transform: none;
  letter-spacing: normal;
  text-align: center;
  font-weight: 600;
  border: none;
  min-width: 20em;
  width: 50%;
  height: auto;
  line-height: 1.25em;
  float: none;
  margin: 0 auto .75em auto;
  clear: none;
}
.page-cart #uc-cart-view-form #cart-form-buttons #continue-shopping-link a:hover,
.page-cart #uc-cart-view-form #cart-form-buttons input[type="submit"]:hover {
  text-decoration: none;
}
.page-cart #uc-cart-view-form #cart-form-buttons input[type="submit"]#edit-checkout {
  background-color: #39b54a;
  color: #FFF;
}
.page-cart #uc-cart-view-form #cart-form-buttons input[type="submit"]#edit-checkout:hover {
  background-color: #6ae97b;
}

/* cart page coupon code block */
.page-cart #uc-coupon-block-form {
  margin: 3em 0;
  text-align: center;
  width: 100%;
  display: block;
  clear: both;
}
.page-cart #uc-coupon-block-form > div {
  font-size: .75em;
  width: 50%;
  min-width: 20em;
  padding: 0;
  margin: 0 auto;
  background-color: #FFF;
  border-bottom: 1px solid #EEE;
}
.page-cart #uc-coupon-block-form .form-item {
  padding: 0;
  margin: 0;
}
.page-cart #uc-coupon-block-form .form-item label {
  font-size: 1.5em;
  display: block;
  margin: 0;
  text-align: left;
  padding: .5em 1em;
  background-color: #555;
  color: #FFF;
  font-weight: 600;
  cursor: pointer;
}
.page-cart #uc-coupon-block-form input[type="text"] {
  display: block;
  margin: .75em auto;
  width: 90%;
}
.page-cart #uc-coupon-block-form input[type="submit"] {
  text-align: center;
  display: block;
  margin: .75em auto;
  width: 90%;
  font-size: .9em;
}

/* cart page related products */
#cart-related-products {
  margin: 2.5em 0 1.4em 0;
  background-color: #FFF;
}
#cart-related-products > p {
  margin: 0;
  padding: .5em 1em;
  border: none;
  font-size: 1em;
  background-color: #0038A5;
  color: #FFF;
  font-weight: 600;
  text-align: left;
}
#cart-related-products table#related,
#cart-related-products table#related tbody {
  border: none;
}
#cart-related-products .cart-related-item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  text-align: center;
  display: inline-block;
  float: left;
  margin: 0;
  padding: .75em .25em;
  border-top: 1px solid #EEE;
}
#cart-related-products .cart-related-item:nth-child(2n+3) {
  clear: left;
}
#cart-related-products .cart-related-item a.buy-related-item {
  padding: 0;
  margin: 0 auto;
}
#cart-related-products .cart-related-item a.buy-related-item img {
  width: auto;
  height: auto;
  max-height: 150px;
  margin: 0 auto;
  transition: opacity 0.25s ease-out;
}
#cart-related-products .cart-related-item a.buy-related-item:hover img {
  opacity: .5;
}
#cart-related-products .cart-related-item .upsell-block-product-title a {
  padding: 0;
  font-size: .75em;
  font-weight: 600;
}

/* checkout page */
#uc-cart-checkout-form #checkout-instructions {
  margin: 0 0 1.4em 0;
  padding: .5em 1em;
  background: #FFF;
  color: #555;
  font-size: 1em;
}
#uc-cart-checkout-form fieldset {
  padding: 0;
  margin: 0;
}
#uc-cart-checkout-form fieldset.collapsible.collapsed {
  border-bottom: 1px solid #333;
}
#uc-cart-checkout-form fieldset legend,
#uc-cart-checkout-form fieldset.collapsible legend{
  width: 100%;
  padding: .5em 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #0038A5;
  color: #FFF;
  font-weight: 600;
  display: block;
}
#uc-cart-checkout-form fieldset.collapsible legend {
  padding: 0;
}
#uc-cart-checkout-form fieldset.collapsible legend a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  font-weight: 600;
  text-decoration: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: .5em 1em;
  background: transparent;
  background-color: #0038A5;
  transition: background-color 0.25s ease-out;
}
#uc-cart-checkout-form fieldset.collapsible legend a:hover {
  text-decoration: none;
  background-color: #f6D91a;
}
#uc-cart-checkout-form fieldset.collapsible legend a:before {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #FFF;
  margin: 0 .5em 0 0;
}
#uc-cart-checkout-form fieldset.collapsible.collapsed legend a:before {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #FFF;
}
#uc-cart-checkout-form fieldset.collapsible .fieldset-wrapper,
#uc-cart-checkout-form fieldset .uc-extra-fields-pane-table {
  overflow: visible;
  margin: 0 0 1.4em 0;
  padding: .5em 1em;
  background: #FFF;
}
#uc-cart-checkout-form fieldset.collapsible .fieldset-wrapper {
  border-bottom: 1px solid #EEE;
}
#uc-cart-checkout-form fieldset.collapsible .fieldset-wrapper .description {
  margin: 0 0 1em 0;
  font-size: .8em;
}
#uc-cart-checkout-form fieldset#checkout_preview-pane #line-items-div td {
  padding: .25em .75em;
}
#uc-cart-checkout-form input[type="submit"]#edit-cancel {
  background-color: #ed1c24;
  color: #FFF;
}
#uc-cart-checkout-form input[type="submit"]#edit-cancel:hover {
  background-color: #f26d7d;
}
/* checkout page address panes */
#uc-cart-checkout-form fieldset .address-pane-table table,
#uc-cart-checkout-form fieldset .address-pane-table tbody,
#uc-cart-checkout-form fieldset .address-pane-table thead,
#uc-cart-checkout-form fieldset .address-pane-table th,
#uc-cart-checkout-form fieldset .address-pane-table tr,
#uc-cart-checkout-form fieldset .address-pane-table td {
  display: block;
  padding: 0;
  margin: 0;
  text-align: left;
}
#uc-cart-checkout-form fieldset .address-pane-table tr {
  margin: 0 0 1em 0;
}
/* checkout page cart pane */
#uc-cart-checkout-form fieldset#cart-pane table {
  border: none;
  display: block;
  padding: 0;
  margin: 0;
}
#uc-cart-checkout-form fieldset#cart-pane table thead {
  display: none;
}
#uc-cart-checkout-form fieldset#cart-pane table tbody {
  border: none;
  display: block;
  padding: 0;
  margin: 0;
}
#uc-cart-checkout-form fieldset#cart-pane table tr,
#uc-cart-checkout-form fieldset#cart-pane table tr.even {
  border: none;
  display: block;
  padding: .5em 1em;
  margin: .25em 0 0 0;
  background-color: #FFF;
  border-left: 5px solid #555;
  border-bottom: 1px solid #EEE;
}
#uc-cart-checkout-form fieldset#cart-pane table tr:after {
  clear: both;
  display: table;
  content: '';
}
#uc-cart-checkout-form fieldset#cart-pane table td {
  display: block;
  margin: 0;
  padding: 0;
  clear: none;
  width: auto;
  margin: 0;
}
#uc-cart-checkout-form fieldset#cart-pane table td.products {
  font-size: .85em;
  margin: 0 0 0 0;
  display: inline-block;
  vertical-align: top;
}
#uc-cart-checkout-form fieldset#cart-pane table td.products .item-list {
  font-size: .75em;
}
#uc-cart-checkout-form fieldset#cart-pane table td.qty {
  float: left;
  clear: none;
  margin: 0 1em 0 0;
  font-weight: 600;
  text-align: left;
  font-size: .85em;
}
#uc-cart-checkout-form fieldset#cart-pane table td.price {
  display: block;
  font-size: 1em;
  font-weight: 600;
  float: right;
  clear: none;
  margin: 0;
  vertical-align: top;
}
#uc-cart-checkout-form fieldset#cart-pane table tr.subtotal {
  background-color: #FFF;
  color: #b12704;
  font-weight: bold;
  margin: .5em 0 1em 0;
  border-left-color: #FFF;
}

/* review order page */
body.page-cart-checkout-review table.order-review-table,
body.page-cart-checkout-review table.order-review-table tr,
body.page-cart-checkout-review table.order-review-table td,
body.page-cart-checkout-review table.order-review-table tbody {
  display: block;
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
body.page-cart-checkout-review table.order-review-table {
  margin: 1.4em 0;
  font-size: 1em;
}
body.page-cart-checkout-review table.order-review-table tr {
  margin: .75em 0;
}
body.page-cart-checkout-review table.order-review-table tr:after {
  display: table;
  content: '';
  clear: both;
}
body.page-cart-checkout-review table.order-review-table tr.pane-title-row {
  background-color: #555;
  color: #FFF;
  text-align: left;
  margin: 0;
  padding: .5em 1em;
  font-size: 1em;
}
body.page-cart-checkout-review table.order-review-table td.title-col {
  width: 25%;
  text-align: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 .25em;
  font-size: .85em;
}
body.page-cart-checkout-review table.order-review-table td.data-col {
  width: 75%;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 .25em;
  font-size: .85em;
}
body.page-cart-checkout-review table.order-review-table tr.review-button-row {
  border-top: 1px solid #EEE;
}
body.page-cart-checkout-review table.order-review-table tr.review-button-row td {
  display: inline-block;
  margin: 0 0 0 1em;
}
body.page-cart-checkout-review table.order-review-table tr.review-button-row input[type="submit"]#edit-back {
  background-color: #ed1c24;
  color: #FFF;
}
body.page-cart-checkout-review table.order-review-table tr.review-button-row input[type="submit"]#edit-back:hover {
  background-color: #f26d7d;
}
/* review order cart review pane */
body.page-cart-checkout-review table.order-review-table table.cart-review tr,
body.page-cart-checkout-review table.order-review-table table.cart-review tr.even {
  border: none;
  display: block;
  padding: .5em 1em;
  margin: .25em 0 0 0;
  background-color: #FFF;
  border-left: 5px solid #555;
  border-bottom: 1px solid #EEE;
}
body.page-cart-checkout-review table.order-review-table table.cart-review tr:after {
  clear: both;
  display: table;
  content: '';
}
body.page-cart-checkout-review table.order-review-table table.cart-review td {
  display: block;
  margin: 0;
  padding: 0;
  clear: none;
  width: auto;
  margin: 0;
}
body.page-cart-checkout-review table.order-review-table table.cart-review td.products {
  font-size: .85em;
  margin: 0 0 0 0;
  display: inline-block;
  vertical-align: top;
}
body.page-cart-checkout-review table.order-review-table table.cart-review .item-list {
  font-size: .75em;
}
body.page-cart-checkout-review table.order-review-table table.cart-review td.qty {
  float: left;
  clear: none;
  margin: 0 1em 0 0;
  font-weight: 600;
  text-align: left;
  font-size: .85em;
}
body.page-cart-checkout-review table.order-review-table table.cart-review td.price {
  display: block;
  font-size: 1em;
  font-weight: 600;
  float: right;
  clear: none;
  margin: 0;
  vertical-align: top;
}

/* textbook lookup page */
#timber-course-chooser .container {
  background-color: #FFF;
}
#timber-course-chooser .container .tcc-title {
  background-color: #555;
  color: #FFF;
  font-size: 1em;
  font-weight: 600;
  padding: .5em 1em;
}
#timber-course-chooser .container .tcc-row {
  padding: .5em 1em;
}
#timber-course-chooser .tcc-close {
  top: .5em;
  right: .5em;
}
#timber-course-chooser .container .tcc-row .item {
  display: inline-block;
  float: left;
  clear: left;
}
#timber-course-chooser .container .tcc-row .item.hide {
  display: none;
}
#timber-course-chooser .container .tcc-row .item a {
  text-decoration: none;
}
#timber-course-chooser .container .tcc-row .item a:before {
  content: '';
  display: inline-block;
  border-left: 5px solid #333;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin: 0 .5em 0 0;
}
#timber-course-chooser #tcc-college_term.selected > .container > .tcc-row > .item > a,
#timber-course-chooser #tcc-college_dept.selected > .container > .tcc-row > .item > a,
#timber-course-chooser #tcc-college_course.selected > .container > .tcc-row > .item > a,
#timber-course-chooser #tcc-college_section.selected > .container > .tcc-row > .item > a {
  font-weight: 600;
}
#timber-course-chooser #tcc-college_term.selected > .container > .tcc-row > .item > a:before,
#timber-course-chooser #tcc-college_dept.selected > .container > .tcc-row > .item > a:before,
#timber-course-chooser #tcc-college_course.selected > .container > .tcc-row > .item > a:before,
#timber-course-chooser #tcc-college_section.selected > .container > .tcc-row > .item > a:before {
  border-left-color: #555;
}
#timber-course-chooser #tcc-college_dept .tcc-row .item {
  width: 50%;
  padding: 0;
  margin: 0;
  float: left;
  clear: none;
}
#timber-course-chooser #tcc-college_dept .tcc-row .item a {
  display: inline-block;
}
#timber-course-chooser #tcc-product .container .tcc-title {
  background: #555;
  color: #FFF;
  padding: .5em 1em;
}
#timber-course-chooser #tcc-product .container .tcc-row {
  padding: 0;
  background: #FFF;
}
#timber-course-chooser #tcc-product .container .tcc-row #group-select-options {
  background: #EEE;
  padding: 0 0 1em 0;
}
#timber-course-chooser #tcc-product .container .tcc-row #group-select-options h2.title {
  font-size: .8em;
  padding: .5em 1.25em;
  background: #777;
  color: #FFF;
  text-align: left;
  font-weight: 600;
}
#timber-course-chooser #tcc-product .container .tcc-row #group-select-options a:nth-child(2) {
  margin-top: 1em;
}
#timber-course-chooser #tcc-product .container .tcc-row #group-select-options a {
  margin: .5em 1em 0 1em;
  font-size: .75em;
  padding: .5em 1em;
  color: #FFF;
  background-color: #555;
  text-decoration: none;
  display: block;
  text-align: center;
  transition: background-color 0.25s ease-out;
}
#timber-course-chooser #tcc-product .container .tcc-row #group-select-options a:hover {
  background-color: #333;
}
#timber-course-chooser #tcc-product .container .tcc-row #group-select-options a.select-clear {
  background-color: #ed1c24;
  color: #FFF;
}
#timber-course-chooser #tcc-product .container .tcc-row #group-select-options a.select-clear:hover {
  background-color: #f26d7d;
}
#timber-course-chooser #tcc-product .container .tcc-row .req-group > .title {
  background: #777;
  color: #FFF;
  font-size: .8em;
  padding: .5em 1.25em;
  font-weight: 600;
}
#timber-course-chooser #tcc-product .container .tcc-row .req-group .group {
  padding: .5em 1em;
  font-size: .85em;
  font-weight: 600;
  float: none;
}
#timber-course-chooser #tcc-product .container .tcc-row .req-group .group .chooser-product {
  display: table;
  font-weight: 400;
}
#timber-course-chooser #tcc-product .container .tcc-row .req-group .group .chooser-product > a {
  padding: .25em 1em .25em 1em;
  text-decoration: underline;
}
#timber-course-chooser #tcc-product .container .tcc-row .req-group .group .chooser-product > a:before {
  display: inline-block;
  background-color: transparent;
  padding: 0;
  text-align: center;
  color: #FFF;
  font-size: .7em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 1em 0 0;
  vertical-align: middle;
  border: 1px solid #999;
  width: 16px;
  height: 16px;
  transition: background-color 0.25s ease-out, width 0.25s ease-out;
}
#timber-course-chooser #tcc-product .container .tcc-row .req-group .group .chooser-product.unavailable > a:before {
  background-color: #ddd;
  }
#timber-course-chooser #tcc-product .container .tcc-row .req-group .group .chooser-product.unavailable > a:after {
  content: ' Out of Stock';
  padding-left: 5px;
  font-style: italic;
  }
#timber-course-chooser #tcc-product .container .tcc-row .req-group .group .chooser-product.selected > a {
  text-decoration: none;
  color: #555;
  font-weight: bold;
}
#timber-course-chooser #tcc-product .container .tcc-row .req-group .group .chooser-product.selected > a:before {
  content: 'X';
  background-color: #39b54a;
}
#timber-course-chooser #tcc-product .req-group .chooser-product .timber-details {
  padding: .5em 1em;
  border-left: 5px solid #555;
  min-width: 25em;
}
#timber-course-chooser #tcc-product .req-group .chooser-product .timber-details .label {
  font-weight: 600;
  font-size: .8em;
}
#timber-course-chooser #tcc-product .req-group .chooser-product .timber-details .field-image {
  width: 7.5em;
  float: left;
}
#timber-course-chooser #tcc-product .req-group .chooser-product .timber-details .field-title a {
  font-weight: 600;
}
#timber-course-chooser #tcc-product .req-group .chooser-product .timber-details .field-title a:before {
  display: none;
}
#timber-course-chooser #tcc-product .req-group .chooser-product .timber-details .field-title,
#timber-course-chooser #tcc-product .req-group .chooser-product .timber-details .field-isbn,
#timber-course-chooser #tcc-product .req-group .chooser-product .timber-details .field-author,
#timber-course-chooser #tcc-product .req-group .chooser-product .timber-details .field-edition,
#timber-course-chooser #tcc-product .req-group .chooser-product .timber-details .field-publisher {
  margin: .5em 0 .5em 9em;
}
#timber-course-chooser #tcc-product #timber-checkout {
  text-align: center;
  padding: 0;
  margin: 0;
  background: #FFF;
  border-top: 1px solid #EEE;
}
#timber-course-chooser #tcc-product #timber-checkout a.ajax-cart-link {
  margin: 1em auto;
  background-color: #39b54a;
  color: #FFF;
  padding: .5em 1em;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  text-decoration: uppercase;
  font-size: 1em;
}
#timber-course-chooser #tcc-product #timber-checkout a.ajax-cart-link:hover {
  background-color: #6ae97b;
}
#timber-course-chooser #tcc-product #timber-checkout.disabled a.ajax-cart-link,
#timber-course-chooser #tcc-product #timber-checkout.disabled a.ajax-cart-link:hover {
  background-color: #CCC;
  cursor: default;
}
#timber-course-chooser #tcc-product .message,
#timber-course-chooser #tcc-product #timber-checkout.none-required,
#timber-course-chooser #tcc-product #timber-checkout.not-finalized {
  padding: .5em 1em;
  text-align: center;
  font-size: .85em;
  font-weight: 600;
  background-color: #EEE;
  clear: both;
}


/* featured front page */
.featured-front .views-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin: 10px 0;
}
.featured-front h3 {
  color: #fff;
  text-transform: capitalize;
  background: #242424;
  padding: 10px 20px;
}
.featured-front .views-row .views-field-nothing {
	width: 100%;
}
.featured-front .views-row .attributes .form-item select {
	width: 50%;
  max-width: 145px;
}
.featured-front .views-row a {
  text-decoration: none;
}
.featured-front .views-row a .field-image img {
  width: 120px;
  height: auto;
  transition: opacity 0.25s ease-out;
}
.featured-front .views-row a .field-title {
  font-weight: 600;
}
.featured-front .views-row a :hover {
  text-decoration: underline;
}
.featured-front .views-row a :hover .field-image img {
  opacity: 0.5;
}
.featured-front .views-row .field-title,
.featured-front .views-row .field-price,
.featured-front .views-row .field-addtocart {
  display: block;
  text-align: right;
}
#main .field-image {
    float: left;
    margin-right: 10px;
}
/* featured taxo category product slider */
.view-id-featured_taxo_product.view-display-id-block_1 {
  position: relative;
  border-bottom: 1px solid #EEE;
  padding: 0 0 15px 0;
  margin: 15px 0 0 0;
  min-height: 150px;
  height: auto;
}
.view-id-featured_taxo_product.view-display-id-block_1 .views-rotator-prev,
.view-id-featured_taxo_product.view-display-id-block_1 .views-rotator-next {
  padding: 0;
  margin: 0;
  border: none;
  position: absolute;
  top: 70px;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: cover;
}
.view-id-featured_taxo_product.view-display-id-block_1 .views-rotator-prev:hover,
.view-id-featured_taxo_product.view-display-id-block_1 .views-rotator-next:hover {
  padding: 0;
  margin: 0;
  border: none;
}
.view-id-featured_taxo_product.view-display-id-block_1 a.views-rotator-prev {
  left: -18px;
  float: left;
  background-image: url("images/slider-prev.png");
}
.view-id-featured_taxo_product.view-display-id-block_1 a.views-rotator-next {
  right: -18px;
  float: right;
  background-image: url("images/slider-next.png");
}
.view-id-featured_taxo_product.view-display-id-block_1 .views-rotator-item {
  padding: 0 20px;
}
.view-id-featured_taxo_product.view-display-id-block_1 .views-rotator-item .views-field-field-image-fid {
  float: left;
  width: 120px;
  text-align: center;
}
.view-id-featured_taxo_product.view-display-id-block_1 .views-rotator-item .views-field-field-image-fid img {
  margin: 0 auto;
  width: auto;
  height: auto;
  max-height: 120px;
  max-width: 120px;
}
.view-id-featured_taxo_product.view-display-id-block_1 .views-rotator-item .views-field-nothing {
  margin: 0 0 0 140px;
  font-size: .75em;
}
.view-id-featured_taxo_product.view-display-id-block_1 .views-rotator-item .views-field-nothing h2 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 1em;
}
.required.error {
  border: 2px solid red !important;
  }
.tabs ul.tabs.primary li {
  margin-right:10px;
  }
.tabs li a {
  max-height: 20px;
  overflow: hidden;
  display: inline-flex;
  border-radius: 0 !important;
  }

/*Timber Product Price and Sale Container*/
.node-type-product .field-field-addtocart,
.node-type-product .field-field-price
{
  float:none;
}
body.node-type-product #content-area .node .price-block {
  margin:0 auto 10px;
}
body.node-type-product #content-area .node .price-block .timber-sell-price {
  font-size:1.75em;
}


.timber-discounts {
  border-radius: 0;
  margin: 0 auto;
  position: relative;
  bottom: 0;
  left: 0;
  top: auto;
  font-size: 1em;
  box-shadow: none;
  width:50%;
  display: block;
}

.page-taxonomy .timber-discounts {
  margin: 0 auto !important;
  width:80% !important;
}
body.node-type-product #content-area .node .price-block .timber-discounts {
  margin:0 auto;
}
.section-node-edit fieldset fieldset,
.section-node-add fieldset fieldset,
.section-node-edit fieldset .form-item,
.section-node-add fieldset .form-item {
  margin-left: 15px;
  }
#order-pane-ship_to, #order-pane-bill_to, #order-pane-customer, #order-pane-payment {
    width: 44%;
}

/* pagination fix */
ul.herk-inline-block-fix {
    letter-spacing: initial !important;
    word-spacing: initial !important;
}

#section-content-wrapper .uc-price {
  font-size: 22px;
  font-weight: bold;
}
#section-content-wrapper .uc-price
body .tcc-container .tcc-title {
  background: #0038A5;
}



#block-views-home_rotation-block_1 {
  min-height: 200px;
  width:100%!important;
  }
.page-saints-shop-gift-card .add-to-cart .form-item{
  display: inline-flex;
  margin-bottom:0!important;
}
.page-saints-shop-gift-card .add-to-cart label,
.page-saints-shop-gift-card .add-to-cart .form-item .field-prefix {
  margin-right:5px!important;
}

/* Home Blocks */

/*Home Blocks*/
#block-views-home_page_squares-block_1 .view-content {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  }
#content-content .content img {
    max-width: 100%;
    height: auto;
}
.views-field-field-background-image-fid img{
  max-width: 100%;
  height:auto;
}

.views-field-field-visible-title-value{
    width: 100%;
    background: rgba(0,56,165,1);
    color: #fff;
    bottom: 0;
    text-align: center;
    margin-top: -15%;
    position: relative;
    padding: 0;
    border-bottom: 2px solid #F5CE0D;
    min-height: 40px;
    vertical-align: middle;
    font-weight: bold;
    font-size: 43px
}
div#block-views-home_page_squares-block_1 .views-row {
    width: 47%;
    margin: 5px;
    transition: transform .2s;
}
.view-home-page-squares .views-row:hover {
    transform: scale(1.1);
}
.view-taxonomy-term .view-content{
  display: inline-flex;
  flex-flow: row wrap;
}
.view-taxonomy-term .view-content .views-row{
  width: 48%;
  margin-right:1%;
  margin-bottom:50px;
}
.page-taxonomy .timber-savings,
.page-taxonomy .timber-list-price{
  display: none;
}
.flex-grid-taxo-image {
  min-height: 195px;
  }
.flex-grid-taxo-image img{
  transition: transform .6s;
  height: auto;
}
.flex-grid-taxo-image img:hover{
  transform:scale(1.15);
}
.flex-grid-taxo-title {
  line-height: 1.1em;
  text-align: center;
  }
/*Home Promo*/
.hp-promotions{
  display: inline-flex;
  flex-flow: row wrap;
  width:100%;
}
.hp-promotions img{
  transition: transform .6s;
}
.hp-promotions img:hover{
 transform: scale(1.15);
}
.hp-rings{
  width:64%;
  margin-right:1%;
  margin-left:.5%;
}
.hp-rings img{
  width:100%;
  height:auto;
}
.hp-giftcards{
  width:33%;

}
.hp-texts{
  width: 99%;
  height: auto;
}
.hp-texts img{
  width: 99%;
  height: auto;
  margin:0 .5%;
}
.hp-giftcards h3{
  font-size:2.75em!important;
  text-shadow:1px 1px #999!important;
  background:rgba(255,255,255,.5);
}
.hp-giftcards img{
  width: 100%;
  height:auto;
}
#section-content-wrapper{
  background:#E4E4E0;
}
#content-area{
max-width: 95%;
margin: 0 auto;
}
