/* Template CSS */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');
html {
  font-size: 18px; }

body {
  font-family: 'Open Sans', sans-serif;
  color: #323232;
  background-color: white; }

button {
  font-size: 1rem;
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 0px;
  border: 1px solid #84582b;
  background-color: white;
  cursor: pointer;
  color: #84582b;
  font-weight: 700;
  margin: 0px 5px;
  white-space: nowrap; }

button:hover {
  background-color: #84582b;
  color: white; }

a, a:link, a:active, a:visited {
  color: #8e4d35;
  font-weight: 500;
  text-decoration: none; }

a:hover {
  color: #b18f1f;
  text-decoration: underline; }

a.button {
  padding: 5px 20px; }

h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  padding-top: 20px;
  margin-bottom: 20px;
  color: #84582b;
  text-transform: uppercase; }

h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  padding-top: 20px;
  margin-bottom: 20px;
  color: #323232;
  text-transform: uppercase; }

h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 20px;
  color: #323232; }

h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #84582b; }

h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #84582b;
  text-transform: uppercase; }

p {
  font-size: 0.9rem;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #323232; }

ul {
  list-style: disc;
  margin-left: 30px; }

ul li {
  margin-bottom: 5px;
  font-size: 0.8rem;
  line-height: 1.3;
  color: #787878; }

ol {
  list-style: decimal;
  margin-left: 30px; }

ol li {
  margin-bottom: 5px;
  font-size: 0.8rem;
  line-height: 1.3;
  color: #787878; }

#error_message {
  text-align: center;
  width: 600px;
  max-width: 100%;
  height: auto;
  padding: 20px 10px;
  color: #c00000;
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 100%);
  display: block;
  transition: all 0.5s;
  background-color: #323232;
  border: 4px solid #84582b;
  border-bottom: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-size: 1.2rem;
  font-weight: 700;
  z-index: 9000; }

#error_message.error-visible {
  bottom: 0px;
  transform: translate(-50%, 0); }

#_wrapper {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding-bottom: 330px; }

#_header {
  position: relative;
  height: 110px;
  background-color: #ebf5ff;
  width: 100%; }

#_header_content {
  position: relative;
  height: 110px;
  width: 90%;
  max-width: 1600px;
  margin: 0 auto; }

#_logo {
  height: 60px;
  position: absolute;
  top: 40px;
  left: 0px; }

#_logo img {
  height: 60px; }

#_logo_text {
  position: absolute;
  left: 0px;
  font-size: 16px;
  top: 10px;
  text-transform: uppercase;
  color: #8e4d35;
  font-family: 'Open Sans', sans-serif; }

#_header_center_right {
  position: absolute;
  top: 10px;
  right: 0px;
  font-size: 16px;
  top: 10px;
  text-transform: uppercase;
  color: #8e4d35;
  font-family: 'Open Sans', sans-serif; }

#_header_center_right a:first-child {
  padding-right: 40px; }

#_mobile_icon {
  display: none;
  cursor: pointer;
  top: 10px;
  right: 20px;
  position: absolute; }

#_mobile_icon span {
  color: #8e4d35;
  font-size: 24px; }

#_header_menu {
  height: 42px;
  width: 100%;
  background-color: #b18f1f;
  position: relative; }

#_header_navbar {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  z-index: 1000;
  position: relative;
  display: flex;
  align-content: flex-start; }

#_header_navbar ul {
  flex: 0 0 auto; }

#_top_navbar {
  display: inline-block; }

#_header_navbar ul {
  list-style: none;
  margin-left: 0px;
  z-index: 1000; }

#_header_navbar li {
  margin-bottom: 0; }

#_header_navbar li:hover {
  background-color: #f0f0f0; }

#_header_navbar li:hover a {
  text-decoration: none; }

#_header_navbar > ul > li:hover {
  background-color: inherit;
  color: #c8c8c8; }

#_header_navbar > ul > li:hover > a {
  color: #c8c8c8; }

#_header_navbar > ul > li {
  display: inline-block;
  position: relative;
  padding: 0px 20px;
  color: white;
  line-height: 42px;
  font-size: 1rem;
  cursor: pointer; }

#_header_navbar > ul:first-child > li:first-child {
  padding-left: 0; }

#_header_navbar > ul > li > a {
  color: white;
  white-space: nowrap;
  height: 42px;
  line-height: 42px;
  font-size: 1rem; }

#_header_navbar > ul > li > ul {
  min-width: 100%; }

#_header_navbar ul ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  border: 1px solid #787878;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  border-top: none;
  background-color: white; }

#_header_navbar ul ul ul {
  left: 100%;
  top: 0; }

#_header_navbar ul ul li {
  padding: 5px 20px;
  font-size: 0.9rem;
  position: relative; }

#_header_navbar ul ul li a {
  font-size: 0.9rem;
  white-space: nowrap; }

#_header_navbar > ul > li:hover > ul {
  display: block; }

#_header_navbar > ul > li > ul > li:hover > ul {
  display: block; }

#_top_navbar > ul {
  margin-left: 0px;
  list-style: none;
  margin-right: 20px; }

#_top_navbar > ul > li {
  display: inline-block;
  padding: 0 10px; }

#_top_navbar > ul > li > a:hover {
  color: white; }

#_top_navbar li {
  font-size: 1.2rem;
  font-weight: 500;
  color: #8e4d35;
  cursor: pointer;
  position: relative;
  text-align: left;
  text-transform: uppercase; }

#_top_navbar li a {
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase; }

#_top_navbar li:hover a {
  text-decoration: none; }

#_top_navbar ul ul {
  display: none;
  list-style: none;
  background-color: white;
  position: absolute;
  top: 100%;
  left: 0;
  margin-left: 15px; }

#_top_navbar ul ul li {
  white-space: nowrap;
  padding: 5px 20px; }

#_top_navbar ul li:hover ul {
  display: block; }

#_top_navbar ul ul li:hover {
  background-color: #f0f0f0; }

#_search_form_wrapper {
  position: absolute;
  right: 0px;
  bottom: 10px;
  height: 35px;
  white-space: nowrap; }

#_search_form_wrapper div {
  display: inline-block;
  position: relative; }

#search_text {
  color: #323232;
  border: 1px solid #8e4d35;
  border-radius: 4px;
  width: 400px;
  height: 35px;
  padding: 5px 10px;
  font-size: 1rem; }

#_search_products_submit {
  position: absolute;
  right: 10px;
  top: 50%;
  color: #84582b;
  transform: translate(0, -50%);
  font-size: 1.2rem;
  cursor: pointer; }

#search_text::-webkit-input-placeholder {
  color: #c8c8c8;
  text-align: left; }

#search_text:-moz-placeholder {
  color: #c8c8c8;
  text-align: left; }

#search_text::-moz-placeholder {
  color: #c8c8c8;
  text-align: left; }

#search_text:-ms-input-placeholder {
  color: #c8c8c8;
  text-align: left; }

#_wish_list_item_count_button {
  color: #8e4d35;
  cursor: pointer;
  text-align: center;
  padding: 5px 20px 5px 0; }

#_wish_list_item_count_button:hover {
  color: white; }

#_wish_list_item_count_button .fad {
  font-size: 1.4rem; }

#_wish_list_item_count_button .wish-list-item-count {
  font-size: 0.8rem; }

#_cart_item_count_button {
  color: #8e4d35;
  cursor: pointer;
  text-align: center;
  padding: 5px 20px 5px 20px; }

#_cart_item_count_button:hover {
  color: white; }

#_cart_item_count_button .fad {
  font-size: 1.4rem; }

#_cart_item_count_button .shopping-cart-item-count {
  font-size: 0.8rem; }

#_footer {
  height: 310px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: #87919b;
  border-bottom: 20px solid #232d37; }

#_footer_content {
  width: 80%;
  max-width: 1000px;
  color: white;
  display: flex;
  margin: 0 auto; }

#_footer_content p {
  color: white;
  font-size: 0.8rem; }

#_footer_content h5 {
  color: white; }

#_footer_content_left {
  flex: 0 0 60%;
  padding: 20px; }

#_footer_content_right {
  flex: 0 0 40%;
  padding: 20px;
  position: relative; }

p#_social_media span.fab {
  color: white;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
  background-color: #c8c8c8;
  margin-right: 10px; }

p#_social_media span.fa-twitter {
  background-color: #00aced; }

p#_social_media span.fa-google-plus-g {
  background-color: #dd4b39; }

p#_social_media span.fa-youtube {
  background-color: #b00; }

p#_social_media span.fa-facebook-f {
  background-color: #3b5998; }

p#_social_media span.fa-instagram {
  background-color: #3e433d; }

#_footer_menu_wrapper {
  position: absolute;
  top: 0px;
  right: 0px; }

#_footer_menus {
  display: flex; }

#_footer_menus ul {
  list-style: none;
  margin-left: 0;
  margin-right: 20px; }

#_footer_menus ul li {
  color: white; }

#_footer_menus ul li a {
  color: white; }

#_copyright {
  position: absolute;
  bottom: -20px;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 16px; }

.form-line {
  position: relative;
  margin: 5px 0 10px 0;
  width: 100%; }

.form-line input[type=text], .form-line input[type=password] {
  border-radius: 2px;
  max-width: 100%;
  font-size: 0.9rem;
  padding: 5px 10px;
  color: #646464; }

.form-line select {
  max-width: 100%; }

.form-line input[type=password] {
  max-width: 100%; }

.form-line label.checkbox-first-label {
  display: none; }
.form-line label {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600; }
.form-line label.checkbox-label {
  display: inline;
  margin-left: 20px;
  padding-left: 5px; }

.form-line label {
  display: block;
  padding-bottom: 4px;
  padding-top: 2px;
  font-size: 0.9rem;
  font-weight: 400;
  color: #787878;
  font-weight: 600; }

.form-line label.checkbox-label {
  float: none;
  display: inline;
  width: auto;
  text-align: left;
  padding-bottom: 0px;
  color: #646464;
  font-weight: 400; }

.form-line .textarea-wrapper {
  display: inline-block; }

.form-line textarea {
  width: 80%;
  width: 700px;
  height: 120px;
  padding: 5px;
  font-size: 0.8rem; }

.form-line .textarea-wrapper textarea {
  width: 80%; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0px;
  overflow: hidden;
  height: auto;
  margin: 0px auto;
  margin-bottom: 20px; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  width: 100%;
  height: 100%; }

#_main_content_wrapper {
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%; }

#_main_content {
  width: 90%;
  max-width: 1600px;
  min-height: 400px;
  margin: 0 auto;
  padding: 40px 0 80px 0; }

@media only screen and (max-width: 1200px) {
  #search_text {
    width: 300px; }
  #_footer_content {
    width: 100%; } }

@media only screen and (max-width: 1000px) {
  #_header_center_right a:first-child {
    display: none; }
  #_header_center_right a:first-child {
    padding-right: 20px; }
  #search_text {
    width: 200px; }
  p#_social_media span.fab {
    font-size: 20px;
    height: 30px;
    width: 30px;
    line-height: 30px; }
  #_footer_content p {
    font-size: 1rem; } }

@media only screen and (max-width: 800px) {
  #_wrapper {
    padding-bottom: 0px; }
  #_footer {
    position: relative;
    height: auto; }
  #_footer_content {
    display: block; }
  #_footer_menus ul li {
    font-size: 1rem; }
  #_logo_text {
    display: none; }
  #_logo {
    height: 40px;
    top: 10px; }
  #_logo img {
    height: 40px; }
  #_header_navbar {
    display: none;
    min-height: 100vh; }
  #_header_navbar > ul > li {
    padding: 0px 40px;
    font-size: 1.2rem; }
  #_header_navbar > ul > li > a {
    font-size: 1.2rem; }
  #_header_navbar li:hover {
    background-color: transparent; }
  #_header_navbar > ul:first-child > li:first-child {
    padding-left: 40px; }
  #_header_navbar > ul > li:first-child {
    padding-left: 40px; }
  #_header_navbar > ul > li > ul {
    display: none;
    position: relative;
    left: 0;
    top: 0;
    background-color: transparent; }
  #_header_navbar > ul > li:hover > ul {
    display: none; }
  #_header_navbar > ul > li.always-opened > ul {
    display: block; }
  #_header_navbar > ul > li.always-opened:hover > ul {
    display: block; }
  #_header_navbar > ul > li.opened > ul {
    display: block; }
  #_header_navbar > ul > li.opened:hover > ul {
    display: block; }
  #_header_navbar > ul > li > ul > li > ul {
    display: none;
    position: relative;
    left: 0;
    top: 10px;
    background-color: transparent; }
  #_header_navbar > ul > li > ul > li:hover > ul {
    display: none; }
  #_header_navbar > ul > li > ul > li.opened:hover > ul {
    display: block; }
  #_header_navbar > ul > li > ul > li.opened > ul {
    display: block; }
  #_header_navbar > ul > li.opened:hover > ul {
    display: block; }
  #_header_navbar > ul > li.opened > ul {
    display: block; }
  #_header_navbar > ul > li:hover {
    color: white; }
  #_mobile_icon {
    display: block; }
  #_header_center_right {
    font-size: 12px; }
  #_search_form_wrapper {
    right: auto;
    left: 50%;
    transform: translate(-50%, 0); }
  #_header_navbar {
    padding-top: 40px;
    display: block;
    position: absolute;
    left: -300px;
    top: -110px;
    background-color: #b18f1f;
    width: 300px;
    transition: 0.3s left; }
  #_header_menu.mobile-navbar #_header_navbar {
    left: 0px;
    transition: 0.3s left; }
  #_header_navbar > ul > li {
    display: block; }
  #_header_navbar li {
    display: block; }
  #_header_navbar ul ul {
    position: relative;
    border: none;
    box-shadow: none;
    background-color: transparent; }
  #_header_navbar ul ul li a {
    color: white;
    font-size: 1.2rem; }
  #_header_navbar ul ul li:hover a {
    color: white; } }

@media only screen and (max-width: 600px) {
  #_header_navbar ul li:last-child ul {
    left: auto;
    right: 0; } }

/* Mini-cart CSS */
#_shopping_cart_modal.shown {
  right: 0px; }

#_shopping_cart_modal.disabled {
  right: -350px; }

#_shopping_cart_modal {
  background-color: #e0e0e0;
  bottom: 0;
  height: 100vh;
  position: fixed;
  right: -350px;
  top: 0;
  transition: right 0.5s;
  width: 350px;
  z-index: 9999;
  border-left: 4px solid #b4b4b4; }

.shopping-cart-modal-content {
  height: 100vh;
  display: flex;
  flex-direction: column;
  background: #fff; }

@media only screen and (max-width: 800px) {
  #_shopping_cart_modal {
    height: 90vh; }
  .shopping-cart-modal-content {
    height: 90vh;
    border-bottom: 4px solid #b4b4b4; } }

#_shopping_cart_modal .shopping-cart-modal-content #mini_cart_header {
  align-items: center;
  background: #84582b;
  color: #000;
  height: 50px;
  justify-content: center;
  position: relative;
  padding: 0px 20px;
  flex: 0 0 auto; }

#_shopping_cart_modal .shopping-cart-modal-content #mini_cart_header h3 {
  font-size: 1.2em;
  text-align: left;
  text-transform: uppercase;
  line-height: 50px;
  padding: 0px;
  margin: 0px; }

#_shopping_cart_modal .shopping-cart-modal-content #mini_cart_content {
  background: white;
  color: #4c4c4c;
  flex: 1 1 auto;
  overflow: scroll; }

#_shopping_cart_modal .shopping-cart-modal-content #_mini_cart_footer {
  background: #111;
  color: #fff;
  line-height: 20px;
  width: 100%;
  z-index: 1;
  flex: 0 0 auto; }

#_shopping_cart_modal .shopping-cart-modal-content #_mini_cart_footer .cart-footer-detail:first-child {
  padding-top: 10px; }

#_shopping_cart_modal .shopping-cart-modal-content #_mini_cart_footer .cart-footer-detail {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0 15px 10px;
  font-size: 1.2em;
  font-weight: 800; }

#_shopping_cart_modal .shopping-cart-modal-content #_mini_cart_footer .checkout-button-wrapper {
  display: flex;
  padding: 0px; }

#_shopping_cart_modal .shopping-cart-modal-content #_mini_cart_footer .checkout-button-wrapper a {
  width: 100%;
  margin: 0; }

#_shopping_cart_modal .shopping-cart-modal-content #_mini_cart_footer #_checkout_button {
  background-color: #84582b;
  color: #000;
  width: 100%;
  padding: 15px 0px;
  border-radius: 0;
  border: none;
  margin: 0; }

#_shopping_cart_modal .shopping-cart-modal-content #_mini_cart_footer #_checkout_button:hover {
  background-color: #000;
  color: white; }

#_shopping_cart_modal .shopping-cart-modal-content #_close_mini_cart_button {
  background: none;
  border: none;
  color: #000;
  font-size: 14px;
  right: 0px;
  top: 50%;
  transform: translate(0px, -50%);
  position: absolute;
  right: 0; }

#_shopping_cart_modal .shopping-cart-modal-content .shipping-tax {
  margin-bottom: 20px;
  text-align: center; }

#_shopping_cart_modal .shopping-cart-modal-content div.mini-cart-item-wrapper {
  background: #f4f4f4;
  list-style: none;
  margin: 0;
  height: 130px;
  overflow-y: auto;
  padding: 0;
  background: white;
  border-bottom: 1px solid #e5e5e5; }

#_shopping_cart_modal .shopping-cart-modal-content div.mini-cart-item-wrapper .mini-cart-item-line {
  display: flex;
  width: 100%; }

#_shopping_cart_modal .shopping-cart-modal-content div.mini-cart-item-wrapper .mini-cart-item-line div {
  padding: 5px;
  flex: 1 1 auto; }

#_shopping_cart_modal .shopping-cart-modal-content div.mini-cart-item-wrapper .mini-cart-item-image {
  width: 80px;
  height: 80px;
  padding: 5px;
  flex: 0 0 auto; }

#_shopping_cart_modal .shopping-cart-modal-content div.mini-cart-item-wrapper .mini-cart-item-image img {
  max-width: 70px;
  max-height: 70px; }

#_shopping_cart_modal .shopping-cart-modal-content div.mini-cart-item-wrapper .mini-cart-item-description {
  max-height: 70px;
  overflow: hidden; }

#_shopping_cart_modal .shopping-cart-modal-content div.mini-cart-item-wrapper .mini-cart-item-quantity {
  text-align: center;
  padding: 0px;
  vertical-align: middle; }

#_shopping_cart_modal .shopping-cart-modal-content div.mini-cart-item-wrapper .mini-cart-item-quantity span {
  margin: 0px 5px;
  display: inline-block; }

#_shopping_cart_modal .shopping-cart-modal-content div.mini-cart-item-wrapper .mini-cart-item-quantity span.mini-cart-item-quantity-number {
  vertical-align: top;
  background: #d2d2d2;
  padding: 5px 10px;
  border-radius: 3px; }

#_shopping_cart_modal .shopping-cart-modal-content div.mini-cart-item-wrapper .mini-cart-item-quantity input.mini-cart-item-quantity-number {
  background: #d2d2d2;
  padding: 5px 10px;
  border-radius: 3px;
  width: 40px;
  text-align: center;
  border: none;
  font-size: 1rem; }

#_shopping_cart_modal .shopping-cart-modal-content div.mini-cart-item-wrapper .mini-cart-item-decrease-quantity, #_shopping_cart_modal .shopping-cart-modal-content div.mini-cart-item-wrapper .mini-cart-item-increase-quantity {
  cursor: pointer;
  padding: 4px;
  position: relative;
  top: 4px; }

#_shopping_cart_modal .shopping-cart-modal-content div.mini-cart-item-wrapper .mini-cart-item-line div.mini-cart-item-price {
  padding-right: 20px;
  font-size: 1.3rem;
  font-weight: 700; }

/* Retail Store CSS */
#_main_content #results_count_wrapper {
  color: #84582b; }
#_main_content #sidebar_filter_title {
  background-color: #84582b;
  color: black; }
#_main_content .catalog-item {
  margin: 10px;
  float: left;
  border: 1px solid #c8c8c8;
  padding: 20px;
  line-height: 1.2;
  max-width: 280px; }
#_main_content .catalog-item .button-subtext {
  display: none; }
#_main_content .catalog-item.map-priced-product .button-subtext {
  display: inline; }
#_main_content .catalog-item.out-of-stock-product .button-subtext {
  display: inline;
  white-space: pre-line; }
#_main_content .catalog-item-description {
  font-size: 1.1rem;
  text-align: center;
  font-weight: 700;
  height: 110px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px; }
#_main_content .catalog-item-description:after {
  background: linear-gradient(rgba(0, 0, 0, 0), black); }
#_main_content .catalog-item-thumbnail img {
  max-height: 116px; }
#_main_content .catalog-item-thumbnail {
  background-color: white;
  border: 2px solid #84582b; }
#_main_content #specifications_table tr:nth-child(odd) {
  background-color: #84582b; }
#_main_content #_tab_container ul#_tab_nav li {
  background-color: #787878; }
#_main_content #_tab_container ul#_tab_nav li.active {
  background-color: #84582b; }
#_main_content #reviews_section a {
  background-color: #84582b;
  color: black;
  border: 1px solid #84582b; }
#_main_content #reviews_section a:hover {
  background-color: black;
  color: #84582b;
  text-decoration: none; }
#_main_content .catalog-item-out-of-stock {
  display: none; }
#_main_content .out-of-stock-product .catalog-item-out-of-stock {
  display: block; }
#_main_content .out-of-stock-product .catalog-item-add-to-cart {
  display: none; }




/* PHP Page CSS */
#_site_search_link {
margin: 0 0 10px 50px;
font-size: 0.7rem;
padding: 0; }
.catalog-item-compare-wrapper {
text-align: center; }
#_search_results_outer label.checkbox-label.catalog-item-compare-label {
font-size: 0.8rem;
padding-left: 10px; }
button.catalog-item-compare-button {
padding: 2px 8px;
font-size: 0.6rem;
height: auto;
font-weight: 300;
margin-left: 20px;
width: auto; }
.catalog-item.catalog-list-item {
float: none;
width: 100%;
max-width: 100%;
display: flex;
height: auto;
margin: 0 0 5px 0;
padding: 10px 0;
border: 1px solid #b4b4b4; }
.catalog-item.catalog-list-item:hover {
border: 1px solid #b4b4b4; }
.catalog-item.catalog-list-item .catalog-item-thumbnail a {
height: 100%;
display: block;
position: relative; }
.catalog-item.catalog-list-item > div {
flex: 0 0 15%;
padding: 0; }
.catalog-item.catalog-list-item > div.click-product-detail {
flex: 0 0 35%; }
.catalog-item.catalog-list-item > div.catalog-item-button-wrapper {
flex: 0 0 35%;
display: flex;
justify-content: flex-start; }
.catalog-item.catalog-list-item > div.catalog-item-button-wrapper > div {
padding: 0;
margin: 0 20px 0 0;
flex-grow: 0; }
.catalog-item.catalog-list-item .catalog-item-thumbnail {
height: auto;
min-height: 0;
border: none;
padding: 0;
margin: 0; }
.catalog-item.catalog-list-item .catalog-item-description {
text-align: left;
height: auto;
max-height: none;
padding-top: 5px; }
.catalog-item.catalog-list-item button {
font-size: 0.6rem;
display: block;
padding: 5px 20px;
width: auto;
height: auto;
margin: 0;
line-height: 1.2;
min-height: 40px; }
.catalog-item.catalog-list-item button span.button-subtext {
font-size: 0.6rem; }
.catalog-item.catalog-list-item .catalog-item-thumbnail img {
max-width: 70px;
max-height: 50px;
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: block; }
.catalog-item.catalog-list-item .catalog-item-description:after {
display: none; }
#result_display_type_wrapper {
width: 120px;
max-width: 120px; }
#result_display_type_wrapper span {
font-size: 30px;
cursor: pointer;
position: absolute;
top: 50%;
left: 30%;
transform: translate(-50%, -50%);
color: #c8c8c8; }
#result_display_type_wrapper span:last-child {
left: 70%; }
#result_display_type_wrapper span.selected {
color: #007d00; }
#result_display_type_wrapper span:hover {
color: #646464; }
#hide_out_of_stock_wrapper {
text-align: left;
padding-left: 10px; }
#available_in_store_today_wrapper {
text-align: left;
padding-left: 10px; }
#_search_result_details_wrapper {
position: relative;
padding: 20px; }
#_search_result_close_details_wrapper {
position: absolute;
top: 30px;
left: 30px;
width: 40px;
height: 40px;
cursor: pointer; }
#_search_result_close_details_wrapper span {
color: #c8c8c8;
font-size: 1.6rem; }
#location_availability_wrapper {
display: block;
text-align: right; }
#reload_cache {
font-size: 1.2rem;
cursor: pointer;
position: relative;
margin: 5px 20px 0 10px; }
#_search_results_outer {
flex: 1 1 auto; }
#_search_results {
padding: 0 20px; }
#results_count_wrapper {
background: none;
color: #05396b;
font-size: 1.5rem;
font-weight: 700;
text-align: left; }
#_search_controls {
padding: 10px;
border: 1px solid rgba(177, 177, 177, 0.44);
margin: 0 20px 20px 20px;
background: #fff;
box-shadow: 0 1px 0.5px 0 rgba(177, 177, 177, 0.44);
border-radius: 3px;
display: flex;
justify-content: flex-start; }
#_search_controls div {
padding-right: 20px;
position: relative; }
#_search_results_outer select {
width: auto;
max-width: 250px;
border: 1px solid #e0e0e0;
color: black;
font-family: 'Muli', serif;
font-size: 1rem;
font-weight: normal;
margin: 0;
padding: 5px;
border-radius: 3px;
background: #fbfbfb;
height: 34px; }
#_search_results_outer label {
margin-right: 20px;
font-weight: 700; }
#_search_results_outer label.checkbox-label {
padding: 0;
margin: 0; }
#_search_results_outer select.page-number {
margin: 0 10px; }
#bottom_paging_control_wrapper {
text-align: center;
padding-bottom: 40px; }
#_bottom_paging_control_pages {
margin: 0 10px; }
#_bottom_paging_control_pages a {
margin: 0 10px;
font-weight: 300; }
#_bottom_paging_control_pages a.current-page {
font-weight: 900;
font-size: 150%; }
#bottom_paging_control_wrapper select.page-number {
margin: 0 10px;
height: 34px; }
#_top_paging_control_pages {
margin: 0 10px; }
#_top_paging_control_pages a {
margin: 0 10px;
font-weight: 300; }
#_top_paging_control_pages a.current-page {
font-weight: 900;
font-size: 150%; }
#top_paging_control_wrapper select.page-number {
margin: 0 10px;
height: 34px; }
#results_wrapper {
display: flex;
width: 100%;
padding: 0 20px; }
#filter_sidebar {
flex: 0 0 300px;
border: 1px solid #c8c8c8;
margin: 0 0 20px 20px;
background: #fff;
box-shadow: 0 1px 0.5px 0 rgba(177, 177, 177, 0.44);
border-radius: 3px;
max-width: 300px; }
#sidebar_filter_title {
padding: 20px;
background-color: #c8c8c8;
width: 100%;
color: #ffffff;
font-family: 'Muli', sans-serif;
font-weight: 700;
text-transform: uppercase;
position: relative; }
#results_count_wrapper {
margin: 0 auto 20px auto;
padding: 20px 40px;
text-transform: uppercase; }
h2#results_count_wrapper span {
font-size: inherit; }
h2#results_count_wrapper span.results-count {
font-size: 2.4rem; }
#sidebar_filters {
margin-top: 10px; }
#_selected_filter_wrapper {
border-bottom: 1px solid #c8c8c8;
padding-bottom: 20px;
margin: 0 20px 10px 20px; }
#_selected_filter_wrapper h3 {
text-align: left;
margin-left: auto;
margin-right: auto;
font-size: 1.2rem;
color: #323232;
position: relative;
padding: 20px; }
#_selected_filter_wrapper h3 span {
position: absolute;
right: 0;
top: 50%;
transform: translate(0px, -50%); }
.sidebar-filter {
padding: 0;
width: 100%;
border-bottom: 1px solid #c8c8c8; }
.sidebar-filter h3 {
text-align: left;
font-size: 1rem;
font-weight: 700;
position: relative;
margin: 0 auto;
color: #323232;
padding: 5px 10px;
cursor: pointer; }
.sidebar-filter h3 span {
position: absolute;
right: 10px;
top: 50%;
transform: translate(0px, -50%);
font-size: 1.2rem; }
.sidebar-filter h3 span.fa-plus {
display: inline; }
.sidebar-filter h3 span.fa-minus {
display: none; }
.sidebar-filter.opened h3 span.fa-plus {
display: none; }
.sidebar-filter.opened h3 span.fa-minus {
display: inline; }
.sidebar-filter div.filter-options {
display: none;
padding-bottom: 10px; }
.sidebar-filter.opened div.filter-options {
display: block; }
.sidebar-filter input[type=text] {
font-size: 0.9rem;
padding: 5px 10px;
height: auto;
width: 100%;
max-width: 100%;
margin: 0; }
.sidebar-filter p {
font-size: 0.9rem;
font-weight: 300; }
.sidebar-filter div label {
font-weight: 300;
font-size: 0.9rem;
white-space: normal;
display: block;
flex: 1 1 auto;
line-height: 1.2;
cursor: pointer; }
.sidebar-filter div.filter-checkboxes {
margin-top: 5px;
max-height: 150px;
overflow: auto; }
.sidebar-filter div.filter-options div.filter-option {
margin: 0;
display: flex;
align-items: center; }
.sidebar-filter div.filter-option-checkbox {
padding: 0 10px 4px 10px;
flex: 0 0 auto; }
.sidebar-filter div.filter-option-label {
flex: 1 1 auto; }
div.selected_filters span.reductive-count {
display: none; }
div.selected-filter {
width: auto;
padding: 8px 16px;
font-size: 0.8rem;
cursor: pointer;
font-weight: 900;
background-color: #f0f0f0;
border-radius: 15px;
display: inline-block;
margin: 0 10px 10px 0; }
div.selected-filter .filter-text-value {
font-weight: 400; }
div.selected-filter span.fa-times-circle {
margin-left: 10px;
color: #009600;
font-weight: 900;
font-size: 1rem; }
div.selected-filter.not-removable span.fa-times-circle {
display: none; }
.sidebar-filter.no-filter-text p.filter-text-filter-wrapper {
display: none; }
p.filter-text-filter-wrapper {
margin: 0 auto;
width: 90%; }
#_product_details_content {
font-family: 'Muli', serif;
width: 100%;
margin: 20px auto;
padding-bottom: 20px; }
#_product_details_wrapper {
display: flex;
margin-bottom: 20px; }
#_product_details_image {
flex: 1 1 50%;
text-align: center;
padding: 20px;
position: relative;
min-height: 300px; }
#_product_details_image img {
max-height: 300px;
max-width: 90%;
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); }
#_product_details {
flex: 1 1 50%;
font-size: 1.4rem; }
#_product_details div {
margin-bottom: 10px;
color: #585757; }
#_product_details_description {
font-size: 1.8rem;
margin-bottom: 30px; }
#_product_details_full_page {
width: 90%;
margin: 0 auto 50px auto; }
#_product_details_detailed_description {
width: 90%;
margin: auto;
font-size: 1.2rem; }
#_product_details_detailed_description p {
letter-spacing: 1.5px;
color: #585757; }
#_product_details_content h3 {
width: 90%;
margin: auto;
display: none; }
#_product_details_specifications_wrapper {
margin: 10px 0;
display: none; }
#_product_details_price_wrapper {
margin: 20px 0;
font-size: 1.6rem; }
#_product_details_price {
font-size: 2rem;
font-weight: 600; }
#_product_details_quantity {
text-align: right;
padding: 5px 10px;
border-radius: 4px;
margin-right: 10px;
width: 80px;
font-size: 1.2rem; }
#_product_details_buttons {
margin-top: 10px;
display: flex;
flex-direction: column;
width: 50%; }
#_product_details_buttons button {
width: auto;
margin-bottom: 10px;
margin-right: 10px;
font-family: 'Black Ops One', sans-serif; }
#_product_details_brand {
text-transform: uppercase; }
#_product_details_product_code {
text-transform: uppercase; }
#_product_details_quantity_wrapper {
text-transform: uppercase; }
.product-details-specification {
display: flex;
width: 50%;
margin: 0 60px; }
.product-details-specification div {
flex: 0 0 50%;
padding: 8px 10px;
box-shadow: 1px 0 0 0 gainsboro, 0 1px 0 0 #dcdcdc, 1px 1px 0 0 #dcdcdc, 1px 0 0 0 #dcdcdc inset, 0 1px 0 0 #dcdcdc inset; }
.product-details-specification:nth-child(odd) {
background-color: gainsboro; }
@media (max-width: 1400px) {
#_search_controls div {
padding-right: 10px; }
#_search_results_outer label {
margin-right: 10px; }
#_search_results_outer label {
display: block; }
#_search_results_outer select {
height: 24px;
margin-top: 4px; }
#_search_controls div#paging_control_wrapper {
padding-top: 15px; } }
@media (max-width: 1000px) {
#_search_controls {
display: block; }
#_search_controls div {
margin-bottom: 10px; }
#_search_controls div#paging_control_wrapper {
padding-top: 0; } }
@media (max-width: 800px) {
#_product_details_wrapper {
flex-direction: column; }
#_product_details_image {
min-height: 150px; }
#_product_details_buttons {
width: 100%; }
#_product_details_image img {
max-height: 300px;
max-width: 90%;
display: block;
position: relative;
top: 0;
left: 0;
transform: none;
margin: auto; }
#_product_details_buttons {
margin-right: 0; }
#_product_details_content h3 {
text-align: center; }
.product-details-specification {
width: 80%;
margin: auto; }
#sidebar_filters {
max-height: 300px;
overflow-y: scroll; } }
@media (max-width: 625px) {
#results_wrapper {
flex-direction: column; }
#_search_controls {
margin: 10px 0; } }
@media (max-width: 800px) {
#filter_sidebar {
margin: 0; }
#_product_details_description {
font-size: 1.5rem;
font-weight: 600; }
#_product_details_buttons button {
margin-bottom: 5px;
margin-right: 0; }
#category_banner h1 {
font-size: 3rem; } }
#_product_details_content {
width: 100%;
margin: 20px auto;
padding-bottom: 20px; }
#_product_details_wrapper {
margin-bottom: 20px; }
#_product_details_image {
text-align: center;
padding: 20px;
position: relative;
min-height: 300px; }
#_product_details_image img {
max-height: 300px;
max-width: 90%;
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); }
#_product_details {
font-size: 1.4rem;
display: block; }
#_product_details div {
margin-bottom: 10px;
color: #585757; }
#_product_details_description {
font-size: 1.8rem;
margin-bottom: 30px; }
#_product_details_full_page {
width: 90%;
margin: 0 auto 50px auto; }
#_product_details_detailed_description {
width: 90%;
margin: auto;
font-size: 1.2rem; }
#_product_details_detailed_description p {
letter-spacing: 1.5px;
color: #585757; }
#_product_details_content h3 {
width: 90%;
margin: auto; }
#_product_details_specifications_wrapper {
margin: 10px 0; }
#_product_details_price_wrapper {
margin: 20px 0;
font-size: 1.6rem; }
#_product_details_price {
font-size: 2rem;
font-weight: 600; }
#_product_details_quantity {
text-align: right;
padding: 5px 10px;
border-radius: 4px;
margin-right: 10px;
width: 80px;
font-size: 1.2rem; }
#_product_details_buttons {
margin-top: 10px;
display: flex;
flex-direction: column;
width: 50%; }
#_product_details_buttons button {
width: auto;
margin-bottom: 10px;
margin-right: 10px;
font-family: 'Black Ops One', sans-serif; }
#_product_details_brand {
text-transform: uppercase; }
#_product_details_product_code {
text-transform: uppercase; }
#_product_details_quantity_wrapper {
text-transform: uppercase; }
.product-details-specification {
display: flex;
width: 50%;
margin: 0 60px; }
.product-details-specification div {
flex: 0 0 50%;
padding: 8px 10px;
box-shadow: 1px 0 0 0 gainsboro, 0 1px 0 0 #dcdcdc, 1px 1px 0 0 #dcdcdc, 1px 0 0 0 #dcdcdc inset, 0 1px 0 0 #dcdcdc inset; }
.product-details-specification:nth-child(odd) {
background-color: gainsboro; }
#specifications_table tbody tr td.specification-name {
font-weight: 600; }
@media (max-width: 800px) {
#_product_details_wrapper {
flex-direction: column; }
#_product_details_image {
min-height: 150px; }
#_product_details_buttons {
width: 100%; }
#_product_details_image img {
max-height: 300px;
max-width: 90%;
display: block;
position: relative;
top: 0;
left: 0;
transform: none;
margin: auto; }
#_product_details_buttons {
margin-right: 0; }
#_product_details_content h3 {
text-align: center; }
.product-details-specification {
width: 80%;
margin: auto; }
#_search_controls select {
margin-right: 20px; } }
@media (max-width: 625px) {
#_search_controls {
margin: 10px 0; } }
@media only screen and (max-width: 800px) {
#_product_details_description {
font-size: 1.5rem;
font-weight: 600; }
#_product_details_buttons button {
margin-bottom: 5px;
margin-right: 0; } }
#_search_results_wrapper {
display: flex;
flex-wrap: wrap; }
.catalog-item {
width: 280px;
margin: 0 20px 20px 0;
border: 1px solid #c8c8c8;
padding: 20px;
line-height: 1.2;
background: #fff; }
.catalog-item:hover {
box-shadow: 0 1px 5px #aaa;
border: 1px solid rgba(68, 68, 68, 0.62); }
.catalog-item .info-label {
font-size: 90%;
margin-right: 10px; }
.catalog-item img {
max-width: 100%; }
.click-product-detail {
cursor: pointer; }
.click-product-detail a:hover {
color: #8c8c8c; }
.catalog-item-description {
font-size: 1.1rem;
text-align: center;
font-weight: 700;
height: 110px;
overflow: hidden;
position: relative; }
.catalog-item-description:after {
content: "";
position: absolute;
top: 90px;
left: 0;
height: 20px;
width: 100%;
background: linear-gradient(rgba(255, 255, 255, 0), white); }
.catalog-item-detailed-description {
font-size: 0.8rem;
margin-bottom: 10px;
height: 100px;
overflow: hidden;
position: relative; }
.catalog-item-detailed-description:after {
content: "";
position: absolute;
top: 60px;
left: 0;
height: 40px;
width: 100%;
background: linear-gradient(rgba(255, 255, 255, 0), white); }
.catalog-item-price-wrapper {
font-size: 1.5rem;
font-weight: 700;
margin-bottom: 20px;
margin-top: 10px;
text-align: center; }
.catalog-item-thumbnail {
text-align: center;
margin-bottom: 10px;
height: 120px;
position: relative; }
.catalog-item-thumbnail img {
max-height: 120px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
cursor: zoom-in; }
.catalog-item-out-of-stock {
padding: 5px;
text-align: center; }
.catalog-item-add-to-cart {
padding: 5px;
text-align: center; }
.catalog-item-add-to-wishlist {
padding: 5px;
text-align: center; }
.button-subtext {
display: none; }
.map-priced-product .button-subtext {
display: inline; }
.out-of-stock-product .button-subtext {
display: inline;
white-space: pre-line; }
.catalog-item-out-of-stock {
display: none; }
.out-of-stock-product .catalog-item-out-of-stock {
display: block; }
.out-of-stock-product .catalog-item-add-to-cart {
display: none; }
.out-of-stock-product .catalog-item-location-availability {
display: none; }
.catalog-item-credova-financing {
text-align: center; }
.product-search-sezzle-wrapper {
text-align: center; }
#_product_search_how_sezzle_works_wrapper {
display: none;
position: fixed;
z-index: 9995;
top: 0;
left: 0;
right: 0;
bottom: 0;
justify-content: center;
background-color: rgba(0, 0, 0, 0.5);
overflow-y: auto; }
#_product_search_how_sezzle_works_wrapper > div {
width: 1024px;
position: relative;
background-color: white;
padding: 3rem 2rem;
margin: 40px auto; }
#_product_search_how_sezzle_works_wrapper .close-btn {
position: absolute;
right: 1rem;
top: 1rem;
cursor: pointer; }
#_product_search_how_sezzle_works_content .sezzle-container section .breakdown-row .breakdown {
font-size: 18px; }
#_product_search_how_sezzle_works_content .sezzle-container section .breakdown-row .breakdown span {
font-size: 14px; }
.catalog-item-ordered {
text-align: center; }
@media only screen and (max-width: 1050px) {
#result_display_type_wrapper {
display: none; } }


/* Page CSS */
#_main_content {
width: 100%;
padding: 0; }
#sidebar_filter_title h5 span.show-span, #sidebar_filter_title h5 span.hide-span {
display: none;
margin-left: 40px;
text-decoration: none;
font-size: 1.2rem;
float: right;
color: white;
cursor: pointer; }
#filters_wrapper {
transition: height 0.4s;
overflow: hidden; }
#sidebar_filter_title h5 {
margin: 0; }
#_search_results_wrapper .catalog-list-item {
width: 100%;
max-width: 100%; }
#_search_results_wrapper .catalog-item-price-wrapper {
text-align: left; }
#_search_results_outer select {
font-family: inherit; }
#_search_results_wrapper button.catalog-item-compare-button {
min-height: initial;
font-size: 0.7em;
width: initial;
border: 0;
background: #646464;
padding: 5px;
font-weight: 700; }
#_search_results_wrapper .catalog-item-compare-wrapper {
text-align: left; }
#_main_content #_search_results_wrapper .catalog-item.catalog-list-item button {
min-height: 50px; }
#_main_content .catalog-item.catalog-list-item .catalog-item-description {
font-size: 1.1rem;
text-align: left;
font-weight: 700;
height: auto;
text-transform: uppercase;
overflow: hidden;
position: relative;
margin-bottom: 10px;
padding: 10px; }
#_search_results_wrapper button.catalog-item-description {
font-size: 1.1rem;
text-align: left;
font-weight: 700;
text-transform: uppercase;
overflow: hidden;
position: relative;
margin-bottom: 10px;
height: 2.5rem; }
#_search_results_outer select {
font-family: inherit;
height: auto; }
@media (max-width: 650px) {
sidebar_filters {
max-height: 300px;
overflow-y: scroll; }
#filter_sidebar #filters_wrapper {
height: 0;
transition: height 0.4s; }
#filter_sidebar.expanded #filters_wrapper {
height: 390px; }
#filter_sidebar {
flex: 0 0 auto;
max-width: 100%; }
#sidebar_filter_title h5 span.hide-span {
display: none; }
#sidebar_filter_title h5 span.show-span {
display: inline-block; }
#filter_sidebar.collapsed #sidebar_filter_title h5 span.show-span {
display: none; }
#filter_sidebar.collapsed #sidebar_filter_title h5 span.hide-span {
display: inline-block; } }


#corey-search-trigger,
.corey-search-trigger {
cursor: pointer;
}
#corey-search-trigger *,
.corey-search-trigger * {
pointer-events: none;
}
@media screen and (max-width: 768px) {
#search_text_mobile,
.corey-search-trigger input,
.corey-search-trigger input[type="text"],
.search-mobile input,
.search-mobile input[type="text"] {
font-size: 16px !important;
}
}