@charset "UTF-8";
body {
  background-color: #222;
  color: #FFF;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
body .site-container {
  max-width: 1400px;
  margin: auto;
  background-color: #FFF;
  color: #000;
}
body a {
  color: #000;
  text-decoration: underline;
  transition-duration: 0.2s;
}
body a a.cta[class^="cta reveal_open_"], body a.generic-button-2021 {
  background-color: transparent;
  border: 2px solid #000;
  padding: 10px 25px;
  color: #595959;
  font-size: 2.4rem;
  text-decoration: none;
  border-radius: 3px;
  font-family: "Oswald";
}
body a.generic-buy-button-2021 {
  color: #FFF;
  background-color: #e2a911;
  padding: 10px 25px;
  font-size: 2.4rem;
  text-decoration: none;
  border-radius: 3px;
  font-family: "Oswald";
  border: 2px solid #e2a911;
}
body a.find-a-dealer-button {
  color: #FFF;
  background-color: #333;
  padding: 10px 25px;
  font-size: 2.4rem;
  text-decoration: none;
  border-radius: 3px;
  font-family: "Oswald";
  border: 2px solid #000;
}
@media (min-width: 768px) {
  body a.ygg-fad-button {
    margin-left: 8px;
  }
}

.main-content {
  margin-top: 20px;
  min-height: 50vh;
}

.button {
  background-color: #e5e5e5;
  border-radius: 3px;
  border: none;
  color: #595959;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin-top: 0;
  padding: 0 10px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  width: auto;
}

.img-responsive {
  display: inline-block;
}

/*Show top nav when scrolling up styles Starts*/
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 1400px;
  transition: top 0.5s ease-in-out;
}

.main-content {
  margin-top: 90px;
}

.nav-up {
  top: -85px;
}

/*Show top nav when scrolling up styles Ends*/
.grecaptcha-badge {
  bottom: 70px !important;
}

/* shows elements only for US visitors */
.us-visible {
  display: none;
}

body.g_US .us-visible {
  display: initial;
}

/* shows elements only for US visitors ends */
/* hides omacro tab not used */
.oma-tabs {
  display: none !important;
}

/* hides omacro tab not used ends */
#account-nav {
  padding-left: 30px;
}
#account-nav a {
  text-decoration: none;
}
#account-nav h4 {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 5px;
}
#account-nav ul {
  padding: 0;
  list-style: none;
}
#account-nav ul li {
  padding: 0;
}

#account-content {
  padding: 0 30px;
}

#search-subnav-container,
#account-subnav-container {
  display: none;
}

#topnav-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: #FFF;
  border-radius: 0;
  z-index: 200;
  color: #000;
  flex-direction: column;
  border: none;
}
#topnav-container a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  display: flex;
  align-items: center;
}
#topnav-container .logo img {
  max-width: 400px;
  width: fit-content;
}
@media (max-width: 767px) {
  #topnav-container .logo img { /* xs */
    max-width: 200px;
  }
}
@media (min-width: 768px) {
  #topnav-container .logo img {
    max-width: 300px;
  }
}
#topnav-container .logo-container {
  width: fit-content;
  margin-left: 20px;
  display: flex;
}
#topnav-container .nav-container-new {
  width: 100%;
  display: flex;
  min-height: 85px;
  padding-bottom: 0px;
  margin-top: 0px;
}
#topnav-container #page-header-container .product-title a {
  text-transform: none;
  font-size: 2.2rem;
}
#topnav-container #page-header-container {
  width: 100%;
}
#topnav-container #page-header-container a {
  color: #e5e5e5;
  text-decoration: none;
  font-weight: 300;
  font-size: 1.4rem;
}
#topnav-container #page-header-container .links-bar a {
  text-transform: uppercase;
}

#global-topnav {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  width: fit-content;
  margin-right: 20px;
}
#global-topnav #nav-links {
  padding: 10px 0;
  margin: 0;
  text-wrap: nowrap;
}
#global-topnav #nav-links li {
  padding-left: 15px;
  position: relative;
}
#global-topnav #nav-links a {
  padding: 0;
}
#global-topnav #nav-links .icon > a {
  font-size: 1.5em;
}
#global-topnav #nav-links dt {
  padding-top: 15px;
  border-bottom: 1px solid;
  margin-bottom: 5px;
}
#global-topnav ul {
  display: inline-flex;
  list-style: none;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  #global-topnav ul {
    padding-left: 0;
    margin-left: 0;
  }
}
#global-topnav ul li {
  padding-left: 30px;
  padding-top: 10px;
}
#global-topnav #category-links {
  margin: 0px;
  padding: 0px;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
}
#global-topnav #category-links li {
  position: relative;
}
#global-topnav #category-links li ul {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 45px;
  left: 0px;
  background: #CCC;
  z-index: 100;
  align-items: flex-end;
  transition-duration: 0.2s;
  transition-property: opacity;
}
#global-topnav #category-links li ul.noshow {
  opacity: 0;
  display: none;
}
#global-topnav #category-links li ul li {
  padding: 5px 11px;
}
#global-topnav #account-subnav-container {
  z-index: 100;
  display: none;
  position: absolute;
  background-color: #000;
  min-height: 225px;
  top: 40px;
  right: -15px;
  padding: 10px 20px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
}
#global-topnav #account-subnav-container .nav-greeting {
  display: flex;
  text-wrap: nowrap;
}
#global-topnav #account-subnav-container .nav-greeting a {
  padding-left: 10px;
  font-size: 0.8em;
  text-decoration: underline;
  align-self: center;
}
#global-topnav #account-subnav-container .account-form-container {
  color: #BBB;
}
#global-topnav #account-subnav-container .account-form-container a {
  color: #BBB;
}
#global-topnav #account-subnav-container .account-form-container form {
  display: flex;
  flex-direction: column;
}
#global-topnav #account-subnav-container .account-form-container form input[type=text], #global-topnav #account-subnav-container .account-form-container form input[type=password] {
  background-color: #2e2e2e;
  height: 50px;
  line-height: 100%;
  border: 1px solid #4d4d4d;
  width: 250px;
  padding-left: 10px;
  color: #a0a0a0;
  border-radius: 0px;
  display: block;
}
#global-topnav #account-subnav-container .account-form-container form .nav-login-form-fields {
  display: inline-block;
}
#global-topnav #account-subnav-container .account-form-container form .nav-login-form-buttons {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
#global-topnav #account-subnav-container .account-form-container form .nav-login-form-buttons button {
  color: #BBB;
  display: inline-block;
  background-color: #333333;
  border: 1px solid #4D4D4d;
  border-radius: 0;
}
#global-topnav #account-subnav-container .account-form-container .forgot-pwd {
  text-align: right;
  padding-top: 20px;
}

.page-nav {
  padding: 0 36px;
  background-color: #a3a3a3;
  border-bottom: 1px solid #8c8c8c;
  width: 100%;
  max-width: 1400px;
  z-index: 100;
  background-repeat: repeat-y;
  background-size: cover;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.page-nav .product-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-nav .product-title a {
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  margin: 8px 0;
}
.page-nav .product-title h2 {
  margin-top: 10px;
}
.page-nav .product-title h2 strong {
  font-weight: 200;
}
.page-nav .links-bar {
  display: flex;
}
.page-nav .links-bar a {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 0.9em;
  color: #e5e5e5;
  margin: 0px 10px;
  transition-duration: 0.2s;
  text-shadow: 0 0 10px #666;
  text-decoration: none;
}
.page-nav .links-bar a:hover {
  color: #fff;
  text-shadow: 0 0 1px #666;
}
.page-nav .nav-edit {
  position: absolute;
  top: 10px;
  right: 40px;
  display: none;
}
.page-nav .buy, .page-nav .buy-cta,
.page-nav .navbar .btn-info,
.page-nav .navbar .buy-cta {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #e2a911;
  width: auto;
  height: 30px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.8em;
  color: #ffffff;
  padding: 0 10px;
  line-height: 30px;
  margin-top: 9px;
  margin-left: 30px;
  transition-duration: 0.2s;
  font-weight: 400;
  text-decoration: none;
}
.page-nav .buy:hover, .page-nav .buy-cta:hover,
.page-nav .navbar .btn-info:hover,
.page-nav .navbar .buy-cta:hover {
  background-color: #cf9701;
}
.page-nav .page-title, .page-nav .product-title {
  font-size: 1.4em;
}
.page-nav .product-title strong, .page-nav .product-title b {
  font-weight: 200;
}
.page-nav .page-title a {
  color: #FFF;
  display: inline-block;
  line-height: 46px;
}
.page-nav #subnav-links-container {
  display: none;
  position: absolute;
  background-color: #404040;
  line-height: 1.2em;
  z-index: 10;
  width: 100%;
  max-height: 200px;
  overflow: auto;
}

.page-nav.hidden-xs {
  min-height: 50px;
}

#subnav-links-container {
  display: none;
  position: absolute;
  background-color: #404040;
  line-height: 1.2em;
  z-index: 10;
  width: 100%;
  max-height: 200px;
  overflow: auto;
}
#subnav-links-container.show {
  display: block;
}
#subnav-links-container #subnav-links {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#subnav-links-container #subnav-links a {
  color: #FFF;
}
#subnav-links-container #subnav-links > li {
  line-height: 3em;
  text-indent: 10px;
  border-bottom: 1px solid #595959;
}
#subnav-links-container #subnav-links > li ul {
  display: none;
  border-top: 1px solid #595959;
  background-color: #363636;
  padding: 0;
  list-style-type: none;
}
#subnav-links-container #subnav-links > li ul li {
  line-height: 2em;
  text-indent: 10px;
  color: #999;
}

.nav-edit {
  position: absolute;
  top: 6px;
  right: 12px;
  display: none;
}
@media (max-width: 767px) {
  .nav-edit { /* xs */
    display: inline-block;
  }
}

@media (max-width: 767px) { /* xs */
  .page-nav {
    padding: 0;
    background-color: #363636;
    color: #FFF;
    position: relative;
  }
  .page-nav .page-title {
    padding: 0 12px;
    min-height: 50px;
  }
  .page-nav .page-title a {
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    margin: 10px 0;
  }
  .page-nav .product-title {
    padding: 0 12px;
  }
  .page-nav .product-title a {
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    margin: 15px 0 0 0;
  }
  .page-nav .nav-edit {
    display: inline-block;
  }
  .page-nav .nav-edit a {
    color: #FFF;
  }
  .page-nav .nav-links {
    text-align: left;
  }
  .page-nav .nav-links a {
    text-decoration: none;
    text-transform: uppercase;
    font-style: normal;
    display: inline-block;
    font-size: 12px;
    line-height: 36px;
    color: #bfbfbf;
    margin: 0 10px 0 10px;
  }
  .page-nav a.active {
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    color: #ffffff;
  }
  .page-nav a.buy {
    margin: 7px 12px;
    border-color: #fff;
    color: #fff;
    background-color: #50b0ff;
  }
  .page-nav a.buy-cta {
    margin: 10px 12px 7px 12px;
    border-color: #fff;
    color: #fff;
    background-color: #e2a911;
  }
  .page-nav .scroll-indicator {
    background-color: #4D4D4D;
    border-left: 1px solid #666666;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 38px;
    line-height: 38px;
    color: #bcbcbc;
    font-size: 9px;
  }
  .page-nav .nav-clipper {
    overflow: hidden;
  }
  .page-nav .nav-container {
    overflow: hidden;
  }
}
.section_headline {
  padding-top: 16px;
  min-height: 180px;
  background-color: #404040;
  margin: 0;
  color: #EEEEEE;
}
.section_headline h1 {
  text-transform: uppercase;
  font-size: 3.4em;
  margin: 20px 0 0 0;
}
.section_headline h3 {
  font-size: 1.1em;
  margin: 5px;
  font-weight: 200;
}

#guitars-subnav {
  position: absolute;
  top: 85px;
  width: 100%;
  background-image: linear-gradient(180deg, #ffffff, #f3f3f3);
  padding: 20px 10px 60px 10px;
}

#guitars-subnav h3 {
  border-bottom: 2px solid #000000;
  padding-bottom: 10px;
  font-size: 2rem;
  margin-bottom: 0;
}

#guitars-subnav h4 {
  font-weight: 400;
  margin-top: 25px;
  margin-bottom: 15px;
}

#guitars-subnav ul {
  padding-inline-start: 0px;
}

#guitars-subnav li {
  list-style: none;
  margin-top: 6px;
}

#topnav-container #guitars-subnav li a {
  text-transform: none;
  font-weight: 300;
}

#guitars-subnav div:first-child > div {
  width: calc(50% - 10px);
  margin-right: 10px;
  float: left;
}

/* mobile media 0px->767px */
@media (max-width: 767px) { /* xs */
  .section_headline {
    min-height: initial;
    padding: 20px 0 20px 0;
    border-top: 1px solid #404040;
    border-bottom: 2px solid #404040;
  }
  .section_headline h1 {
    text-transform: uppercase;
    margin: 0;
  }
  .section_headline h3 {
    margin: 5px;
  }
  #nav-mobile-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 150;
  }
  #nav-mobile-container {
    position: absolute;
    top: 3px;
    display: none;
    width: 100%;
  }
  #nav-mobile-container ul ul {
    display: none;
  }
  #nav-mobile-container ul ul ul {
    display: none;
  }
  .nav-mobile-items {
    position: absolute;
    top: 81px;
    width: 100%;
    overflow: auto;
    box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.4);
  }
  .nav-mobile-items ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .nav-mobile-main-item {
    background-color: #111;
    list-style-type: none;
    text-indent: 10px;
    line-height: 45px;
    border-bottom: 1px solid #595959;
  }
  .nav-mobile-main-item a {
    color: #EEE;
  }
  .nav-mobile-second-level {
    border-top: 1px solid #595959;
  }
  .nav-mobile-sub-item {
    min-height: 30px;
    background-color: #363636;
    list-style-type: none;
    text-indent: 20px;
    line-height: 30px;
  }
  .nav-mobile-sub-item a {
    font-weight: normal;
    color: #EEE;
  }
  .nav-mobile-sub-item.selected {
    border-top: 1px solid #595959;
    border-bottom: 1px solid #595959;
    background-color: #2e2e2e;
  }
  .nav-mobile-sub-item.selected:first-of-type {
    border-top: none;
  }
  .nav-mobile-sub-item.selected a {
    color: #EEE;
  }
  .nav-mobile-sub-sub-item {
    width: 240px;
    height: 30px;
    list-style-type: none;
    text-indent: 20px;
    line-height: 30px;
    margin-left: 20px;
    font-weight: normal;
  }
  .nav-mobile-sub-sub-item a {
    color: #999999 !important;
  }
  #nav-mobile-container a {
    font-style: inherit;
    font-weight: inherit;
    text-decoration: none;
    color: #999;
    display: block;
    text-transform: inherit;
  }
  .search-mobile-button-holder {
    -webkit-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
    background-color: #f2f2f2;
    width: 45px;
    height: 35px;
    margin-top: 12px;
    display: inline-block;
  }
  .search-mobile-button {
    font-size: 18px;
    margin: 7px 15px 0 0;
  }
  .search-mobile-button-selected {
    font-size: 18px;
    margin: 21px 10px;
  }
  .search-mobile-button-holder-selected {
    background-color: #404040;
    width: 45px;
    height: 62px;
    position: absolute;
    right: 0;
  }
  .search-mobile-button-holder a {
    color: #666666;
  }
  .search-mobile-button-holder-selected a {
    color: #979797;
  }
  #search-mobile {
    position: absolute;
    top: 3px;
    display: none;
    width: 100%;
  }
  .search-mobile-form-container {
    position: absolute;
    background-color: #404040;
    height: 90px;
    top: 62px;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
  }
  .search-mobile-form-container input[type=text] {
    background-color: #2e2e2e;
    height: 52px;
    border: 1px solid #4d4d4d;
    width: 225px;
    padding-left: 10px;
    color: #a0a0a0;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-size: 16px;
  }
  .search-mobile-form-field {
    display: inline-block;
  }
  .search-mobile-form-button {
    width: 61px;
    height: 52px;
    display: inline-block;
    background-color: #333333;
    border-top: 1px solid #4d4d4d;
    border-right: 1px solid #4d4d4d;
    border-bottom: 1px solid #4d4d4d;
  }
  .search-mobile-form-button-glyph {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #FFFFFF;
  }
  #products-subnav-container {
    opacity: 0;
    z-index: -1000;
  }
  .navbar .menu-button {
    cursor: pointer;
    z-index: 1000;
    margin: 0;
    border: 0;
    color: transparent;
    position: absolute;
    right: 12px;
    top: 12px;
    padding: 0;
    font-size: 1em;
    transform: translate3d(-0.9em, 0.9em, 0);
  }
  .navbar .menu-button .bar {
    width: 80%;
    height: 2px;
    background: #FFFFFF;
    margin: 0.5em auto;
  }
}
footer {
  background-color: #000;
  color: #C7C7C7;
}
footer div {
  display: flex;
  justify-content: space-between;
}
footer div.logo {
  justify-content: center;
}
footer h4 {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
}
footer a, footer a:hover {
  color: #FFF;
  text-decoration: none;
}
footer b {
  color: #FFF;
}
footer .social-media {
  justify-content: space-between;
  padding: 20px 20px 20px 40px;
}
footer .social-media a.bi {
  padding-right: 20px;
  font-size: 1.5em;
}
footer .links {
  padding: 45px 0 10px;
  border-top: 1px solid #999;
}
footer .links section {
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
}
footer .links section:first-of-type {
  width: 50%;
}
footer .links ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  list-style: none;
  padding-right: 20px;
}
footer .links.contact address {
  margin-bottom: 0;
  padding-bottom: 30px;
}
footer .links.contact div {
  padding-bottom: 30px;
}
footer .links.contact div p {
  margin-bottom: 0;
}
footer .links.contact .contact-phone {
  padding-right: 30px;
}
footer .links.email-signup {
  width: 30%;
  font-size: 0.8em;
}

subfooter {
  background-color: #000;
  color: #999999;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  padding: 20px 50px 10px 10px;
  font-size: 0.9em;
  border-top: 1px solid #999;
}
subfooter a, subfooter a:hover {
  color: #999999;
  text-decoration: none;
}
subfooter ul.legal {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
subfooter ul.legal li {
  padding-left: 15px;
}
subfooter ul.menu {
  display: flex;
  list-style: none;
  margin-bottom: 0;
}
subfooter ul.menu li {
  padding-left: 15px;
}
subfooter .copyright {
  text-wrap: nowrap;
}

/* mobile media 0px->767px */
@media (max-width: 767px) { /* xs */
  footer .links {
    flex-direction: column;
  }
  footer .links section {
    flex-direction: column;
  }
  footer .links section:first-of-type {
    text-align: center;
    width: 100%;
  }
  footer .links section.email-signup {
    padding-top: 20px;
    margin: 20px;
  }
  footer h4 {
    font-size: 2.3rem;
    padding-top: 10px;
    margin-bottom: 0px;
  }
  footer .social-media {
    padding: 20px 0px 20px 20px;
  }
  subfooter {
    flex-direction: column;
    align-items: center;
  }
  subfooter .copyright {
    padding-top: 10px;
  }
  #footer-accordion #accordion .ui-state-default {
    border: none;
    border-width: 1px 0;
    background: transparent;
    color: #c7c7c7;
    list-style: none;
    text-align: left;
    text-transform: uppercase;
    font-size: 2.3rem;
    font-weight: 200;
  }
  #footer-accordion #accordion .ui-state-default:after {
    content: "+";
    float: right;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
  }
  #footer-accordion #accordion .ui-state-active:after {
    content: "−";
    float: right;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
  }
  #footer-accordion #accordion .ui-widget-content ul {
    padding-left: 0;
  }
  #footer-accordion #accordion .ui-widget-content, #footer-accordion #accordion .ui-widget-content li, #footer-accordion #accordion .ui-widget-content a {
    border: none;
    background: transparent;
    color: #c7c7c7;
    list-style: none;
    text-align: left;
    margin-left: 0.8rem;
    padding-left: 0;
    font-weight: 200 !important;
    padding: 4px;
  }
  #footer-accordion #accordion > li {
    border: 1px solid #BBB;
    border-width: 0 0 1px 0;
  }
  #footer-accordion #accordion > li:last-child {
    border-bottom: none !important;
  }
  .pagelinks {
    margin-bottom: 3rem;
  }
  #footer-accordion #accordion .ui-state-active .ui-icon, #footer-accordion #accordion .ui-icon-triangle-1-e {
    background-image: none !important;
  }
  #footer-accordion .ui-accordion .ui-accordion-header {
    padding: 1.4rem 2rem !important;
  }
  #footer-accordion {
    padding: 20px 0px !important;
  }
  #footer-accordion .ui-accordion-header-icon {
    display: none;
  }
  .mobile-menu-container {
    border-top: 1px solid #4c4e4f;
    padding: 15px 0px !important;
  }
  #footer-accordion #accordion {
    width: 100%;
  }
  .mobile-menu-container {
    border: none;
  }
  footer .links {
    padding-top: 0;
  }
  footer .links section {
    padding: 0;
  }
  footer .links ul {
    padding-right: 0;
  }
  #footer-accordion {
    padding: 20px 0px 0px 0px !important;
  }
  .emailcapture form {
    margin-top: 1rem;
  }
}
.emailcapture {
  display: flex;
  flex-direction: column;
}
.emailcapture input, .emailcapture select {
  border-radius: initial;
}
.emailcapture input[type=submit] {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #333;
}
.emailcapture .input-row {
  display: flex;
  margin-top: 10px;
}
.emailcapture .input-row select, .emailcapture .input-row input {
  width: 50%;
}
.emailcapture .input-row .cta.primary {
  margin-left: 20px;
}
.emailcapture p.message {
  margin-top: 10px;
  font-size: 0.8em;
}

.main-content #topic-lists-id {
  display: none;
}

.section_product .content h4 {
  text-align: center;
}

.sound-samples ul {
  padding: 0;
  width: 100%;
}
.sound-samples ul li {
  list-style: none;
  margin-bottom: 1px;
  position: relative;
  background-color: #333;
  padding: 5px 10px;
  overflow: hidden;
  font-size: 0.8em;
  line-height: 1.4em;
}
.sound-samples ul li:hover span.loop-play-icon {
  color: #FFF;
}
.sound-samples ul li span {
  z-index: 2;
  position: relative;
  transition-duration: 0.3s;
}
.sound-samples ul li span.loop-play-icon {
  color: #000;
  font-size: 1em;
  opacity: 1;
}
.sound-samples ul li .prog {
  position: absolute;
  top: 0;
  left: 0;
  background-image: none;
  background-color: #666;
  width: 0;
  height: 100%;
  margin: 0;
  z-index: 1;
  border-radius: 0;
  transition-duration: 0.2s;
}
.sound-samples ul li .complete .prog {
  transition-duration: 2s;
}
.sound-samples ul li .loop-play-icon {
  width: 1.5em;
}

#email-capture {
  padding: 15px;
  background-color: #666;
  color: #efefef;
  margin: 0px;
}
#email-capture h2 {
  margin: 15px;
  color: #efefef;
}
#email-capture h3 {
  margin: 15px 15px 35px;
  color: #EFEFEF;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 45px;
}
#email-capture .email-capture-container {
  border: 1px solid #ffffff;
  padding: 15px;
  background-color: #666;
}
#email-capture #stay-informed-loading {
  display: none;
}
#email-capture .email-capture-form-message {
  margin: 0;
  padding: 10px 0;
}
#email-capture .disclaimer {
  color: #cccccc;
  line-height: 1;
}

.product-splash .title h2 {
  font-size: 2em;
  color: #ffffff;
  font-weight: 200;
  margin: 10px 0;
}
.product-splash .title h2 strong, .product-splash .title h2 b {
  font-weight: 200;
}

.product-text {
  margin-bottom: 20px;
}
.product-text h2 {
  text-align: left;
  color: #666666;
  font-size: 2.25em;
  font-weight: 200;
  margin: 0;
}
.product-text h2 strong, .product-text h2 bold {
  font-weight: 400;
}
.product-text hr {
  margin: 10px 0;
  border-bottom-width: 1px;
  border-color: #bbb;
}
.product-text h3 {
  text-align: left;
  color: #666666;
  font-size: 1.5em;
  font-weight: 200;
  margin: 0;
}
.product-text.single-col h2, .product-text.single-col h3 {
  text-align: center;
}
.product-text ul, .product-text p {
  color: #000000;
  line-height: 1.75;
  margin: 20px 0 0 0;
}
.product-text a:hover {
  text-decoration: none;
  background-color: #595959;
  color: #e5e5e5;
}

.product_section_bg {
  padding-top: 40px;
  margin-top: 0;
}

.subcategory-image-container {
  background: #d0d0d0;
  background: linear-gradient(to bottom, #d0d0d0 0%, #ffffff 90%, #ffffff 100%);
  padding-bottom: 40px;
}

.product-video-thumbs {
  padding-top: 40px;
}

.section_images,
.store_image_gallery {
  text-align: left;
}
.section_images ul,
.store_image_gallery ul {
  list-style-type: none;
  padding: 0;
}
.section_images ul li,
.store_image_gallery ul li {
  display: inline-block;
  margin: 10px;
  padding: 0px;
  text-align: center;
  min-width: 164px;
  vertical-align: top;
}
.section_images ul li img,
.store_image_gallery ul li img {
  width: 175px;
}
.section_images figure,
.store_image_gallery figure {
  margin: 0;
  display: inline-block;
}

@media (max-width: 767px) { /* xs */
  .product-splash {
    min-height: 150px;
  }
  .product-splash .title {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px 25px;
  }
  .product-splash .title.text-left {
    left: 0;
  }
  .product-splash .title.text-center {
    padding: 20px 20px 20px 10px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    width: 300px;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -150px;
  }
  .product-splash .title h2 {
    margin: 0;
  }
  .product-splash .title h2 strong, .product-splash .title h2 b {
    font-weight: 200;
  }
  .product-splash .title h3 {
    color: #adadad;
    margin: 10px 0 0 0;
    font-weight: 200;
  }
  .subcategory-image-container {
    padding-top: 60px;
    margin-bottom: 20px;
    background: #f0f0f0;
    background: linear-gradient(to bottom, #f0f0f0 0%, #ffffff 13%, #ffffff 100%);
  }
}
@media (min-width: 768px) { /* sm */
  /*product-splash*/
  .product-splash .title.text-left,
  .product-splash .title.text-right {
    padding: 20px 40px 20px 20px;
    position: absolute;
    right: 0;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.6);
    width: 500px;
    margin-top: -100px;
  }
  .product-splash .title.text-left {
    left: 0;
  }
  .product-splash .title.text-above,
  .product-splash .title.text-below {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: left;
    width: 100%;
    padding: 15px 20px;
  }
  .product-splash .title.text-above {
    top: 0;
    bottom: inherit;
  }
  .product-splash .title.text-center {
    padding: 20px 40px 20px 20px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    width: 500px;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -250px;
  }
  .product-splash .title h3 {
    font-size: 1.5em;
    color: #adadad;
    font-weight: 100;
    margin-top: 10px;
  }
  .product-splash .breadcrumbs {
    position: absolute;
    top: 10px;
  }
  .product-splash img {
    width: 100%;
  }
  .product-splash {
    /*margin-top: 50px;*/
  }
}
a.tab-link.active {
  font-weight: bold;
}

.accordion-arrow {
  float: right;
  margin-left: 8px;
}

.accordion-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.accordion-item {
  padding: 0;
  margin: 2px;
}

.accordion-toggle {
  background: #6D6961;
  color: #FFF;
  border: none;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  padding: 4px 8px;
  border-radius:6px;
}

.accordion-toggle span {
  color:#19191E;
}

.sub-categories {
  list-style: none;
  padding-left: 20px;
  margin: 5px 0 0 0;
}

.sub-categories li {
  margin-bottom: 0px;
}
.sub-categories li label {
  font-weight: inherit;
  margin-bottom: 3px;
}

.products-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.product-results-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 80%;
}

.product-item {
  display: flex;
  flex-direction: column;
  flex: 1 1 350px;
  max-width: calc(25% - 20px);
  border: 1px solid #dddddd;
  padding: 0 12px 25px 12px;
  background: #ffffff;
  text-align: center;
  justify-content: space-between;
  min-height: auto;
  border-radius: 6px;
}
.product-item span {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
}
.product-item h4 {
  padding: 5px 0;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  margin-bottom: 0;
}
.product-item p {
  margin: 0;
}
.product-item .cta {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 12px;
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
  text-decoration: none;
  border-radius: 2px;
  text-transform: uppercase;
  font-family: 'Oswald'!important;
  font-size: 1.7rem;
  width: fit-content;
}

.product-item .cta:hover {
  border: 1px solid #333333;
  background-color: #333333;
  color: #ffffff;
}

.products-container {
  display: flex;
  padding: 20px;
}

.products-nav {
  width: 20%;
  padding: 10px;
  padding-left: 0;
  padding-top: 40px;
  border-bottom: none;
  min-width: 250px;
  box-sizing: border-box;
}

.products-nav .sub-categories {
  margin:10px 0;
}

.products-content {
  flex: 1;
  padding: 0px;
  padding-top: 0;
}

.products-header {
  margin-bottom: 20px;
}

.products-header h2 {
  font-size: 24px;
  color: #343a40;
}

.products-header p {
  font-size: 16px;
  color: #6c757d;
}

body.login_co .main-content {
  padding-left: 40px;
}

@media (max-width: 1100px) {
.product-item {
  max-width: calc(33.33% - 20px);
}
}

@media (max-width: 880px) {
.product-item {
  max-width: calc(50% - 20px);
}
}


@media (max-width: 767px) {
.product-item {
    max-width: 100%;
}
}

/*# sourceMappingURL=main.css.map */
