.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-be0321bb-2fd8-4071-9f00-8c32a54e6c90 {
  padding-top: 80px;
padding-bottom: 0px;
min-height: 50px;
}








#s-be0321bb-2fd8-4071-9f00-8c32a54e6c90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be0321bb-2fd8-4071-9f00-8c32a54e6c90.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-474639b6-0e8b-467d-8d61-c01487ef1907 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-474639b6-0e8b-467d-8d61-c01487ef1907 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

#s-88841635-8cf8-4e01-8b14-940e480fdfdb {
  min-height: 50px;
}








#s-88841635-8cf8-4e01-8b14-940e480fdfdb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88841635-8cf8-4e01-8b14-940e480fdfdb.shg-box.shg-c {
  justify-content: center;
}

#s-b8c071dc-ea12-4393-aede-739abee08e0a {
  padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
text-align: left;
}

#s-b8c071dc-ea12-4393-aede-739abee08e0a .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b546be76-2825-4217-b536-86a3299078be {
  padding-left: 50px;
padding-right: 50px;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-24c4206c-49d0-4d88-91c9-b6539047eb8b {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-24c4206c-49d0-4d88-91c9-b6539047eb8b .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-24c4206c-49d0-4d88-91c9-b6539047eb8b .shg-sld-nav-button.shg-sld-left,
#s-24c4206c-49d0-4d88-91c9-b6539047eb8b .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

@media (min-width: 0px) {
[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2e1da4f1-07a0-4139-8bc7-5f49997eb2b9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-8a72742f-6ea5-4fb1-b7ef-3eb31b7c9d85 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-f9bd36ad-9bef-4286-9b62-9f628d2f8131 {
  text-align: left;
}


.shg-c#s-f9bd36ad-9bef-4286-9b62-9f628d2f8131 {
  max-width: 100%;
}

.shg-c#s-f9bd36ad-9bef-4286-9b62-9f628d2f8131 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9bd36ad-9bef-4286-9b62-9f628d2f8131 .shg-image-zoom,
.shg-c#s-f9bd36ad-9bef-4286-9b62-9f628d2f8131 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f9bd36ad-9bef-4286-9b62-9f628d2f8131 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f9bd36ad-9bef-4286-9b62-9f628d2f8131 {
  max-width: 100%;
}

.shg-c#s-f9bd36ad-9bef-4286-9b62-9f628d2f8131 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9bd36ad-9bef-4286-9b62-9f628d2f8131 .shg-image-zoom,
.shg-c#s-f9bd36ad-9bef-4286-9b62-9f628d2f8131 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f9bd36ad-9bef-4286-9b62-9f628d2f8131 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f9bd36ad-9bef-4286-9b62-9f628d2f8131 {
  max-width: 100%;
}

.shg-c#s-f9bd36ad-9bef-4286-9b62-9f628d2f8131 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9bd36ad-9bef-4286-9b62-9f628d2f8131 .shg-image-zoom,
.shg-c#s-f9bd36ad-9bef-4286-9b62-9f628d2f8131 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f9bd36ad-9bef-4286-9b62-9f628d2f8131 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f9bd36ad-9bef-4286-9b62-9f628d2f8131 {
  max-width: 100%;
}

.shg-c#s-f9bd36ad-9bef-4286-9b62-9f628d2f8131 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9bd36ad-9bef-4286-9b62-9f628d2f8131 .shg-image-zoom,
.shg-c#s-f9bd36ad-9bef-4286-9b62-9f628d2f8131 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f9bd36ad-9bef-4286-9b62-9f628d2f8131 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f9bd36ad-9bef-4286-9b62-9f628d2f8131 {
  max-width: 100%;
}

.shg-c#s-f9bd36ad-9bef-4286-9b62-9f628d2f8131 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9bd36ad-9bef-4286-9b62-9f628d2f8131 .shg-image-zoom,
.shg-c#s-f9bd36ad-9bef-4286-9b62-9f628d2f8131 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f9bd36ad-9bef-4286-9b62-9f628d2f8131 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-f9bd36ad-9bef-4286-9b62-9f628d2f8131 {
  max-width: 100%;
}

.shg-c#s-f9bd36ad-9bef-4286-9b62-9f628d2f8131 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f9bd36ad-9bef-4286-9b62-9f628d2f8131 .shg-image-zoom,
.shg-c#s-f9bd36ad-9bef-4286-9b62-9f628d2f8131 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f9bd36ad-9bef-4286-9b62-9f628d2f8131 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-a02e1d4f-a078-4c0e-b4ed-2e67f4734666 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a02e1d4f-a078-4c0e-b4ed-2e67f4734666 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ba044492-edcc-4113-b805-186379fd99c5 {
  text-align: left;
}

#s-ba044492-edcc-4113-b805-186379fd99c5 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-ba044492-edcc-4113-b805-186379fd99c5 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-ba044492-edcc-4113-b805-186379fd99c5 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-ba044492-edcc-4113-b805-186379fd99c5 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.shg-product-atc-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-product-atc-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-25ba830f-ba1c-467c-8416-409755887ff4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-25ba830f-ba1c-467c-8416-409755887ff4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-25ba830f-ba1c-467c-8416-409755887ff4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-25ba830f-ba1c-467c-8416-409755887ff4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-25ba830f-ba1c-467c-8416-409755887ff4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-25ba830f-ba1c-467c-8416-409755887ff4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-25ba830f-ba1c-467c-8416-409755887ff4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-25ba830f-ba1c-467c-8416-409755887ff4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-bba40be5-b624-4c94-89a8-5437c9785f1d {
  display: none;
}
#s-890d3022-28d3-4869-b7ed-85e20f706462 {
  text-align: left;
}


.shg-c#s-890d3022-28d3-4869-b7ed-85e20f706462 {
  max-width: 100%;
}

.shg-c#s-890d3022-28d3-4869-b7ed-85e20f706462 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-890d3022-28d3-4869-b7ed-85e20f706462 .shg-image-zoom,
.shg-c#s-890d3022-28d3-4869-b7ed-85e20f706462 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-890d3022-28d3-4869-b7ed-85e20f706462 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-890d3022-28d3-4869-b7ed-85e20f706462 {
  max-width: 100%;
}

.shg-c#s-890d3022-28d3-4869-b7ed-85e20f706462 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-890d3022-28d3-4869-b7ed-85e20f706462 .shg-image-zoom,
.shg-c#s-890d3022-28d3-4869-b7ed-85e20f706462 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-890d3022-28d3-4869-b7ed-85e20f706462 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-890d3022-28d3-4869-b7ed-85e20f706462 {
  max-width: 100%;
}

.shg-c#s-890d3022-28d3-4869-b7ed-85e20f706462 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-890d3022-28d3-4869-b7ed-85e20f706462 .shg-image-zoom,
.shg-c#s-890d3022-28d3-4869-b7ed-85e20f706462 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-890d3022-28d3-4869-b7ed-85e20f706462 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-890d3022-28d3-4869-b7ed-85e20f706462 {
  max-width: 100%;
}

.shg-c#s-890d3022-28d3-4869-b7ed-85e20f706462 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-890d3022-28d3-4869-b7ed-85e20f706462 .shg-image-zoom,
.shg-c#s-890d3022-28d3-4869-b7ed-85e20f706462 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-890d3022-28d3-4869-b7ed-85e20f706462 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-890d3022-28d3-4869-b7ed-85e20f706462 {
  max-width: 100%;
}

.shg-c#s-890d3022-28d3-4869-b7ed-85e20f706462 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-890d3022-28d3-4869-b7ed-85e20f706462 .shg-image-zoom,
.shg-c#s-890d3022-28d3-4869-b7ed-85e20f706462 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-890d3022-28d3-4869-b7ed-85e20f706462 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-890d3022-28d3-4869-b7ed-85e20f706462 {
  max-width: 100%;
}

.shg-c#s-890d3022-28d3-4869-b7ed-85e20f706462 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-890d3022-28d3-4869-b7ed-85e20f706462 .shg-image-zoom,
.shg-c#s-890d3022-28d3-4869-b7ed-85e20f706462 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-890d3022-28d3-4869-b7ed-85e20f706462 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-1e4b2607-cbf0-4d2e-8aea-6e076a54f700 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1e4b2607-cbf0-4d2e-8aea-6e076a54f700 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-9c27c322-0a9f-4d0b-924c-7b06b205ee8a {
  text-align: left;
}

#s-9c27c322-0a9f-4d0b-924c-7b06b205ee8a .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-9c27c322-0a9f-4d0b-924c-7b06b205ee8a .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-9c27c322-0a9f-4d0b-924c-7b06b205ee8a .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-9c27c322-0a9f-4d0b-924c-7b06b205ee8a .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-2d55a2c9-5d6c-4ffa-b4d8-d012aa97d182 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2d55a2c9-5d6c-4ffa-b4d8-d012aa97d182:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2d55a2c9-5d6c-4ffa-b4d8-d012aa97d182:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2d55a2c9-5d6c-4ffa-b4d8-d012aa97d182 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2d55a2c9-5d6c-4ffa-b4d8-d012aa97d182.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2d55a2c9-5d6c-4ffa-b4d8-d012aa97d182.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2d55a2c9-5d6c-4ffa-b4d8-d012aa97d182.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2d55a2c9-5d6c-4ffa-b4d8-d012aa97d182.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-90b21d9b-3f61-4866-a81f-6095945987b5 {
  display: none;
}
#s-538c62ec-51f8-4b4e-91ac-69eca56e77b5 {
  text-align: left;
}


.shg-c#s-538c62ec-51f8-4b4e-91ac-69eca56e77b5 {
  max-width: 100%;
}

.shg-c#s-538c62ec-51f8-4b4e-91ac-69eca56e77b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-538c62ec-51f8-4b4e-91ac-69eca56e77b5 .shg-image-zoom,
.shg-c#s-538c62ec-51f8-4b4e-91ac-69eca56e77b5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-538c62ec-51f8-4b4e-91ac-69eca56e77b5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-538c62ec-51f8-4b4e-91ac-69eca56e77b5 {
  max-width: 100%;
}

.shg-c#s-538c62ec-51f8-4b4e-91ac-69eca56e77b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-538c62ec-51f8-4b4e-91ac-69eca56e77b5 .shg-image-zoom,
.shg-c#s-538c62ec-51f8-4b4e-91ac-69eca56e77b5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-538c62ec-51f8-4b4e-91ac-69eca56e77b5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-538c62ec-51f8-4b4e-91ac-69eca56e77b5 {
  max-width: 100%;
}

.shg-c#s-538c62ec-51f8-4b4e-91ac-69eca56e77b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-538c62ec-51f8-4b4e-91ac-69eca56e77b5 .shg-image-zoom,
.shg-c#s-538c62ec-51f8-4b4e-91ac-69eca56e77b5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-538c62ec-51f8-4b4e-91ac-69eca56e77b5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-538c62ec-51f8-4b4e-91ac-69eca56e77b5 {
  max-width: 100%;
}

.shg-c#s-538c62ec-51f8-4b4e-91ac-69eca56e77b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-538c62ec-51f8-4b4e-91ac-69eca56e77b5 .shg-image-zoom,
.shg-c#s-538c62ec-51f8-4b4e-91ac-69eca56e77b5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-538c62ec-51f8-4b4e-91ac-69eca56e77b5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-538c62ec-51f8-4b4e-91ac-69eca56e77b5 {
  max-width: 100%;
}

.shg-c#s-538c62ec-51f8-4b4e-91ac-69eca56e77b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-538c62ec-51f8-4b4e-91ac-69eca56e77b5 .shg-image-zoom,
.shg-c#s-538c62ec-51f8-4b4e-91ac-69eca56e77b5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-538c62ec-51f8-4b4e-91ac-69eca56e77b5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-538c62ec-51f8-4b4e-91ac-69eca56e77b5 {
  max-width: 100%;
}

.shg-c#s-538c62ec-51f8-4b4e-91ac-69eca56e77b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-538c62ec-51f8-4b4e-91ac-69eca56e77b5 .shg-image-zoom,
.shg-c#s-538c62ec-51f8-4b4e-91ac-69eca56e77b5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-538c62ec-51f8-4b4e-91ac-69eca56e77b5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-41c7ed1e-efc8-4f46-84a1-385dcf8f2128 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-41c7ed1e-efc8-4f46-84a1-385dcf8f2128 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-36597bcb-5645-4ac7-8055-18968c59a563 {
  text-align: left;
}

#s-36597bcb-5645-4ac7-8055-18968c59a563 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-36597bcb-5645-4ac7-8055-18968c59a563 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-36597bcb-5645-4ac7-8055-18968c59a563 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-36597bcb-5645-4ac7-8055-18968c59a563 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-458c3c16-2fb9-453a-b9fb-7b92fbb03012 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-458c3c16-2fb9-453a-b9fb-7b92fbb03012:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-458c3c16-2fb9-453a-b9fb-7b92fbb03012:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-458c3c16-2fb9-453a-b9fb-7b92fbb03012 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-458c3c16-2fb9-453a-b9fb-7b92fbb03012.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-458c3c16-2fb9-453a-b9fb-7b92fbb03012.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-458c3c16-2fb9-453a-b9fb-7b92fbb03012.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-458c3c16-2fb9-453a-b9fb-7b92fbb03012.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


@media (min-width: 0px) {
[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8f97d367-70a0-4314-9e10-6b665dcc02ac"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ea6a702b-db06-4bd2-a43a-bbc627e50e22 {
  display: none;
}
#s-65778fdd-ae4c-4e71-8858-4b5ca89a5fb2 {
  text-align: left;
}


.shg-c#s-65778fdd-ae4c-4e71-8858-4b5ca89a5fb2 {
  max-width: 100%;
}

.shg-c#s-65778fdd-ae4c-4e71-8858-4b5ca89a5fb2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65778fdd-ae4c-4e71-8858-4b5ca89a5fb2 .shg-image-zoom,
.shg-c#s-65778fdd-ae4c-4e71-8858-4b5ca89a5fb2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65778fdd-ae4c-4e71-8858-4b5ca89a5fb2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-65778fdd-ae4c-4e71-8858-4b5ca89a5fb2 {
  max-width: 100%;
}

.shg-c#s-65778fdd-ae4c-4e71-8858-4b5ca89a5fb2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65778fdd-ae4c-4e71-8858-4b5ca89a5fb2 .shg-image-zoom,
.shg-c#s-65778fdd-ae4c-4e71-8858-4b5ca89a5fb2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65778fdd-ae4c-4e71-8858-4b5ca89a5fb2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-65778fdd-ae4c-4e71-8858-4b5ca89a5fb2 {
  max-width: 100%;
}

.shg-c#s-65778fdd-ae4c-4e71-8858-4b5ca89a5fb2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65778fdd-ae4c-4e71-8858-4b5ca89a5fb2 .shg-image-zoom,
.shg-c#s-65778fdd-ae4c-4e71-8858-4b5ca89a5fb2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65778fdd-ae4c-4e71-8858-4b5ca89a5fb2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-65778fdd-ae4c-4e71-8858-4b5ca89a5fb2 {
  max-width: 100%;
}

.shg-c#s-65778fdd-ae4c-4e71-8858-4b5ca89a5fb2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65778fdd-ae4c-4e71-8858-4b5ca89a5fb2 .shg-image-zoom,
.shg-c#s-65778fdd-ae4c-4e71-8858-4b5ca89a5fb2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65778fdd-ae4c-4e71-8858-4b5ca89a5fb2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-65778fdd-ae4c-4e71-8858-4b5ca89a5fb2 {
  max-width: 100%;
}

.shg-c#s-65778fdd-ae4c-4e71-8858-4b5ca89a5fb2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65778fdd-ae4c-4e71-8858-4b5ca89a5fb2 .shg-image-zoom,
.shg-c#s-65778fdd-ae4c-4e71-8858-4b5ca89a5fb2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65778fdd-ae4c-4e71-8858-4b5ca89a5fb2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-65778fdd-ae4c-4e71-8858-4b5ca89a5fb2 {
  max-width: 100%;
}

.shg-c#s-65778fdd-ae4c-4e71-8858-4b5ca89a5fb2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65778fdd-ae4c-4e71-8858-4b5ca89a5fb2 .shg-image-zoom,
.shg-c#s-65778fdd-ae4c-4e71-8858-4b5ca89a5fb2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65778fdd-ae4c-4e71-8858-4b5ca89a5fb2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-3e7a0113-53ce-4452-aa0b-5c492fd8eea3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3e7a0113-53ce-4452-aa0b-5c492fd8eea3 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e43f51bd-6f15-4a1a-9eaa-50dc9b6fbeab {
  text-align: left;
}

#s-e43f51bd-6f15-4a1a-9eaa-50dc9b6fbeab .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-e43f51bd-6f15-4a1a-9eaa-50dc9b6fbeab .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-e43f51bd-6f15-4a1a-9eaa-50dc9b6fbeab .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-e43f51bd-6f15-4a1a-9eaa-50dc9b6fbeab .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-a2644874-398d-4e4c-ad1b-209ffdba446d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a2644874-398d-4e4c-ad1b-209ffdba446d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a2644874-398d-4e4c-ad1b-209ffdba446d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a2644874-398d-4e4c-ad1b-209ffdba446d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a2644874-398d-4e4c-ad1b-209ffdba446d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a2644874-398d-4e4c-ad1b-209ffdba446d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a2644874-398d-4e4c-ad1b-209ffdba446d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a2644874-398d-4e4c-ad1b-209ffdba446d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-279d8e64-ffd9-43b0-9a8a-bca16f54d999 {
  display: none;
}
#s-1396fe30-f68c-4acd-909a-78f2272da0dc {
  text-align: left;
}


.shg-c#s-1396fe30-f68c-4acd-909a-78f2272da0dc {
  max-width: 100%;
}

.shg-c#s-1396fe30-f68c-4acd-909a-78f2272da0dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1396fe30-f68c-4acd-909a-78f2272da0dc .shg-image-zoom,
.shg-c#s-1396fe30-f68c-4acd-909a-78f2272da0dc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1396fe30-f68c-4acd-909a-78f2272da0dc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1396fe30-f68c-4acd-909a-78f2272da0dc {
  max-width: 100%;
}

.shg-c#s-1396fe30-f68c-4acd-909a-78f2272da0dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1396fe30-f68c-4acd-909a-78f2272da0dc .shg-image-zoom,
.shg-c#s-1396fe30-f68c-4acd-909a-78f2272da0dc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1396fe30-f68c-4acd-909a-78f2272da0dc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1396fe30-f68c-4acd-909a-78f2272da0dc {
  max-width: 100%;
}

.shg-c#s-1396fe30-f68c-4acd-909a-78f2272da0dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1396fe30-f68c-4acd-909a-78f2272da0dc .shg-image-zoom,
.shg-c#s-1396fe30-f68c-4acd-909a-78f2272da0dc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1396fe30-f68c-4acd-909a-78f2272da0dc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1396fe30-f68c-4acd-909a-78f2272da0dc {
  max-width: 100%;
}

.shg-c#s-1396fe30-f68c-4acd-909a-78f2272da0dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1396fe30-f68c-4acd-909a-78f2272da0dc .shg-image-zoom,
.shg-c#s-1396fe30-f68c-4acd-909a-78f2272da0dc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1396fe30-f68c-4acd-909a-78f2272da0dc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1396fe30-f68c-4acd-909a-78f2272da0dc {
  max-width: 100%;
}

.shg-c#s-1396fe30-f68c-4acd-909a-78f2272da0dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1396fe30-f68c-4acd-909a-78f2272da0dc .shg-image-zoom,
.shg-c#s-1396fe30-f68c-4acd-909a-78f2272da0dc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1396fe30-f68c-4acd-909a-78f2272da0dc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-1396fe30-f68c-4acd-909a-78f2272da0dc {
  max-width: 100%;
}

.shg-c#s-1396fe30-f68c-4acd-909a-78f2272da0dc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1396fe30-f68c-4acd-909a-78f2272da0dc .shg-image-zoom,
.shg-c#s-1396fe30-f68c-4acd-909a-78f2272da0dc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1396fe30-f68c-4acd-909a-78f2272da0dc .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-5ad96cfe-530d-46d3-9b2e-cfb6f1e87061 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ad96cfe-530d-46d3-9b2e-cfb6f1e87061 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-aac27ecc-42e9-47df-be87-3415cff1e0cf {
  text-align: left;
}

#s-aac27ecc-42e9-47df-be87-3415cff1e0cf .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-aac27ecc-42e9-47df-be87-3415cff1e0cf .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-aac27ecc-42e9-47df-be87-3415cff1e0cf .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-aac27ecc-42e9-47df-be87-3415cff1e0cf .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-9caeebb5-38db-47b0-836f-1388c3da7419 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9caeebb5-38db-47b0-836f-1388c3da7419:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9caeebb5-38db-47b0-836f-1388c3da7419:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9caeebb5-38db-47b0-836f-1388c3da7419 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9caeebb5-38db-47b0-836f-1388c3da7419.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9caeebb5-38db-47b0-836f-1388c3da7419.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9caeebb5-38db-47b0-836f-1388c3da7419.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9caeebb5-38db-47b0-836f-1388c3da7419.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-dcddf563-3806-49ed-b980-56af8791b0ec {
  display: none;
}
#s-c44f6227-3c0f-4d79-9dbf-730024528662 {
  text-align: left;
}


.shg-c#s-c44f6227-3c0f-4d79-9dbf-730024528662 {
  max-width: 100%;
}

.shg-c#s-c44f6227-3c0f-4d79-9dbf-730024528662 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c44f6227-3c0f-4d79-9dbf-730024528662 .shg-image-zoom,
.shg-c#s-c44f6227-3c0f-4d79-9dbf-730024528662 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c44f6227-3c0f-4d79-9dbf-730024528662 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c44f6227-3c0f-4d79-9dbf-730024528662 {
  max-width: 100%;
}

.shg-c#s-c44f6227-3c0f-4d79-9dbf-730024528662 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c44f6227-3c0f-4d79-9dbf-730024528662 .shg-image-zoom,
.shg-c#s-c44f6227-3c0f-4d79-9dbf-730024528662 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c44f6227-3c0f-4d79-9dbf-730024528662 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c44f6227-3c0f-4d79-9dbf-730024528662 {
  max-width: 100%;
}

.shg-c#s-c44f6227-3c0f-4d79-9dbf-730024528662 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c44f6227-3c0f-4d79-9dbf-730024528662 .shg-image-zoom,
.shg-c#s-c44f6227-3c0f-4d79-9dbf-730024528662 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c44f6227-3c0f-4d79-9dbf-730024528662 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c44f6227-3c0f-4d79-9dbf-730024528662 {
  max-width: 100%;
}

.shg-c#s-c44f6227-3c0f-4d79-9dbf-730024528662 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c44f6227-3c0f-4d79-9dbf-730024528662 .shg-image-zoom,
.shg-c#s-c44f6227-3c0f-4d79-9dbf-730024528662 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c44f6227-3c0f-4d79-9dbf-730024528662 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c44f6227-3c0f-4d79-9dbf-730024528662 {
  max-width: 100%;
}

.shg-c#s-c44f6227-3c0f-4d79-9dbf-730024528662 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c44f6227-3c0f-4d79-9dbf-730024528662 .shg-image-zoom,
.shg-c#s-c44f6227-3c0f-4d79-9dbf-730024528662 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c44f6227-3c0f-4d79-9dbf-730024528662 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-c44f6227-3c0f-4d79-9dbf-730024528662 {
  max-width: 100%;
}

.shg-c#s-c44f6227-3c0f-4d79-9dbf-730024528662 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c44f6227-3c0f-4d79-9dbf-730024528662 .shg-image-zoom,
.shg-c#s-c44f6227-3c0f-4d79-9dbf-730024528662 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c44f6227-3c0f-4d79-9dbf-730024528662 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-14984e3f-9473-4e39-b481-f8e79b35c467 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14984e3f-9473-4e39-b481-f8e79b35c467 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e01a0a89-9cd5-4a19-bee8-f40731c2f92d {
  text-align: left;
}

#s-e01a0a89-9cd5-4a19-bee8-f40731c2f92d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-e01a0a89-9cd5-4a19-bee8-f40731c2f92d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-e01a0a89-9cd5-4a19-bee8-f40731c2f92d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-e01a0a89-9cd5-4a19-bee8-f40731c2f92d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-1b255fc1-6724-4fbd-8bc1-d3beacf97fb2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1b255fc1-6724-4fbd-8bc1-d3beacf97fb2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1b255fc1-6724-4fbd-8bc1-d3beacf97fb2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1b255fc1-6724-4fbd-8bc1-d3beacf97fb2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1b255fc1-6724-4fbd-8bc1-d3beacf97fb2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1b255fc1-6724-4fbd-8bc1-d3beacf97fb2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1b255fc1-6724-4fbd-8bc1-d3beacf97fb2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1b255fc1-6724-4fbd-8bc1-d3beacf97fb2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


@media (min-width: 0px) {
[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ddc9f481-b1e7-4dfc-8b62-346c28d09549"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-36d4007b-2de4-4c15-87ae-d1bc8bbfbb4a {
  display: none;
}
#s-ebb8b99a-c5f6-4370-b510-85ea8c6909af {
  text-align: left;
}


.shg-c#s-ebb8b99a-c5f6-4370-b510-85ea8c6909af {
  max-width: 100%;
}

.shg-c#s-ebb8b99a-c5f6-4370-b510-85ea8c6909af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebb8b99a-c5f6-4370-b510-85ea8c6909af .shg-image-zoom,
.shg-c#s-ebb8b99a-c5f6-4370-b510-85ea8c6909af img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ebb8b99a-c5f6-4370-b510-85ea8c6909af .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ebb8b99a-c5f6-4370-b510-85ea8c6909af {
  max-width: 100%;
}

.shg-c#s-ebb8b99a-c5f6-4370-b510-85ea8c6909af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebb8b99a-c5f6-4370-b510-85ea8c6909af .shg-image-zoom,
.shg-c#s-ebb8b99a-c5f6-4370-b510-85ea8c6909af img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ebb8b99a-c5f6-4370-b510-85ea8c6909af .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ebb8b99a-c5f6-4370-b510-85ea8c6909af {
  max-width: 100%;
}

.shg-c#s-ebb8b99a-c5f6-4370-b510-85ea8c6909af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebb8b99a-c5f6-4370-b510-85ea8c6909af .shg-image-zoom,
.shg-c#s-ebb8b99a-c5f6-4370-b510-85ea8c6909af img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ebb8b99a-c5f6-4370-b510-85ea8c6909af .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ebb8b99a-c5f6-4370-b510-85ea8c6909af {
  max-width: 100%;
}

.shg-c#s-ebb8b99a-c5f6-4370-b510-85ea8c6909af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebb8b99a-c5f6-4370-b510-85ea8c6909af .shg-image-zoom,
.shg-c#s-ebb8b99a-c5f6-4370-b510-85ea8c6909af img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ebb8b99a-c5f6-4370-b510-85ea8c6909af .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ebb8b99a-c5f6-4370-b510-85ea8c6909af {
  max-width: 100%;
}

.shg-c#s-ebb8b99a-c5f6-4370-b510-85ea8c6909af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebb8b99a-c5f6-4370-b510-85ea8c6909af .shg-image-zoom,
.shg-c#s-ebb8b99a-c5f6-4370-b510-85ea8c6909af img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ebb8b99a-c5f6-4370-b510-85ea8c6909af .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-ebb8b99a-c5f6-4370-b510-85ea8c6909af {
  max-width: 100%;
}

.shg-c#s-ebb8b99a-c5f6-4370-b510-85ea8c6909af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebb8b99a-c5f6-4370-b510-85ea8c6909af .shg-image-zoom,
.shg-c#s-ebb8b99a-c5f6-4370-b510-85ea8c6909af img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ebb8b99a-c5f6-4370-b510-85ea8c6909af .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-890d1e38-f895-480f-bc9d-959f4343cbe2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-890d1e38-f895-480f-bc9d-959f4343cbe2 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-a0c395ed-7763-4f18-8c11-bb455f182072 {
  text-align: left;
}

#s-a0c395ed-7763-4f18-8c11-bb455f182072 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-a0c395ed-7763-4f18-8c11-bb455f182072 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-a0c395ed-7763-4f18-8c11-bb455f182072 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-a0c395ed-7763-4f18-8c11-bb455f182072 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-ee653cfd-8cab-455e-8e93-7965c6acb7a9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ee653cfd-8cab-455e-8e93-7965c6acb7a9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ee653cfd-8cab-455e-8e93-7965c6acb7a9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ee653cfd-8cab-455e-8e93-7965c6acb7a9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ee653cfd-8cab-455e-8e93-7965c6acb7a9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ee653cfd-8cab-455e-8e93-7965c6acb7a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ee653cfd-8cab-455e-8e93-7965c6acb7a9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ee653cfd-8cab-455e-8e93-7965c6acb7a9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-810a0a4b-b8bd-4ed4-8ce0-e9c106eb847d {
  display: none;
}
#s-122d19cf-8f65-48cb-9ea7-3648f1205531 {
  text-align: left;
}


.shg-c#s-122d19cf-8f65-48cb-9ea7-3648f1205531 {
  max-width: 100%;
}

.shg-c#s-122d19cf-8f65-48cb-9ea7-3648f1205531 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-122d19cf-8f65-48cb-9ea7-3648f1205531 .shg-image-zoom,
.shg-c#s-122d19cf-8f65-48cb-9ea7-3648f1205531 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-122d19cf-8f65-48cb-9ea7-3648f1205531 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-122d19cf-8f65-48cb-9ea7-3648f1205531 {
  max-width: 100%;
}

.shg-c#s-122d19cf-8f65-48cb-9ea7-3648f1205531 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-122d19cf-8f65-48cb-9ea7-3648f1205531 .shg-image-zoom,
.shg-c#s-122d19cf-8f65-48cb-9ea7-3648f1205531 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-122d19cf-8f65-48cb-9ea7-3648f1205531 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-122d19cf-8f65-48cb-9ea7-3648f1205531 {
  max-width: 100%;
}

.shg-c#s-122d19cf-8f65-48cb-9ea7-3648f1205531 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-122d19cf-8f65-48cb-9ea7-3648f1205531 .shg-image-zoom,
.shg-c#s-122d19cf-8f65-48cb-9ea7-3648f1205531 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-122d19cf-8f65-48cb-9ea7-3648f1205531 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-122d19cf-8f65-48cb-9ea7-3648f1205531 {
  max-width: 100%;
}

.shg-c#s-122d19cf-8f65-48cb-9ea7-3648f1205531 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-122d19cf-8f65-48cb-9ea7-3648f1205531 .shg-image-zoom,
.shg-c#s-122d19cf-8f65-48cb-9ea7-3648f1205531 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-122d19cf-8f65-48cb-9ea7-3648f1205531 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-122d19cf-8f65-48cb-9ea7-3648f1205531 {
  max-width: 100%;
}

.shg-c#s-122d19cf-8f65-48cb-9ea7-3648f1205531 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-122d19cf-8f65-48cb-9ea7-3648f1205531 .shg-image-zoom,
.shg-c#s-122d19cf-8f65-48cb-9ea7-3648f1205531 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-122d19cf-8f65-48cb-9ea7-3648f1205531 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-122d19cf-8f65-48cb-9ea7-3648f1205531 {
  max-width: 100%;
}

.shg-c#s-122d19cf-8f65-48cb-9ea7-3648f1205531 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-122d19cf-8f65-48cb-9ea7-3648f1205531 .shg-image-zoom,
.shg-c#s-122d19cf-8f65-48cb-9ea7-3648f1205531 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-122d19cf-8f65-48cb-9ea7-3648f1205531 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-6a93c7bb-4e2d-43e8-8f6a-1bab7db73332 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a93c7bb-4e2d-43e8-8f6a-1bab7db73332 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-f22314c2-2835-40b9-9fa4-3a6d65e2a0de {
  text-align: left;
}

#s-f22314c2-2835-40b9-9fa4-3a6d65e2a0de .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-f22314c2-2835-40b9-9fa4-3a6d65e2a0de .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-f22314c2-2835-40b9-9fa4-3a6d65e2a0de .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-f22314c2-2835-40b9-9fa4-3a6d65e2a0de .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-a9ab82df-ca66-4153-9cbe-abfc0b9372de {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a9ab82df-ca66-4153-9cbe-abfc0b9372de:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a9ab82df-ca66-4153-9cbe-abfc0b9372de:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a9ab82df-ca66-4153-9cbe-abfc0b9372de {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a9ab82df-ca66-4153-9cbe-abfc0b9372de.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a9ab82df-ca66-4153-9cbe-abfc0b9372de.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a9ab82df-ca66-4153-9cbe-abfc0b9372de.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a9ab82df-ca66-4153-9cbe-abfc0b9372de.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-87a07a80-3fbe-450f-80a1-5a9764563273 {
  display: none;
}
#s-b8cb4290-71dc-4156-b9b4-d47b684493b0 {
  text-align: left;
}


.shg-c#s-b8cb4290-71dc-4156-b9b4-d47b684493b0 {
  max-width: 100%;
}

.shg-c#s-b8cb4290-71dc-4156-b9b4-d47b684493b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8cb4290-71dc-4156-b9b4-d47b684493b0 .shg-image-zoom,
.shg-c#s-b8cb4290-71dc-4156-b9b4-d47b684493b0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b8cb4290-71dc-4156-b9b4-d47b684493b0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b8cb4290-71dc-4156-b9b4-d47b684493b0 {
  max-width: 100%;
}

.shg-c#s-b8cb4290-71dc-4156-b9b4-d47b684493b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8cb4290-71dc-4156-b9b4-d47b684493b0 .shg-image-zoom,
.shg-c#s-b8cb4290-71dc-4156-b9b4-d47b684493b0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b8cb4290-71dc-4156-b9b4-d47b684493b0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b8cb4290-71dc-4156-b9b4-d47b684493b0 {
  max-width: 100%;
}

.shg-c#s-b8cb4290-71dc-4156-b9b4-d47b684493b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8cb4290-71dc-4156-b9b4-d47b684493b0 .shg-image-zoom,
.shg-c#s-b8cb4290-71dc-4156-b9b4-d47b684493b0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b8cb4290-71dc-4156-b9b4-d47b684493b0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b8cb4290-71dc-4156-b9b4-d47b684493b0 {
  max-width: 100%;
}

.shg-c#s-b8cb4290-71dc-4156-b9b4-d47b684493b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8cb4290-71dc-4156-b9b4-d47b684493b0 .shg-image-zoom,
.shg-c#s-b8cb4290-71dc-4156-b9b4-d47b684493b0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b8cb4290-71dc-4156-b9b4-d47b684493b0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b8cb4290-71dc-4156-b9b4-d47b684493b0 {
  max-width: 100%;
}

.shg-c#s-b8cb4290-71dc-4156-b9b4-d47b684493b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8cb4290-71dc-4156-b9b4-d47b684493b0 .shg-image-zoom,
.shg-c#s-b8cb4290-71dc-4156-b9b4-d47b684493b0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b8cb4290-71dc-4156-b9b4-d47b684493b0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-b8cb4290-71dc-4156-b9b4-d47b684493b0 {
  max-width: 100%;
}

.shg-c#s-b8cb4290-71dc-4156-b9b4-d47b684493b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8cb4290-71dc-4156-b9b4-d47b684493b0 .shg-image-zoom,
.shg-c#s-b8cb4290-71dc-4156-b9b4-d47b684493b0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b8cb4290-71dc-4156-b9b4-d47b684493b0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-efa1c4c1-00c1-4e91-afae-9cc0094ab78e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-efa1c4c1-00c1-4e91-afae-9cc0094ab78e .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-107073a1-d14b-4d19-b69f-546540a1987e {
  text-align: left;
}

#s-107073a1-d14b-4d19-b69f-546540a1987e .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-107073a1-d14b-4d19-b69f-546540a1987e .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-107073a1-d14b-4d19-b69f-546540a1987e .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-107073a1-d14b-4d19-b69f-546540a1987e .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-8b615b5e-ebde-4749-8822-f4c66f1f7d67 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8b615b5e-ebde-4749-8822-f4c66f1f7d67:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8b615b5e-ebde-4749-8822-f4c66f1f7d67:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8b615b5e-ebde-4749-8822-f4c66f1f7d67 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8b615b5e-ebde-4749-8822-f4c66f1f7d67.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8b615b5e-ebde-4749-8822-f4c66f1f7d67.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8b615b5e-ebde-4749-8822-f4c66f1f7d67.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8b615b5e-ebde-4749-8822-f4c66f1f7d67.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


@media (min-width: 0px) {
[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-826ee153-62f4-4c4b-bb96-fa346afb162b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-bdd324f2-511a-42cf-bd41-b27620a6fa0d {
  display: none;
}
#s-a0499c62-8e8f-478a-8bd5-c1e3474fb7d7 {
  text-align: left;
}


.shg-c#s-a0499c62-8e8f-478a-8bd5-c1e3474fb7d7 {
  max-width: 100%;
}

.shg-c#s-a0499c62-8e8f-478a-8bd5-c1e3474fb7d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a0499c62-8e8f-478a-8bd5-c1e3474fb7d7 .shg-image-zoom,
.shg-c#s-a0499c62-8e8f-478a-8bd5-c1e3474fb7d7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a0499c62-8e8f-478a-8bd5-c1e3474fb7d7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a0499c62-8e8f-478a-8bd5-c1e3474fb7d7 {
  max-width: 100%;
}

.shg-c#s-a0499c62-8e8f-478a-8bd5-c1e3474fb7d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a0499c62-8e8f-478a-8bd5-c1e3474fb7d7 .shg-image-zoom,
.shg-c#s-a0499c62-8e8f-478a-8bd5-c1e3474fb7d7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a0499c62-8e8f-478a-8bd5-c1e3474fb7d7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a0499c62-8e8f-478a-8bd5-c1e3474fb7d7 {
  max-width: 100%;
}

.shg-c#s-a0499c62-8e8f-478a-8bd5-c1e3474fb7d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a0499c62-8e8f-478a-8bd5-c1e3474fb7d7 .shg-image-zoom,
.shg-c#s-a0499c62-8e8f-478a-8bd5-c1e3474fb7d7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a0499c62-8e8f-478a-8bd5-c1e3474fb7d7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a0499c62-8e8f-478a-8bd5-c1e3474fb7d7 {
  max-width: 100%;
}

.shg-c#s-a0499c62-8e8f-478a-8bd5-c1e3474fb7d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a0499c62-8e8f-478a-8bd5-c1e3474fb7d7 .shg-image-zoom,
.shg-c#s-a0499c62-8e8f-478a-8bd5-c1e3474fb7d7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a0499c62-8e8f-478a-8bd5-c1e3474fb7d7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a0499c62-8e8f-478a-8bd5-c1e3474fb7d7 {
  max-width: 100%;
}

.shg-c#s-a0499c62-8e8f-478a-8bd5-c1e3474fb7d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a0499c62-8e8f-478a-8bd5-c1e3474fb7d7 .shg-image-zoom,
.shg-c#s-a0499c62-8e8f-478a-8bd5-c1e3474fb7d7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a0499c62-8e8f-478a-8bd5-c1e3474fb7d7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-a0499c62-8e8f-478a-8bd5-c1e3474fb7d7 {
  max-width: 100%;
}

.shg-c#s-a0499c62-8e8f-478a-8bd5-c1e3474fb7d7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a0499c62-8e8f-478a-8bd5-c1e3474fb7d7 .shg-image-zoom,
.shg-c#s-a0499c62-8e8f-478a-8bd5-c1e3474fb7d7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a0499c62-8e8f-478a-8bd5-c1e3474fb7d7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-d17369cf-0e0f-4a10-8d03-cc12b1c266ab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d17369cf-0e0f-4a10-8d03-cc12b1c266ab .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-c54273ce-5ef4-4dec-9fef-bb3ce43335b9 {
  text-align: left;
}

#s-c54273ce-5ef4-4dec-9fef-bb3ce43335b9 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c54273ce-5ef4-4dec-9fef-bb3ce43335b9 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c54273ce-5ef4-4dec-9fef-bb3ce43335b9 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c54273ce-5ef4-4dec-9fef-bb3ce43335b9 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-467e56e2-2452-46a7-b5f4-4fab5f6f4d7d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-467e56e2-2452-46a7-b5f4-4fab5f6f4d7d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-467e56e2-2452-46a7-b5f4-4fab5f6f4d7d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-467e56e2-2452-46a7-b5f4-4fab5f6f4d7d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-467e56e2-2452-46a7-b5f4-4fab5f6f4d7d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-467e56e2-2452-46a7-b5f4-4fab5f6f4d7d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-467e56e2-2452-46a7-b5f4-4fab5f6f4d7d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-467e56e2-2452-46a7-b5f4-4fab5f6f4d7d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-8c212eef-5c65-43ea-bacd-ad396ea7177b {
  display: none;
}
#s-2c4d2cef-13a9-4206-9f54-1e90b15574fc {
  text-align: left;
}


.shg-c#s-2c4d2cef-13a9-4206-9f54-1e90b15574fc {
  max-width: 100%;
}

.shg-c#s-2c4d2cef-13a9-4206-9f54-1e90b15574fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c4d2cef-13a9-4206-9f54-1e90b15574fc .shg-image-zoom,
.shg-c#s-2c4d2cef-13a9-4206-9f54-1e90b15574fc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2c4d2cef-13a9-4206-9f54-1e90b15574fc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2c4d2cef-13a9-4206-9f54-1e90b15574fc {
  max-width: 100%;
}

.shg-c#s-2c4d2cef-13a9-4206-9f54-1e90b15574fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c4d2cef-13a9-4206-9f54-1e90b15574fc .shg-image-zoom,
.shg-c#s-2c4d2cef-13a9-4206-9f54-1e90b15574fc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2c4d2cef-13a9-4206-9f54-1e90b15574fc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2c4d2cef-13a9-4206-9f54-1e90b15574fc {
  max-width: 100%;
}

.shg-c#s-2c4d2cef-13a9-4206-9f54-1e90b15574fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c4d2cef-13a9-4206-9f54-1e90b15574fc .shg-image-zoom,
.shg-c#s-2c4d2cef-13a9-4206-9f54-1e90b15574fc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2c4d2cef-13a9-4206-9f54-1e90b15574fc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2c4d2cef-13a9-4206-9f54-1e90b15574fc {
  max-width: 100%;
}

.shg-c#s-2c4d2cef-13a9-4206-9f54-1e90b15574fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c4d2cef-13a9-4206-9f54-1e90b15574fc .shg-image-zoom,
.shg-c#s-2c4d2cef-13a9-4206-9f54-1e90b15574fc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2c4d2cef-13a9-4206-9f54-1e90b15574fc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2c4d2cef-13a9-4206-9f54-1e90b15574fc {
  max-width: 100%;
}

.shg-c#s-2c4d2cef-13a9-4206-9f54-1e90b15574fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c4d2cef-13a9-4206-9f54-1e90b15574fc .shg-image-zoom,
.shg-c#s-2c4d2cef-13a9-4206-9f54-1e90b15574fc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2c4d2cef-13a9-4206-9f54-1e90b15574fc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-2c4d2cef-13a9-4206-9f54-1e90b15574fc {
  max-width: 100%;
}

.shg-c#s-2c4d2cef-13a9-4206-9f54-1e90b15574fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2c4d2cef-13a9-4206-9f54-1e90b15574fc .shg-image-zoom,
.shg-c#s-2c4d2cef-13a9-4206-9f54-1e90b15574fc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2c4d2cef-13a9-4206-9f54-1e90b15574fc .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-376182cf-f357-47b8-8fac-aa0fc66eb0c1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-376182cf-f357-47b8-8fac-aa0fc66eb0c1 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-5d885da4-5770-4373-934e-f5e03d68d00c {
  text-align: left;
}

#s-5d885da4-5770-4373-934e-f5e03d68d00c .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-5d885da4-5770-4373-934e-f5e03d68d00c .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-5d885da4-5770-4373-934e-f5e03d68d00c .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-5d885da4-5770-4373-934e-f5e03d68d00c .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-713dcdf0-db16-4d6d-a89f-daa654a5ee20 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-713dcdf0-db16-4d6d-a89f-daa654a5ee20:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-713dcdf0-db16-4d6d-a89f-daa654a5ee20:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-713dcdf0-db16-4d6d-a89f-daa654a5ee20 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-713dcdf0-db16-4d6d-a89f-daa654a5ee20.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-713dcdf0-db16-4d6d-a89f-daa654a5ee20.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-713dcdf0-db16-4d6d-a89f-daa654a5ee20.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-713dcdf0-db16-4d6d-a89f-daa654a5ee20.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-40e4be47-fa2b-4777-8a39-341a768a7351 {
  display: none;
}
#s-4af3c991-b874-40b2-a987-2ebafb4c1f9d {
  text-align: left;
}


.shg-c#s-4af3c991-b874-40b2-a987-2ebafb4c1f9d {
  max-width: 100%;
}

.shg-c#s-4af3c991-b874-40b2-a987-2ebafb4c1f9d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4af3c991-b874-40b2-a987-2ebafb4c1f9d .shg-image-zoom,
.shg-c#s-4af3c991-b874-40b2-a987-2ebafb4c1f9d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4af3c991-b874-40b2-a987-2ebafb4c1f9d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4af3c991-b874-40b2-a987-2ebafb4c1f9d {
  max-width: 100%;
}

.shg-c#s-4af3c991-b874-40b2-a987-2ebafb4c1f9d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4af3c991-b874-40b2-a987-2ebafb4c1f9d .shg-image-zoom,
.shg-c#s-4af3c991-b874-40b2-a987-2ebafb4c1f9d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4af3c991-b874-40b2-a987-2ebafb4c1f9d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4af3c991-b874-40b2-a987-2ebafb4c1f9d {
  max-width: 100%;
}

.shg-c#s-4af3c991-b874-40b2-a987-2ebafb4c1f9d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4af3c991-b874-40b2-a987-2ebafb4c1f9d .shg-image-zoom,
.shg-c#s-4af3c991-b874-40b2-a987-2ebafb4c1f9d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4af3c991-b874-40b2-a987-2ebafb4c1f9d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4af3c991-b874-40b2-a987-2ebafb4c1f9d {
  max-width: 100%;
}

.shg-c#s-4af3c991-b874-40b2-a987-2ebafb4c1f9d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4af3c991-b874-40b2-a987-2ebafb4c1f9d .shg-image-zoom,
.shg-c#s-4af3c991-b874-40b2-a987-2ebafb4c1f9d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4af3c991-b874-40b2-a987-2ebafb4c1f9d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4af3c991-b874-40b2-a987-2ebafb4c1f9d {
  max-width: 100%;
}

.shg-c#s-4af3c991-b874-40b2-a987-2ebafb4c1f9d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4af3c991-b874-40b2-a987-2ebafb4c1f9d .shg-image-zoom,
.shg-c#s-4af3c991-b874-40b2-a987-2ebafb4c1f9d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4af3c991-b874-40b2-a987-2ebafb4c1f9d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-4af3c991-b874-40b2-a987-2ebafb4c1f9d {
  max-width: 100%;
}

.shg-c#s-4af3c991-b874-40b2-a987-2ebafb4c1f9d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4af3c991-b874-40b2-a987-2ebafb4c1f9d .shg-image-zoom,
.shg-c#s-4af3c991-b874-40b2-a987-2ebafb4c1f9d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4af3c991-b874-40b2-a987-2ebafb4c1f9d .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-0aa2df74-8308-43c2-9f69-e3edd4465464 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0aa2df74-8308-43c2-9f69-e3edd4465464 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-3bdc3399-2382-4775-8591-b4a9bb84560f {
  text-align: left;
}

#s-3bdc3399-2382-4775-8591-b4a9bb84560f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-3bdc3399-2382-4775-8591-b4a9bb84560f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-3bdc3399-2382-4775-8591-b4a9bb84560f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-3bdc3399-2382-4775-8591-b4a9bb84560f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-4649ccac-fbf4-4241-9834-b9c823a0ded6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4649ccac-fbf4-4241-9834-b9c823a0ded6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4649ccac-fbf4-4241-9834-b9c823a0ded6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4649ccac-fbf4-4241-9834-b9c823a0ded6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4649ccac-fbf4-4241-9834-b9c823a0ded6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4649ccac-fbf4-4241-9834-b9c823a0ded6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4649ccac-fbf4-4241-9834-b9c823a0ded6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4649ccac-fbf4-4241-9834-b9c823a0ded6.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


@media (min-width: 0px) {
[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-de2e88ef-76e8-49c0-af0c-89d3e3741e6e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-5937cb73-2605-41c4-bd9e-844dc2c0b2d4 {
  display: none;
}
#s-f628934a-a190-4865-b902-d92eb33f3524 {
  text-align: left;
}


.shg-c#s-f628934a-a190-4865-b902-d92eb33f3524 {
  max-width: 100%;
}

.shg-c#s-f628934a-a190-4865-b902-d92eb33f3524 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f628934a-a190-4865-b902-d92eb33f3524 .shg-image-zoom,
.shg-c#s-f628934a-a190-4865-b902-d92eb33f3524 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f628934a-a190-4865-b902-d92eb33f3524 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f628934a-a190-4865-b902-d92eb33f3524 {
  max-width: 100%;
}

.shg-c#s-f628934a-a190-4865-b902-d92eb33f3524 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f628934a-a190-4865-b902-d92eb33f3524 .shg-image-zoom,
.shg-c#s-f628934a-a190-4865-b902-d92eb33f3524 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f628934a-a190-4865-b902-d92eb33f3524 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f628934a-a190-4865-b902-d92eb33f3524 {
  max-width: 100%;
}

.shg-c#s-f628934a-a190-4865-b902-d92eb33f3524 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f628934a-a190-4865-b902-d92eb33f3524 .shg-image-zoom,
.shg-c#s-f628934a-a190-4865-b902-d92eb33f3524 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f628934a-a190-4865-b902-d92eb33f3524 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f628934a-a190-4865-b902-d92eb33f3524 {
  max-width: 100%;
}

.shg-c#s-f628934a-a190-4865-b902-d92eb33f3524 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f628934a-a190-4865-b902-d92eb33f3524 .shg-image-zoom,
.shg-c#s-f628934a-a190-4865-b902-d92eb33f3524 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f628934a-a190-4865-b902-d92eb33f3524 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f628934a-a190-4865-b902-d92eb33f3524 {
  max-width: 100%;
}

.shg-c#s-f628934a-a190-4865-b902-d92eb33f3524 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f628934a-a190-4865-b902-d92eb33f3524 .shg-image-zoom,
.shg-c#s-f628934a-a190-4865-b902-d92eb33f3524 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f628934a-a190-4865-b902-d92eb33f3524 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-f628934a-a190-4865-b902-d92eb33f3524 {
  max-width: 100%;
}

.shg-c#s-f628934a-a190-4865-b902-d92eb33f3524 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f628934a-a190-4865-b902-d92eb33f3524 .shg-image-zoom,
.shg-c#s-f628934a-a190-4865-b902-d92eb33f3524 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f628934a-a190-4865-b902-d92eb33f3524 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-a8ca9c72-8d7a-47c5-a3d7-b45107134ef8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a8ca9c72-8d7a-47c5-a3d7-b45107134ef8 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-3da17f6d-9d59-4d08-bd14-8d953a022135 {
  text-align: left;
}

#s-3da17f6d-9d59-4d08-bd14-8d953a022135 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-3da17f6d-9d59-4d08-bd14-8d953a022135 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-3da17f6d-9d59-4d08-bd14-8d953a022135 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-3da17f6d-9d59-4d08-bd14-8d953a022135 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-0e11d76a-ac7b-47a8-976c-b4a4d7e2e850 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0e11d76a-ac7b-47a8-976c-b4a4d7e2e850:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0e11d76a-ac7b-47a8-976c-b4a4d7e2e850:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0e11d76a-ac7b-47a8-976c-b4a4d7e2e850 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0e11d76a-ac7b-47a8-976c-b4a4d7e2e850.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e11d76a-ac7b-47a8-976c-b4a4d7e2e850.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0e11d76a-ac7b-47a8-976c-b4a4d7e2e850.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0e11d76a-ac7b-47a8-976c-b4a4d7e2e850.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-c43607a1-08db-49c9-95c8-5eea662191a1 {
  display: none;
}
#s-40f6dfab-f708-410c-9bbb-34bf79b35114 {
  text-align: left;
}


.shg-c#s-40f6dfab-f708-410c-9bbb-34bf79b35114 {
  max-width: 100%;
}

.shg-c#s-40f6dfab-f708-410c-9bbb-34bf79b35114 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40f6dfab-f708-410c-9bbb-34bf79b35114 .shg-image-zoom,
.shg-c#s-40f6dfab-f708-410c-9bbb-34bf79b35114 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-40f6dfab-f708-410c-9bbb-34bf79b35114 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-40f6dfab-f708-410c-9bbb-34bf79b35114 {
  max-width: 100%;
}

.shg-c#s-40f6dfab-f708-410c-9bbb-34bf79b35114 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40f6dfab-f708-410c-9bbb-34bf79b35114 .shg-image-zoom,
.shg-c#s-40f6dfab-f708-410c-9bbb-34bf79b35114 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-40f6dfab-f708-410c-9bbb-34bf79b35114 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-40f6dfab-f708-410c-9bbb-34bf79b35114 {
  max-width: 100%;
}

.shg-c#s-40f6dfab-f708-410c-9bbb-34bf79b35114 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40f6dfab-f708-410c-9bbb-34bf79b35114 .shg-image-zoom,
.shg-c#s-40f6dfab-f708-410c-9bbb-34bf79b35114 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-40f6dfab-f708-410c-9bbb-34bf79b35114 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-40f6dfab-f708-410c-9bbb-34bf79b35114 {
  max-width: 100%;
}

.shg-c#s-40f6dfab-f708-410c-9bbb-34bf79b35114 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40f6dfab-f708-410c-9bbb-34bf79b35114 .shg-image-zoom,
.shg-c#s-40f6dfab-f708-410c-9bbb-34bf79b35114 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-40f6dfab-f708-410c-9bbb-34bf79b35114 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-40f6dfab-f708-410c-9bbb-34bf79b35114 {
  max-width: 100%;
}

.shg-c#s-40f6dfab-f708-410c-9bbb-34bf79b35114 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40f6dfab-f708-410c-9bbb-34bf79b35114 .shg-image-zoom,
.shg-c#s-40f6dfab-f708-410c-9bbb-34bf79b35114 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-40f6dfab-f708-410c-9bbb-34bf79b35114 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-40f6dfab-f708-410c-9bbb-34bf79b35114 {
  max-width: 100%;
}

.shg-c#s-40f6dfab-f708-410c-9bbb-34bf79b35114 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40f6dfab-f708-410c-9bbb-34bf79b35114 .shg-image-zoom,
.shg-c#s-40f6dfab-f708-410c-9bbb-34bf79b35114 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-40f6dfab-f708-410c-9bbb-34bf79b35114 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-ee2817e0-df82-4304-9933-209d708636b1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ee2817e0-df82-4304-9933-209d708636b1 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-0ec84e4f-54e1-4e37-96af-cdf8769a6b0c {
  text-align: left;
}

#s-0ec84e4f-54e1-4e37-96af-cdf8769a6b0c .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-0ec84e4f-54e1-4e37-96af-cdf8769a6b0c .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-0ec84e4f-54e1-4e37-96af-cdf8769a6b0c .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-0ec84e4f-54e1-4e37-96af-cdf8769a6b0c .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-f2269da3-c470-4aa2-99e4-f58925caa7cc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f2269da3-c470-4aa2-99e4-f58925caa7cc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f2269da3-c470-4aa2-99e4-f58925caa7cc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f2269da3-c470-4aa2-99e4-f58925caa7cc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f2269da3-c470-4aa2-99e4-f58925caa7cc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f2269da3-c470-4aa2-99e4-f58925caa7cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f2269da3-c470-4aa2-99e4-f58925caa7cc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f2269da3-c470-4aa2-99e4-f58925caa7cc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-b398782b-5cf0-46b0-aeb4-a7e7df7f5802 {
  display: none;
}
#s-5e8447a0-6e24-478f-b762-135b246005f7 {
  text-align: left;
}


.shg-c#s-5e8447a0-6e24-478f-b762-135b246005f7 {
  max-width: 100%;
}

.shg-c#s-5e8447a0-6e24-478f-b762-135b246005f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e8447a0-6e24-478f-b762-135b246005f7 .shg-image-zoom,
.shg-c#s-5e8447a0-6e24-478f-b762-135b246005f7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5e8447a0-6e24-478f-b762-135b246005f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5e8447a0-6e24-478f-b762-135b246005f7 {
  max-width: 100%;
}

.shg-c#s-5e8447a0-6e24-478f-b762-135b246005f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e8447a0-6e24-478f-b762-135b246005f7 .shg-image-zoom,
.shg-c#s-5e8447a0-6e24-478f-b762-135b246005f7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5e8447a0-6e24-478f-b762-135b246005f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5e8447a0-6e24-478f-b762-135b246005f7 {
  max-width: 100%;
}

.shg-c#s-5e8447a0-6e24-478f-b762-135b246005f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e8447a0-6e24-478f-b762-135b246005f7 .shg-image-zoom,
.shg-c#s-5e8447a0-6e24-478f-b762-135b246005f7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5e8447a0-6e24-478f-b762-135b246005f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5e8447a0-6e24-478f-b762-135b246005f7 {
  max-width: 100%;
}

.shg-c#s-5e8447a0-6e24-478f-b762-135b246005f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e8447a0-6e24-478f-b762-135b246005f7 .shg-image-zoom,
.shg-c#s-5e8447a0-6e24-478f-b762-135b246005f7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5e8447a0-6e24-478f-b762-135b246005f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5e8447a0-6e24-478f-b762-135b246005f7 {
  max-width: 100%;
}

.shg-c#s-5e8447a0-6e24-478f-b762-135b246005f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e8447a0-6e24-478f-b762-135b246005f7 .shg-image-zoom,
.shg-c#s-5e8447a0-6e24-478f-b762-135b246005f7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5e8447a0-6e24-478f-b762-135b246005f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-5e8447a0-6e24-478f-b762-135b246005f7 {
  max-width: 100%;
}

.shg-c#s-5e8447a0-6e24-478f-b762-135b246005f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5e8447a0-6e24-478f-b762-135b246005f7 .shg-image-zoom,
.shg-c#s-5e8447a0-6e24-478f-b762-135b246005f7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5e8447a0-6e24-478f-b762-135b246005f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-bbf18da7-2d39-4f1a-92a4-8d9160a60526 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bbf18da7-2d39-4f1a-92a4-8d9160a60526 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-3e7c8f6c-26f6-4a71-944f-9e2d5adb8869 {
  text-align: left;
}

#s-3e7c8f6c-26f6-4a71-944f-9e2d5adb8869 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-3e7c8f6c-26f6-4a71-944f-9e2d5adb8869 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-3e7c8f6c-26f6-4a71-944f-9e2d5adb8869 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-3e7c8f6c-26f6-4a71-944f-9e2d5adb8869 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-21d61425-a9c0-41a2-9481-3c204993e1f3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-21d61425-a9c0-41a2-9481-3c204993e1f3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-21d61425-a9c0-41a2-9481-3c204993e1f3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-21d61425-a9c0-41a2-9481-3c204993e1f3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-21d61425-a9c0-41a2-9481-3c204993e1f3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-21d61425-a9c0-41a2-9481-3c204993e1f3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-21d61425-a9c0-41a2-9481-3c204993e1f3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-21d61425-a9c0-41a2-9481-3c204993e1f3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


@media (min-width: 0px) {
[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0646b0cd-1402-4943-b004-e39db1c016b3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e20ee8e0-73c5-45c1-abdc-452d5960d02b {
  display: none;
}
#s-7d2bc45c-53a7-4547-ad75-300fc5a83615 {
  text-align: left;
}


.shg-c#s-7d2bc45c-53a7-4547-ad75-300fc5a83615 {
  max-width: 100%;
}

.shg-c#s-7d2bc45c-53a7-4547-ad75-300fc5a83615 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d2bc45c-53a7-4547-ad75-300fc5a83615 .shg-image-zoom,
.shg-c#s-7d2bc45c-53a7-4547-ad75-300fc5a83615 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d2bc45c-53a7-4547-ad75-300fc5a83615 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7d2bc45c-53a7-4547-ad75-300fc5a83615 {
  max-width: 100%;
}

.shg-c#s-7d2bc45c-53a7-4547-ad75-300fc5a83615 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d2bc45c-53a7-4547-ad75-300fc5a83615 .shg-image-zoom,
.shg-c#s-7d2bc45c-53a7-4547-ad75-300fc5a83615 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d2bc45c-53a7-4547-ad75-300fc5a83615 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7d2bc45c-53a7-4547-ad75-300fc5a83615 {
  max-width: 100%;
}

.shg-c#s-7d2bc45c-53a7-4547-ad75-300fc5a83615 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d2bc45c-53a7-4547-ad75-300fc5a83615 .shg-image-zoom,
.shg-c#s-7d2bc45c-53a7-4547-ad75-300fc5a83615 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d2bc45c-53a7-4547-ad75-300fc5a83615 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7d2bc45c-53a7-4547-ad75-300fc5a83615 {
  max-width: 100%;
}

.shg-c#s-7d2bc45c-53a7-4547-ad75-300fc5a83615 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d2bc45c-53a7-4547-ad75-300fc5a83615 .shg-image-zoom,
.shg-c#s-7d2bc45c-53a7-4547-ad75-300fc5a83615 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d2bc45c-53a7-4547-ad75-300fc5a83615 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7d2bc45c-53a7-4547-ad75-300fc5a83615 {
  max-width: 100%;
}

.shg-c#s-7d2bc45c-53a7-4547-ad75-300fc5a83615 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d2bc45c-53a7-4547-ad75-300fc5a83615 .shg-image-zoom,
.shg-c#s-7d2bc45c-53a7-4547-ad75-300fc5a83615 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d2bc45c-53a7-4547-ad75-300fc5a83615 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-7d2bc45c-53a7-4547-ad75-300fc5a83615 {
  max-width: 100%;
}

.shg-c#s-7d2bc45c-53a7-4547-ad75-300fc5a83615 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d2bc45c-53a7-4547-ad75-300fc5a83615 .shg-image-zoom,
.shg-c#s-7d2bc45c-53a7-4547-ad75-300fc5a83615 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d2bc45c-53a7-4547-ad75-300fc5a83615 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-6956be76-51f9-49f9-9d38-0721b3dde8bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6956be76-51f9-49f9-9d38-0721b3dde8bb .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-5614a055-c0db-4bfc-8011-ba553241b544 {
  text-align: left;
}

#s-5614a055-c0db-4bfc-8011-ba553241b544 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-5614a055-c0db-4bfc-8011-ba553241b544 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-5614a055-c0db-4bfc-8011-ba553241b544 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-5614a055-c0db-4bfc-8011-ba553241b544 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-5d8bb81d-871f-4f48-8da3-1394807c10df {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5d8bb81d-871f-4f48-8da3-1394807c10df:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5d8bb81d-871f-4f48-8da3-1394807c10df:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5d8bb81d-871f-4f48-8da3-1394807c10df {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5d8bb81d-871f-4f48-8da3-1394807c10df.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5d8bb81d-871f-4f48-8da3-1394807c10df.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5d8bb81d-871f-4f48-8da3-1394807c10df.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5d8bb81d-871f-4f48-8da3-1394807c10df.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-c33e7612-d295-44f8-b78a-b08cd9588770 {
  display: none;
}
#s-b1ae294d-10ad-403f-8314-de63b59fe295 {
  text-align: left;
}


.shg-c#s-b1ae294d-10ad-403f-8314-de63b59fe295 {
  max-width: 100%;
}

.shg-c#s-b1ae294d-10ad-403f-8314-de63b59fe295 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1ae294d-10ad-403f-8314-de63b59fe295 .shg-image-zoom,
.shg-c#s-b1ae294d-10ad-403f-8314-de63b59fe295 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b1ae294d-10ad-403f-8314-de63b59fe295 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b1ae294d-10ad-403f-8314-de63b59fe295 {
  max-width: 100%;
}

.shg-c#s-b1ae294d-10ad-403f-8314-de63b59fe295 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1ae294d-10ad-403f-8314-de63b59fe295 .shg-image-zoom,
.shg-c#s-b1ae294d-10ad-403f-8314-de63b59fe295 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b1ae294d-10ad-403f-8314-de63b59fe295 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b1ae294d-10ad-403f-8314-de63b59fe295 {
  max-width: 100%;
}

.shg-c#s-b1ae294d-10ad-403f-8314-de63b59fe295 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1ae294d-10ad-403f-8314-de63b59fe295 .shg-image-zoom,
.shg-c#s-b1ae294d-10ad-403f-8314-de63b59fe295 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b1ae294d-10ad-403f-8314-de63b59fe295 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b1ae294d-10ad-403f-8314-de63b59fe295 {
  max-width: 100%;
}

.shg-c#s-b1ae294d-10ad-403f-8314-de63b59fe295 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1ae294d-10ad-403f-8314-de63b59fe295 .shg-image-zoom,
.shg-c#s-b1ae294d-10ad-403f-8314-de63b59fe295 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b1ae294d-10ad-403f-8314-de63b59fe295 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b1ae294d-10ad-403f-8314-de63b59fe295 {
  max-width: 100%;
}

.shg-c#s-b1ae294d-10ad-403f-8314-de63b59fe295 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1ae294d-10ad-403f-8314-de63b59fe295 .shg-image-zoom,
.shg-c#s-b1ae294d-10ad-403f-8314-de63b59fe295 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b1ae294d-10ad-403f-8314-de63b59fe295 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-b1ae294d-10ad-403f-8314-de63b59fe295 {
  max-width: 100%;
}

.shg-c#s-b1ae294d-10ad-403f-8314-de63b59fe295 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1ae294d-10ad-403f-8314-de63b59fe295 .shg-image-zoom,
.shg-c#s-b1ae294d-10ad-403f-8314-de63b59fe295 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b1ae294d-10ad-403f-8314-de63b59fe295 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-7339fafe-d677-44ea-8e06-1d5ae55ad453 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7339fafe-d677-44ea-8e06-1d5ae55ad453 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-dcaa715f-7738-4b4c-9abb-35078e5cf228 {
  text-align: left;
}

#s-dcaa715f-7738-4b4c-9abb-35078e5cf228 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-dcaa715f-7738-4b4c-9abb-35078e5cf228 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-dcaa715f-7738-4b4c-9abb-35078e5cf228 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-dcaa715f-7738-4b4c-9abb-35078e5cf228 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-55ac8e5f-881f-4129-b2a9-728e7eb21f78 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-55ac8e5f-881f-4129-b2a9-728e7eb21f78:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-55ac8e5f-881f-4129-b2a9-728e7eb21f78:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-55ac8e5f-881f-4129-b2a9-728e7eb21f78 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-55ac8e5f-881f-4129-b2a9-728e7eb21f78.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-55ac8e5f-881f-4129-b2a9-728e7eb21f78.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-55ac8e5f-881f-4129-b2a9-728e7eb21f78.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-55ac8e5f-881f-4129-b2a9-728e7eb21f78.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-ac392e1d-4153-4deb-90d3-d554c8d02081 {
  display: none;
}
#s-6a47bf04-0e3b-43d8-9569-03dabc16f582 {
  text-align: left;
}


.shg-c#s-6a47bf04-0e3b-43d8-9569-03dabc16f582 {
  max-width: 100%;
}

.shg-c#s-6a47bf04-0e3b-43d8-9569-03dabc16f582 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a47bf04-0e3b-43d8-9569-03dabc16f582 .shg-image-zoom,
.shg-c#s-6a47bf04-0e3b-43d8-9569-03dabc16f582 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a47bf04-0e3b-43d8-9569-03dabc16f582 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6a47bf04-0e3b-43d8-9569-03dabc16f582 {
  max-width: 100%;
}

.shg-c#s-6a47bf04-0e3b-43d8-9569-03dabc16f582 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a47bf04-0e3b-43d8-9569-03dabc16f582 .shg-image-zoom,
.shg-c#s-6a47bf04-0e3b-43d8-9569-03dabc16f582 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a47bf04-0e3b-43d8-9569-03dabc16f582 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6a47bf04-0e3b-43d8-9569-03dabc16f582 {
  max-width: 100%;
}

.shg-c#s-6a47bf04-0e3b-43d8-9569-03dabc16f582 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a47bf04-0e3b-43d8-9569-03dabc16f582 .shg-image-zoom,
.shg-c#s-6a47bf04-0e3b-43d8-9569-03dabc16f582 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a47bf04-0e3b-43d8-9569-03dabc16f582 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6a47bf04-0e3b-43d8-9569-03dabc16f582 {
  max-width: 100%;
}

.shg-c#s-6a47bf04-0e3b-43d8-9569-03dabc16f582 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a47bf04-0e3b-43d8-9569-03dabc16f582 .shg-image-zoom,
.shg-c#s-6a47bf04-0e3b-43d8-9569-03dabc16f582 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a47bf04-0e3b-43d8-9569-03dabc16f582 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6a47bf04-0e3b-43d8-9569-03dabc16f582 {
  max-width: 100%;
}

.shg-c#s-6a47bf04-0e3b-43d8-9569-03dabc16f582 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a47bf04-0e3b-43d8-9569-03dabc16f582 .shg-image-zoom,
.shg-c#s-6a47bf04-0e3b-43d8-9569-03dabc16f582 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a47bf04-0e3b-43d8-9569-03dabc16f582 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-6a47bf04-0e3b-43d8-9569-03dabc16f582 {
  max-width: 100%;
}

.shg-c#s-6a47bf04-0e3b-43d8-9569-03dabc16f582 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6a47bf04-0e3b-43d8-9569-03dabc16f582 .shg-image-zoom,
.shg-c#s-6a47bf04-0e3b-43d8-9569-03dabc16f582 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6a47bf04-0e3b-43d8-9569-03dabc16f582 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-578d9af9-c210-4a21-be4a-49d02dc31f39 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-578d9af9-c210-4a21-be4a-49d02dc31f39 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ec728200-3f4d-47ec-be85-82e2d7e086c1 {
  text-align: left;
}

#s-ec728200-3f4d-47ec-be85-82e2d7e086c1 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-ec728200-3f4d-47ec-be85-82e2d7e086c1 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-ec728200-3f4d-47ec-be85-82e2d7e086c1 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-ec728200-3f4d-47ec-be85-82e2d7e086c1 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-98462e25-345f-4f7d-97b6-c5536fd5dc09 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-98462e25-345f-4f7d-97b6-c5536fd5dc09:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-98462e25-345f-4f7d-97b6-c5536fd5dc09:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-98462e25-345f-4f7d-97b6-c5536fd5dc09 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-98462e25-345f-4f7d-97b6-c5536fd5dc09.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-98462e25-345f-4f7d-97b6-c5536fd5dc09.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-98462e25-345f-4f7d-97b6-c5536fd5dc09.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-98462e25-345f-4f7d-97b6-c5536fd5dc09.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


@media (min-width: 0px) {
[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4e95cd03-53e9-4d55-bfcf-1e11e5c5ff1f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-cf9b78ed-0b8b-4210-8656-662ac03df52b {
  display: none;
}
#s-5d266677-e583-43f2-bbd9-f0f5a496528d {
  text-align: left;
}


.shg-c#s-5d266677-e583-43f2-bbd9-f0f5a496528d {
  max-width: 100%;
}

.shg-c#s-5d266677-e583-43f2-bbd9-f0f5a496528d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d266677-e583-43f2-bbd9-f0f5a496528d .shg-image-zoom,
.shg-c#s-5d266677-e583-43f2-bbd9-f0f5a496528d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5d266677-e583-43f2-bbd9-f0f5a496528d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5d266677-e583-43f2-bbd9-f0f5a496528d {
  max-width: 100%;
}

.shg-c#s-5d266677-e583-43f2-bbd9-f0f5a496528d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d266677-e583-43f2-bbd9-f0f5a496528d .shg-image-zoom,
.shg-c#s-5d266677-e583-43f2-bbd9-f0f5a496528d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5d266677-e583-43f2-bbd9-f0f5a496528d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5d266677-e583-43f2-bbd9-f0f5a496528d {
  max-width: 100%;
}

.shg-c#s-5d266677-e583-43f2-bbd9-f0f5a496528d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d266677-e583-43f2-bbd9-f0f5a496528d .shg-image-zoom,
.shg-c#s-5d266677-e583-43f2-bbd9-f0f5a496528d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5d266677-e583-43f2-bbd9-f0f5a496528d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5d266677-e583-43f2-bbd9-f0f5a496528d {
  max-width: 100%;
}

.shg-c#s-5d266677-e583-43f2-bbd9-f0f5a496528d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d266677-e583-43f2-bbd9-f0f5a496528d .shg-image-zoom,
.shg-c#s-5d266677-e583-43f2-bbd9-f0f5a496528d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5d266677-e583-43f2-bbd9-f0f5a496528d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5d266677-e583-43f2-bbd9-f0f5a496528d {
  max-width: 100%;
}

.shg-c#s-5d266677-e583-43f2-bbd9-f0f5a496528d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d266677-e583-43f2-bbd9-f0f5a496528d .shg-image-zoom,
.shg-c#s-5d266677-e583-43f2-bbd9-f0f5a496528d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5d266677-e583-43f2-bbd9-f0f5a496528d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-5d266677-e583-43f2-bbd9-f0f5a496528d {
  max-width: 100%;
}

.shg-c#s-5d266677-e583-43f2-bbd9-f0f5a496528d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d266677-e583-43f2-bbd9-f0f5a496528d .shg-image-zoom,
.shg-c#s-5d266677-e583-43f2-bbd9-f0f5a496528d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5d266677-e583-43f2-bbd9-f0f5a496528d .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-8fb4b161-4e45-491b-a04f-7ebe52ce6df6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8fb4b161-4e45-491b-a04f-7ebe52ce6df6 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b989aac2-8ef0-440d-af86-c3b896eb08df {
  text-align: left;
}

#s-b989aac2-8ef0-440d-af86-c3b896eb08df .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-b989aac2-8ef0-440d-af86-c3b896eb08df .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-b989aac2-8ef0-440d-af86-c3b896eb08df .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-b989aac2-8ef0-440d-af86-c3b896eb08df .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-3e5e344c-2106-4818-b181-7a8d88ba1025 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3e5e344c-2106-4818-b181-7a8d88ba1025:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3e5e344c-2106-4818-b181-7a8d88ba1025:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3e5e344c-2106-4818-b181-7a8d88ba1025 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3e5e344c-2106-4818-b181-7a8d88ba1025.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3e5e344c-2106-4818-b181-7a8d88ba1025.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3e5e344c-2106-4818-b181-7a8d88ba1025.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3e5e344c-2106-4818-b181-7a8d88ba1025.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-92cb7c99-c11f-47ab-b5f3-2ea77c3133ec {
  display: none;
}
#s-c1ba740e-eb60-498f-a825-dc03c8053c47 {
  text-align: left;
}


.shg-c#s-c1ba740e-eb60-498f-a825-dc03c8053c47 {
  max-width: 100%;
}

.shg-c#s-c1ba740e-eb60-498f-a825-dc03c8053c47 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1ba740e-eb60-498f-a825-dc03c8053c47 .shg-image-zoom,
.shg-c#s-c1ba740e-eb60-498f-a825-dc03c8053c47 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c1ba740e-eb60-498f-a825-dc03c8053c47 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c1ba740e-eb60-498f-a825-dc03c8053c47 {
  max-width: 100%;
}

.shg-c#s-c1ba740e-eb60-498f-a825-dc03c8053c47 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1ba740e-eb60-498f-a825-dc03c8053c47 .shg-image-zoom,
.shg-c#s-c1ba740e-eb60-498f-a825-dc03c8053c47 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c1ba740e-eb60-498f-a825-dc03c8053c47 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c1ba740e-eb60-498f-a825-dc03c8053c47 {
  max-width: 100%;
}

.shg-c#s-c1ba740e-eb60-498f-a825-dc03c8053c47 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1ba740e-eb60-498f-a825-dc03c8053c47 .shg-image-zoom,
.shg-c#s-c1ba740e-eb60-498f-a825-dc03c8053c47 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c1ba740e-eb60-498f-a825-dc03c8053c47 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c1ba740e-eb60-498f-a825-dc03c8053c47 {
  max-width: 100%;
}

.shg-c#s-c1ba740e-eb60-498f-a825-dc03c8053c47 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1ba740e-eb60-498f-a825-dc03c8053c47 .shg-image-zoom,
.shg-c#s-c1ba740e-eb60-498f-a825-dc03c8053c47 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c1ba740e-eb60-498f-a825-dc03c8053c47 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c1ba740e-eb60-498f-a825-dc03c8053c47 {
  max-width: 100%;
}

.shg-c#s-c1ba740e-eb60-498f-a825-dc03c8053c47 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1ba740e-eb60-498f-a825-dc03c8053c47 .shg-image-zoom,
.shg-c#s-c1ba740e-eb60-498f-a825-dc03c8053c47 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c1ba740e-eb60-498f-a825-dc03c8053c47 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-c1ba740e-eb60-498f-a825-dc03c8053c47 {
  max-width: 100%;
}

.shg-c#s-c1ba740e-eb60-498f-a825-dc03c8053c47 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c1ba740e-eb60-498f-a825-dc03c8053c47 .shg-image-zoom,
.shg-c#s-c1ba740e-eb60-498f-a825-dc03c8053c47 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c1ba740e-eb60-498f-a825-dc03c8053c47 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-0f2766df-7bf2-4cc2-a15d-a506e8072038 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f2766df-7bf2-4cc2-a15d-a506e8072038 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-22ea4359-324a-4140-8ab3-1f82a3a4f687 {
  text-align: left;
}

#s-22ea4359-324a-4140-8ab3-1f82a3a4f687 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-22ea4359-324a-4140-8ab3-1f82a3a4f687 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-22ea4359-324a-4140-8ab3-1f82a3a4f687 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-22ea4359-324a-4140-8ab3-1f82a3a4f687 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-b8d725a7-411f-49b8-80e0-1034fce5d2d9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b8d725a7-411f-49b8-80e0-1034fce5d2d9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b8d725a7-411f-49b8-80e0-1034fce5d2d9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b8d725a7-411f-49b8-80e0-1034fce5d2d9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b8d725a7-411f-49b8-80e0-1034fce5d2d9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b8d725a7-411f-49b8-80e0-1034fce5d2d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b8d725a7-411f-49b8-80e0-1034fce5d2d9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b8d725a7-411f-49b8-80e0-1034fce5d2d9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-43b0106c-20f5-49ca-90cc-0a4492fac266 {
  display: none;
}
#s-41ece479-d06a-4ae0-8719-242696ed540d {
  text-align: left;
}


.shg-c#s-41ece479-d06a-4ae0-8719-242696ed540d {
  max-width: 100%;
}

.shg-c#s-41ece479-d06a-4ae0-8719-242696ed540d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41ece479-d06a-4ae0-8719-242696ed540d .shg-image-zoom,
.shg-c#s-41ece479-d06a-4ae0-8719-242696ed540d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-41ece479-d06a-4ae0-8719-242696ed540d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-41ece479-d06a-4ae0-8719-242696ed540d {
  max-width: 100%;
}

.shg-c#s-41ece479-d06a-4ae0-8719-242696ed540d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41ece479-d06a-4ae0-8719-242696ed540d .shg-image-zoom,
.shg-c#s-41ece479-d06a-4ae0-8719-242696ed540d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-41ece479-d06a-4ae0-8719-242696ed540d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-41ece479-d06a-4ae0-8719-242696ed540d {
  max-width: 100%;
}

.shg-c#s-41ece479-d06a-4ae0-8719-242696ed540d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41ece479-d06a-4ae0-8719-242696ed540d .shg-image-zoom,
.shg-c#s-41ece479-d06a-4ae0-8719-242696ed540d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-41ece479-d06a-4ae0-8719-242696ed540d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-41ece479-d06a-4ae0-8719-242696ed540d {
  max-width: 100%;
}

.shg-c#s-41ece479-d06a-4ae0-8719-242696ed540d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41ece479-d06a-4ae0-8719-242696ed540d .shg-image-zoom,
.shg-c#s-41ece479-d06a-4ae0-8719-242696ed540d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-41ece479-d06a-4ae0-8719-242696ed540d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-41ece479-d06a-4ae0-8719-242696ed540d {
  max-width: 100%;
}

.shg-c#s-41ece479-d06a-4ae0-8719-242696ed540d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41ece479-d06a-4ae0-8719-242696ed540d .shg-image-zoom,
.shg-c#s-41ece479-d06a-4ae0-8719-242696ed540d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-41ece479-d06a-4ae0-8719-242696ed540d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-41ece479-d06a-4ae0-8719-242696ed540d {
  max-width: 100%;
}

.shg-c#s-41ece479-d06a-4ae0-8719-242696ed540d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-41ece479-d06a-4ae0-8719-242696ed540d .shg-image-zoom,
.shg-c#s-41ece479-d06a-4ae0-8719-242696ed540d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-41ece479-d06a-4ae0-8719-242696ed540d .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-41ad90ce-87c4-48dc-a85b-8d4c1edb04a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-41ad90ce-87c4-48dc-a85b-8d4c1edb04a0 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-76595965-b901-41b7-b8b9-c27161811f7a {
  text-align: left;
}

#s-76595965-b901-41b7-b8b9-c27161811f7a .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-76595965-b901-41b7-b8b9-c27161811f7a .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-76595965-b901-41b7-b8b9-c27161811f7a .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-76595965-b901-41b7-b8b9-c27161811f7a .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-c61b52a7-9567-4b7c-958a-0079f7380132 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c61b52a7-9567-4b7c-958a-0079f7380132:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c61b52a7-9567-4b7c-958a-0079f7380132:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c61b52a7-9567-4b7c-958a-0079f7380132 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c61b52a7-9567-4b7c-958a-0079f7380132.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c61b52a7-9567-4b7c-958a-0079f7380132.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c61b52a7-9567-4b7c-958a-0079f7380132.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c61b52a7-9567-4b7c-958a-0079f7380132.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


@media (min-width: 0px) {
[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b53ff254-b7f5-4184-998c-475fcef79b21"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-1b329728-dc82-4190-9bec-8a280ec06981 {
  display: none;
}
#s-75239d99-12f5-4462-bacd-2386747da6ec {
  text-align: left;
}


.shg-c#s-75239d99-12f5-4462-bacd-2386747da6ec {
  max-width: 100%;
}

.shg-c#s-75239d99-12f5-4462-bacd-2386747da6ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75239d99-12f5-4462-bacd-2386747da6ec .shg-image-zoom,
.shg-c#s-75239d99-12f5-4462-bacd-2386747da6ec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75239d99-12f5-4462-bacd-2386747da6ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-75239d99-12f5-4462-bacd-2386747da6ec {
  max-width: 100%;
}

.shg-c#s-75239d99-12f5-4462-bacd-2386747da6ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75239d99-12f5-4462-bacd-2386747da6ec .shg-image-zoom,
.shg-c#s-75239d99-12f5-4462-bacd-2386747da6ec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75239d99-12f5-4462-bacd-2386747da6ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-75239d99-12f5-4462-bacd-2386747da6ec {
  max-width: 100%;
}

.shg-c#s-75239d99-12f5-4462-bacd-2386747da6ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75239d99-12f5-4462-bacd-2386747da6ec .shg-image-zoom,
.shg-c#s-75239d99-12f5-4462-bacd-2386747da6ec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75239d99-12f5-4462-bacd-2386747da6ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-75239d99-12f5-4462-bacd-2386747da6ec {
  max-width: 100%;
}

.shg-c#s-75239d99-12f5-4462-bacd-2386747da6ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75239d99-12f5-4462-bacd-2386747da6ec .shg-image-zoom,
.shg-c#s-75239d99-12f5-4462-bacd-2386747da6ec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75239d99-12f5-4462-bacd-2386747da6ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-75239d99-12f5-4462-bacd-2386747da6ec {
  max-width: 100%;
}

.shg-c#s-75239d99-12f5-4462-bacd-2386747da6ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75239d99-12f5-4462-bacd-2386747da6ec .shg-image-zoom,
.shg-c#s-75239d99-12f5-4462-bacd-2386747da6ec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75239d99-12f5-4462-bacd-2386747da6ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-75239d99-12f5-4462-bacd-2386747da6ec {
  max-width: 100%;
}

.shg-c#s-75239d99-12f5-4462-bacd-2386747da6ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75239d99-12f5-4462-bacd-2386747da6ec .shg-image-zoom,
.shg-c#s-75239d99-12f5-4462-bacd-2386747da6ec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75239d99-12f5-4462-bacd-2386747da6ec .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-8dc93f84-d33e-4f6d-8dfa-d492d88d0128 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8dc93f84-d33e-4f6d-8dfa-d492d88d0128 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-24b5a913-777d-4630-97d6-de81466f8e24 {
  text-align: left;
}

#s-24b5a913-777d-4630-97d6-de81466f8e24 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-24b5a913-777d-4630-97d6-de81466f8e24 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-24b5a913-777d-4630-97d6-de81466f8e24 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-24b5a913-777d-4630-97d6-de81466f8e24 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-9572e923-8fbf-4236-8b12-1517577f9229 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9572e923-8fbf-4236-8b12-1517577f9229:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9572e923-8fbf-4236-8b12-1517577f9229:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9572e923-8fbf-4236-8b12-1517577f9229 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9572e923-8fbf-4236-8b12-1517577f9229.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9572e923-8fbf-4236-8b12-1517577f9229.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9572e923-8fbf-4236-8b12-1517577f9229.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9572e923-8fbf-4236-8b12-1517577f9229.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-e4eeb452-0651-4f81-a294-42eaf8f6ab78 {
  display: none;
}
#s-a665d689-1e9e-49ff-80e3-d2ddfba840f2 {
  text-align: left;
}


.shg-c#s-a665d689-1e9e-49ff-80e3-d2ddfba840f2 {
  max-width: 100%;
}

.shg-c#s-a665d689-1e9e-49ff-80e3-d2ddfba840f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a665d689-1e9e-49ff-80e3-d2ddfba840f2 .shg-image-zoom,
.shg-c#s-a665d689-1e9e-49ff-80e3-d2ddfba840f2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a665d689-1e9e-49ff-80e3-d2ddfba840f2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a665d689-1e9e-49ff-80e3-d2ddfba840f2 {
  max-width: 100%;
}

.shg-c#s-a665d689-1e9e-49ff-80e3-d2ddfba840f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a665d689-1e9e-49ff-80e3-d2ddfba840f2 .shg-image-zoom,
.shg-c#s-a665d689-1e9e-49ff-80e3-d2ddfba840f2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a665d689-1e9e-49ff-80e3-d2ddfba840f2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a665d689-1e9e-49ff-80e3-d2ddfba840f2 {
  max-width: 100%;
}

.shg-c#s-a665d689-1e9e-49ff-80e3-d2ddfba840f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a665d689-1e9e-49ff-80e3-d2ddfba840f2 .shg-image-zoom,
.shg-c#s-a665d689-1e9e-49ff-80e3-d2ddfba840f2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a665d689-1e9e-49ff-80e3-d2ddfba840f2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a665d689-1e9e-49ff-80e3-d2ddfba840f2 {
  max-width: 100%;
}

.shg-c#s-a665d689-1e9e-49ff-80e3-d2ddfba840f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a665d689-1e9e-49ff-80e3-d2ddfba840f2 .shg-image-zoom,
.shg-c#s-a665d689-1e9e-49ff-80e3-d2ddfba840f2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a665d689-1e9e-49ff-80e3-d2ddfba840f2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a665d689-1e9e-49ff-80e3-d2ddfba840f2 {
  max-width: 100%;
}

.shg-c#s-a665d689-1e9e-49ff-80e3-d2ddfba840f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a665d689-1e9e-49ff-80e3-d2ddfba840f2 .shg-image-zoom,
.shg-c#s-a665d689-1e9e-49ff-80e3-d2ddfba840f2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a665d689-1e9e-49ff-80e3-d2ddfba840f2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-a665d689-1e9e-49ff-80e3-d2ddfba840f2 {
  max-width: 100%;
}

.shg-c#s-a665d689-1e9e-49ff-80e3-d2ddfba840f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a665d689-1e9e-49ff-80e3-d2ddfba840f2 .shg-image-zoom,
.shg-c#s-a665d689-1e9e-49ff-80e3-d2ddfba840f2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a665d689-1e9e-49ff-80e3-d2ddfba840f2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-1e97dafb-3046-4d80-8a44-d5a56cab9002 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1e97dafb-3046-4d80-8a44-d5a56cab9002 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-5c5fbea0-841a-42b9-bc5e-81dbda926eee {
  text-align: left;
}

#s-5c5fbea0-841a-42b9-bc5e-81dbda926eee .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-5c5fbea0-841a-42b9-bc5e-81dbda926eee .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-5c5fbea0-841a-42b9-bc5e-81dbda926eee .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-5c5fbea0-841a-42b9-bc5e-81dbda926eee .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-505d483c-6fc3-461d-a628-b035fadb32be {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-505d483c-6fc3-461d-a628-b035fadb32be:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-505d483c-6fc3-461d-a628-b035fadb32be:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-505d483c-6fc3-461d-a628-b035fadb32be {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-505d483c-6fc3-461d-a628-b035fadb32be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-505d483c-6fc3-461d-a628-b035fadb32be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-505d483c-6fc3-461d-a628-b035fadb32be.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-505d483c-6fc3-461d-a628-b035fadb32be.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-0f1c901b-29b9-406a-ae28-0c769ee29322 {
  display: none;
}
#s-4b588923-b528-43a6-ad72-9ee19fbc8cc6 {
  text-align: left;
}


.shg-c#s-4b588923-b528-43a6-ad72-9ee19fbc8cc6 {
  max-width: 100%;
}

.shg-c#s-4b588923-b528-43a6-ad72-9ee19fbc8cc6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b588923-b528-43a6-ad72-9ee19fbc8cc6 .shg-image-zoom,
.shg-c#s-4b588923-b528-43a6-ad72-9ee19fbc8cc6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4b588923-b528-43a6-ad72-9ee19fbc8cc6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4b588923-b528-43a6-ad72-9ee19fbc8cc6 {
  max-width: 100%;
}

.shg-c#s-4b588923-b528-43a6-ad72-9ee19fbc8cc6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b588923-b528-43a6-ad72-9ee19fbc8cc6 .shg-image-zoom,
.shg-c#s-4b588923-b528-43a6-ad72-9ee19fbc8cc6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4b588923-b528-43a6-ad72-9ee19fbc8cc6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4b588923-b528-43a6-ad72-9ee19fbc8cc6 {
  max-width: 100%;
}

.shg-c#s-4b588923-b528-43a6-ad72-9ee19fbc8cc6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b588923-b528-43a6-ad72-9ee19fbc8cc6 .shg-image-zoom,
.shg-c#s-4b588923-b528-43a6-ad72-9ee19fbc8cc6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4b588923-b528-43a6-ad72-9ee19fbc8cc6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4b588923-b528-43a6-ad72-9ee19fbc8cc6 {
  max-width: 100%;
}

.shg-c#s-4b588923-b528-43a6-ad72-9ee19fbc8cc6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b588923-b528-43a6-ad72-9ee19fbc8cc6 .shg-image-zoom,
.shg-c#s-4b588923-b528-43a6-ad72-9ee19fbc8cc6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4b588923-b528-43a6-ad72-9ee19fbc8cc6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4b588923-b528-43a6-ad72-9ee19fbc8cc6 {
  max-width: 100%;
}

.shg-c#s-4b588923-b528-43a6-ad72-9ee19fbc8cc6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b588923-b528-43a6-ad72-9ee19fbc8cc6 .shg-image-zoom,
.shg-c#s-4b588923-b528-43a6-ad72-9ee19fbc8cc6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4b588923-b528-43a6-ad72-9ee19fbc8cc6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-4b588923-b528-43a6-ad72-9ee19fbc8cc6 {
  max-width: 100%;
}

.shg-c#s-4b588923-b528-43a6-ad72-9ee19fbc8cc6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b588923-b528-43a6-ad72-9ee19fbc8cc6 .shg-image-zoom,
.shg-c#s-4b588923-b528-43a6-ad72-9ee19fbc8cc6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4b588923-b528-43a6-ad72-9ee19fbc8cc6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-883223ea-2746-4e00-be92-4c3317014c0b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-883223ea-2746-4e00-be92-4c3317014c0b .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-d3c738e9-f0eb-4417-8f86-c5dd6163911e {
  text-align: left;
}

#s-d3c738e9-f0eb-4417-8f86-c5dd6163911e .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-d3c738e9-f0eb-4417-8f86-c5dd6163911e .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-d3c738e9-f0eb-4417-8f86-c5dd6163911e .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-d3c738e9-f0eb-4417-8f86-c5dd6163911e .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-3a5f9535-d5c8-470f-86d9-bd45347c2a46 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3a5f9535-d5c8-470f-86d9-bd45347c2a46:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3a5f9535-d5c8-470f-86d9-bd45347c2a46:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3a5f9535-d5c8-470f-86d9-bd45347c2a46 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3a5f9535-d5c8-470f-86d9-bd45347c2a46.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3a5f9535-d5c8-470f-86d9-bd45347c2a46.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3a5f9535-d5c8-470f-86d9-bd45347c2a46.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3a5f9535-d5c8-470f-86d9-bd45347c2a46.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


@media (min-width: 0px) {
[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d74255ba-f55c-4d50-a371-0c4104a91e6b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a9874b7e-875b-40f8-bd51-987ae3ddb2d4 {
  display: none;
}
#s-0c4a046d-ff29-48b0-a45f-51208110e55d {
  text-align: left;
}


.shg-c#s-0c4a046d-ff29-48b0-a45f-51208110e55d {
  max-width: 100%;
}

.shg-c#s-0c4a046d-ff29-48b0-a45f-51208110e55d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c4a046d-ff29-48b0-a45f-51208110e55d .shg-image-zoom,
.shg-c#s-0c4a046d-ff29-48b0-a45f-51208110e55d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0c4a046d-ff29-48b0-a45f-51208110e55d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0c4a046d-ff29-48b0-a45f-51208110e55d {
  max-width: 100%;
}

.shg-c#s-0c4a046d-ff29-48b0-a45f-51208110e55d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c4a046d-ff29-48b0-a45f-51208110e55d .shg-image-zoom,
.shg-c#s-0c4a046d-ff29-48b0-a45f-51208110e55d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0c4a046d-ff29-48b0-a45f-51208110e55d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0c4a046d-ff29-48b0-a45f-51208110e55d {
  max-width: 100%;
}

.shg-c#s-0c4a046d-ff29-48b0-a45f-51208110e55d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c4a046d-ff29-48b0-a45f-51208110e55d .shg-image-zoom,
.shg-c#s-0c4a046d-ff29-48b0-a45f-51208110e55d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0c4a046d-ff29-48b0-a45f-51208110e55d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0c4a046d-ff29-48b0-a45f-51208110e55d {
  max-width: 100%;
}

.shg-c#s-0c4a046d-ff29-48b0-a45f-51208110e55d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c4a046d-ff29-48b0-a45f-51208110e55d .shg-image-zoom,
.shg-c#s-0c4a046d-ff29-48b0-a45f-51208110e55d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0c4a046d-ff29-48b0-a45f-51208110e55d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0c4a046d-ff29-48b0-a45f-51208110e55d {
  max-width: 100%;
}

.shg-c#s-0c4a046d-ff29-48b0-a45f-51208110e55d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0c4a046d-ff29-48b0-a45f-51208110e55d .shg-image-zoom,
.shg-c#s-0c4a046d-ff29-48b0-a45f-51208110e55d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0c4a046d-ff29-48b0-a45f-51208110e55d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-419d7fae-cd93-44e9-b7b6-748a458d507d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-419d7fae-cd93-44e9-b7b6-748a458d507d .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-d2fab91b-d637-4991-a05f-1559611c00a5 {
  text-align: left;
}

#s-d2fab91b-d637-4991-a05f-1559611c00a5 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-d2fab91b-d637-4991-a05f-1559611c00a5 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-d2fab91b-d637-4991-a05f-1559611c00a5 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-d2fab91b-d637-4991-a05f-1559611c00a5 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-e9ae0a8c-86d5-47eb-911e-d6898a501b7e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e9ae0a8c-86d5-47eb-911e-d6898a501b7e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e9ae0a8c-86d5-47eb-911e-d6898a501b7e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e9ae0a8c-86d5-47eb-911e-d6898a501b7e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e9ae0a8c-86d5-47eb-911e-d6898a501b7e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e9ae0a8c-86d5-47eb-911e-d6898a501b7e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e9ae0a8c-86d5-47eb-911e-d6898a501b7e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e9ae0a8c-86d5-47eb-911e-d6898a501b7e.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Quantico;
    
    
    color: rgba(146, 146, 146, 1);
  }


#s-c3bec4da-83a7-40ea-8638-a0a747404ab2 {
  display: none;
}
#s-63bffe31-8655-4646-b245-9e60ac7f6696 {
  text-align: left;
}


.shg-c#s-63bffe31-8655-4646-b245-9e60ac7f6696 {
  max-width: 100%;
}

.shg-c#s-63bffe31-8655-4646-b245-9e60ac7f6696 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-63bffe31-8655-4646-b245-9e60ac7f6696 .shg-image-zoom,
.shg-c#s-63bffe31-8655-4646-b245-9e60ac7f6696 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-63bffe31-8655-4646-b245-9e60ac7f6696 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-63bffe31-8655-4646-b245-9e60ac7f6696 {
  max-width: 100%;
}

.shg-c#s-63bffe31-8655-4646-b245-9e60ac7f6696 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-63bffe31-8655-4646-b245-9e60ac7f6696 .shg-image-zoom,
.shg-c#s-63bffe31-8655-4646-b245-9e60ac7f6696 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-63bffe31-8655-4646-b245-9e60ac7f6696 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-63bffe31-8655-4646-b245-9e60ac7f6696 {
  max-width: 100%;
}

.shg-c#s-63bffe31-8655-4646-b245-9e60ac7f6696 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-63bffe31-8655-4646-b245-9e60ac7f6696 .shg-image-zoom,
.shg-c#s-63bffe31-8655-4646-b245-9e60ac7f6696 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-63bffe31-8655-4646-b245-9e60ac7f6696 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-63bffe31-8655-4646-b245-9e60ac7f6696 {
  max-width: 100%;
}

.shg-c#s-63bffe31-8655-4646-b245-9e60ac7f6696 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-63bffe31-8655-4646-b245-9e60ac7f6696 .shg-image-zoom,
.shg-c#s-63bffe31-8655-4646-b245-9e60ac7f6696 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-63bffe31-8655-4646-b245-9e60ac7f6696 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-63bffe31-8655-4646-b245-9e60ac7f6696 {
  max-width: 100%;
}

.shg-c#s-63bffe31-8655-4646-b245-9e60ac7f6696 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-63bffe31-8655-4646-b245-9e60ac7f6696 .shg-image-zoom,
.shg-c#s-63bffe31-8655-4646-b245-9e60ac7f6696 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-63bffe31-8655-4646-b245-9e60ac7f6696 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0931b088-b0b9-4acf-85b0-620cb57ac873 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0931b088-b0b9-4acf-85b0-620cb57ac873 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-38d616a2-5ada-4e08-a4f0-d646a388ff7b {
  text-align: left;
}

#s-38d616a2-5ada-4e08-a4f0-d646a388ff7b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-38d616a2-5ada-4e08-a4f0-d646a388ff7b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-38d616a2-5ada-4e08-a4f0-d646a388ff7b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-38d616a2-5ada-4e08-a4f0-d646a388ff7b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-84d00a0d-eed9-427d-b39e-bc5c66939f11 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-84d00a0d-eed9-427d-b39e-bc5c66939f11:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-84d00a0d-eed9-427d-b39e-bc5c66939f11:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-84d00a0d-eed9-427d-b39e-bc5c66939f11 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-84d00a0d-eed9-427d-b39e-bc5c66939f11.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84d00a0d-eed9-427d-b39e-bc5c66939f11.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-84d00a0d-eed9-427d-b39e-bc5c66939f11.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-84d00a0d-eed9-427d-b39e-bc5c66939f11.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Quantico;
    
    
    
  }


#s-63c441be-65f2-4b7f-a500-4e14c773bb55 {
  display: none;
}
#s-9941b090-a0f8-4926-8bfd-c2755e41a5ff {
  text-align: left;
}


.shg-c#s-9941b090-a0f8-4926-8bfd-c2755e41a5ff {
  max-width: 100%;
}

.shg-c#s-9941b090-a0f8-4926-8bfd-c2755e41a5ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9941b090-a0f8-4926-8bfd-c2755e41a5ff .shg-image-zoom,
.shg-c#s-9941b090-a0f8-4926-8bfd-c2755e41a5ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9941b090-a0f8-4926-8bfd-c2755e41a5ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9941b090-a0f8-4926-8bfd-c2755e41a5ff {
  max-width: 100%;
}

.shg-c#s-9941b090-a0f8-4926-8bfd-c2755e41a5ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9941b090-a0f8-4926-8bfd-c2755e41a5ff .shg-image-zoom,
.shg-c#s-9941b090-a0f8-4926-8bfd-c2755e41a5ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9941b090-a0f8-4926-8bfd-c2755e41a5ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9941b090-a0f8-4926-8bfd-c2755e41a5ff {
  max-width: 100%;
}

.shg-c#s-9941b090-a0f8-4926-8bfd-c2755e41a5ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9941b090-a0f8-4926-8bfd-c2755e41a5ff .shg-image-zoom,
.shg-c#s-9941b090-a0f8-4926-8bfd-c2755e41a5ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9941b090-a0f8-4926-8bfd-c2755e41a5ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9941b090-a0f8-4926-8bfd-c2755e41a5ff {
  max-width: 100%;
}

.shg-c#s-9941b090-a0f8-4926-8bfd-c2755e41a5ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9941b090-a0f8-4926-8bfd-c2755e41a5ff .shg-image-zoom,
.shg-c#s-9941b090-a0f8-4926-8bfd-c2755e41a5ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9941b090-a0f8-4926-8bfd-c2755e41a5ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9941b090-a0f8-4926-8bfd-c2755e41a5ff {
  max-width: 100%;
}

.shg-c#s-9941b090-a0f8-4926-8bfd-c2755e41a5ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9941b090-a0f8-4926-8bfd-c2755e41a5ff .shg-image-zoom,
.shg-c#s-9941b090-a0f8-4926-8bfd-c2755e41a5ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9941b090-a0f8-4926-8bfd-c2755e41a5ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-28c62926-a4a7-47b5-b47c-78b191913bfb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-28c62926-a4a7-47b5-b47c-78b191913bfb .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ce3a57f1-ece4-4a25-93ec-bdf651717d41 {
  text-align: left;
}

#s-ce3a57f1-ece4-4a25-93ec-bdf651717d41 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-ce3a57f1-ece4-4a25-93ec-bdf651717d41 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-ce3a57f1-ece4-4a25-93ec-bdf651717d41 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-ce3a57f1-ece4-4a25-93ec-bdf651717d41 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-053d0a2e-72f5-4cdb-9fcf-f7e8faa8a17e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-053d0a2e-72f5-4cdb-9fcf-f7e8faa8a17e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-053d0a2e-72f5-4cdb-9fcf-f7e8faa8a17e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-053d0a2e-72f5-4cdb-9fcf-f7e8faa8a17e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-053d0a2e-72f5-4cdb-9fcf-f7e8faa8a17e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-053d0a2e-72f5-4cdb-9fcf-f7e8faa8a17e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-053d0a2e-72f5-4cdb-9fcf-f7e8faa8a17e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-053d0a2e-72f5-4cdb-9fcf-f7e8faa8a17e.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Quantico;
    
    
    
  }


@media (min-width: 0px) {
[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-bf38fe37-693e-4c94-8caf-7cd461224a88"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-39571ad0-8118-4ebe-8c17-595c534178cf {
  display: none;
}
#s-7cefc68c-ac9f-4e46-b00c-96f8f5e3f297 {
  text-align: left;
}


.shg-c#s-7cefc68c-ac9f-4e46-b00c-96f8f5e3f297 {
  max-width: 100%;
}

.shg-c#s-7cefc68c-ac9f-4e46-b00c-96f8f5e3f297 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7cefc68c-ac9f-4e46-b00c-96f8f5e3f297 .shg-image-zoom,
.shg-c#s-7cefc68c-ac9f-4e46-b00c-96f8f5e3f297 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7cefc68c-ac9f-4e46-b00c-96f8f5e3f297 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7cefc68c-ac9f-4e46-b00c-96f8f5e3f297 {
  max-width: 100%;
}

.shg-c#s-7cefc68c-ac9f-4e46-b00c-96f8f5e3f297 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7cefc68c-ac9f-4e46-b00c-96f8f5e3f297 .shg-image-zoom,
.shg-c#s-7cefc68c-ac9f-4e46-b00c-96f8f5e3f297 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7cefc68c-ac9f-4e46-b00c-96f8f5e3f297 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7cefc68c-ac9f-4e46-b00c-96f8f5e3f297 {
  max-width: 100%;
}

.shg-c#s-7cefc68c-ac9f-4e46-b00c-96f8f5e3f297 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7cefc68c-ac9f-4e46-b00c-96f8f5e3f297 .shg-image-zoom,
.shg-c#s-7cefc68c-ac9f-4e46-b00c-96f8f5e3f297 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7cefc68c-ac9f-4e46-b00c-96f8f5e3f297 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7cefc68c-ac9f-4e46-b00c-96f8f5e3f297 {
  max-width: 100%;
}

.shg-c#s-7cefc68c-ac9f-4e46-b00c-96f8f5e3f297 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7cefc68c-ac9f-4e46-b00c-96f8f5e3f297 .shg-image-zoom,
.shg-c#s-7cefc68c-ac9f-4e46-b00c-96f8f5e3f297 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7cefc68c-ac9f-4e46-b00c-96f8f5e3f297 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7cefc68c-ac9f-4e46-b00c-96f8f5e3f297 {
  max-width: 100%;
}

.shg-c#s-7cefc68c-ac9f-4e46-b00c-96f8f5e3f297 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7cefc68c-ac9f-4e46-b00c-96f8f5e3f297 .shg-image-zoom,
.shg-c#s-7cefc68c-ac9f-4e46-b00c-96f8f5e3f297 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7cefc68c-ac9f-4e46-b00c-96f8f5e3f297 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-7cefc68c-ac9f-4e46-b00c-96f8f5e3f297 {
  max-width: 100%;
}

.shg-c#s-7cefc68c-ac9f-4e46-b00c-96f8f5e3f297 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7cefc68c-ac9f-4e46-b00c-96f8f5e3f297 .shg-image-zoom,
.shg-c#s-7cefc68c-ac9f-4e46-b00c-96f8f5e3f297 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7cefc68c-ac9f-4e46-b00c-96f8f5e3f297 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-4e555dd4-0f85-43d7-b7cd-103e8e8e46f6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4e555dd4-0f85-43d7-b7cd-103e8e8e46f6 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-8a8f981a-a6c4-4791-838c-73bcd9af4aff {
  text-align: left;
}

#s-8a8f981a-a6c4-4791-838c-73bcd9af4aff .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-8a8f981a-a6c4-4791-838c-73bcd9af4aff .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-8a8f981a-a6c4-4791-838c-73bcd9af4aff .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-8a8f981a-a6c4-4791-838c-73bcd9af4aff .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-0ec798d7-38db-4cbb-8d70-1aa183da1243 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0ec798d7-38db-4cbb-8d70-1aa183da1243:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0ec798d7-38db-4cbb-8d70-1aa183da1243:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0ec798d7-38db-4cbb-8d70-1aa183da1243 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0ec798d7-38db-4cbb-8d70-1aa183da1243.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0ec798d7-38db-4cbb-8d70-1aa183da1243.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0ec798d7-38db-4cbb-8d70-1aa183da1243.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0ec798d7-38db-4cbb-8d70-1aa183da1243.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-56478e2d-bbf3-4f82-bb19-4c943c4a6f18 {
  display: none;
}
#s-cfc41990-0b78-4235-807f-077f2d5f0d44 {
  text-align: left;
}


.shg-c#s-cfc41990-0b78-4235-807f-077f2d5f0d44 {
  max-width: 100%;
}

.shg-c#s-cfc41990-0b78-4235-807f-077f2d5f0d44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cfc41990-0b78-4235-807f-077f2d5f0d44 .shg-image-zoom,
.shg-c#s-cfc41990-0b78-4235-807f-077f2d5f0d44 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cfc41990-0b78-4235-807f-077f2d5f0d44 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-cfc41990-0b78-4235-807f-077f2d5f0d44 {
  max-width: 100%;
}

.shg-c#s-cfc41990-0b78-4235-807f-077f2d5f0d44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cfc41990-0b78-4235-807f-077f2d5f0d44 .shg-image-zoom,
.shg-c#s-cfc41990-0b78-4235-807f-077f2d5f0d44 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cfc41990-0b78-4235-807f-077f2d5f0d44 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cfc41990-0b78-4235-807f-077f2d5f0d44 {
  max-width: 100%;
}

.shg-c#s-cfc41990-0b78-4235-807f-077f2d5f0d44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cfc41990-0b78-4235-807f-077f2d5f0d44 .shg-image-zoom,
.shg-c#s-cfc41990-0b78-4235-807f-077f2d5f0d44 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cfc41990-0b78-4235-807f-077f2d5f0d44 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cfc41990-0b78-4235-807f-077f2d5f0d44 {
  max-width: 100%;
}

.shg-c#s-cfc41990-0b78-4235-807f-077f2d5f0d44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cfc41990-0b78-4235-807f-077f2d5f0d44 .shg-image-zoom,
.shg-c#s-cfc41990-0b78-4235-807f-077f2d5f0d44 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cfc41990-0b78-4235-807f-077f2d5f0d44 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-cfc41990-0b78-4235-807f-077f2d5f0d44 {
  max-width: 100%;
}

.shg-c#s-cfc41990-0b78-4235-807f-077f2d5f0d44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cfc41990-0b78-4235-807f-077f2d5f0d44 .shg-image-zoom,
.shg-c#s-cfc41990-0b78-4235-807f-077f2d5f0d44 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cfc41990-0b78-4235-807f-077f2d5f0d44 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-cfc41990-0b78-4235-807f-077f2d5f0d44 {
  max-width: 100%;
}

.shg-c#s-cfc41990-0b78-4235-807f-077f2d5f0d44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cfc41990-0b78-4235-807f-077f2d5f0d44 .shg-image-zoom,
.shg-c#s-cfc41990-0b78-4235-807f-077f2d5f0d44 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cfc41990-0b78-4235-807f-077f2d5f0d44 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-c9265d7a-d983-4011-ac51-d4bbdf767289 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c9265d7a-d983-4011-ac51-d4bbdf767289 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-f91d9de7-d1f7-4b25-9420-aac3d5bc0915 {
  text-align: left;
}

#s-f91d9de7-d1f7-4b25-9420-aac3d5bc0915 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-f91d9de7-d1f7-4b25-9420-aac3d5bc0915 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-f91d9de7-d1f7-4b25-9420-aac3d5bc0915 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-f91d9de7-d1f7-4b25-9420-aac3d5bc0915 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-06a3e554-78a0-4c9e-bd07-80255828b9ff {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-06a3e554-78a0-4c9e-bd07-80255828b9ff:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-06a3e554-78a0-4c9e-bd07-80255828b9ff:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-06a3e554-78a0-4c9e-bd07-80255828b9ff {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-06a3e554-78a0-4c9e-bd07-80255828b9ff.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-06a3e554-78a0-4c9e-bd07-80255828b9ff.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-06a3e554-78a0-4c9e-bd07-80255828b9ff.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-06a3e554-78a0-4c9e-bd07-80255828b9ff.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-fc095edd-de63-4d59-b5bc-e64effde017d {
  display: none;
}
#s-183e677a-67e4-4ea7-9e8c-74f310586881 {
  text-align: left;
}


.shg-c#s-183e677a-67e4-4ea7-9e8c-74f310586881 {
  max-width: 100%;
}

.shg-c#s-183e677a-67e4-4ea7-9e8c-74f310586881 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-183e677a-67e4-4ea7-9e8c-74f310586881 .shg-image-zoom,
.shg-c#s-183e677a-67e4-4ea7-9e8c-74f310586881 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-183e677a-67e4-4ea7-9e8c-74f310586881 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-183e677a-67e4-4ea7-9e8c-74f310586881 {
  max-width: 100%;
}

.shg-c#s-183e677a-67e4-4ea7-9e8c-74f310586881 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-183e677a-67e4-4ea7-9e8c-74f310586881 .shg-image-zoom,
.shg-c#s-183e677a-67e4-4ea7-9e8c-74f310586881 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-183e677a-67e4-4ea7-9e8c-74f310586881 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-183e677a-67e4-4ea7-9e8c-74f310586881 {
  max-width: 100%;
}

.shg-c#s-183e677a-67e4-4ea7-9e8c-74f310586881 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-183e677a-67e4-4ea7-9e8c-74f310586881 .shg-image-zoom,
.shg-c#s-183e677a-67e4-4ea7-9e8c-74f310586881 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-183e677a-67e4-4ea7-9e8c-74f310586881 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-183e677a-67e4-4ea7-9e8c-74f310586881 {
  max-width: 100%;
}

.shg-c#s-183e677a-67e4-4ea7-9e8c-74f310586881 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-183e677a-67e4-4ea7-9e8c-74f310586881 .shg-image-zoom,
.shg-c#s-183e677a-67e4-4ea7-9e8c-74f310586881 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-183e677a-67e4-4ea7-9e8c-74f310586881 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-183e677a-67e4-4ea7-9e8c-74f310586881 {
  max-width: 100%;
}

.shg-c#s-183e677a-67e4-4ea7-9e8c-74f310586881 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-183e677a-67e4-4ea7-9e8c-74f310586881 .shg-image-zoom,
.shg-c#s-183e677a-67e4-4ea7-9e8c-74f310586881 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-183e677a-67e4-4ea7-9e8c-74f310586881 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-183e677a-67e4-4ea7-9e8c-74f310586881 {
  max-width: 100%;
}

.shg-c#s-183e677a-67e4-4ea7-9e8c-74f310586881 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-183e677a-67e4-4ea7-9e8c-74f310586881 .shg-image-zoom,
.shg-c#s-183e677a-67e4-4ea7-9e8c-74f310586881 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-183e677a-67e4-4ea7-9e8c-74f310586881 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-9ea84f14-dc09-460c-ba44-47513a05369a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9ea84f14-dc09-460c-ba44-47513a05369a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-1aec9601-079e-479e-8b03-3fa2495b977f {
  text-align: left;
}

#s-1aec9601-079e-479e-8b03-3fa2495b977f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-1aec9601-079e-479e-8b03-3fa2495b977f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-1aec9601-079e-479e-8b03-3fa2495b977f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-1aec9601-079e-479e-8b03-3fa2495b977f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-27b1ab28-4538-4343-a78a-be1290596e3a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-27b1ab28-4538-4343-a78a-be1290596e3a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-27b1ab28-4538-4343-a78a-be1290596e3a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-27b1ab28-4538-4343-a78a-be1290596e3a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-27b1ab28-4538-4343-a78a-be1290596e3a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-27b1ab28-4538-4343-a78a-be1290596e3a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-27b1ab28-4538-4343-a78a-be1290596e3a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-27b1ab28-4538-4343-a78a-be1290596e3a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


@media (min-width: 0px) {
[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-05747d5e-b430-49d9-b99f-4b79dbf66f93"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-be972356-23ce-4f20-9ea9-25b68e48fa92 {
  display: none;
}
#s-834351be-4a20-49bf-8317-3adb34676e33 {
  text-align: left;
}


.shg-c#s-834351be-4a20-49bf-8317-3adb34676e33 {
  max-width: 100%;
}

.shg-c#s-834351be-4a20-49bf-8317-3adb34676e33 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-834351be-4a20-49bf-8317-3adb34676e33 .shg-image-zoom,
.shg-c#s-834351be-4a20-49bf-8317-3adb34676e33 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-834351be-4a20-49bf-8317-3adb34676e33 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-834351be-4a20-49bf-8317-3adb34676e33 {
  max-width: 100%;
}

.shg-c#s-834351be-4a20-49bf-8317-3adb34676e33 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-834351be-4a20-49bf-8317-3adb34676e33 .shg-image-zoom,
.shg-c#s-834351be-4a20-49bf-8317-3adb34676e33 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-834351be-4a20-49bf-8317-3adb34676e33 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-834351be-4a20-49bf-8317-3adb34676e33 {
  max-width: 100%;
}

.shg-c#s-834351be-4a20-49bf-8317-3adb34676e33 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-834351be-4a20-49bf-8317-3adb34676e33 .shg-image-zoom,
.shg-c#s-834351be-4a20-49bf-8317-3adb34676e33 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-834351be-4a20-49bf-8317-3adb34676e33 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-834351be-4a20-49bf-8317-3adb34676e33 {
  max-width: 100%;
}

.shg-c#s-834351be-4a20-49bf-8317-3adb34676e33 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-834351be-4a20-49bf-8317-3adb34676e33 .shg-image-zoom,
.shg-c#s-834351be-4a20-49bf-8317-3adb34676e33 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-834351be-4a20-49bf-8317-3adb34676e33 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-834351be-4a20-49bf-8317-3adb34676e33 {
  max-width: 100%;
}

.shg-c#s-834351be-4a20-49bf-8317-3adb34676e33 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-834351be-4a20-49bf-8317-3adb34676e33 .shg-image-zoom,
.shg-c#s-834351be-4a20-49bf-8317-3adb34676e33 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-834351be-4a20-49bf-8317-3adb34676e33 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-617f016b-0886-476b-a995-4b8013cc7419 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-617f016b-0886-476b-a995-4b8013cc7419 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-45379237-52ac-49d0-9f8f-633c5792a6c0 {
  text-align: left;
}

#s-45379237-52ac-49d0-9f8f-633c5792a6c0 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-45379237-52ac-49d0-9f8f-633c5792a6c0 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-45379237-52ac-49d0-9f8f-633c5792a6c0 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-45379237-52ac-49d0-9f8f-633c5792a6c0 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-12094c2b-d0da-4fa3-88b6-c4f777d40cda {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-12094c2b-d0da-4fa3-88b6-c4f777d40cda:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-12094c2b-d0da-4fa3-88b6-c4f777d40cda:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-12094c2b-d0da-4fa3-88b6-c4f777d40cda {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-12094c2b-d0da-4fa3-88b6-c4f777d40cda.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-12094c2b-d0da-4fa3-88b6-c4f777d40cda.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-12094c2b-d0da-4fa3-88b6-c4f777d40cda.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-12094c2b-d0da-4fa3-88b6-c4f777d40cda.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Quantico;
    
    
    color: rgba(146, 146, 146, 1);
  }


#s-4e295c2b-e223-4935-8c04-5775affd0f5c {
  display: none;
}
#s-ebf7b990-e862-4927-93f1-845a15857245 {
  text-align: left;
}


.shg-c#s-ebf7b990-e862-4927-93f1-845a15857245 {
  max-width: 100%;
}

.shg-c#s-ebf7b990-e862-4927-93f1-845a15857245 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebf7b990-e862-4927-93f1-845a15857245 .shg-image-zoom,
.shg-c#s-ebf7b990-e862-4927-93f1-845a15857245 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ebf7b990-e862-4927-93f1-845a15857245 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ebf7b990-e862-4927-93f1-845a15857245 {
  max-width: 100%;
}

.shg-c#s-ebf7b990-e862-4927-93f1-845a15857245 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebf7b990-e862-4927-93f1-845a15857245 .shg-image-zoom,
.shg-c#s-ebf7b990-e862-4927-93f1-845a15857245 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ebf7b990-e862-4927-93f1-845a15857245 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ebf7b990-e862-4927-93f1-845a15857245 {
  max-width: 100%;
}

.shg-c#s-ebf7b990-e862-4927-93f1-845a15857245 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebf7b990-e862-4927-93f1-845a15857245 .shg-image-zoom,
.shg-c#s-ebf7b990-e862-4927-93f1-845a15857245 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ebf7b990-e862-4927-93f1-845a15857245 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ebf7b990-e862-4927-93f1-845a15857245 {
  max-width: 100%;
}

.shg-c#s-ebf7b990-e862-4927-93f1-845a15857245 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebf7b990-e862-4927-93f1-845a15857245 .shg-image-zoom,
.shg-c#s-ebf7b990-e862-4927-93f1-845a15857245 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ebf7b990-e862-4927-93f1-845a15857245 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ebf7b990-e862-4927-93f1-845a15857245 {
  max-width: 100%;
}

.shg-c#s-ebf7b990-e862-4927-93f1-845a15857245 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebf7b990-e862-4927-93f1-845a15857245 .shg-image-zoom,
.shg-c#s-ebf7b990-e862-4927-93f1-845a15857245 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ebf7b990-e862-4927-93f1-845a15857245 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-254593a1-3e56-4dac-987b-643e5b7a0031 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-254593a1-3e56-4dac-987b-643e5b7a0031 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-a6a1252e-a55e-4513-a75a-606d4d6e4be4 {
  text-align: left;
}

#s-a6a1252e-a55e-4513-a75a-606d4d6e4be4 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-a6a1252e-a55e-4513-a75a-606d4d6e4be4 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-a6a1252e-a55e-4513-a75a-606d4d6e4be4 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-a6a1252e-a55e-4513-a75a-606d4d6e4be4 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-c4207ee6-22ac-4bd9-84dc-b165e7910367 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c4207ee6-22ac-4bd9-84dc-b165e7910367:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c4207ee6-22ac-4bd9-84dc-b165e7910367:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c4207ee6-22ac-4bd9-84dc-b165e7910367 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c4207ee6-22ac-4bd9-84dc-b165e7910367.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c4207ee6-22ac-4bd9-84dc-b165e7910367.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c4207ee6-22ac-4bd9-84dc-b165e7910367.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c4207ee6-22ac-4bd9-84dc-b165e7910367.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Quantico;
    
    
    
  }


#s-9f52b97e-d579-4029-9947-b74d71c388ab {
  display: none;
}
#s-5183f8f1-4a47-4e95-a944-c0f4a8ab9dfc {
  text-align: left;
}


.shg-c#s-5183f8f1-4a47-4e95-a944-c0f4a8ab9dfc {
  max-width: 100%;
}

.shg-c#s-5183f8f1-4a47-4e95-a944-c0f4a8ab9dfc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5183f8f1-4a47-4e95-a944-c0f4a8ab9dfc .shg-image-zoom,
.shg-c#s-5183f8f1-4a47-4e95-a944-c0f4a8ab9dfc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5183f8f1-4a47-4e95-a944-c0f4a8ab9dfc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5183f8f1-4a47-4e95-a944-c0f4a8ab9dfc {
  max-width: 100%;
}

.shg-c#s-5183f8f1-4a47-4e95-a944-c0f4a8ab9dfc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5183f8f1-4a47-4e95-a944-c0f4a8ab9dfc .shg-image-zoom,
.shg-c#s-5183f8f1-4a47-4e95-a944-c0f4a8ab9dfc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5183f8f1-4a47-4e95-a944-c0f4a8ab9dfc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5183f8f1-4a47-4e95-a944-c0f4a8ab9dfc {
  max-width: 100%;
}

.shg-c#s-5183f8f1-4a47-4e95-a944-c0f4a8ab9dfc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5183f8f1-4a47-4e95-a944-c0f4a8ab9dfc .shg-image-zoom,
.shg-c#s-5183f8f1-4a47-4e95-a944-c0f4a8ab9dfc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5183f8f1-4a47-4e95-a944-c0f4a8ab9dfc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5183f8f1-4a47-4e95-a944-c0f4a8ab9dfc {
  max-width: 100%;
}

.shg-c#s-5183f8f1-4a47-4e95-a944-c0f4a8ab9dfc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5183f8f1-4a47-4e95-a944-c0f4a8ab9dfc .shg-image-zoom,
.shg-c#s-5183f8f1-4a47-4e95-a944-c0f4a8ab9dfc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5183f8f1-4a47-4e95-a944-c0f4a8ab9dfc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5183f8f1-4a47-4e95-a944-c0f4a8ab9dfc {
  max-width: 100%;
}

.shg-c#s-5183f8f1-4a47-4e95-a944-c0f4a8ab9dfc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5183f8f1-4a47-4e95-a944-c0f4a8ab9dfc .shg-image-zoom,
.shg-c#s-5183f8f1-4a47-4e95-a944-c0f4a8ab9dfc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5183f8f1-4a47-4e95-a944-c0f4a8ab9dfc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-62ef5a5b-638c-4932-bda6-4922ba4e29a4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62ef5a5b-638c-4932-bda6-4922ba4e29a4 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-c6d0b9f6-dcbd-4176-b55b-fa42b1693456 {
  text-align: left;
}

#s-c6d0b9f6-dcbd-4176-b55b-fa42b1693456 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c6d0b9f6-dcbd-4176-b55b-fa42b1693456 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c6d0b9f6-dcbd-4176-b55b-fa42b1693456 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c6d0b9f6-dcbd-4176-b55b-fa42b1693456 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-3907cf4e-5bb7-4a19-af90-ee77c6a703ab {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3907cf4e-5bb7-4a19-af90-ee77c6a703ab:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3907cf4e-5bb7-4a19-af90-ee77c6a703ab:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3907cf4e-5bb7-4a19-af90-ee77c6a703ab {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3907cf4e-5bb7-4a19-af90-ee77c6a703ab.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3907cf4e-5bb7-4a19-af90-ee77c6a703ab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3907cf4e-5bb7-4a19-af90-ee77c6a703ab.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3907cf4e-5bb7-4a19-af90-ee77c6a703ab.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Quantico;
    
    
    
  }


@media (min-width: 0px) {
[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4e25dbe0-f48e-4098-91a9-d998c0f10eab"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-1c67b759-9221-4b80-a562-fa9202503d79 {
  display: none;
}
#s-66cb7dae-9eec-4adb-93ba-6895308310c8 {
  text-align: left;
}


.shg-c#s-66cb7dae-9eec-4adb-93ba-6895308310c8 {
  max-width: 100%;
}

.shg-c#s-66cb7dae-9eec-4adb-93ba-6895308310c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66cb7dae-9eec-4adb-93ba-6895308310c8 .shg-image-zoom,
.shg-c#s-66cb7dae-9eec-4adb-93ba-6895308310c8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66cb7dae-9eec-4adb-93ba-6895308310c8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-66cb7dae-9eec-4adb-93ba-6895308310c8 {
  max-width: 100%;
}

.shg-c#s-66cb7dae-9eec-4adb-93ba-6895308310c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66cb7dae-9eec-4adb-93ba-6895308310c8 .shg-image-zoom,
.shg-c#s-66cb7dae-9eec-4adb-93ba-6895308310c8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66cb7dae-9eec-4adb-93ba-6895308310c8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-66cb7dae-9eec-4adb-93ba-6895308310c8 {
  max-width: 100%;
}

.shg-c#s-66cb7dae-9eec-4adb-93ba-6895308310c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66cb7dae-9eec-4adb-93ba-6895308310c8 .shg-image-zoom,
.shg-c#s-66cb7dae-9eec-4adb-93ba-6895308310c8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66cb7dae-9eec-4adb-93ba-6895308310c8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-66cb7dae-9eec-4adb-93ba-6895308310c8 {
  max-width: 100%;
}

.shg-c#s-66cb7dae-9eec-4adb-93ba-6895308310c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66cb7dae-9eec-4adb-93ba-6895308310c8 .shg-image-zoom,
.shg-c#s-66cb7dae-9eec-4adb-93ba-6895308310c8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66cb7dae-9eec-4adb-93ba-6895308310c8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-66cb7dae-9eec-4adb-93ba-6895308310c8 {
  max-width: 100%;
}

.shg-c#s-66cb7dae-9eec-4adb-93ba-6895308310c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66cb7dae-9eec-4adb-93ba-6895308310c8 .shg-image-zoom,
.shg-c#s-66cb7dae-9eec-4adb-93ba-6895308310c8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66cb7dae-9eec-4adb-93ba-6895308310c8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ccbbdd59-b43c-4cd0-94a0-eb354b69d7a4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ccbbdd59-b43c-4cd0-94a0-eb354b69d7a4 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-f102571d-1ee1-49a2-ae1e-9fda61119ca1 {
  text-align: left;
}

#s-f102571d-1ee1-49a2-ae1e-9fda61119ca1 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-f102571d-1ee1-49a2-ae1e-9fda61119ca1 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-f102571d-1ee1-49a2-ae1e-9fda61119ca1 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-f102571d-1ee1-49a2-ae1e-9fda61119ca1 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-bba76f7e-7b65-4c86-a6c3-ddba9b056791 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-bba76f7e-7b65-4c86-a6c3-ddba9b056791:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bba76f7e-7b65-4c86-a6c3-ddba9b056791:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bba76f7e-7b65-4c86-a6c3-ddba9b056791 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bba76f7e-7b65-4c86-a6c3-ddba9b056791.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bba76f7e-7b65-4c86-a6c3-ddba9b056791.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bba76f7e-7b65-4c86-a6c3-ddba9b056791.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-bba76f7e-7b65-4c86-a6c3-ddba9b056791.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Quantico;
    
    
    color: rgba(146, 146, 146, 1);
  }


#s-7d04603b-d4b1-4ef7-a6e1-5d82a885c5a8 {
  display: none;
}
#s-1a048f51-b0f0-4d14-b095-be5f8969a1ef {
  text-align: left;
}


.shg-c#s-1a048f51-b0f0-4d14-b095-be5f8969a1ef {
  max-width: 100%;
}

.shg-c#s-1a048f51-b0f0-4d14-b095-be5f8969a1ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a048f51-b0f0-4d14-b095-be5f8969a1ef .shg-image-zoom,
.shg-c#s-1a048f51-b0f0-4d14-b095-be5f8969a1ef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a048f51-b0f0-4d14-b095-be5f8969a1ef .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1a048f51-b0f0-4d14-b095-be5f8969a1ef {
  max-width: 100%;
}

.shg-c#s-1a048f51-b0f0-4d14-b095-be5f8969a1ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a048f51-b0f0-4d14-b095-be5f8969a1ef .shg-image-zoom,
.shg-c#s-1a048f51-b0f0-4d14-b095-be5f8969a1ef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a048f51-b0f0-4d14-b095-be5f8969a1ef .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1a048f51-b0f0-4d14-b095-be5f8969a1ef {
  max-width: 100%;
}

.shg-c#s-1a048f51-b0f0-4d14-b095-be5f8969a1ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a048f51-b0f0-4d14-b095-be5f8969a1ef .shg-image-zoom,
.shg-c#s-1a048f51-b0f0-4d14-b095-be5f8969a1ef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a048f51-b0f0-4d14-b095-be5f8969a1ef .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1a048f51-b0f0-4d14-b095-be5f8969a1ef {
  max-width: 100%;
}

.shg-c#s-1a048f51-b0f0-4d14-b095-be5f8969a1ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a048f51-b0f0-4d14-b095-be5f8969a1ef .shg-image-zoom,
.shg-c#s-1a048f51-b0f0-4d14-b095-be5f8969a1ef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a048f51-b0f0-4d14-b095-be5f8969a1ef .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1a048f51-b0f0-4d14-b095-be5f8969a1ef {
  max-width: 100%;
}

.shg-c#s-1a048f51-b0f0-4d14-b095-be5f8969a1ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a048f51-b0f0-4d14-b095-be5f8969a1ef .shg-image-zoom,
.shg-c#s-1a048f51-b0f0-4d14-b095-be5f8969a1ef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a048f51-b0f0-4d14-b095-be5f8969a1ef .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3d81e515-e81a-4599-ae38-d930ee827576 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3d81e515-e81a-4599-ae38-d930ee827576 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-2f592e98-c7f3-4c1c-b8d7-9578fff3944e {
  text-align: left;
}

#s-2f592e98-c7f3-4c1c-b8d7-9578fff3944e .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-2f592e98-c7f3-4c1c-b8d7-9578fff3944e .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-2f592e98-c7f3-4c1c-b8d7-9578fff3944e .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-2f592e98-c7f3-4c1c-b8d7-9578fff3944e .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-7c39e604-b3ff-474b-b364-018df6d9ac12 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7c39e604-b3ff-474b-b364-018df6d9ac12:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7c39e604-b3ff-474b-b364-018df6d9ac12:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7c39e604-b3ff-474b-b364-018df6d9ac12 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7c39e604-b3ff-474b-b364-018df6d9ac12.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7c39e604-b3ff-474b-b364-018df6d9ac12.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7c39e604-b3ff-474b-b364-018df6d9ac12.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7c39e604-b3ff-474b-b364-018df6d9ac12.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Quantico;
    
    
    
  }


#s-33363e36-e6e7-44f5-9fcc-7e13f9c587d9 {
  display: none;
}
#s-3ddb3ad9-a225-417b-a941-ca105cfae05e {
  text-align: left;
}


.shg-c#s-3ddb3ad9-a225-417b-a941-ca105cfae05e {
  max-width: 100%;
}

.shg-c#s-3ddb3ad9-a225-417b-a941-ca105cfae05e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ddb3ad9-a225-417b-a941-ca105cfae05e .shg-image-zoom,
.shg-c#s-3ddb3ad9-a225-417b-a941-ca105cfae05e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3ddb3ad9-a225-417b-a941-ca105cfae05e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3ddb3ad9-a225-417b-a941-ca105cfae05e {
  max-width: 100%;
}

.shg-c#s-3ddb3ad9-a225-417b-a941-ca105cfae05e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ddb3ad9-a225-417b-a941-ca105cfae05e .shg-image-zoom,
.shg-c#s-3ddb3ad9-a225-417b-a941-ca105cfae05e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3ddb3ad9-a225-417b-a941-ca105cfae05e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3ddb3ad9-a225-417b-a941-ca105cfae05e {
  max-width: 100%;
}

.shg-c#s-3ddb3ad9-a225-417b-a941-ca105cfae05e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ddb3ad9-a225-417b-a941-ca105cfae05e .shg-image-zoom,
.shg-c#s-3ddb3ad9-a225-417b-a941-ca105cfae05e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3ddb3ad9-a225-417b-a941-ca105cfae05e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3ddb3ad9-a225-417b-a941-ca105cfae05e {
  max-width: 100%;
}

.shg-c#s-3ddb3ad9-a225-417b-a941-ca105cfae05e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ddb3ad9-a225-417b-a941-ca105cfae05e .shg-image-zoom,
.shg-c#s-3ddb3ad9-a225-417b-a941-ca105cfae05e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3ddb3ad9-a225-417b-a941-ca105cfae05e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3ddb3ad9-a225-417b-a941-ca105cfae05e {
  max-width: 100%;
}

.shg-c#s-3ddb3ad9-a225-417b-a941-ca105cfae05e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3ddb3ad9-a225-417b-a941-ca105cfae05e .shg-image-zoom,
.shg-c#s-3ddb3ad9-a225-417b-a941-ca105cfae05e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3ddb3ad9-a225-417b-a941-ca105cfae05e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d79508de-bbaa-4447-867e-c9939dcf2d72 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d79508de-bbaa-4447-867e-c9939dcf2d72 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-0e103973-1e34-4e73-88a5-1edd3d84c1b7 {
  text-align: left;
}

#s-0e103973-1e34-4e73-88a5-1edd3d84c1b7 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-0e103973-1e34-4e73-88a5-1edd3d84c1b7 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-0e103973-1e34-4e73-88a5-1edd3d84c1b7 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-0e103973-1e34-4e73-88a5-1edd3d84c1b7 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-a03a9485-2d86-4db8-be87-46d34f515bd5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a03a9485-2d86-4db8-be87-46d34f515bd5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a03a9485-2d86-4db8-be87-46d34f515bd5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a03a9485-2d86-4db8-be87-46d34f515bd5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a03a9485-2d86-4db8-be87-46d34f515bd5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a03a9485-2d86-4db8-be87-46d34f515bd5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a03a9485-2d86-4db8-be87-46d34f515bd5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a03a9485-2d86-4db8-be87-46d34f515bd5.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Quantico;
    
    
    
  }


@media (min-width: 0px) {
[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-43e818b9-9ee8-448b-9f3a-9a79e2eef277"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2e119679-a219-4e65-bd51-4e571d6e2305 {
  display: none;
}
#s-ae5488b6-7c41-41fc-a38e-216509bd0db2 {
  text-align: left;
}


.shg-c#s-ae5488b6-7c41-41fc-a38e-216509bd0db2 {
  max-width: 100%;
}

.shg-c#s-ae5488b6-7c41-41fc-a38e-216509bd0db2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae5488b6-7c41-41fc-a38e-216509bd0db2 .shg-image-zoom,
.shg-c#s-ae5488b6-7c41-41fc-a38e-216509bd0db2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ae5488b6-7c41-41fc-a38e-216509bd0db2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ae5488b6-7c41-41fc-a38e-216509bd0db2 {
  max-width: 100%;
}

.shg-c#s-ae5488b6-7c41-41fc-a38e-216509bd0db2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae5488b6-7c41-41fc-a38e-216509bd0db2 .shg-image-zoom,
.shg-c#s-ae5488b6-7c41-41fc-a38e-216509bd0db2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ae5488b6-7c41-41fc-a38e-216509bd0db2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ae5488b6-7c41-41fc-a38e-216509bd0db2 {
  max-width: 100%;
}

.shg-c#s-ae5488b6-7c41-41fc-a38e-216509bd0db2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae5488b6-7c41-41fc-a38e-216509bd0db2 .shg-image-zoom,
.shg-c#s-ae5488b6-7c41-41fc-a38e-216509bd0db2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ae5488b6-7c41-41fc-a38e-216509bd0db2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ae5488b6-7c41-41fc-a38e-216509bd0db2 {
  max-width: 100%;
}

.shg-c#s-ae5488b6-7c41-41fc-a38e-216509bd0db2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae5488b6-7c41-41fc-a38e-216509bd0db2 .shg-image-zoom,
.shg-c#s-ae5488b6-7c41-41fc-a38e-216509bd0db2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ae5488b6-7c41-41fc-a38e-216509bd0db2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ae5488b6-7c41-41fc-a38e-216509bd0db2 {
  max-width: 100%;
}

.shg-c#s-ae5488b6-7c41-41fc-a38e-216509bd0db2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae5488b6-7c41-41fc-a38e-216509bd0db2 .shg-image-zoom,
.shg-c#s-ae5488b6-7c41-41fc-a38e-216509bd0db2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ae5488b6-7c41-41fc-a38e-216509bd0db2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-87dca0bb-d5d0-451c-8680-49b54f1607a4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87dca0bb-d5d0-451c-8680-49b54f1607a4 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-3c7aa4e6-28c3-4b6d-a26e-52cddeb8dc94 {
  text-align: left;
}

#s-3c7aa4e6-28c3-4b6d-a26e-52cddeb8dc94 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-3c7aa4e6-28c3-4b6d-a26e-52cddeb8dc94 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-3c7aa4e6-28c3-4b6d-a26e-52cddeb8dc94 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-3c7aa4e6-28c3-4b6d-a26e-52cddeb8dc94 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-5a6718a4-3beb-430c-b8b8-054861d1593a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5a6718a4-3beb-430c-b8b8-054861d1593a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5a6718a4-3beb-430c-b8b8-054861d1593a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5a6718a4-3beb-430c-b8b8-054861d1593a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5a6718a4-3beb-430c-b8b8-054861d1593a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5a6718a4-3beb-430c-b8b8-054861d1593a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5a6718a4-3beb-430c-b8b8-054861d1593a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5a6718a4-3beb-430c-b8b8-054861d1593a.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Quantico;
    
    
    color: rgba(146, 146, 146, 1);
  }


#s-c00a81a4-cd5d-4511-94c3-a471a1e9a2c3 {
  display: none;
}
#s-cd196af3-704d-4e42-8fde-7cde4e6e4313 {
  text-align: left;
}


.shg-c#s-cd196af3-704d-4e42-8fde-7cde4e6e4313 {
  max-width: 100%;
}

.shg-c#s-cd196af3-704d-4e42-8fde-7cde4e6e4313 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd196af3-704d-4e42-8fde-7cde4e6e4313 .shg-image-zoom,
.shg-c#s-cd196af3-704d-4e42-8fde-7cde4e6e4313 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cd196af3-704d-4e42-8fde-7cde4e6e4313 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-cd196af3-704d-4e42-8fde-7cde4e6e4313 {
  max-width: 100%;
}

.shg-c#s-cd196af3-704d-4e42-8fde-7cde4e6e4313 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd196af3-704d-4e42-8fde-7cde4e6e4313 .shg-image-zoom,
.shg-c#s-cd196af3-704d-4e42-8fde-7cde4e6e4313 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cd196af3-704d-4e42-8fde-7cde4e6e4313 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cd196af3-704d-4e42-8fde-7cde4e6e4313 {
  max-width: 100%;
}

.shg-c#s-cd196af3-704d-4e42-8fde-7cde4e6e4313 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd196af3-704d-4e42-8fde-7cde4e6e4313 .shg-image-zoom,
.shg-c#s-cd196af3-704d-4e42-8fde-7cde4e6e4313 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cd196af3-704d-4e42-8fde-7cde4e6e4313 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cd196af3-704d-4e42-8fde-7cde4e6e4313 {
  max-width: 100%;
}

.shg-c#s-cd196af3-704d-4e42-8fde-7cde4e6e4313 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd196af3-704d-4e42-8fde-7cde4e6e4313 .shg-image-zoom,
.shg-c#s-cd196af3-704d-4e42-8fde-7cde4e6e4313 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cd196af3-704d-4e42-8fde-7cde4e6e4313 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-cd196af3-704d-4e42-8fde-7cde4e6e4313 {
  max-width: 100%;
}

.shg-c#s-cd196af3-704d-4e42-8fde-7cde4e6e4313 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cd196af3-704d-4e42-8fde-7cde4e6e4313 .shg-image-zoom,
.shg-c#s-cd196af3-704d-4e42-8fde-7cde4e6e4313 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cd196af3-704d-4e42-8fde-7cde4e6e4313 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-fe6ff47c-eb3d-492e-8eb5-753d1f687f4a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fe6ff47c-eb3d-492e-8eb5-753d1f687f4a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-f31b9784-c1b0-4925-9812-7d49d8c4f492 {
  text-align: left;
}

#s-f31b9784-c1b0-4925-9812-7d49d8c4f492 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-f31b9784-c1b0-4925-9812-7d49d8c4f492 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-f31b9784-c1b0-4925-9812-7d49d8c4f492 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-f31b9784-c1b0-4925-9812-7d49d8c4f492 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-bb9333f9-6465-4661-ad43-6106fda3fd8c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-bb9333f9-6465-4661-ad43-6106fda3fd8c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bb9333f9-6465-4661-ad43-6106fda3fd8c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bb9333f9-6465-4661-ad43-6106fda3fd8c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bb9333f9-6465-4661-ad43-6106fda3fd8c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bb9333f9-6465-4661-ad43-6106fda3fd8c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bb9333f9-6465-4661-ad43-6106fda3fd8c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-bb9333f9-6465-4661-ad43-6106fda3fd8c.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Quantico;
    
    
    
  }


#s-514ffb69-6a1e-4ef2-ae0d-9bf2b7c3f5bc {
  display: none;
}
#s-eec011d5-e45e-4adb-bd88-e3e45275b1f3 {
  text-align: left;
}


.shg-c#s-eec011d5-e45e-4adb-bd88-e3e45275b1f3 {
  max-width: 100%;
}

.shg-c#s-eec011d5-e45e-4adb-bd88-e3e45275b1f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eec011d5-e45e-4adb-bd88-e3e45275b1f3 .shg-image-zoom,
.shg-c#s-eec011d5-e45e-4adb-bd88-e3e45275b1f3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eec011d5-e45e-4adb-bd88-e3e45275b1f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-eec011d5-e45e-4adb-bd88-e3e45275b1f3 {
  max-width: 100%;
}

.shg-c#s-eec011d5-e45e-4adb-bd88-e3e45275b1f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eec011d5-e45e-4adb-bd88-e3e45275b1f3 .shg-image-zoom,
.shg-c#s-eec011d5-e45e-4adb-bd88-e3e45275b1f3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eec011d5-e45e-4adb-bd88-e3e45275b1f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-eec011d5-e45e-4adb-bd88-e3e45275b1f3 {
  max-width: 100%;
}

.shg-c#s-eec011d5-e45e-4adb-bd88-e3e45275b1f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eec011d5-e45e-4adb-bd88-e3e45275b1f3 .shg-image-zoom,
.shg-c#s-eec011d5-e45e-4adb-bd88-e3e45275b1f3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eec011d5-e45e-4adb-bd88-e3e45275b1f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-eec011d5-e45e-4adb-bd88-e3e45275b1f3 {
  max-width: 100%;
}

.shg-c#s-eec011d5-e45e-4adb-bd88-e3e45275b1f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eec011d5-e45e-4adb-bd88-e3e45275b1f3 .shg-image-zoom,
.shg-c#s-eec011d5-e45e-4adb-bd88-e3e45275b1f3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eec011d5-e45e-4adb-bd88-e3e45275b1f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-eec011d5-e45e-4adb-bd88-e3e45275b1f3 {
  max-width: 100%;
}

.shg-c#s-eec011d5-e45e-4adb-bd88-e3e45275b1f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eec011d5-e45e-4adb-bd88-e3e45275b1f3 .shg-image-zoom,
.shg-c#s-eec011d5-e45e-4adb-bd88-e3e45275b1f3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eec011d5-e45e-4adb-bd88-e3e45275b1f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ecebc326-aed2-4d46-91b5-fd3ac247872a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ecebc326-aed2-4d46-91b5-fd3ac247872a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-1e21c028-4e98-42b9-8fbf-ea60233869b4 {
  text-align: left;
}

#s-1e21c028-4e98-42b9-8fbf-ea60233869b4 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-1e21c028-4e98-42b9-8fbf-ea60233869b4 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-1e21c028-4e98-42b9-8fbf-ea60233869b4 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-1e21c028-4e98-42b9-8fbf-ea60233869b4 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-940b210e-1cf7-4ef3-9d06-7f629401ca62 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-940b210e-1cf7-4ef3-9d06-7f629401ca62:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-940b210e-1cf7-4ef3-9d06-7f629401ca62:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-940b210e-1cf7-4ef3-9d06-7f629401ca62 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-940b210e-1cf7-4ef3-9d06-7f629401ca62.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-940b210e-1cf7-4ef3-9d06-7f629401ca62.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-940b210e-1cf7-4ef3-9d06-7f629401ca62.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-940b210e-1cf7-4ef3-9d06-7f629401ca62.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Quantico;
    
    
    
  }


@media (min-width: 0px) {
[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d54679da-974d-4d03-8a2d-4c9c0e16876a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ec1fe764-cb85-4104-9106-14983509a27c {
  display: none;
}
#s-5caa3655-57a5-44b3-a187-bf8209d49e81 {
  text-align: left;
}


.shg-c#s-5caa3655-57a5-44b3-a187-bf8209d49e81 {
  max-width: 100%;
}

.shg-c#s-5caa3655-57a5-44b3-a187-bf8209d49e81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5caa3655-57a5-44b3-a187-bf8209d49e81 .shg-image-zoom,
.shg-c#s-5caa3655-57a5-44b3-a187-bf8209d49e81 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5caa3655-57a5-44b3-a187-bf8209d49e81 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5caa3655-57a5-44b3-a187-bf8209d49e81 {
  max-width: 100%;
}

.shg-c#s-5caa3655-57a5-44b3-a187-bf8209d49e81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5caa3655-57a5-44b3-a187-bf8209d49e81 .shg-image-zoom,
.shg-c#s-5caa3655-57a5-44b3-a187-bf8209d49e81 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5caa3655-57a5-44b3-a187-bf8209d49e81 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5caa3655-57a5-44b3-a187-bf8209d49e81 {
  max-width: 100%;
}

.shg-c#s-5caa3655-57a5-44b3-a187-bf8209d49e81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5caa3655-57a5-44b3-a187-bf8209d49e81 .shg-image-zoom,
.shg-c#s-5caa3655-57a5-44b3-a187-bf8209d49e81 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5caa3655-57a5-44b3-a187-bf8209d49e81 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5caa3655-57a5-44b3-a187-bf8209d49e81 {
  max-width: 100%;
}

.shg-c#s-5caa3655-57a5-44b3-a187-bf8209d49e81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5caa3655-57a5-44b3-a187-bf8209d49e81 .shg-image-zoom,
.shg-c#s-5caa3655-57a5-44b3-a187-bf8209d49e81 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5caa3655-57a5-44b3-a187-bf8209d49e81 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5caa3655-57a5-44b3-a187-bf8209d49e81 {
  max-width: 100%;
}

.shg-c#s-5caa3655-57a5-44b3-a187-bf8209d49e81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5caa3655-57a5-44b3-a187-bf8209d49e81 .shg-image-zoom,
.shg-c#s-5caa3655-57a5-44b3-a187-bf8209d49e81 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5caa3655-57a5-44b3-a187-bf8209d49e81 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9600cfe1-b268-4ef6-857c-a5e57af76873 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9600cfe1-b268-4ef6-857c-a5e57af76873 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-99d8b4d1-3c2f-4baa-8dbd-a31b9594b6bc {
  text-align: left;
}

#s-99d8b4d1-3c2f-4baa-8dbd-a31b9594b6bc .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-99d8b4d1-3c2f-4baa-8dbd-a31b9594b6bc .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-99d8b4d1-3c2f-4baa-8dbd-a31b9594b6bc .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-99d8b4d1-3c2f-4baa-8dbd-a31b9594b6bc .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-5f183004-7419-43e7-882c-7a4ff421a5cc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5f183004-7419-43e7-882c-7a4ff421a5cc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5f183004-7419-43e7-882c-7a4ff421a5cc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5f183004-7419-43e7-882c-7a4ff421a5cc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5f183004-7419-43e7-882c-7a4ff421a5cc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5f183004-7419-43e7-882c-7a4ff421a5cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5f183004-7419-43e7-882c-7a4ff421a5cc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5f183004-7419-43e7-882c-7a4ff421a5cc.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Quantico;
    
    
    color: rgba(146, 146, 146, 1);
  }


#s-a6d9288f-68e6-49f6-9740-8e12facd2220 {
  display: none;
}
#s-0cc2d098-d4c2-4c51-b46a-71b9216d0cdc {
  text-align: left;
}


.shg-c#s-0cc2d098-d4c2-4c51-b46a-71b9216d0cdc {
  max-width: 100%;
}

.shg-c#s-0cc2d098-d4c2-4c51-b46a-71b9216d0cdc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0cc2d098-d4c2-4c51-b46a-71b9216d0cdc .shg-image-zoom,
.shg-c#s-0cc2d098-d4c2-4c51-b46a-71b9216d0cdc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0cc2d098-d4c2-4c51-b46a-71b9216d0cdc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0cc2d098-d4c2-4c51-b46a-71b9216d0cdc {
  max-width: 100%;
}

.shg-c#s-0cc2d098-d4c2-4c51-b46a-71b9216d0cdc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0cc2d098-d4c2-4c51-b46a-71b9216d0cdc .shg-image-zoom,
.shg-c#s-0cc2d098-d4c2-4c51-b46a-71b9216d0cdc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0cc2d098-d4c2-4c51-b46a-71b9216d0cdc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0cc2d098-d4c2-4c51-b46a-71b9216d0cdc {
  max-width: 100%;
}

.shg-c#s-0cc2d098-d4c2-4c51-b46a-71b9216d0cdc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0cc2d098-d4c2-4c51-b46a-71b9216d0cdc .shg-image-zoom,
.shg-c#s-0cc2d098-d4c2-4c51-b46a-71b9216d0cdc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0cc2d098-d4c2-4c51-b46a-71b9216d0cdc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0cc2d098-d4c2-4c51-b46a-71b9216d0cdc {
  max-width: 100%;
}

.shg-c#s-0cc2d098-d4c2-4c51-b46a-71b9216d0cdc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0cc2d098-d4c2-4c51-b46a-71b9216d0cdc .shg-image-zoom,
.shg-c#s-0cc2d098-d4c2-4c51-b46a-71b9216d0cdc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0cc2d098-d4c2-4c51-b46a-71b9216d0cdc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0cc2d098-d4c2-4c51-b46a-71b9216d0cdc {
  max-width: 100%;
}

.shg-c#s-0cc2d098-d4c2-4c51-b46a-71b9216d0cdc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0cc2d098-d4c2-4c51-b46a-71b9216d0cdc .shg-image-zoom,
.shg-c#s-0cc2d098-d4c2-4c51-b46a-71b9216d0cdc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0cc2d098-d4c2-4c51-b46a-71b9216d0cdc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-005c0df9-b6e4-42be-8539-acd6b282903f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-005c0df9-b6e4-42be-8539-acd6b282903f .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-8a48a669-1674-4757-8089-7d04b9ba41fe {
  text-align: left;
}

#s-8a48a669-1674-4757-8089-7d04b9ba41fe .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-8a48a669-1674-4757-8089-7d04b9ba41fe .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-8a48a669-1674-4757-8089-7d04b9ba41fe .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-8a48a669-1674-4757-8089-7d04b9ba41fe .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-84e7d66e-ac3b-4b70-8f17-d522bd8ca2d6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-84e7d66e-ac3b-4b70-8f17-d522bd8ca2d6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-84e7d66e-ac3b-4b70-8f17-d522bd8ca2d6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-84e7d66e-ac3b-4b70-8f17-d522bd8ca2d6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-84e7d66e-ac3b-4b70-8f17-d522bd8ca2d6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84e7d66e-ac3b-4b70-8f17-d522bd8ca2d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-84e7d66e-ac3b-4b70-8f17-d522bd8ca2d6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-84e7d66e-ac3b-4b70-8f17-d522bd8ca2d6.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Quantico;
    
    
    
  }


#s-0b8330b7-3a0e-4d18-b60a-4db5636e24e7 {
  display: none;
}
#s-a4c39ade-7fbe-4479-be87-6ecabe24507e {
  text-align: left;
}


.shg-c#s-a4c39ade-7fbe-4479-be87-6ecabe24507e {
  max-width: 100%;
}

.shg-c#s-a4c39ade-7fbe-4479-be87-6ecabe24507e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a4c39ade-7fbe-4479-be87-6ecabe24507e .shg-image-zoom,
.shg-c#s-a4c39ade-7fbe-4479-be87-6ecabe24507e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a4c39ade-7fbe-4479-be87-6ecabe24507e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a4c39ade-7fbe-4479-be87-6ecabe24507e {
  max-width: 100%;
}

.shg-c#s-a4c39ade-7fbe-4479-be87-6ecabe24507e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a4c39ade-7fbe-4479-be87-6ecabe24507e .shg-image-zoom,
.shg-c#s-a4c39ade-7fbe-4479-be87-6ecabe24507e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a4c39ade-7fbe-4479-be87-6ecabe24507e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a4c39ade-7fbe-4479-be87-6ecabe24507e {
  max-width: 100%;
}

.shg-c#s-a4c39ade-7fbe-4479-be87-6ecabe24507e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a4c39ade-7fbe-4479-be87-6ecabe24507e .shg-image-zoom,
.shg-c#s-a4c39ade-7fbe-4479-be87-6ecabe24507e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a4c39ade-7fbe-4479-be87-6ecabe24507e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a4c39ade-7fbe-4479-be87-6ecabe24507e {
  max-width: 100%;
}

.shg-c#s-a4c39ade-7fbe-4479-be87-6ecabe24507e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a4c39ade-7fbe-4479-be87-6ecabe24507e .shg-image-zoom,
.shg-c#s-a4c39ade-7fbe-4479-be87-6ecabe24507e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a4c39ade-7fbe-4479-be87-6ecabe24507e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a4c39ade-7fbe-4479-be87-6ecabe24507e {
  max-width: 100%;
}

.shg-c#s-a4c39ade-7fbe-4479-be87-6ecabe24507e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a4c39ade-7fbe-4479-be87-6ecabe24507e .shg-image-zoom,
.shg-c#s-a4c39ade-7fbe-4479-be87-6ecabe24507e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a4c39ade-7fbe-4479-be87-6ecabe24507e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1a517856-3a63-470d-9a9b-eba8231ee319 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a517856-3a63-470d-9a9b-eba8231ee319 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-a5a08f6d-54c4-4333-816e-d926d99937c7 {
  text-align: left;
}

#s-a5a08f6d-54c4-4333-816e-d926d99937c7 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-a5a08f6d-54c4-4333-816e-d926d99937c7 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-a5a08f6d-54c4-4333-816e-d926d99937c7 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-a5a08f6d-54c4-4333-816e-d926d99937c7 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-4514fa1f-694b-4093-8870-61a3e9ae579f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4514fa1f-694b-4093-8870-61a3e9ae579f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4514fa1f-694b-4093-8870-61a3e9ae579f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4514fa1f-694b-4093-8870-61a3e9ae579f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4514fa1f-694b-4093-8870-61a3e9ae579f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4514fa1f-694b-4093-8870-61a3e9ae579f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4514fa1f-694b-4093-8870-61a3e9ae579f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4514fa1f-694b-4093-8870-61a3e9ae579f.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Quantico;
    
    
    
  }


@media (min-width: 0px) {
[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5c9b3caf-17b1-42f7-b4a2-b5f45d1a415f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e7499fe8-1d99-4d03-9571-22e3fc9f9930 {
  display: none;
}
#s-5692cf6a-1a18-458f-b1cb-4a84e4133702 {
  text-align: left;
}


.shg-c#s-5692cf6a-1a18-458f-b1cb-4a84e4133702 {
  max-width: 100%;
}

.shg-c#s-5692cf6a-1a18-458f-b1cb-4a84e4133702 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5692cf6a-1a18-458f-b1cb-4a84e4133702 .shg-image-zoom,
.shg-c#s-5692cf6a-1a18-458f-b1cb-4a84e4133702 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5692cf6a-1a18-458f-b1cb-4a84e4133702 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5692cf6a-1a18-458f-b1cb-4a84e4133702 {
  max-width: 100%;
}

.shg-c#s-5692cf6a-1a18-458f-b1cb-4a84e4133702 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5692cf6a-1a18-458f-b1cb-4a84e4133702 .shg-image-zoom,
.shg-c#s-5692cf6a-1a18-458f-b1cb-4a84e4133702 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5692cf6a-1a18-458f-b1cb-4a84e4133702 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5692cf6a-1a18-458f-b1cb-4a84e4133702 {
  max-width: 100%;
}

.shg-c#s-5692cf6a-1a18-458f-b1cb-4a84e4133702 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5692cf6a-1a18-458f-b1cb-4a84e4133702 .shg-image-zoom,
.shg-c#s-5692cf6a-1a18-458f-b1cb-4a84e4133702 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5692cf6a-1a18-458f-b1cb-4a84e4133702 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5692cf6a-1a18-458f-b1cb-4a84e4133702 {
  max-width: 100%;
}

.shg-c#s-5692cf6a-1a18-458f-b1cb-4a84e4133702 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5692cf6a-1a18-458f-b1cb-4a84e4133702 .shg-image-zoom,
.shg-c#s-5692cf6a-1a18-458f-b1cb-4a84e4133702 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5692cf6a-1a18-458f-b1cb-4a84e4133702 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5692cf6a-1a18-458f-b1cb-4a84e4133702 {
  max-width: 100%;
}

.shg-c#s-5692cf6a-1a18-458f-b1cb-4a84e4133702 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5692cf6a-1a18-458f-b1cb-4a84e4133702 .shg-image-zoom,
.shg-c#s-5692cf6a-1a18-458f-b1cb-4a84e4133702 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5692cf6a-1a18-458f-b1cb-4a84e4133702 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5e4cd29a-23eb-4c79-9551-813e68fa289d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5e4cd29a-23eb-4c79-9551-813e68fa289d .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e291a305-c622-4a69-bbb0-f77c773ecf97 {
  text-align: left;
}

#s-e291a305-c622-4a69-bbb0-f77c773ecf97 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-e291a305-c622-4a69-bbb0-f77c773ecf97 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-e291a305-c622-4a69-bbb0-f77c773ecf97 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-e291a305-c622-4a69-bbb0-f77c773ecf97 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-cff5ba79-f66b-4513-9d04-66581491d25d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-cff5ba79-f66b-4513-9d04-66581491d25d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cff5ba79-f66b-4513-9d04-66581491d25d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cff5ba79-f66b-4513-9d04-66581491d25d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cff5ba79-f66b-4513-9d04-66581491d25d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cff5ba79-f66b-4513-9d04-66581491d25d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cff5ba79-f66b-4513-9d04-66581491d25d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-cff5ba79-f66b-4513-9d04-66581491d25d.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Quantico;
    
    
    color: rgba(146, 146, 146, 1);
  }


#s-aef7f091-65cc-44ad-a7fc-b490011158e0 {
  display: none;
}
#s-a8ced335-64ce-400e-a060-ec8af64359a3 {
  text-align: left;
}


.shg-c#s-a8ced335-64ce-400e-a060-ec8af64359a3 {
  max-width: 100%;
}

.shg-c#s-a8ced335-64ce-400e-a060-ec8af64359a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8ced335-64ce-400e-a060-ec8af64359a3 .shg-image-zoom,
.shg-c#s-a8ced335-64ce-400e-a060-ec8af64359a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a8ced335-64ce-400e-a060-ec8af64359a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a8ced335-64ce-400e-a060-ec8af64359a3 {
  max-width: 100%;
}

.shg-c#s-a8ced335-64ce-400e-a060-ec8af64359a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8ced335-64ce-400e-a060-ec8af64359a3 .shg-image-zoom,
.shg-c#s-a8ced335-64ce-400e-a060-ec8af64359a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a8ced335-64ce-400e-a060-ec8af64359a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a8ced335-64ce-400e-a060-ec8af64359a3 {
  max-width: 100%;
}

.shg-c#s-a8ced335-64ce-400e-a060-ec8af64359a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8ced335-64ce-400e-a060-ec8af64359a3 .shg-image-zoom,
.shg-c#s-a8ced335-64ce-400e-a060-ec8af64359a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a8ced335-64ce-400e-a060-ec8af64359a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a8ced335-64ce-400e-a060-ec8af64359a3 {
  max-width: 100%;
}

.shg-c#s-a8ced335-64ce-400e-a060-ec8af64359a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8ced335-64ce-400e-a060-ec8af64359a3 .shg-image-zoom,
.shg-c#s-a8ced335-64ce-400e-a060-ec8af64359a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a8ced335-64ce-400e-a060-ec8af64359a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a8ced335-64ce-400e-a060-ec8af64359a3 {
  max-width: 100%;
}

.shg-c#s-a8ced335-64ce-400e-a060-ec8af64359a3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a8ced335-64ce-400e-a060-ec8af64359a3 .shg-image-zoom,
.shg-c#s-a8ced335-64ce-400e-a060-ec8af64359a3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a8ced335-64ce-400e-a060-ec8af64359a3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6384a0b2-b5e6-4eb2-978d-76ff4a03156b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6384a0b2-b5e6-4eb2-978d-76ff4a03156b .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-76695a4f-58e6-4772-93f1-c2ddc3be6b29 {
  text-align: left;
}

#s-76695a4f-58e6-4772-93f1-c2ddc3be6b29 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-76695a4f-58e6-4772-93f1-c2ddc3be6b29 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-76695a4f-58e6-4772-93f1-c2ddc3be6b29 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-76695a4f-58e6-4772-93f1-c2ddc3be6b29 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-244db04f-2e0a-4325-a25f-327400ffc32a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-244db04f-2e0a-4325-a25f-327400ffc32a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-244db04f-2e0a-4325-a25f-327400ffc32a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-244db04f-2e0a-4325-a25f-327400ffc32a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-244db04f-2e0a-4325-a25f-327400ffc32a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-244db04f-2e0a-4325-a25f-327400ffc32a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-244db04f-2e0a-4325-a25f-327400ffc32a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-244db04f-2e0a-4325-a25f-327400ffc32a.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Quantico;
    
    
    
  }


#s-039fc1a0-e0af-43e5-ba59-a61568158bbc {
  display: none;
}
#s-f6f8331d-2305-4562-bd0e-4e227c6277d3 {
  text-align: left;
}


.shg-c#s-f6f8331d-2305-4562-bd0e-4e227c6277d3 {
  max-width: 100%;
}

.shg-c#s-f6f8331d-2305-4562-bd0e-4e227c6277d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f6f8331d-2305-4562-bd0e-4e227c6277d3 .shg-image-zoom,
.shg-c#s-f6f8331d-2305-4562-bd0e-4e227c6277d3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f6f8331d-2305-4562-bd0e-4e227c6277d3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f6f8331d-2305-4562-bd0e-4e227c6277d3 {
  max-width: 100%;
}

.shg-c#s-f6f8331d-2305-4562-bd0e-4e227c6277d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f6f8331d-2305-4562-bd0e-4e227c6277d3 .shg-image-zoom,
.shg-c#s-f6f8331d-2305-4562-bd0e-4e227c6277d3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f6f8331d-2305-4562-bd0e-4e227c6277d3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f6f8331d-2305-4562-bd0e-4e227c6277d3 {
  max-width: 100%;
}

.shg-c#s-f6f8331d-2305-4562-bd0e-4e227c6277d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f6f8331d-2305-4562-bd0e-4e227c6277d3 .shg-image-zoom,
.shg-c#s-f6f8331d-2305-4562-bd0e-4e227c6277d3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f6f8331d-2305-4562-bd0e-4e227c6277d3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f6f8331d-2305-4562-bd0e-4e227c6277d3 {
  max-width: 100%;
}

.shg-c#s-f6f8331d-2305-4562-bd0e-4e227c6277d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f6f8331d-2305-4562-bd0e-4e227c6277d3 .shg-image-zoom,
.shg-c#s-f6f8331d-2305-4562-bd0e-4e227c6277d3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f6f8331d-2305-4562-bd0e-4e227c6277d3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f6f8331d-2305-4562-bd0e-4e227c6277d3 {
  max-width: 100%;
}

.shg-c#s-f6f8331d-2305-4562-bd0e-4e227c6277d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f6f8331d-2305-4562-bd0e-4e227c6277d3 .shg-image-zoom,
.shg-c#s-f6f8331d-2305-4562-bd0e-4e227c6277d3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f6f8331d-2305-4562-bd0e-4e227c6277d3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-841b71ef-cb77-45b4-8384-acdbd73ea73b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-841b71ef-cb77-45b4-8384-acdbd73ea73b .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-d78fbb44-2825-4270-9b68-bea2b409e317 {
  text-align: left;
}

#s-d78fbb44-2825-4270-9b68-bea2b409e317 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-d78fbb44-2825-4270-9b68-bea2b409e317 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-d78fbb44-2825-4270-9b68-bea2b409e317 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-d78fbb44-2825-4270-9b68-bea2b409e317 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-48fa63a1-93d7-4ed4-9a36-d076ded6f99a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-48fa63a1-93d7-4ed4-9a36-d076ded6f99a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-48fa63a1-93d7-4ed4-9a36-d076ded6f99a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-48fa63a1-93d7-4ed4-9a36-d076ded6f99a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-48fa63a1-93d7-4ed4-9a36-d076ded6f99a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-48fa63a1-93d7-4ed4-9a36-d076ded6f99a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-48fa63a1-93d7-4ed4-9a36-d076ded6f99a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-48fa63a1-93d7-4ed4-9a36-d076ded6f99a.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Quantico;
    
    
    
  }


@media (min-width: 0px) {
[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-37bcf340-09da-4a8d-8e67-90a186185aae"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-128b65ce-b21f-4ad3-8217-2746c05f82d2 {
  display: none;
}
#s-6e00e282-79a0-40dc-8ac4-0da5fd800342 {
  text-align: left;
}


.shg-c#s-6e00e282-79a0-40dc-8ac4-0da5fd800342 {
  max-width: 100%;
}

.shg-c#s-6e00e282-79a0-40dc-8ac4-0da5fd800342 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6e00e282-79a0-40dc-8ac4-0da5fd800342 .shg-image-zoom,
.shg-c#s-6e00e282-79a0-40dc-8ac4-0da5fd800342 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6e00e282-79a0-40dc-8ac4-0da5fd800342 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6e00e282-79a0-40dc-8ac4-0da5fd800342 {
  max-width: 100%;
}

.shg-c#s-6e00e282-79a0-40dc-8ac4-0da5fd800342 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6e00e282-79a0-40dc-8ac4-0da5fd800342 .shg-image-zoom,
.shg-c#s-6e00e282-79a0-40dc-8ac4-0da5fd800342 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6e00e282-79a0-40dc-8ac4-0da5fd800342 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6e00e282-79a0-40dc-8ac4-0da5fd800342 {
  max-width: 100%;
}

.shg-c#s-6e00e282-79a0-40dc-8ac4-0da5fd800342 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6e00e282-79a0-40dc-8ac4-0da5fd800342 .shg-image-zoom,
.shg-c#s-6e00e282-79a0-40dc-8ac4-0da5fd800342 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6e00e282-79a0-40dc-8ac4-0da5fd800342 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6e00e282-79a0-40dc-8ac4-0da5fd800342 {
  max-width: 100%;
}

.shg-c#s-6e00e282-79a0-40dc-8ac4-0da5fd800342 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6e00e282-79a0-40dc-8ac4-0da5fd800342 .shg-image-zoom,
.shg-c#s-6e00e282-79a0-40dc-8ac4-0da5fd800342 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6e00e282-79a0-40dc-8ac4-0da5fd800342 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6e00e282-79a0-40dc-8ac4-0da5fd800342 {
  max-width: 100%;
}

.shg-c#s-6e00e282-79a0-40dc-8ac4-0da5fd800342 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6e00e282-79a0-40dc-8ac4-0da5fd800342 .shg-image-zoom,
.shg-c#s-6e00e282-79a0-40dc-8ac4-0da5fd800342 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6e00e282-79a0-40dc-8ac4-0da5fd800342 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bfee8437-2f54-4607-82c9-7e7cba212183 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bfee8437-2f54-4607-82c9-7e7cba212183 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-bff7f1fc-2ab4-498e-86ec-58d870aecfaa {
  text-align: left;
}

#s-bff7f1fc-2ab4-498e-86ec-58d870aecfaa .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-bff7f1fc-2ab4-498e-86ec-58d870aecfaa .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-bff7f1fc-2ab4-498e-86ec-58d870aecfaa .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-bff7f1fc-2ab4-498e-86ec-58d870aecfaa .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-66b9826b-0f3a-4abf-9977-3610943f0542 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-66b9826b-0f3a-4abf-9977-3610943f0542:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-66b9826b-0f3a-4abf-9977-3610943f0542:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-66b9826b-0f3a-4abf-9977-3610943f0542 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-66b9826b-0f3a-4abf-9977-3610943f0542.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-66b9826b-0f3a-4abf-9977-3610943f0542.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-66b9826b-0f3a-4abf-9977-3610943f0542.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-66b9826b-0f3a-4abf-9977-3610943f0542.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Quantico;
    
    
    color: rgba(146, 146, 146, 1);
  }


#s-8abc3884-fa5e-4c89-acb3-44dc66bd04fa {
  display: none;
}
#s-9b1b3356-da2f-4f1a-b2fb-e8acb971d90d {
  text-align: left;
}


.shg-c#s-9b1b3356-da2f-4f1a-b2fb-e8acb971d90d {
  max-width: 100%;
}

.shg-c#s-9b1b3356-da2f-4f1a-b2fb-e8acb971d90d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b1b3356-da2f-4f1a-b2fb-e8acb971d90d .shg-image-zoom,
.shg-c#s-9b1b3356-da2f-4f1a-b2fb-e8acb971d90d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b1b3356-da2f-4f1a-b2fb-e8acb971d90d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9b1b3356-da2f-4f1a-b2fb-e8acb971d90d {
  max-width: 100%;
}

.shg-c#s-9b1b3356-da2f-4f1a-b2fb-e8acb971d90d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b1b3356-da2f-4f1a-b2fb-e8acb971d90d .shg-image-zoom,
.shg-c#s-9b1b3356-da2f-4f1a-b2fb-e8acb971d90d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b1b3356-da2f-4f1a-b2fb-e8acb971d90d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9b1b3356-da2f-4f1a-b2fb-e8acb971d90d {
  max-width: 100%;
}

.shg-c#s-9b1b3356-da2f-4f1a-b2fb-e8acb971d90d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b1b3356-da2f-4f1a-b2fb-e8acb971d90d .shg-image-zoom,
.shg-c#s-9b1b3356-da2f-4f1a-b2fb-e8acb971d90d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b1b3356-da2f-4f1a-b2fb-e8acb971d90d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9b1b3356-da2f-4f1a-b2fb-e8acb971d90d {
  max-width: 100%;
}

.shg-c#s-9b1b3356-da2f-4f1a-b2fb-e8acb971d90d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b1b3356-da2f-4f1a-b2fb-e8acb971d90d .shg-image-zoom,
.shg-c#s-9b1b3356-da2f-4f1a-b2fb-e8acb971d90d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b1b3356-da2f-4f1a-b2fb-e8acb971d90d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9b1b3356-da2f-4f1a-b2fb-e8acb971d90d {
  max-width: 100%;
}

.shg-c#s-9b1b3356-da2f-4f1a-b2fb-e8acb971d90d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b1b3356-da2f-4f1a-b2fb-e8acb971d90d .shg-image-zoom,
.shg-c#s-9b1b3356-da2f-4f1a-b2fb-e8acb971d90d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b1b3356-da2f-4f1a-b2fb-e8acb971d90d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-03584058-feed-43c2-a34a-a2a353caaf64 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-03584058-feed-43c2-a34a-a2a353caaf64 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-cf3bad18-b049-497e-bd4a-2b4a594bb836 {
  text-align: left;
}

#s-cf3bad18-b049-497e-bd4a-2b4a594bb836 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-cf3bad18-b049-497e-bd4a-2b4a594bb836 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-cf3bad18-b049-497e-bd4a-2b4a594bb836 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-cf3bad18-b049-497e-bd4a-2b4a594bb836 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-d10758b7-4574-4a4d-9a4d-7a5f62abc655 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d10758b7-4574-4a4d-9a4d-7a5f62abc655:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d10758b7-4574-4a4d-9a4d-7a5f62abc655:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d10758b7-4574-4a4d-9a4d-7a5f62abc655 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d10758b7-4574-4a4d-9a4d-7a5f62abc655.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d10758b7-4574-4a4d-9a4d-7a5f62abc655.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d10758b7-4574-4a4d-9a4d-7a5f62abc655.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d10758b7-4574-4a4d-9a4d-7a5f62abc655.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Quantico;
    
    
    
  }


#s-afe3d4a1-74ec-4d0f-a22f-861ed020e3d9 {
  display: none;
}
#s-98884d43-498f-4852-ba0e-797e9b71771f {
  text-align: left;
}


.shg-c#s-98884d43-498f-4852-ba0e-797e9b71771f {
  max-width: 100%;
}

.shg-c#s-98884d43-498f-4852-ba0e-797e9b71771f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98884d43-498f-4852-ba0e-797e9b71771f .shg-image-zoom,
.shg-c#s-98884d43-498f-4852-ba0e-797e9b71771f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98884d43-498f-4852-ba0e-797e9b71771f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-98884d43-498f-4852-ba0e-797e9b71771f {
  max-width: 100%;
}

.shg-c#s-98884d43-498f-4852-ba0e-797e9b71771f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98884d43-498f-4852-ba0e-797e9b71771f .shg-image-zoom,
.shg-c#s-98884d43-498f-4852-ba0e-797e9b71771f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98884d43-498f-4852-ba0e-797e9b71771f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-98884d43-498f-4852-ba0e-797e9b71771f {
  max-width: 100%;
}

.shg-c#s-98884d43-498f-4852-ba0e-797e9b71771f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98884d43-498f-4852-ba0e-797e9b71771f .shg-image-zoom,
.shg-c#s-98884d43-498f-4852-ba0e-797e9b71771f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98884d43-498f-4852-ba0e-797e9b71771f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-98884d43-498f-4852-ba0e-797e9b71771f {
  max-width: 100%;
}

.shg-c#s-98884d43-498f-4852-ba0e-797e9b71771f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98884d43-498f-4852-ba0e-797e9b71771f .shg-image-zoom,
.shg-c#s-98884d43-498f-4852-ba0e-797e9b71771f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98884d43-498f-4852-ba0e-797e9b71771f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-98884d43-498f-4852-ba0e-797e9b71771f {
  max-width: 100%;
}

.shg-c#s-98884d43-498f-4852-ba0e-797e9b71771f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98884d43-498f-4852-ba0e-797e9b71771f .shg-image-zoom,
.shg-c#s-98884d43-498f-4852-ba0e-797e9b71771f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98884d43-498f-4852-ba0e-797e9b71771f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-26437a64-9ff6-4e25-af7f-15fb272d7916 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-26437a64-9ff6-4e25-af7f-15fb272d7916 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-c95ba007-0a3c-49cb-95d3-c52a8475883a {
  text-align: left;
}

#s-c95ba007-0a3c-49cb-95d3-c52a8475883a .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c95ba007-0a3c-49cb-95d3-c52a8475883a .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c95ba007-0a3c-49cb-95d3-c52a8475883a .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c95ba007-0a3c-49cb-95d3-c52a8475883a .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-37e0e6f8-f256-4dcf-9db7-2e2212539096 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-37e0e6f8-f256-4dcf-9db7-2e2212539096:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-37e0e6f8-f256-4dcf-9db7-2e2212539096:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-37e0e6f8-f256-4dcf-9db7-2e2212539096 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-37e0e6f8-f256-4dcf-9db7-2e2212539096.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-37e0e6f8-f256-4dcf-9db7-2e2212539096.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-37e0e6f8-f256-4dcf-9db7-2e2212539096.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-37e0e6f8-f256-4dcf-9db7-2e2212539096.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Quantico;
    
    
    
  }


#s-73feaee9-0a17-42a6-b336-86b6b583cc96 hr {
  border: 0;
  width: 100%;
  border-top: 6px solid rgba(207, 207, 207, 1);
}

#s-7409ca42-330b-4340-ac2b-085419b5b08f hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-3e9de0ad-8744-4ab5-b147-77723befc1ff {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(81, 88, 18, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-3e9de0ad-8744-4ab5-b147-77723befc1ff:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3e9de0ad-8744-4ab5-b147-77723befc1ff:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3e9de0ad-8744-4ab5-b147-77723befc1ff.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-5b773581-3f48-4c91-ae7c-4aab0edff355 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}
