@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;
}

:focus:not(:focus-visible) {
  outline: none;
}

.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 */
/* emailcapture forms styles starts*/
#emailcapture #email-capture {
  padding: 0px;
  background-color: #ffffff;
  color: #efefef;
  margin: 0px;
}

#emailcapture #email-capture .email-capture-container {
  border: 1px solid #000000;
  padding: 5px 20px 5px 20px;
  background-color: #ffffff;
}

#emailcapture h5, #emailcapture h3, #emailcapture h6, #emailcapture h4, #emailcapture {
  color: #000000 !important;
}

#emailcapture h5 {
  margin: 15px;
  font-size: 18px;
  text-align: center;
}

#emailcapture #email-capture .email-capture-container #email-capture-form {
  margin: 0 !important;
}

#emailcapture #email-capture h3 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin: 30px 15px 25px 15px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
}

#emailcapture #email-capture .disclaimer {
  color: #000000;
  line-height: 1;
  text-align: left;
}

#emailcapture #email-capture .form-control {
  font-size: 18px;
  font-weight: 300;
  height: auto;
  padding: 10px 16px;
  line-height: 1.33333 !important;
  border-radius: 6px;
}

#emailcapture #email-capture .submit {
  font-size: 18px;
  font-weight: 300;
  height: auto;
  padding: 10px 16px;
  line-height: 1.33333 !important;
  color: #ffffff;
  background-color: #000000;
  border-radius: 6px;
  border-color: #000000;
}

/* emailcapture forms styles 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;
}

.mobile-topnav-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .mobile-topnav-buttons.visible-xs {
    font-size: 1.8em;
    display: flex !important;
  }
}
.mobile-topnav-buttons .visible-xs {
  display: flex !important;
}
.mobile-topnav-buttons .mobile-cart-button {
  font-size: 1.5em;
  color: #000;
  text-decoration: 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 a:hover {
  color: #555555;
}
#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;
}

/* search module */
#search-subnav-container {
  display: none;
  position: absolute;
  z-index: 1000;
  background: #fff;
  padding: 20px;
  right: 0;
  margin-top: 10px;
}

#search-subnav-container.open {
  display: block;
}

#nav_search_desktop {
  display: flex;
  align-items: center;
}

.search-desktop-form-field {
  margin-right: 15px;
}

.search-desktop-form-button span {
  cursor: pointer;
}

.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;
}

#topnav-container #guitars-subnav li a:hover {
  font-weight: 400;
  color: #000000;
}

#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: relative;
    padding: 0 10px 0 0;
    font-size: 1em;
  }
  .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 #333333;
  background-color: transparent;
  color: #333333;
  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;
}

@media (max-width: 1100px) {
  .product-item {
    max-width: calc(33.33% - 13.4px);
  }
}
@media (max-width: 880px) {
  .product-item {
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .product-item {
    max-width: calc(50% - 10px);
  }
  .products-container {
    flex-direction: column;
  }
  .products-nav {
    width: 100%;
  }
  .product-results-container {
    width: 100%;
    padding-right: 0;
  }
}
body.login_co .main-content {
  padding-left: 40px;
}

.ygg-select-badge-atc,
.ygg-badge-atc {
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  text-align: center;
  margin: 0px;
  display: block;
  flex-direction: row;
  flex-wrap: wrap;
  z-index: 100;
  border-radius:5px!important;
}
.ygg-select-badge-atc h3,
.ygg-badge-atc h3 {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  text-transform: uppercase;
}
.ygg-select-badge-atc .name,
.ygg-badge-atc .name {
  padding-right: 10px;
  color: #595959!important;
  font-weight: 800 !important;
  font-size: 2.1rem;
  padding-right: 0px;
}
.ygg-select-badge-atc .rsPriceWrapper,
.ygg-badge-atc .rsPriceWrapper {
  margin-top: 4px;
}
.ygg-select-badge-atc .rsShippingEstimateWrapper,
.ygg-badge-atc .rsShippingEstimateWrapper {
  font-size: 13px;
  line-height: 1.1;
}
.ygg-select-badge-atc .add-to-cart,
.ygg-badge-atc .add-to-cart {
  -webkit-border-radius: 7px;
  width: auto;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  font-style: normal;
  background-color: #50b0ff;
  border: 2px solid #50b0ff;
  padding: 6px 8px;
  transition-duration: 0.2s;
  color: #ffffff;
  line-height: 1.2;
  font-size: 12px;
  margin: 0 3px;
  box-shadow: 1px 2px 2px #888888;
}
.ygg-select-badge-atc .add-to-cart:hover,
.ygg-badge-atc .add-to-cart:hover {
  background-color: #333;
  border: 2px solid #333;
  color: #ccc;
}
.ygg-select-badge-atc .find-a-dealer,
.ygg-badge-atc .find-a-dealer {
  border-radius: 3px;
  width: auto;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  font-style: normal;
  background-color: #ffffff !important;
  padding: 10px 30px;
  transition-duration: 0.2s;
  color: #000000 !important;
  font-size: 16px;
  line-height: 1.75;
  margin: 0 3px;
  box-shadow: 0px 1px 2px #888888!important;
}
.ygg-select-badge-atc .find-a-dealer:hover,
.ygg-badge-atc .find-a-dealer:hover {
  background-color: #242424 !important;
  color: #bdbdbd !important;
}
.ygg-select-badge-atc .payment-options,
.ygg-badge-atc .payment-options {
  margin: 11px auto 0 auto;
  width: 100%;
  color: #000000;
  font-size: 13px;
}
.ygg-select-badge-atc h3,
.ygg-badge-atc h3 {
  color: #45408a;
  font-weight: 400;
  font-size: 17px;
  margin-top: 5px;
}
.ygg-select-badge-atc h3 .rsPrice,
.ygg-badge-atc h3 .rsPrice {
  color: #999999;
  font-size: 2.4rem;
  margin-top: 20px;
}
.ygg-select-badge-atc .strike,
.ygg-badge-atc .strike {
  text-decoration: line-through;
}
.ygg-select-badge-atc .rsPricingWrapper,
.ygg-badge-atc .rsPricingWrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.ygg-select-badge-atc .rsPricingWrapper .rsPrice,
.ygg-badge-atc .rsPricingWrapper .rsPrice {
  color: initial;
}
.ygg-select-badge-atc .ctaContainer,
.ygg-badge-atc .ctaContainer {
  justify-content: center;
  align-items: center;
}
.ygg-select-badge-atc input[type=submit].add-to-cart,
.ygg-badge-atc input[type=submit].add-to-cart {
  padding: 3px 12px;
  font-size: 12px;
}

.ygg-select-badge-atc .rsReferencePriceMessageWrapper, .ygg-badge-atc .rsReferencePriceMessageWrapper {
  width: 100%;
}

.model-container .buy-container .rsPrice {
  font-size: 1.5em;
  padding-bottom: 5px;
  color: #000000;
}

.ygg-select-badge-atc .selector {
  position: relative;
  margin: 10px 0px 15px;
}
.ygg-select-badge-atc .selector .selector-option {
  border: none !important;
  justify-content: center !important;
}
.ygg-select-badge-atc .selector .selector-option span {
  margin-left: 8px !important;
  margin-bottom: 3px !important;
  justify-content: start;
  display: flex;
}
.rsFasterShippingOptionTemplate {
  display:flex;flex-wrap:wrap;
}
.ygg-badge-atc .ctaContainer .ygg-atc-button, .rsAddToCartForm input[type=submit], .ygg-badge-atc .ctaContainer .omacro_findadealer_container .ygg-fad-button {
    box-shadow: 0px 1px 2px #888888!important;
}
@media (max-width: 767px) {
  .ygg-badge-atc {
    top: auto;
    bottom: 0;
    display: flex;
    z-index: 1000;
    justify-content: center;
    position: fixed;
    padding: 15px 60px 30px 3px;
    width: 100%;
    min-height: 120px;
    align-items: center;
    flex-direction: column;
  }
  .ygg-badge-atc h3 {
    order: 2;
    font-size: 15px;
    width: 100%;
    margin: 0 0 8px 0;
    order: 1;
  }
  .ygg-badge-atc .buttons {
    width: 100%;
    order: 2;
  }
  .ygg-badge-atc .add-to-cart {
    order: 1;
    padding: 8px 8px !important;
    width: 100%;
    margin: 0 1px;
  }
  .ygg-badge-atc .find-a-dealer {
    order: 3;
    padding: 8px 8px !important;
    width: 100%;
    margin: 0 1px;
  }
  .ygg-badge-atc .payment-options {
    order: 4;
    font-size: 13px;
    margin-top: 12px;
    margin-bottom: 0 !important;
    color: #000000 !important;
  }
  #cta_badge .ygg-badge-atc {
    padding: 12px 65px 35px 5px !important;
  }
  .ygg-select-badge-atc {
    width: 100% !important;
    padding: 15px 60px 30px 3px !important;
    margin: 0px !important;
    display: flex !important;
    bottom: 0 !important;
    top: auto !important;
    position: fixed !important;
  }
  .ygg-select-badge-atc .buttons {
    width: 100%;
    order: 2;
    display: flex;
    justify-content: space-around;
  }
  .ygg-select-badge-atc .buttons .add-to-cart {
    order: 1;
    padding: 8px 8px !important;
    width: 47%;
    margin: 0 1px;
  }
  .ygg-select-badge-atc .buttons .find-a-dealer {
    order: 3;
    padding: 8px 8px !important;
    width: 47%;
    margin: 0 1px;
  }
  .ygg-select-badge-atc .payment-options {
    order: 4;
    font-size: 13px;
    margin-top: 12px;
  }
  .ygg-select-badge-atc .selector {
    order: 1;
    width: 100% !important;
    margin: 0 5px 10px 5px !important;
  }
  .ygg-select-badge-atc .selector .selector-option {
    border: none !important;
    padding: 5px !important;
    min-height: auto !important;
    justify-content: center !important;
    width: 100% !important;
  }
  .ygg-select-badge-atc .selector .selector-option span {
    margin-left: 8px;
  }
  .ygg-select-badge-atc .selector .selector-option .selected-product .data {
    flex-direction: row !important;
    font-size: 1.3rem;
    color: #45408a;
  }
  .ygg-select-badge-atc .selector .product-selector {
    width: 100% !important;
  }
  .ygg-select-badge-atc .selector .product-selector .data {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    color: #45408a;
  }
  .ygg-select-badge-atc .selector .product-selector li .data {
    font-size: 1.3rem !important;
    color: #45408a;
    display: flex !important;
    flex-direction: row !important;
    justify-content: start !important;
    flex-wrap: wrap !important;
  }
  .ygg-select-badge-atc .payment-options {
    margin-bottom: 0 !important;
    color: #000000 !important;
  }
  .modal-signup-button#modal-signup-tag-mobile.show {
    bottom: 0px;
  }
  footer {
    padding-bottom: 120px;
  }
  .model-container .detail .buy-container {
    text-align: center !important;
  }
  .ygg-select-badge-atc .selector .selector-option .selected-product .image {
    width: 65px;
    align-self: center;
  }
  .ygg-select-badge-atc .selector .selector-option .selected-product .image img {
    max-width: 100%;
    max-height: 100%;
  }
  .ygg-select-badge-atc .selector {
    margin-bottom: 0 !important;
  }
}
.main-content {
  position: relative;
}

.ygg-select-badge-atc {
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: center;
  display: block;
  flex-direction: row;
  flex-wrap: wrap;
  z-index: 500;
  padding: 10px;
  background: rgb(229, 229, 229);
  margin: 0px;
  max-width: 500px;
}
.ygg-select-badge-atc .payment-options img {
  margin-top: -12px;
}
.ygg-select-badge-atc .selector {
  position: relative;
  margin: 10px 10px 15px;
}
.ygg-select-badge-atc .selector .selector-option {
  padding: 10px;
  min-height: 45px;
  width: 100%;
  border: 1px solid black;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-around;
}
.ygg-select-badge-atc .selector .selector-option .selected-product {
  display: flex;
  flex-direction: row;
  font-size: 0.8em;
  justify-self: stretch;
}
.ygg-select-badge-atc .selector .selector-option .selected-product .image {
  width: 50px;
  align-self: center;
}
.ygg-select-badge-atc .selector .selector-option .selected-product .image img {
  max-width: 50px;
  max-height: 25px;
}
.ygg-select-badge-atc .selector .selector-option .selected-product .data {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  align-self: center;
  justify-self: stretch;
  flex-grow: 1;
  font-size: 1.3rem !important;
  color: #45408a !important;
}
.ygg-select-badge-atc .selector .selector-option .selected-product .data .price {
  display: flex;
  flex-direction: row;
  justify-content: start;
}
.ygg-select-badge-atc .selector .selector-option .selected-product .data .price.strike {
  text-decoration: line-through;
  color: #999;
}
.ygg-select-badge-atc .selector .selector-option .selected-product .data .price .sale-price {
  padding-left: 5px;
}
.ygg-select-badge-atc .product-selector {
  position: absolute;
  top: 44px;
  left: 0px;
  margin-top: -1px;
  border: 1px solid black;
  z-index: 100;
  height: 45px;
  width: 100%;
  display: table;
  padding: 0 0 1px 0;
}
.ygg-select-badge-atc .product-selector .hide {
  display: none;
}
.ygg-select-badge-atc .product-selector ul {
  padding: 0px;
  background-color: #FFF;
  margin-bottom: 0;
  height: auto;
  max-height: calc(100vh - 280px);
  overflow-y: auto;
}
.ygg-select-badge-atc .product-selector li {
  display: flex;
  padding: 10px;
  cursor: pointer;
}
.ygg-select-badge-atc .product-selector li .image {
  width: 45px !important;
  align-self: auto;
}
.ygg-select-badge-atc .product-selector li .image img {
  max-height: 25px;
  max-width: 45px;
}
.ygg-select-badge-atc .product-selector li .data {
  padding-left: 10px;
  align-self: center;
  flex-grow: 1;
  font-size: 1.3rem !important;
  color: #45408a;
  display: flex !important;
  flex-direction: row !important;
  justify-content: start !important;
  flex-wrap: wrap !important;
}
.ygg-select-badge-atc .product-selector li .data .price {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.ygg-select-badge-atc .product-selector li .data .price.strike {
  text-decoration: line-through;
  color: #999;
}
.ygg-select-badge-atc .product-selector li .data .price .sale-price {
  padding-left: 5px;
}
.ygg-select-badge-atc .product-selector li:hover {
  background-color: #333;
  color: #FFF;
}
.ygg-select-badge-atc .product-selector li:hover .data {
  color: #ffffff !important;
}
.ygg-select-badge-atc .name {
  line-height: 1.1;
  text-align: left;
}
.ygg-select-badge-atc .buttons a {
  cursor: pointer;
}
.ygg-select-badge-atc .buttons.disabled, .ygg-select-badge-atc .buttons .disabled {
  pointer-events: none;
  opacity: 0.2;
}

@media (max-width: 768px) {
  .selector-option {
    width: 100%;
  }
  .selector .selector-option {
    font-size: 1.3em;
  }
  .selector .selector-option .selected-product {
    font-size: 1em;
  }
  .product-selector {
    width: 100%;
  }
  .product-selector li .data {
    font-size: 1em;
  }
  .ygg-select-badge-atc {
    width: 100%;
    padding: 0px;
    margin: 0px;
    display: flex;
    bottom: 0px;
    top: unset;
    position: fixed;
  }
  .ygg-select-badge-atc .buttons {
    flex-grow: 1;
    display: flex;
    align-items: center;
  }
  .ygg-select-badge-atc .buttons a {
    width: 100%;
    height: fit-content;
    padding: 12px !important;
  }
  .ygg-select-badge-atc .name {
    width: 100%;
  }
  .ygg-select-badge-atc .payment-options {
    margin-bottom: 12px;
  }
}
.ygg-atc-button {
  -webkit-border-radius: 3px;
  background-color: #e5e5e5;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  opacity: 0;
  font-size: 16px;
  font-style: normal;
  line-height: 1.75;
  min-height: 36px;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition-duration: 0.2s;
  width: auto;
  margin: 10px;
}
.ygg-atc-button:hover {
  background-color: #333;
  border: 2px solid #333;
  color: #ccc;
}

.us-visible .ygg-atc-button {
  opacity: 1;
  color: #FFF;
  padding: 6px 25px;
}

.products .product-container a, #products .product-container a {
  position: relative;
  translate: 0;
}
.products .product-container .ctaContainer .rsForm, #products .product-container .ctaContainer .rsForm {
  margin-top: 0;
}
.products .product-container .ctaContainer .find-a-dealer-button, #products .product-container .ctaContainer .find-a-dealer-button {
  width: max-content;
}

.buy-now {
  opacity: 1;
}

.find-a-dealer {
  opacity: 1;
  display: inline-block;
}

.out-of-stock {
  background-color: #C90000;
  border: 2px solid #C90000;
  opacity: 1;
}

.gallery-products-container .ctaContainer {
  flex-direction: column;
}

.rsProductOfferContainer {
  font-size: 14px;
  color: black;
}

.ctaContainer {
  display: flex;
  justify-content: right;
  align-items: center;
  padding-top: 10px;
}

/* PRICING */
.rsPrice {
  font-size: 1.4em;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: #000;
}

.product-view .rsPrice {
  font-size: 1.6em;
  color: #000;
}

.rsReferencePrice {
  text-decoration: line-through;
  font-size: 16px;
  color: #FF6828;
  font-weight: 700;
}

.rsReferencePriceMessage {
  font-size: 13px;
  font-weight: 700;
  color: #FF6828;
}

/* INVENTORY MESSAGING */
.rsInventoryOutOfStock,
.rsInventoryOutOfStockPreorder {
  font-weight: 700;
  color: #FF6828;
}

.rsInventoryLowStockQuantityWrapper {
  font-weight: 700;
  color: #FF6828;
}

.rsCallToOrder {
  color: #FF6828;
  font-size: 16px;
  font-weight: 700;
}

.rsErrorMessage {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

/* DELIVERY PROMISE */
.rsFreeNDayShippingWrapper {
  font-weight: 700;
  margin-top: 8px;
}

/* FASTER SHIPPING */
.rsFasterShippingLabel {
  text-decoration: underline;
  cursor: pointer;
}

/* ADD TO CART */
.rsForm {
  margin-top: 0px;
  display: inline-flex;
}

.rsModal {
  width: 80%;
  max-width: 350px;
  border: solid 1px #ccc;
  border-radius: 4px;
  box-shadow: 0 0.25rem 0.5rem 0.25rem rgba(0, 0, 0, 0.1);
}

.rsModalHeader {
  padding: 8px 16px;
  border-bottom: 1px solid #ccc;
}

.rsModalBody {
  padding: 16px;
}

.rsPopoverBody {
  font-size: 12px;
  font-weight: 600;
  white-space: normal;
  color: #000;
}

.rsPopoverCloseX {
  position: absolute;
  right: 6px;
  top: 0;
  line-height: 1;
  font-size: 22px;
  color: #000;
}

.rsPopoverWrapper {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-transform: translateY(calc(-100% - 13px));
  transform: translateY(calc(-100% - 13px));
  width: 100%;
  max-width: 600px;
}

.rsCartLink {
  color: #000;
}

.rsCartLink:hover {
  color: #007BFF;
}

.rsCartCount {
  z-index: 10;
  position: relative;
  color: #fff;
  padding: 0 5px;
}

.rsCartLinkAndItemCountWrapper {
  padding: 0px;
  font-size: 1.4em;
}

.rsAddToCartForm button,
.rsAddToCartForm input[type=submit],
.rsAddToCartForm .rsButton {
  background-color: #7a3a00;
  padding: 10px 30px;
  transition-duration: 0.2s;
  color: #ffffff;
  line-height: 1.75;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
}
.rsAddToCartForm button:hover,
.rsAddToCartForm input[type=submit]:hover,
.rsAddToCartForm .rsButton:hover {
  background-color: #333;
  border: 2px solid #333;
  color: #ccc;
}

.page-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px;
}
.page-container .item-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
@media (max-width: 767px) {
  .page-container .item-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .page-container .item-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .page-container .item-grid {
    padding-top: 16px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) {
  .page-container .item-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 767px) {
  .page-container {
    padding: 2px;
  }
  .page-container .item-grid {
    gap: 2px;
  }
}
.item-card {
  background: #FAFAFA;
  width: 100%;
  height: 450px;
  padding: 24px 16px 16px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  border: 2px solid #ddd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.item-card .item-price {
  background: #7a3a00;
  color: rgb(204, 204, 204);
  font-weight: bold;
  font-size: 1.2em;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}
.item-card .item-price .rsPricingWrapper .rsPrice {
  padding: 6px 16px;
  display: inline-block;
  color: #e5e5e5;
}
.item-card .item-image {
  margin-top: 32px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-card .item-image img {
  max-width: 180px;
  max-height: 150px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.item-card .item-title {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 12px;
  text-align: center;
  width: 100%;
  height: 3.3em;
  line-height: 1.1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.item-card .item-desc {
  font-size: 0.95em;
  color: #555;
  margin-bottom: 16px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 2.8em;
  line-height: 1.4em;
}
.item-card .learn-more:hover {
  text-decoration: underline;
}
.item-card .learn-more span {
  margin-left: 6px;
}

@media (max-width: 767px) {
  .item-card {
    width: 100%;
    max-width: 100%;
    height: 380px;
    padding: 16px 2px 8px 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .item-card .item-price {
    font-weight: bold;
    font-size: 1em;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
  }
  .item-card .item-image {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .item-card .item-image img {
    padding: 4px;
    max-width: 100%;
    max-height: 130px;
    width: auto;
    height: auto;
    object-fit: contain;
  }
  .item-card .item-title {
    font-size: 0.95em;
    font-weight: bold;
    text-align: center;
    width: 100%;
    height: 3.6em;
    line-height: 1.2em;
    margin-bottom: 8px;
    margin-top: 8px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .item-card .item-desc {
    font-size: 0.85em;
    line-height: 1.3em;
    text-align: center;
    height: 2.6em;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    margin-bottom: 12px;
  }
}
.plp-product-view {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 100px 200px;
  padding-top: 60px;
}

.plp-product-summary {
  display: flex;
  gap: 20px;
}

.plp-product-view .rsPrice {
  font-size: 1.6em;
  color: #000;
}

.plp-product-image {
  padding: 25px;
  padding-top: 0;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plp-product-image img {
  max-width: 100%;
  max-height: 500px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.plp-product-details {
  padding-top: 10px;
  flex: 1;
}

.plp-product-overview {
  margin-top: 20px;
}
.plp-product-overview .plp-note {
  color: #ff0000;
  font-size: small;
}

.plp-product-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.plp-product-action .plp-product-variant-name {
  font-weight: bold;
}
.plp-product-action .plp-product-price {
  font-weight: bold;
  text-align: right;
  min-width: 30%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.plp-product-action .plp-product-price .plp-buy-now {
  display: inline-block;
  padding: 8px 16px;
  margin-left: 10px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.plp-product-action .plp-product-price .plp-buy-now:hover {
  background-color: #0056b3;
}
.plp-product-action .plp-product-price button.plp-info-link {
  display: inline-block;
  padding: 8px 16px;
  margin-left: 10px;
  background-color: transparent;
  color: #000;
  border: 1px solid black;
  border-radius: 4px;
}
.plp-product-action .plp-product-price .plp-note {
  color: #bd1d1d;
  font-size: small;
  font-style: italic;
  width: 104px;
  text-align: center;
  align-items: center;
  margin-left: 10px;
}

@media (max-width: 768px) {
  .plp-product-view {
    margin: 20px;
  }
  .plp-product-summary {
    flex-direction: column;
    align-items: center;
  }
  .plp-product-image img {
    max-width: 100%;
  }
  .plp-product-details {
    text-align: center;
  }
  .plp-product-action {
    text-align: left;
    gap: 20px;
    justify-content: center;
  }
  .plp-product-action .plp-product-price {
    text-align: center;
  }
}
.product-view {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
  padding: 16px 32px;
  max-width: 1000px;
}

.product-summary {
  display: flex;
  gap: 20px;
}

#product-image {
  padding: 25px;
  padding-top: 0;
  width: 50%;
}
#product-image img {
  width: 100%;
  height: auto;
}

#product-details {
  padding-top: 10px;
  flex: 1;
}

.product-overview {
  margin-top: 20px;
}
.product-overview .note {
  color: #ff0000;
  font-size: small;
}

.product-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.product-action .product-variant-name {
  font-weight: bold;
}
.product-action .product-price {
  font-weight: bold;
  text-align: right;
  min-width: 30%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.product-action .product-price .buy-now {
  display: inline-block;
  padding: 8px 16px;
  margin-left: 10px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.product-action .product-price .buy-now:hover {
  background-color: #0056b3;
}
.product-action .product-price button.info-link {
  display: inline-block;
  padding: 8px 16px;
  margin-left: 10px;
  background-color: transparent;
  color: #000;
  border: 1px solid black;
  border-radius: 4px;
}
.product-action .product-price .note {
  color: #bd1d1d;
  font-size: small;
  font-style: italic;
  width: 104px;
  text-align: center;
  align-items: center;
  margin-left: 10px;
}

@media (max-width: 768px) {
  .product-view {
    margin: 20px;
  }
  .product-summary {
    flex-direction: column;
    align-items: center;
  }
  #product-image img {
    max-width: 100%;
  }
  #product-details {
    text-align: center;
  }
  .product-action {
    text-align: left;
    gap: 20px;
  }
  .product-action .product-price {
    text-align: center;
  }
}
#store-nav {
  width: 100%;
  max-width: 1400px;
  background-color: #1e1e1e;
  border-bottom: 1px solid #333;
  font-family: "Roboto", sans-serif;
  position: relative;
  z-index: 150;
}
#store-nav .store-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  min-height: 50px;
}
#store-nav .store-nav-title {
  flex-shrink: 0;
  font-size: 1.1em;
  font-weight: 500;
  white-space: nowrap;
}
#store-nav .store-nav-title a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 14px 0;
}
#store-nav .store-nav-title a:hover {
  color: #ffffff;
}
#store-nav .store-nav-groups {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}
#store-nav .store-nav-item {
  position: relative;
}
#store-nav .store-nav-item > .store-nav-link {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 16px 14px;
  color: #d0d0d0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.82em;
  letter-spacing: 0.04em;
  white-space: nowrap;
  transition: color 0.15s;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
}
#store-nav .store-nav-item > .store-nav-link i {
  font-size: 0.75em;
  transition: transform 0.2s;
}
#store-nav .store-nav-item > .store-nav-link:hover {
  color: #ffffff;
}
#store-nav .store-nav-item.active > .store-nav-link {
  color: #ffffff;
  border-bottom: 2px solid #7a3a00;
}
#store-nav .store-nav-item.has-dropdown.open > .store-nav-link {
  color: #ffffff;
}
#store-nav .store-nav-item.has-dropdown.open > .store-nav-link i {
  transform: rotate(180deg);
}
#store-nav .store-nav-item.has-dropdown.open > .store-nav-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
#store-nav .store-nav-dropdown {
  list-style: none;
  margin: 0;
  padding: 6px 0;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 190px;
  background-color: #2a2a2a;
  border: 1px solid #333;
  border-top: 2px solid #7a3a00;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 0.18s, transform 0.18s;
}
#store-nav .store-nav-dropdown li a {
  display: block;
  padding: 9px 18px;
  color: #d0d0d0;
  text-decoration: none;
  font-size: 0.82em;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
#store-nav .store-nav-dropdown li a:hover {
  color: #ffffff;
  background-color: #363636;
}
#store-nav .store-nav-dropdown li a.active {
  color: #ffffff;
  font-weight: 600;
  background-color: #363636;
  border-left: 3px solid #7a3a00;
  padding-left: 15px;
}
#store-nav .mobile-nav-toggle {
  display: none;
}

@media (max-width: 767px) and (max-width: 767px) {
  #store-nav .store-nav-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    min-height: 0;
  }
  #store-nav .store-nav-title {
    display: none;
  }
  #store-nav .mobile-nav-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 16px;
    color: #d0d0d0;
    background: none;
    border: none;
    border-bottom: 1px solid #333;
    cursor: pointer;
    font-family: inherit;
    font-size: 0.82em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
  #store-nav .mobile-nav-toggle i {
    font-size: 0.75em;
    transition: transform 0.2s;
  }
  #store-nav .mobile-nav-toggle[aria-expanded=true] {
    color: #ffffff;
  }
  #store-nav .mobile-nav-toggle[aria-expanded=true] i {
    transform: rotate(180deg);
  }
  #store-nav .store-nav-groups {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
  }
  #store-nav .store-nav-item {
    width: 100%;
    border-bottom: 1px solid #333;
  }
  #store-nav .store-nav-item > .store-nav-link {
    width: 100%;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 13px 16px;
    font-size: 0.82em;
  }
  #store-nav .store-nav-item > .store-nav-link i {
    display: inline;
  }
  #store-nav .store-nav-item.active > .store-nav-link {
    border-bottom: none;
    border-left: 2px solid #7a3a00;
    padding-left: 14px;
  }
  #store-nav .store-nav-item .store-nav-dropdown {
    display: block;
    position: static;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    height: 0;
    overflow: hidden;
    transition: height 0.25s ease;
    border-top: none;
    border-left: 3px solid #7a3a00;
    border-right: none;
    border-bottom: none;
    min-width: 0;
    width: 100%;
    background-color: #2a2a2a;
    padding: 0;
  }
  #store-nav .store-nav-item .store-nav-dropdown li {
    width: 100%;
  }
  #store-nav .store-nav-item .store-nav-dropdown li a {
    padding: 10px 24px;
  }
  #store-nav .store-nav-item.has-dropdown.open > .store-nav-link {
    color: #ffffff;
  }
  #store-nav .store-nav-item.has-dropdown.open > .store-nav-link i {
    transform: rotate(180deg);
  }
}
.rsProductOfferContainer {
  font-size: 14px;
  color: black;
}

.ctaContainer {
  display: flex;
  justify-content: right;
  align-items: center;
  padding-top: 10px;
}

/* PRICING */
.rsPrice {
  font-size: 1.4em;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: #000;
}

.product-view .rsPrice {
  font-size: 1.6em;
  color: #000;
}

.rsReferencePrice {
  text-decoration: line-through;
  font-size: 16px;
  color: #FF6828;
  font-weight: 700;
}

.rsReferencePriceMessage {
  font-size: 13px;
  font-weight: 700;
  color: #FF6828;
}

/* INVENTORY MESSAGING */
.rsInventoryOutOfStock,
.rsInventoryOutOfStockPreorder {
  font-weight: 700;
  color: #FF6828;
}

.rsInventoryLowStockQuantityWrapper {
  font-weight: 700;
  color: #FF6828;
}

.rsCallToOrder {
  color: #FF6828;
  font-size: 16px;
  font-weight: 700;
}

.rsErrorMessage {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

/* DELIVERY PROMISE */
.rsFreeNDayShippingWrapper {
  font-weight: 700;
  margin-top: 8px;
}

/* FASTER SHIPPING */
.rsFasterShippingLabel {
  text-decoration: underline;
  cursor: pointer;
}

/* ADD TO CART */
.rsForm {
  margin-top: 0px;
  display: inline-flex;
}

.rsModal {
  width: 80%;
  max-width: 350px;
  border: solid 1px #ccc;
  border-radius: 4px;
  box-shadow: 0 0.25rem 0.5rem 0.25rem rgba(0, 0, 0, 0.1);
}

.rsModalHeader {
  padding: 8px 16px;
  border-bottom: 1px solid #ccc;
}

.rsModalBody {
  padding: 16px;
}

.rsPopoverBody {
  font-size: 12px;
  font-weight: 600;
  white-space: normal;
  color: #000;
}

.rsPopoverCloseX {
  position: absolute;
  right: 6px;
  top: 0;
  line-height: 1;
  font-size: 22px;
  color: #000;
}

.rsPopoverWrapper {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-transform: translateY(calc(-100% - 13px));
  transform: translateY(calc(-100% - 13px));
  width: 100%;
  max-width: 600px;
}

.rsCartLink {
  color: #000;
}

.rsCartLink:hover {
  color: #007BFF;
}

.rsCartCount {
  z-index: 10;
  position: relative;
  color: #fff;
  padding: 0 5px;
}

.rsCartLinkAndItemCountWrapper {
  padding: 0px;
}

.rsAddToCartForm button,
.rsAddToCartForm input[type=submit],
.rsAddToCartForm .rsButton {
  background-color: #7a3a00;
  padding: 10px 30px;
  transition-duration: 0.2s;
  color: #ffffff;
  line-height: 1.75;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
}
.rsAddToCartForm button:hover,
.rsAddToCartForm input[type=submit]:hover,
.rsAddToCartForm .rsButton:hover {
  background-color: #333;
  border: 2px solid #333;
  color: #ccc;
}

body.contact .main-content {
  padding: 40px 0 80px;
  background-color: #f5f5f5;
}
body.contact h2 {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 700;
  color: #111;
}
body.contact .col-xs-22 > p {
  margin: 0 0 20px;
  color: #444;
  font-size: 15px;
  line-height: 1.6;
}
body.contact #contact_form {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 32px 40px 40px;
  margin-top: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
body.contact .cf-notice {
  padding-bottom: 16px;
  margin-bottom: 8px;
  border-bottom: 1px solid #eee;
}
body.contact .cf-notice p {
  margin: 0 0 4px;
  font-size: 13px;
  color: #888;
  font-style: italic;
}
body.contact .cf-notice p:last-child {
  margin-bottom: 0;
}
body.contact .cf-notice .cf-required-note span {
  color: #c00;
}
body.contact .cf-row {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 0;
  border-top: 1px solid #f0f0f0;
}
body.contact .cf-row--full {
  display: block;
  padding: 14px 0;
}
body.contact .cf-label {
  flex: 0 0 160px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #333;
  line-height: 1.4;
}
body.contact .cf-label .cf-required {
  color: #c00;
  margin-right: 2px;
}
body.contact .cf-input {
  flex: 1 1 auto;
  min-width: 0;
}
body.contact #contact_form .form-control {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  padding: 10px 14px;
  font-size: 15px;
  color: #222;
  background-color: #fafafa;
  height: auto;
  font-family: inherit;
  transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
  box-shadow: none;
}
body.contact #contact_form .form-control:focus {
  border-color: #111;
  background-color: #fff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.07);
}
body.contact #contact_form .form-control::placeholder {
  color: #bbb;
}
body.contact #contact_form textarea.form-control {
  resize: vertical;
  min-height: 140px;
  line-height: 1.6;
}
body.contact #contact_form select.form-control {
  appearance: auto;
  cursor: pointer;
}
body.contact .cf-row:has(textarea) .cf-label {
  align-self: flex-start;
  padding-top: 10px;
}
body.contact .form-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
body.contact .form-check .form-check-input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex-shrink: 0;
  cursor: pointer;
  accent-color: #000;
}
body.contact .form-check .form-check-label {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  cursor: pointer;
}
body.contact .cf-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-top: 28px;
  margin-top: 8px;
  border-top: 1px solid #eee;
}
body.contact .cf-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
}
body.contact .cf-btn-submit,
body.contact .cf-btn-reset {
  display: inline-block;
  padding: 12px 36px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  border: 2px solid #111;
  font-family: inherit;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  text-decoration: none;
}
body.contact .cf-btn-submit {
  background-color: #111;
  color: #fff;
}
body.contact .cf-btn-submit:hover {
  background-color: #333;
  border-color: #333;
}
body.contact .cf-btn-reset {
  background-color: #fff;
  color: #111;
}
body.contact .cf-btn-reset:hover {
  background-color: #f0f0f0;
}
body.contact .cf-disclaimer {
  margin-top: 16px;
  font-size: 13px;
  color: #888;
  line-height: 1.5;
}
body.contact #system_message {
  padding: 18px 24px;
  margin: 24px 0;
  border-left: 4px solid #111;
  background-color: #f7f7f7;
  border-radius: 0 4px 4px 0;
  font-size: 16px;
  color: #222;
}
@media (max-width: 767px) {
  body.contact .main-content {
    padding: 20px 0 50px;
  }
  body.contact #contact_form {
    padding: 20px 16px 28px;
    border-radius: 4px;
  }
  body.contact .cf-row {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
  }
  body.contact .cf-label {
    flex: none;
    width: 100%;
  }
  body.contact .cf-row:has(textarea) .cf-label {
    padding-top: 0;
  }
  body.contact #contact_form .form-control {
    font-size: 16px;
  }
  body.contact .cf-buttons {
    flex-direction: column;
    width: 100%;
  }
  body.contact .cf-btn-submit,
  body.contact .cf-btn-reset {
    width: 100%;
    padding: 14px 20px;
    text-align: center;
  }
}

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