/**
	HSC Theme for Corporate connections
*/
/*
	Bootstrap Overrides
*/
button,
button.btn {
  font-family: century gothic;
}
.btn.btn-primary {
  background-color: #306834;
  border-color: #204523;
  color: #ffffff;
}
.btn.btn-primary:hover {
  background-color: #204523;
  border-color: #102211;
  color: #e6e6e6;
}
.btn.btn-primary:active,
.btn.btn-primary:focus {
  background-color: #408b45;
  border-color: #306834;
  color: #ffffff;
}
.btn.btn-success {
  background-color: #19a745;
  border-color: #127b33;
  color: #ffffff;
}
.btn.btn-success:hover {
  background-color: #127b33;
  border-color: #0c4e20;
  color: #e6e6e6;
}
.btn.btn-success:active,
.btn.btn-success:focus {
  background-color: #20d357;
  border-color: #19a745;
  color: #ffffff;
}
.btn.btn-danger {
  background-color: #fe0000;
  border-color: #cb0000;
  color: #ffffff;
}
.btn.btn-danger:hover {
  background-color: #cb0000;
  border-color: #980000;
  color: #e6e6e6;
}
.btn.btn-danger:active,
.btn.btn-danger:focus {
  background-color: #ff3232;
  border-color: #fe0000;
  color: #ffffff;
}
.btn.btn-warning {
  background-color: #fec800;
  border-color: #cba000;
  color: #ffffff;
}
.btn.btn-warning:hover {
  background-color: #cba000;
  border-color: #987800;
  color: #e6e6e6;
}
.btn.btn-warning:active,
.btn.btn-warning:focus {
  background-color: #ffd332;
  border-color: #fec800;
  color: #ffffff;
}
.bg-primary {
  background-color: #50ae57;
  color: #306834;
}
.bg-warning {
  background-color: #ffde65;
  color: #ffffff;
}
.bg-success {
  background-color: #43e375;
  color: #ffffff;
}
.bg-danger {
  background-color: #ff6565;
  color: #ffffff;
}
/*
	PCE Overrides
*/
.pd-btn.pd-btn-blue {
  background-color: #306834;
  border-color: #204523;
  color: #ffffff;
}
.pd-btn.pd-btn-blue:hover {
  background-color: #408b45;
  border-color: #306834;
  color: #ffffff;
  opacity: 0.8;
}
.pd-btn.pd-btn-blue:active,
.pd-btn.pd-btn-blue:focus {
  background-color: #204523;
  border-color: #102211;
  color: #ffffff;
}
/*
	Background
*/
.theme-bg-primary {
  background-color: #306834;
  color: #fff;
}
.theme-bg-primary-lighter {
  background-color: #408b45;
  color: #ffffff;
}
.theme-bg-primary-lightest {
  background-color: #50ae57;
  color: #ffffff;
}
.theme-bg-primary-darker {
  background-color: #204523;
  color: #e6e6e6;
}
.theme-bg-primary-darkest {
  background-color: transparent;
  color: #cccccc;
}
.theme-bg-secondary {
  background-color: #000;
  color: #ffffff;
}
.theme-bg-secondary-lighter {
  background-color: #1a1a1a;
  color: #ffffff;
}
.theme-bg-secondary-lightest {
  background-color: #333333;
  color: #ffffff;
}
.theme-bg-secondary-darker {
  background-color: #000000;
  color: #e6e6e6;
}
.theme-bg-secondary-darkest {
  background-color: #000000;
  color: #cccccc;
}
.theme-bg-tertiary {
  background-color: #deb187;
  color: #ffffff;
}
.theme-bg-tertiary-lighter {
  background-color: #e9cbaf;
  color: #ffffff;
}
.theme-bg-tertiary-lightest {
  background-color: #f4e5d7;
  color: #ffffff;
}
.theme-bg-tertiary-darker {
  background-color: #d3975f;
  color: #e6e6e6;
}
.theme-bg-tertiary-darkest {
  background-color: #c87d37;
  color: #cccccc;
}
/*
	Text
	:hover -Darken
	:active, :focus -Lighten
*/
.theme-text-primary {
  color: #306834;
}
.theme-text-primary:hover {
  color: #204523;
}
.theme-text-primary:active,
.theme-text-primary:focus {
  color: #408b45;
}
.theme-text-primary-lighter {
  color: #408b45;
}
.theme-text-primary-lighter:hover {
  color: #306834;
}
.theme-text-primary-lighter:active,
.theme-text-primary-lighter:focus {
  color: #50ae57;
}
.theme-text-primary-lightest {
  color: #50ae57;
}
.theme-text-primary-lightest:hover {
  color: #408b45;
}
.theme-text-primary-lightest:active,
.theme-text-primary-lightest:focus {
  color: #73be78;
}
.theme-text-primary-darker {
  color: #204523;
}
.theme-text-primary-darker:hover {
  color: #102211;
}
.theme-text-primary-darker:active,
.theme-text-primary-darker:focus {
  color: #306834;
}
.theme-text-primary-darkest {
  color: #102211;
}
.theme-text-primary-darkest:hover {
  color: #000000;
}
.theme-text-primary-darkest:active,
.theme-text-primary-darkest:focus {
  color: #204523;
}
.theme-text-secondary {
  color: #000;
}
.theme-text-secondary:hover {
  color: #000000;
}
.theme-text-secondary:active,
.theme-text-secondary:focus {
  color: #1a1a1a;
}
.theme-text-secondary-lighter {
  color: #1a1a1a;
}
.theme-text-secondary-lighter:hover {
  color: #000000;
}
.theme-text-secondary-lighter:active,
.theme-text-secondary-lighter:focus {
  color: #333333;
}
.theme-text-secondary-lightest {
  color: #333333;
}
.theme-text-secondary-lightest:hover {
  color: #1a1a1a;
}
.theme-text-secondary-lightest:active,
.theme-text-secondary-lightest:focus {
  color: #4d4d4d;
}
.theme-text-secondary-darker {
  color: #000000;
}
.theme-text-secondary-darker:hover {
  color: #000000;
}
.theme-text-secondary-darker:active,
.theme-text-secondary-darker:focus {
  color: #1a1a1a;
}
.theme-text-secondary-darkest {
  color: #000000;
}
.theme-text-secondary-darkest:hover {
  color: #000000;
}
.theme-text-secondary-darkest:active,
.theme-text-secondary-darkest:focus {
  color: #1a1a1a;
}
.theme-text-tertiary {
  color: #deb187;
}
.theme-text-tertiary:hover {
  color: #d3975f;
}
.theme-text-tertiary:active,
.theme-text-tertiary:focus {
  color: #e9cbaf;
}
.theme-text-tertiary-lighter {
  color: #e9cbaf;
}
.theme-text-tertiary-lighter:hover {
  color: #deb187;
}
.theme-text-tertiary-lighter:active,
.theme-text-tertiary-lighter:focus {
  color: #f4e5d7;
}
.theme-text-tertiary-lightest {
  color: #f4e5d7;
}
.theme-text-tertiary-lightest:hover {
  color: #e9cbaf;
}
.theme-text-tertiary-lightest:active,
.theme-text-tertiary-lightest:focus {
  color: #ffffff;
}
.theme-text-tertiary-darker {
  color: #d3975f;
}
.theme-text-tertiary-darker:hover {
  color: #c87d37;
}
.theme-text-tertiary-darker:active,
.theme-text-tertiary-darker:focus {
  color: #deb187;
}
.theme-text-tertiary-darkest {
  color: #c87d37;
}
.theme-text-tertiary-darkest:hover {
  color: #a0642c;
}
.theme-text-tertiary-darkest:active,
.theme-text-tertiary-darkest:focus {
  color: #d3975f;
}
/*
	Font
	-Opt-In class, followed by font
*/
.theme-font.theme-main-font {
  font-family: century gothic;
}
.theme-font.theme-secondary-font {
  font-family: century gothic Thin, Arial, Times New Roman;
}
.theme-font.theme-tertiary-font {
  font-family: century gothic Bold, Arial, Times New Roman;
}
.theme-font.theme-script-font {
  font-family: century gothic Italic, Arial, Times New Roman;
}
.theme-font.theme-stylistic-font {
  font-family: century gothic CF Light, Arial, Times New Roman;
}
/**
	Margins
	-Opt-In class, followed by side
*/
.theme-margin.margin-all {
  margin: 3px;
}
.theme-margin.margin-top {
  margin-top: 3px;
}
.theme-margin.margin-bottom {
  margin-bottom: 3px;
}
.theme-margin.margin-left {
  margin-left: 3px;
}
.theme-margin.margin-right {
  margin-right: 3px;
}
/**
	Border
	-Opt-In class,followed by side and color
*/
.theme-border.theme-border-all {
  border-width: 1px;
  border-style: solid;
}
.theme-border.theme-border-top {
  border-top-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-style: solid;
}
.theme-border.theme-border-bottom {
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-style: solid;
}
.theme-border.theme-border-left {
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 1px;
  border-right-width: 0px;
  border-style: solid;
}
.theme-border.theme-border-right {
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 1px;
  border-style: solid;
}
.theme-border.theme-border-color-primary {
  border-color: #306834;
}
.theme-border.theme-border-color-primary-lighter {
  border-color: #408b45;
}
.theme-border.theme-border-color-primary-lightest {
  border-color: #50ae57;
}
.theme-border.theme-border-color-primary-darker {
  border-color: #204523;
}
.theme-border.theme-border-color-primary-darkest {
  border-color: #102211;
}
.theme-border.theme-border-color-secondary {
  border-color: #000;
}
.theme-border.theme-border-color-secondary-lighter {
  border-color: #1a1a1a;
}
.theme-border.theme-border-color-secondary-lightest {
  border-color: #333333;
}
.theme-border.theme-border-color-secondary-darker {
  border-color: #000000;
}
.theme-border.theme-border-color-secondary-darkest {
  border-color: #000000;
}
.theme-border.theme-border-color-tertiary {
  border-color: #deb187;
}
.theme-border.theme-border-color-tertiary-lighter {
  border-color: #e9cbaf;
}
.theme-border.theme-border-color-tertiary-lightest {
  border-color: #f4e5d7;
}
.theme-border.theme-border-color-tertiary-darker {
  border-color: #d3975f;
}
.theme-border.theme-border-color-tertiary-darkest {
  border-color: #c87d37;
}
.theme-border.theme-border-color-light-grey {
  border-color: #f3f3f3;
}
.theme-border.theme-border-color-medium-grey {
  border-color: #eaeaea;
}
.theme-border.theme-border-color-even-grey {
  border-color: #888888;
}
.theme-border.theme-border-color-checkout-grey {
  border-color: #f0f0f0;
}
/*
	Padding
	-Opt-In class, followed by side
*/
.theme-padding.padding-all {
  padding: 3px;
}
.theme-padding.padding-top {
  padding-top: 3px;
}
.theme-padding.padding-bottom {
  padding-bottom: 3px;
}
.theme-padding.padding-left {
  padding-left: 3px;
}
.theme-padding.padding-right {
  padding-right: 3px;
}
.pointer-cursor {
  cursor: pointer;
}
/*
	Global Styles
*/
.text,
.std .service-wapper .text,
.service-wapper .text,
p,
body {
  color: #000000;
}
address {
  color: #000000;
}
a,
a.btn-link,
.onestepcheckout-login-link a {
  color: #000000;
}
a:hover,
a.btn-link:hover,
.dropdown-container .dropdown a:hover,
.onestepcheckout-login-link a:hover {
  color: #deb187;
}
body {
  font-family: century gothic;
  font-size: 13px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: century gothic;
}
.page-title h1,
.page-title h2,
.page-title h3,
.page-title h4,
.page-title h5,
.page-title h6,
.category-title h1,
.category-title h2,
.category-title h3,
.category-title h4,
.category-title h5,
.category-title h6 {
  color: #000;
}
.category-title h1 {
  border-bottom: none;
}
.bigger-text {
  font-size: 18px;
}
.product-view .product-shop .product-name h1,
.product-view .product-shop .product-name h2,
.product-view .product-shop .product-name h3,
.product-view .product-shop .product-name h4,
.product-view .product-shop .product-name h5,
.product-view .product-shop .product-name h6,
h3.current-product-name,
h4.current-product-name,
h5.current-product-name,
h6.current-product-name {
  color: #306834;
}
/*
	Disabled Items
*/
.toolbar .sorter .view-mode {
  display: none;
}
.zoomContainer {
  display: none;
}
.link-view {
  display: none;
}
.link-quickview {
  display: none;
}
.content-cart .truncated {
  display: none;
  cursor: default;
}
.cart-table tr td:nth-child(4),
.cart-table tr th:nth-child(4) {
  display: none;
}
/*
	Styles by section
*/
.top-links li a {
  color: #000000;
}
#megamenu {
  margin: 0px;
  text-align: center;
}
h1.block-title,
h2.block-title,
h3.block-title,
h4.block-title,
h5.block-title,
h6.block-title {
  color: #204523;
}
.block-content.block-content-statick a,
.footer-menu-list li a,
.link-cart,
.block .actions a {
  color: #408b45;
  text-decoration: underline;
}
.block-content.block-content-statick a:hover,
.footer-menu-list li a:hover,
.link-cart:hover,
.block .actions a {
  color: #204523;
  text-decoration: none;
}
.header-logo .logo img {
  max-width: 100%;
}
.search-autocomplete {
  z-index: 1500;
}
.header .form-search button.button {
  color: #306834;
}
.btn-block.email-btn {
  background-color: #306834;
  color: #306834;
  width: 190px;
}
.email-btn:hover {
  background-color: #306834;
  color: #fff;
  border-color: black;
}
.kayako-header div table {
  float: left;
}
.mini-maincart .cart-total {
  position: absolute;
  font-size: 15.5px;
  color: #666;
}
.cartSummary:after {
  left: 30%;
  background: none;
  width: 79%;
  background-size: 35%;
}
.content-cart {
  margin-top: 0;
}
.crat-icon .zero {
  right: 45px;
  top: -18px;
}
.tool-header {
  z-index: 2000;
}
.crat-icon .item,
.crat-icon .zero {
  background: #306834;
  color: #fff;
  border-radius: 8px;
  padding: 2px 10px;
  width: initial;
  height: initial;
  right: -42px;
  top: -18px;
}
.crat-icon .item:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 5px;
  border: 0;
  border-left-width: 15px;
  border-bottom-width: 15px;
  border-style: solid;
  border-color: transparent #306834;
  display: none;
  width: 0;
}
.crat-icon .item:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 4px;
  border: 0;
  border-left-width: 5px;
  border-bottom-width: 15px;
  border-style: solid;
  border-color: transparent #306834;
  display: none;
  width: 0;
}
.tool-header {
  z-index: 2000;
}
.mini-maincart .mini-contentCart {
  background-color: #ffffff;
}
.mini-contentCart .actions a.checkout {
  background-color: #19a745;
  border-color: #127b33;
}
.mini-contentCart .actions a.checkout:hover {
  background-color: #127b33;
  border-color: #0c4e20;
  opacity: 1;
}
.mini-contentCart .actions a {
  background-color: #19a745;
  border-color: #127b33;
  color: #ffffff;
}
.mini-contentCart .actions a:hover {
  background-color: #127b33;
}
.cart .data-table .btn-remove2 {
  background: url("../images/trashcan-icon.png") no-repeat center center;
  width: 35px;
  height: 35px;
}
.qty-column {
  width: 120px;
}
.qty-column {
  margin: 0 auto;
}
.dropdown-container .dropdown {
  background-color: #f3f3f3;
}
.dropdown-container .dropdown a.level1 {
  border-bottom: 1px solid #eaeaea;
}
.dropdown-container .dropdown li.level1 ul li ul {
  margin-left: 5px;
}
.services2 .services2-item {
  list-style-type: none;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.std ul {
  padding-left: 0;
}
.services2 {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  overflow: hidden;
}
.category-products .products-grid .category-products-grid .product-info {
  padding-bottom: 0px;
}
.category-products .products-grid .product-name a {
  font-size: 15px;
}
.toolbar-bottom .toolbar {
  position: static;
}
ul.nav-accordion li span.expand:before,
ul.nav-accordion li a:hover,
ul.nav-accordion li ul li:hover a::before,
ul.nav-accordion li:hover span.collapse:before,
.block-layered-nav dt,
.block-layered-nav .block-content li a:hover,
li span.collapse:before {
  color: #000000 !important;
}
ul.nav-accordion li.active a span {
  color: #deb187 !important;
}
ul.nav-accordion li.active a span:hover {
  color: #d3975f !important;
}
ul.nav-accordion li a,
.block-layered-nav .block-content li a {
  color: #000000;
}
ul.nav-accordion li a span,
.block-layered-nav .block-content li a span {
  font-family: century gothic;
  color: #1a1a1a;
}
ul.nav-accordion li a span:hover,
.block-layered-nav .block-content li a span:hover {
  color: #000000;
}
.actions-cart,
.item .actions-no .add-to-links a:hover {
  background-color: #000;
}
.per-product:hover {
  border-color: #333333;
}
.block-account .block-content li.current {
  color: #306834;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #19a745 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background-color: #306834 !important;
}
.pd_product_info ul {
  list-style: disc inside;
}
.fb_iframe_widget_lift {
  z-index: 1050;
}
.cart-table td {
  padding: 3px 8px;
}
.cart-table dd {
  margin: 0;
}
.cart-table .item-options {
  margin-bottom: 0;
}
.data-table tbody tr td input.qty {
  font-size: 1.8em;
  width: 60px !important;
  height: 60px;
}
.cart-table .product-image img {
  margin: 0 auto;
}
.billing_address ul li {
  padding-top: 2px;
}
.billing_address #billing-new-address-form input.input-text {
  padding-top: 2px;
}
#one-step-checkout-form .checkout-review-load h2.product-name {
  font-weight: bold;
  padding-left: 0;
}
.discount-coupon-input-parent {
  width: 70%;
}
#coupon_code_onestepcheckout {
  height: 3em !important;
}
.order-review-info .onestepcheckout-discount {
  margin-top: 0;
}
.onestepcheckout-comment textarea {
  background-color: #f0f0f0;
  font-size: 1em;
}
.mobile-collapsible .toggle-tab.mobile:hover {
  color: #306834;
}
.kute-bx-pager a:hover {
  color: #333333;
}
.kute-bx-pager a.active {
  background-color: #000;
  color: #ffffff;
}
.kute-bx-pager a.active:hover {
  background-color: #1a1a1a;
  color: #ffffff;
}
.qtyButtons ul,
.qtyButtons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
.qtyButtons li.qtyLeft,
.qtyButtons li.qtyIcon,
.qtyButtons li.qtyRight {
  width: 25px;
  height: 25px;
  cursor: pointer;
  background: #f3f3f3;
  margin: 5px;
  border-radius: 5px;
  border: 1px solid #888888;
  box-shadow: 1px 2px 15px #f3f3f3;
  text-align: center;
  line-height: 20px;
  display: block;
}
.qtyButtons li.qtyLeft:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #306834 transparent;
}
.qtyButtons li.qtyIcon {
  cursor: default;
}
.qtyButtons li.qtyRight:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  border-color: #306834 transparent transparent transparent;
}
ul.megamenu li a.level0 {
  color: #000000;
}
.header-config-bg .custom-menu ul.megamenu li:hover a:hover,
.header-config-bg .custom-menu ul.megamenu li.level0:hover a.level0 {
  background: #000;
  color: #fff;
}
.header-config-bg .custom-menu ul.megamenu li.level0 {
  text-align: left;
  background: #000;
}
/*
	Mobile styles
*/
@media only screen and (min-width: 900px) {
  .cart-table .product-image {
    padding: 0 175px;
  }
  .cart-table tbody tr td:nth-child(5) {
    width: 120px;
  }
}
@media (max-width: 800px) {
  .header .header-search {
    margin-top: 5px;
  }
  #search_mini_form div:first-child {
    margin: 0 auto;
  }
  .content-cart {
    width: 50%;
  }
  .header .tool-header,
  div .kayako-header div table {
    margin-top: 5px;
  }
  .miniCartWrap {
    float: right;
  }
  .kute-bx-pager {
    display: none;
  }
  .footer-menu-box {
    width: 100%;
    margin-left: 0;
  }
  .headerContainer {
    padding-bottom: 0.3em;
    border-bottom: 2px solid #cccccc;
  }
}
p.bottomTextCS {
  margin: 0 1.2em 1em;
}
td .price-box {
  text-align: center;
}
h3.product-name {
  text-decoration: none;
}
.bestsellerTable {
  width: 250px;
  max-height: 300px;
}
.header-config-bg .custom-menu ul.megamenu li.level0 {
  background-color: #ffffff;
}
.custom-menu {
  background-color: #ffffff;
  border-bottom: 3px solid #2cb35b;
}
.csignsBackground {
  background-color: #deb187;
  color: #ffffff;
}
.csdivisionlines {
  border-top: 0.25em solid #ccc;
  margin-top: 0.8em;
}
.bestSelling {
  padding-bottom: 1em;
  border: 0.5em solid #ccc;
  border-radius: 2%;
  width: 90%;
  float: center;
}
.mainLinks {
  text-decoration: none;
}
.bestSeller {
  margin-bottom: 1.3em;
  text-align: center;
}
.header-banner {
  position: fixed;
  z-index: 1030;
  width: 100%;
  left: 0;
  padding: 0;
}
.banner-container {
  height: 54px;
  padding: 0;
}
.button.cartButton {
  background-color: #000;
  color: #fff;
}
.block-layered-nav dd {
  border-bottom: 1px solid #2cb35b;
}
.mobile-cart {
  color: #000;
  font-size: 3em;
}
.fa-stack[data-count]:after {
  color: #222222;
}
.ccLogo {
  width: 60%;
}
ul.links li:nth-child(3) {
  display: none;
}
.sidr ul li a[href*="/blog"] {
  display: none;
}
#accordion-options .text-invalid {
  color: #fe0000;
}
#accordion-options .text-valid {
  color: #19a745;
}
#accordion-options .panel-default > .panel-heading {
  background-color: #000;
  color: #fff;
  border-color: #000000;
}
.btn.btn-block.btn-primary.btn-corpconnect {
  text-decoration: none;
}
@media (min-width: 1200px) {
  .btn-corpconnect {
    width: 85%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .crat-icon .item,
  .crat-icon .zero {
    right: -0.2em;
  }
  .cartSummary {
    margin-right: -1em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cartSummary {
    margin-right: -2em;
    margin-bottom: 0.4em;
  }
  .crat-icon .item,
  .crat-icon .zero {
    right: -17px;
  }
}
.col2-left-layout-three-fourth .breadcrumbs .container {
  margin-left: 0;
}
span.price,
span.count {
  font-family: lato !important;
}
.block-footer-top .main {
  margin-left: 15%;
}
@media (min-width: 1200px) {
  .content-logo .header-logo {
    margin-top: 16px;
  }
}
.category-description p {
  font-size: 16px;
}
.current-product-name h2 {
  color: #000;
}
#itemNumber {
  color: #000;
}
.btn-sm.btn-login {
  background-color: #fff;
  color: #000;
}
.btn-login:hover {
  background-color: #e5e5e5;
  border-color: #cbcbcb;
  color: #2e2e2e;
}
.btn-register {
  background-color: #327e78;
  color: #fefefe;
}
.block-title.filterHeaderDesktop {
  padding-left: 0 !important;
}
.block.block-layered-nav .block-title {
  padding-left: 10px;
}
.regular-price .price-cut {
  text-decoration: line-through;
  font-size: 16px;
  color: #204523;
}
.stateListMenu {
  width: 600%;
  height: 300px;
  background-color: #f3f3f3;
  position: absolute;
  left: -225%;
  border: 1px solid #000;
  padding: 0.6em;
}
@media only screen and (max-width: 1600px) and (min-width: 1200px) {
  .stateListMenu {
    left: -165% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .stateListMenu {
    left: -155% !important;
    width: 490% !important;
  }
}
.statelist ul li {
  list-style-type: none;
  line-height: 30px;
}
.dropdown-container .dropdown .col {
  padding: 0 10px;
}
.statelist ul li img {
  position: absolute;
  right: 5px;
  width: 23px;
}
.statelist ul.one li span:hover,
.statelist ul.two li span:hover,
.statelist ul.three li span:hover,
.statelist ul.four li span:hover,
.statelist ul.five li span:hover,
.statelist ul.six li span:hover {
  color: #fff;
}
.statelist ul.one li span {
  text-align: left;
  font-size: 15px;
  width: 115px;
  display: inline-block;
  margin-bottom: 5px;
  color: #306834;
}
.statelist ul.two li span {
  text-align: left;
  font-size: 15px;
  width: 110px;
  display: inline-block;
  margin-bottom: 5px;
  color: #306834;
}
.statelist ul.three li span {
  text-align: left;
  font-size: 15px;
  width: 145px;
  display: inline-block;
  margin-bottom: 5px;
  color: #306834;
}
.statelist ul.four li span {
  text-align: left;
  font-size: 15px;
  width: 145px;
  display: inline-block;
  margin-bottom: 5px;
  color: #306834;
}
.statelist ul.five li span {
  text-align: left;
  font-size: 15px;
  width: 135px;
  display: inline-block;
  margin-bottom: 5px;
  color: #306834;
}
.statelist ul.six li span {
  text-align: left;
  font-size: 15px;
  width: 145px;
  display: inline-block;
  margin-bottom: 5px;
  color: #306834;
}
.statelist a {
  text-decoration: none;
  position: relative;
}
.statelist a:hover {
  text-decoration: underline;
}
.statelist .col-md-2 {
  padding: 0 10px;
}
@media screen and (max-width: 414px) {
  .statelist ul li span {
    width: 100% !important;
  }
  .statelist ul li img {
    left: auto;
    right: 5px !important;
  }
  .statelist ul.two li span,
  .statelist ul.one li span,
  .statelist ul.three li span,
  .statelist ul.four li span,
  .statelist ul.five li span,
  .statelist ul.six li span {
    text-align: left;
  }
  .statelist .std ol,
  .std ul {
    padding-left: 0.5em;
  }
}
.stateDropDown {
  padding: 1em;
}
.stateName:hover {
  background-color: #ccc;
}
@media (min-width: 1200px) {
  .btn-allstate {
    width: 85%;
  }
}
.stateListMenu {
  width: 600%;
  height: 300px;
  background-color: #f3f3f3;
  position: absolute;
  left: -225%;
  border: 1px solid #000;
  padding: 0.6em;
}
@media (max-width: 412px) {
  .full-mobile-logo-parent {
    padding: 0;
    margin-top: 5% !important;
  }
}
.full-mobile-logo-parent {
  padding: 0;
  margin-top: 1%;
}
.choose-your-color {
  background-color: #000;
  color: #2CB35B;
  font-weight: bolder;
}
.choose-your-product {
  background-color: #7C997D;
  color: #FFF;
}
.choose-from-multiple-sizes {
  background-color: #8D9EBC;
  color: #FFF;
}
.upload-your-logo {
  background-color: #eeb12d;
  color: #1a2242;
}
/* new wizard walk-through colors */
.walk-through-header {
  background-color: #306834;
  color: white;
  padding: 10px;
}
.walk-through-header .fa,
.close-tab-menu .fa {
  color: #50ae57;
}
#designer-panel-walkthrough {
  background-color: #306834;
  position: relative;
  top: 0;
  width: 100%;
  font-size: 16px;
  height: 715px;
  padding: 0 25px;
  color: white;
}
#designer-panel-walkthrough p {
  color: white;
}
#designer-panel-walkthrough .fa-caret-left {
  margin-top: -18px;
}
.walk-through .event-title {
  background-color: #306834;
  color: white;
  padding: 15px;
}
.walk-through .style {
  color: #000;
}
.walk-through .logo {
  padding: 25px;
}
.walk-through-header .underline {
  border-bottom: 5px solid #000;
  padding-bottom: 4px;
}
.walk-through .design-area {
  background-color: #e2e2e2;
  padding: 35px;
}
.walk-through-header .fa {
  color: #000;
}
.walk-through .bottom-title {
  padding: 15px;
  background-color: white;
}
.selected-button {
  background-color: #000;
  border-radius: 50%;
  height: 2.1em;
  width: 2.1em;
  display: block;
  margin: 0.45em;
}
.outer-button {
  background-color: grey;
  border-radius: 50%;
  height: 3em;
  width: 3em;
  display: inline-block;
}
.wizard-box .panel-heading {
  background-color: #000;
}
#designer-panel .nav-tabs > li.active > a,
#designer-panel .nav-tabs > li.active > a:focus,
#designer-panel .nav-tabs > li.active > a:hover {
  background-color: #306834;
  background-image: none;
  border: 0;
}
#designer-panel .nicon,
.walk-through-header .nicon,
.walk-position .nicon,
.action-button .btn-success .nicon {
  background-color: #306834;
}
#designer-panel .nav-tabs > li.active > a .nicon,
.nav-tabs > li.active > a:focus .nicon,
#designer-panel .nav-tabs > li.active > a:hover .nicon {
  background-color: grey;
}
#add_shape_border_color {
  width: 40px;
  height: 25px;
  background-color: grey;
  border: 5px solid #50ae57;
}
#add_shape_fill_color {
  width: 40px;
  height: 25px;
  background-color: #306834;
}
.open_text_panel.btn-select {
  background-color: #306834;
}
.wizard-box .design-sides .active-row {
  background-color: #50ae57;
}
@media (max-width: 800px) {
  .walk-through-header .underline {
    border-bottom: 3px solid #000;
    padding-bottom: 2px;
  }
  .walkthrough-design-text .fa-caret-left {
    margin-top: -8px;
  }
  .back-title {
    color: #50ae57;
  }
  .fa-stack-2x {
    font-size: 2em;
  }
}
.header-logo .logo img {
  max-width: 100%;
}
.content-logo {
  padding-left: 0;
}
.find-your-order-button.enabled {
  background-color: #306834;
  color: #fff;
}
.find-your-order-button.enabled,
#view-full-order {
  background-color: #306834;
  color: #fff;
}
.find-your-order-button.enabled:hover,
#view-full-order:hover {
  background-color: #204523;
  color: #fff;
}
.vpt-product h3,
.vpt-wizard h3,
.free-shipping-message .fa.fa-info-circle {
  color: #306834;
}
.cta-button-contact {
  background-color: #306834;
  color: #000;
}
.cta-button-contact {
  background-color: #204523;
}
#dynamic-category-banner h1 {
  color: #FEFEFE;
}
#dynamic-category-banner p,
#dynamic-category-banner li {
  color: #FEFEFE;
}
#dynamic-category-banner .flex-row.text {
  background-color: #326836;
}
.minicart-logo-align {
  top: 15px;
}
@media (max-width: 992px) {
  .loginLinkMobileParent,
  .searchbar-logo-align {
    margin-top: 0;
    text-align: center;
  }
}
.skip-to-content-link {
  background: #000;
  left: 50%;
  top: 0px;
  padding: 5px;
  font-size: 16px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
  border-radius: 10px;
}
.skip-to-content-link:focus {
  transform: translateY(0%);
  top: 65px;
  color: #ffffff;
}
/* PDP phase 3 edits */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .variable-shipping-block .text p.ship-made-text {
    font-size: 90% !important;
  }
}
/* Phase 3 PDP edits */
@media (max-width: 992px) {
  .product-view .product-shop-content {
    margin: 0 2% 0 3% !important;
  }
}
/* PDP phase 3 edits */
.default-mobile-breadcrumbs {
  margin-left: 10px;
}
/* PDP phase 5 edits */
div.view-more-images > p {
  padding-top: 7%;
}
/* CC Header specific changes */
.ajax-cart-container {
  padding-top: 9px;
}
.desktop-logo-container .logo img {
  max-height: 90px;
}
/* Header UX Changes*/
.mobile-logo-parent {
  max-width: 71px;
}
.header-logo {
  margin: 0px !important;
}
.header .links li a {
  padding: 0 20px 0 0;
}
.header-logo {
  padding: 0px !important;
}
.crat-icon .item,
.crat-icon .zero {
  background: floralwhite;
  color: #000;
  border-radius: 8px;
  padding: 2px 10px;
  width: initial;
  height: initial;
}
.crat-icon .item {
  left: 2px;
  top: -15px;
}
.header-logo {
  padding: 0px !important;
}
i.fa.fa-shopping-cart {
  font-size: 27px;
}
.searchbar-logo-align {
  width: 70%;
}
.mobile-menu-item {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 50px;
}
.loginLinkMobileParent {
  width: 46px;
}
.ajax-cart-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 33px;
}
.logo-hamburger-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 23%;
  margin-left: 1%;
  justify-content: space-between;
}
.headerRow.header-refresh {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  height: 99px;
}
div.header-logo img {
  max-height: 78px;
  height: auto;
  width: auto;
}
.mobile-logo-parent div.logo-mobile a svg {
  width: 74px;
}
.top-links .links li a:hover {
  text-decoration: underline;
}
a:focus {
  background-color: rgba(210, 215, 211, 0.8);
}
.mobileMenu {
  width: 27%;
}
.minicart-logo-align {
  left: -5%;
}
.searchbar-logo-container-desktop {
  width: 47%;
  margin-left: 1%;
  margin-right: 1%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.my-account-cart-container {
  display: flex;
  justify-content: flex-end;
  margin-right: 1%;
  align-items: center;
}
.header-logo img {
  margin-top: 0% !important;
}
.desktop-logo-container {
  margin-right: 2%;
  width: 33%;
}
body {
  overflow-x: hidden;
}
.mini-maincart .cart-total {
  position: absolute;
  font-size: 16px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  #search_mini_form button {
    background-color: transparent !important;
  }
  .full-size-container.top-banner {
    margin-top: 0px !important;
  }
  .container-fluid.whiteback {
    height: 66px;
    margin-bottom: 0px;
  }
  .header_full > .header {
    padding: 0px;
  }
  .top-links,
  .minicart-logo-align {
    margin-top: 0;
  }
  .minicart-logo-align {
    left: 2%;
    margin-right: 10%;
  }
  .headerRow {
    height: 51px;
    margin-top: 6px;
    margin-bottom: 4px;
  }
  .headerRow.header-refresh {
    height: auto;
  }
  .my-account-cart-container {
    width: 15%;
    justify-content: space-between;
  }
  .searchbar-logo-align {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  input#search {
    display: none;
  }
  #search_mini_form .form-control {
    border: none;
  }
  #search_mini_form button {
    border: none;
  }
  .minicart-logo-align {
    left: -5%;
  }
  .logo-hamburger-container {
    flex-direction: row-reverse;
    width: 55%;
    justify-content: inherit;
  }
  .searchbar-logo-align {
    width: 7%;
    position: absolute;
    left: 70px;
  }
  .headerRow.header-refresh {
    justify-content: space-between;
  }
  .mobile-logo-parent {
    width: 33%;
  }
  i.fa.fa-search {
    font-size: 25px;
    margin-top: -10%;
    padding-left: 0;
  }
  .searchbar-logo-container-desktop {
    width: 0%;
  }
  .my-account-cart-container {
    width: 110px;
    display: flex;
    justify-content: space-between;
  }
  .container-fluid.whiteback {
    padding: 0px !important;
  }
}
@media (max-width: 600px) {
  .logo-hamburger-container {
    width: 56%;
  }
}
@media (max-width: 560px) {
  .my-account-cart-container {
    margin-left: 0%;
  }
}
@media (max-width: 475px) {
  .logo-hamburger-container {
    width: 58%;
  }
}
@media (max-width: 369px) {
  .logo-hamburger-container {
    width: 61%;
  }
  .mobile-logo-parent {
    z-index: 5;
  }
}
@media (max-width: 360px) {
  .logo-hamburger-container {
    width: 61%;
  }
}
@media (max-width: 340px) {
  a.mini-logo {
    display: flex;
    justify-content: flex-end;
  }
  .my-account-cart-container {
    margin-left: 2%;
  }
  .logo-hamburger-container {
    width: 60%;
  }
}
@media (max-width: 280px) {
  a.mini-logo {
    display: flex;
    justify-content: flex-end;
  }
  .logo-hamburger-container {
    width: 73%;
  }
  .mobile-logo-parent div.logo-mobile a svg {
    width: 66px;
  }
}
/* Product Review Styles */
div.product-wapper-tab.clearfix > ul > li.item span {
  border-bottom: none;
}
