.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body>.shogun-tab-content {
  display: none;
}

.shogun-tabs-body>.shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-aa8e2229-68f2-4d3a-b054-585ac317674b .shogun-tabs {
  justify-content: flex-start;
}


  #s-aa8e2229-68f2-4d3a-b054-585ac317674b .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-aa8e2229-68f2-4d3a-b054-585ac317674b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-aa8e2229-68f2-4d3a-b054-585ac317674b .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(162, 180, 223, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-aa8e2229-68f2-4d3a-b054-585ac317674b .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(66, 10, 105, 1);
}

#s-aa8e2229-68f2-4d3a-b054-585ac317674b .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-aa8e2229-68f2-4d3a-b054-585ac317674b .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

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

.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-2229b4f1-69cc-49a2-837a-ec76af226bc6 {
  min-height: 50px;
}








#s-2229b4f1-69cc-49a2-837a-ec76af226bc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2229b4f1-69cc-49a2-837a-ec76af226bc6.shg-box.shg-c {
  justify-content: center;
}

#s-4abea470-7f7a-4ff8-8182-2a99d79b60b4 {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
min-height: 100px;
background-color: rgba(66, 10, 105, 1);
}
@media (min-width: 1200px){#s-4abea470-7f7a-4ff8-8182-2a99d79b60b4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4abea470-7f7a-4ff8-8182-2a99d79b60b4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4abea470-7f7a-4ff8-8182-2a99d79b60b4 {
  
}
}@media (max-width: 767px){#s-4abea470-7f7a-4ff8-8182-2a99d79b60b4 {
  
}
}







#s-4abea470-7f7a-4ff8-8182-2a99d79b60b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4abea470-7f7a-4ff8-8182-2a99d79b60b4.shg-box.shg-c {
  justify-content: flex-start;
}

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

#s-40f730ad-cac3-4b85-990b-7e28daaad29c {
  margin-left: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-40f730ad-cac3-4b85-990b-7e28daaad29c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40f730ad-cac3-4b85-990b-7e28daaad29c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-40f730ad-cac3-4b85-990b-7e28daaad29c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-40f730ad-cac3-4b85-990b-7e28daaad29c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-40f730ad-cac3-4b85-990b-7e28daaad29c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-40f730ad-cac3-4b85-990b-7e28daaad29c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-40f730ad-cac3-4b85-990b-7e28daaad29c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-40f730ad-cac3-4b85-990b-7e28daaad29c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-40f730ad-cac3-4b85-990b-7e28daaad29c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-40f730ad-cac3-4b85-990b-7e28daaad29c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-40f730ad-cac3-4b85-990b-7e28daaad29c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-40f730ad-cac3-4b85-990b-7e28daaad29c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-40f730ad-cac3-4b85-990b-7e28daaad29c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-40f730ad-cac3-4b85-990b-7e28daaad29c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-40f730ad-cac3-4b85-990b-7e28daaad29c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-40f730ad-cac3-4b85-990b-7e28daaad29c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-40f730ad-cac3-4b85-990b-7e28daaad29c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-40f730ad-cac3-4b85-990b-7e28daaad29c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-40f730ad-cac3-4b85-990b-7e28daaad29c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-40f730ad-cac3-4b85-990b-7e28daaad29c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-40f730ad-cac3-4b85-990b-7e28daaad29c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-40f730ad-cac3-4b85-990b-7e28daaad29c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-40f730ad-cac3-4b85-990b-7e28daaad29c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-40f730ad-cac3-4b85-990b-7e28daaad29c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-40f730ad-cac3-4b85-990b-7e28daaad29c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-40f730ad-cac3-4b85-990b-7e28daaad29c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-40f730ad-cac3-4b85-990b-7e28daaad29c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-40f730ad-cac3-4b85-990b-7e28daaad29c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-40f730ad-cac3-4b85-990b-7e28daaad29c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-40f730ad-cac3-4b85-990b-7e28daaad29c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-40f730ad-cac3-4b85-990b-7e28daaad29c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-40f730ad-cac3-4b85-990b-7e28daaad29c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-40f730ad-cac3-4b85-990b-7e28daaad29c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-40f730ad-cac3-4b85-990b-7e28daaad29c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-40f730ad-cac3-4b85-990b-7e28daaad29c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-40f730ad-cac3-4b85-990b-7e28daaad29c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-40f730ad-cac3-4b85-990b-7e28daaad29c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-0036b48a-0f6f-4694-8f2a-0f7a286f65b1 {
  margin-bottom: 30px;
padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
min-height: 500px;
background-color: rgba(66, 10, 105, 1);
}








#s-0036b48a-0f6f-4694-8f2a-0f7a286f65b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0036b48a-0f6f-4694-8f2a-0f7a286f65b1.shg-box.shg-c {
  justify-content: flex-start;
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-560ab99e-dee2-4174-a06c-016f8d51796e {
  margin-left: 70px;
margin-right: 70px;
text-align: center;
}




  #s-560ab99e-dee2-4174-a06c-016f8d51796e img.shogun-image {
    
    width: px;
  }


#s-560ab99e-dee2-4174-a06c-016f8d51796e .shogun-image-content {
  
    align-items: 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-fc3e4f93-e93f-4460-b3d7-02f5cc697163 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc3e4f93-e93f-4460-b3d7-02f5cc697163 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Oswald;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8193cc1f-1b5f-4cd4-84b8-5063469695b1 {
  margin-top: 0px;
margin-bottom: 30px;
padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
min-height: 500px;
background-color: rgba(66, 10, 105, 1);
}








#s-8193cc1f-1b5f-4cd4-84b8-5063469695b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8193cc1f-1b5f-4cd4-84b8-5063469695b1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-92ef11c9-9d52-4357-9f6f-7205df43b456 {
  margin-left: 70px;
margin-right: 70px;
text-align: center;
}




  #s-92ef11c9-9d52-4357-9f6f-7205df43b456 img.shogun-image {
    
    width: px;
  }


#s-92ef11c9-9d52-4357-9f6f-7205df43b456 .shogun-image-content {
  
    align-items: center;
  
}

#s-0660513c-adba-4053-b043-e22ba1d024fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0660513c-adba-4053-b043-e22ba1d024fa .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Oswald;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-57085ac2-2b1e-4c31-8b2c-4e20b5d1defd {
  margin-bottom: 30px;
padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
min-height: 500px;
background-color: rgba(66, 10, 105, 1);
}








#s-57085ac2-2b1e-4c31-8b2c-4e20b5d1defd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57085ac2-2b1e-4c31-8b2c-4e20b5d1defd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-00c807da-7099-42f2-9881-2f8d19e78f21 {
  margin-left: 70px;
margin-right: 70px;
text-align: center;
}




  #s-00c807da-7099-42f2-9881-2f8d19e78f21 img.shogun-image {
    
    width: px;
  }


#s-00c807da-7099-42f2-9881-2f8d19e78f21 .shogun-image-content {
  
    align-items: center;
  
}

#s-996b9b8b-4cd4-4857-8666-5c28f54e28fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-996b9b8b-4cd4-4857-8666-5c28f54e28fa .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Oswald;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7266a1d5-a8a5-4667-a0cf-a5d353560eb0 {
  margin-top: 100px;
margin-bottom: 50px;
min-height: 50px;
}








#s-7266a1d5-a8a5-4667-a0cf-a5d353560eb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7266a1d5-a8a5-4667-a0cf-a5d353560eb0.shg-box.shg-c {
  justify-content: center;
}

#s-15bf5be7-3af1-4ff9-a727-9abf6ea75017 {
  margin-left: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-15bf5be7-3af1-4ff9-a727-9abf6ea75017"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-15bf5be7-3af1-4ff9-a727-9abf6ea75017"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-15bf5be7-3af1-4ff9-a727-9abf6ea75017"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-15bf5be7-3af1-4ff9-a727-9abf6ea75017"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-15bf5be7-3af1-4ff9-a727-9abf6ea75017"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-15bf5be7-3af1-4ff9-a727-9abf6ea75017"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-15bf5be7-3af1-4ff9-a727-9abf6ea75017"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-15bf5be7-3af1-4ff9-a727-9abf6ea75017"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-15bf5be7-3af1-4ff9-a727-9abf6ea75017"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-15bf5be7-3af1-4ff9-a727-9abf6ea75017"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-15bf5be7-3af1-4ff9-a727-9abf6ea75017"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-15bf5be7-3af1-4ff9-a727-9abf6ea75017"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-15bf5be7-3af1-4ff9-a727-9abf6ea75017"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-15bf5be7-3af1-4ff9-a727-9abf6ea75017"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-15bf5be7-3af1-4ff9-a727-9abf6ea75017"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-15bf5be7-3af1-4ff9-a727-9abf6ea75017"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-15bf5be7-3af1-4ff9-a727-9abf6ea75017"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-15bf5be7-3af1-4ff9-a727-9abf6ea75017"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-15bf5be7-3af1-4ff9-a727-9abf6ea75017"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-15bf5be7-3af1-4ff9-a727-9abf6ea75017"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-15bf5be7-3af1-4ff9-a727-9abf6ea75017"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-15bf5be7-3af1-4ff9-a727-9abf6ea75017"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-15bf5be7-3af1-4ff9-a727-9abf6ea75017"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-15bf5be7-3af1-4ff9-a727-9abf6ea75017"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-15bf5be7-3af1-4ff9-a727-9abf6ea75017"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-15bf5be7-3af1-4ff9-a727-9abf6ea75017"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-15bf5be7-3af1-4ff9-a727-9abf6ea75017"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-15bf5be7-3af1-4ff9-a727-9abf6ea75017"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-15bf5be7-3af1-4ff9-a727-9abf6ea75017"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-15bf5be7-3af1-4ff9-a727-9abf6ea75017"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-15bf5be7-3af1-4ff9-a727-9abf6ea75017"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-15bf5be7-3af1-4ff9-a727-9abf6ea75017"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-15bf5be7-3af1-4ff9-a727-9abf6ea75017"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-15bf5be7-3af1-4ff9-a727-9abf6ea75017"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-15bf5be7-3af1-4ff9-a727-9abf6ea75017"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-15bf5be7-3af1-4ff9-a727-9abf6ea75017"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-15bf5be7-3af1-4ff9-a727-9abf6ea75017"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ab9c0175-4554-4186-82ea-8288b1ae3370 {
  border-style: solid;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
}








#s-ab9c0175-4554-4186-82ea-8288b1ae3370 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab9c0175-4554-4186-82ea-8288b1ae3370.shg-box.shg-c {
  justify-content: center;
}

#s-d856b28e-2993-4507-86b7-b23e945dd000 {
  margin-bottom: 20px;
}

#s-d856b28e-2993-4507-86b7-b23e945dd000 .shogun-icon-wrapper {
  text-align: center;
}


#s-d856b28e-2993-4507-86b7-b23e945dd000 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(66, 10, 105, 1);
}

#s-d26d3f7a-253e-4549-8017-84345beabde9 {
  border-style: solid;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
}








#s-d26d3f7a-253e-4549-8017-84345beabde9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d26d3f7a-253e-4549-8017-84345beabde9.shg-box.shg-c {
  justify-content: center;
}

#s-50ffc8c6-2e5e-401f-ae4d-29e89c9e4cc3 {
  margin-bottom: 20px;
}

#s-50ffc8c6-2e5e-401f-ae4d-29e89c9e4cc3 .shogun-icon-wrapper {
  text-align: center;
}


#s-50ffc8c6-2e5e-401f-ae4d-29e89c9e4cc3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(66, 10, 105, 1);
}

#s-402883cc-2ab9-4ba2-bb56-b3305b06a2ac {
  border-style: solid;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
}








#s-402883cc-2ab9-4ba2-bb56-b3305b06a2ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-402883cc-2ab9-4ba2-bb56-b3305b06a2ac.shg-box.shg-c {
  justify-content: center;
}

#s-fb5182f4-6366-43ef-a88f-7c33fe868fdc {
  margin-bottom: 20px;
}

#s-fb5182f4-6366-43ef-a88f-7c33fe868fdc .shogun-icon-wrapper {
  text-align: center;
}


#s-fb5182f4-6366-43ef-a88f-7c33fe868fdc .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(66, 10, 105, 1);
}

#s-e2b339df-6c54-4f5d-9269-c347f8dea0db {
  margin-top: 100px;
margin-left: 30px;
margin-bottom: 100px;
margin-right: 30px;
min-height: 50px;
}








#s-e2b339df-6c54-4f5d-9269-c347f8dea0db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2b339df-6c54-4f5d-9269-c347f8dea0db.shg-box.shg-c {
  justify-content: center;
}

#s-122c04c3-9ddc-46eb-8003-8f8fcc27e24a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-122c04c3-9ddc-46eb-8003-8f8fcc27e24a .shogun-heading-component h1 {
  color: rgba(66, 10, 105, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-7a6586de-7451-4cc1-8a87-93984c4eb625 {
  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-72f8d56c-52da-4cae-bca3-7a32c339a322 {
  text-align: left;
}


.shg-c#s-72f8d56c-52da-4cae-bca3-7a32c339a322 {
  max-width: 100%;
}

.shg-c#s-72f8d56c-52da-4cae-bca3-7a32c339a322 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72f8d56c-52da-4cae-bca3-7a32c339a322 .shg-image-zoom,
.shg-c#s-72f8d56c-52da-4cae-bca3-7a32c339a322 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72f8d56c-52da-4cae-bca3-7a32c339a322 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-72f8d56c-52da-4cae-bca3-7a32c339a322 {
  max-width: 100%;
}

.shg-c#s-72f8d56c-52da-4cae-bca3-7a32c339a322 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72f8d56c-52da-4cae-bca3-7a32c339a322 .shg-image-zoom,
.shg-c#s-72f8d56c-52da-4cae-bca3-7a32c339a322 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72f8d56c-52da-4cae-bca3-7a32c339a322 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-72f8d56c-52da-4cae-bca3-7a32c339a322 {
  max-width: 100%;
}

.shg-c#s-72f8d56c-52da-4cae-bca3-7a32c339a322 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72f8d56c-52da-4cae-bca3-7a32c339a322 .shg-image-zoom,
.shg-c#s-72f8d56c-52da-4cae-bca3-7a32c339a322 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72f8d56c-52da-4cae-bca3-7a32c339a322 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-72f8d56c-52da-4cae-bca3-7a32c339a322 {
  max-width: 100%;
}

.shg-c#s-72f8d56c-52da-4cae-bca3-7a32c339a322 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72f8d56c-52da-4cae-bca3-7a32c339a322 .shg-image-zoom,
.shg-c#s-72f8d56c-52da-4cae-bca3-7a32c339a322 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72f8d56c-52da-4cae-bca3-7a32c339a322 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-72f8d56c-52da-4cae-bca3-7a32c339a322 {
  max-width: 100%;
}

.shg-c#s-72f8d56c-52da-4cae-bca3-7a32c339a322 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-72f8d56c-52da-4cae-bca3-7a32c339a322 .shg-image-zoom,
.shg-c#s-72f8d56c-52da-4cae-bca3-7a32c339a322 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-72f8d56c-52da-4cae-bca3-7a32c339a322 .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-cf8e6744-7ed5-4517-aa80-b404f5108075 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf8e6744-7ed5-4517-aa80-b404f5108075 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-7cf42312-9555-4022-8578-33db3cc0e3d1 {
  margin-bottom: 15px;
text-align: center;
}

#s-7cf42312-9555-4022-8578-33db3cc0e3d1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7cf42312-9555-4022-8578-33db3cc0e3d1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7cf42312-9555-4022-8578-33db3cc0e3d1 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-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-441b4303-ea79-49cb-a3fe-3a4110978ce1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-441b4303-ea79-49cb-a3fe-3a4110978ce1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-441b4303-ea79-49cb-a3fe-3a4110978ce1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-441b4303-ea79-49cb-a3fe-3a4110978ce1 {
  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-441b4303-ea79-49cb-a3fe-3a4110978ce1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-441b4303-ea79-49cb-a3fe-3a4110978ce1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-441b4303-ea79-49cb-a3fe-3a4110978ce1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ec616e67-89bc-40e5-8a80-2fcde385cb69 {
  display: none;
}
#s-13d087fb-6fd5-4f34-a471-a29e048c1128 {
  text-align: left;
}


.shg-c#s-13d087fb-6fd5-4f34-a471-a29e048c1128 {
  max-width: 100%;
}

.shg-c#s-13d087fb-6fd5-4f34-a471-a29e048c1128 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13d087fb-6fd5-4f34-a471-a29e048c1128 .shg-image-zoom,
.shg-c#s-13d087fb-6fd5-4f34-a471-a29e048c1128 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-13d087fb-6fd5-4f34-a471-a29e048c1128 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-13d087fb-6fd5-4f34-a471-a29e048c1128 {
  max-width: 100%;
}

.shg-c#s-13d087fb-6fd5-4f34-a471-a29e048c1128 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13d087fb-6fd5-4f34-a471-a29e048c1128 .shg-image-zoom,
.shg-c#s-13d087fb-6fd5-4f34-a471-a29e048c1128 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-13d087fb-6fd5-4f34-a471-a29e048c1128 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-13d087fb-6fd5-4f34-a471-a29e048c1128 {
  max-width: 100%;
}

.shg-c#s-13d087fb-6fd5-4f34-a471-a29e048c1128 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13d087fb-6fd5-4f34-a471-a29e048c1128 .shg-image-zoom,
.shg-c#s-13d087fb-6fd5-4f34-a471-a29e048c1128 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-13d087fb-6fd5-4f34-a471-a29e048c1128 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-13d087fb-6fd5-4f34-a471-a29e048c1128 {
  max-width: 100%;
}

.shg-c#s-13d087fb-6fd5-4f34-a471-a29e048c1128 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13d087fb-6fd5-4f34-a471-a29e048c1128 .shg-image-zoom,
.shg-c#s-13d087fb-6fd5-4f34-a471-a29e048c1128 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-13d087fb-6fd5-4f34-a471-a29e048c1128 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-13d087fb-6fd5-4f34-a471-a29e048c1128 {
  max-width: 100%;
}

.shg-c#s-13d087fb-6fd5-4f34-a471-a29e048c1128 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13d087fb-6fd5-4f34-a471-a29e048c1128 .shg-image-zoom,
.shg-c#s-13d087fb-6fd5-4f34-a471-a29e048c1128 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-13d087fb-6fd5-4f34-a471-a29e048c1128 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f1473be1-a2eb-4a12-8de6-5d11940bbe8f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f1473be1-a2eb-4a12-8de6-5d11940bbe8f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-6633b1b0-b09d-458b-a65f-5ee4f3a2c871 {
  margin-bottom: 15px;
text-align: center;
}

#s-6633b1b0-b09d-458b-a65f-5ee4f3a2c871 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6633b1b0-b09d-458b-a65f-5ee4f3a2c871 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6633b1b0-b09d-458b-a65f-5ee4f3a2c871 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9ec73058-ec64-4c87-9d3e-04166ac3c46a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-9ec73058-ec64-4c87-9d3e-04166ac3c46a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9ec73058-ec64-4c87-9d3e-04166ac3c46a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9ec73058-ec64-4c87-9d3e-04166ac3c46a {
  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-9ec73058-ec64-4c87-9d3e-04166ac3c46a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9ec73058-ec64-4c87-9d3e-04166ac3c46a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9ec73058-ec64-4c87-9d3e-04166ac3c46a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0b9667be-d0b8-46ad-bc8f-3a6f6367d79a {
  display: none;
}
#s-1c672887-5d18-447d-aec1-814a6a8dfebc {
  text-align: left;
}


.shg-c#s-1c672887-5d18-447d-aec1-814a6a8dfebc {
  max-width: 100%;
}

.shg-c#s-1c672887-5d18-447d-aec1-814a6a8dfebc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c672887-5d18-447d-aec1-814a6a8dfebc .shg-image-zoom,
.shg-c#s-1c672887-5d18-447d-aec1-814a6a8dfebc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1c672887-5d18-447d-aec1-814a6a8dfebc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1c672887-5d18-447d-aec1-814a6a8dfebc {
  max-width: 100%;
}

.shg-c#s-1c672887-5d18-447d-aec1-814a6a8dfebc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c672887-5d18-447d-aec1-814a6a8dfebc .shg-image-zoom,
.shg-c#s-1c672887-5d18-447d-aec1-814a6a8dfebc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1c672887-5d18-447d-aec1-814a6a8dfebc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1c672887-5d18-447d-aec1-814a6a8dfebc {
  max-width: 100%;
}

.shg-c#s-1c672887-5d18-447d-aec1-814a6a8dfebc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c672887-5d18-447d-aec1-814a6a8dfebc .shg-image-zoom,
.shg-c#s-1c672887-5d18-447d-aec1-814a6a8dfebc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1c672887-5d18-447d-aec1-814a6a8dfebc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1c672887-5d18-447d-aec1-814a6a8dfebc {
  max-width: 100%;
}

.shg-c#s-1c672887-5d18-447d-aec1-814a6a8dfebc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c672887-5d18-447d-aec1-814a6a8dfebc .shg-image-zoom,
.shg-c#s-1c672887-5d18-447d-aec1-814a6a8dfebc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1c672887-5d18-447d-aec1-814a6a8dfebc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1c672887-5d18-447d-aec1-814a6a8dfebc {
  max-width: 100%;
}

.shg-c#s-1c672887-5d18-447d-aec1-814a6a8dfebc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c672887-5d18-447d-aec1-814a6a8dfebc .shg-image-zoom,
.shg-c#s-1c672887-5d18-447d-aec1-814a6a8dfebc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1c672887-5d18-447d-aec1-814a6a8dfebc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2e80b449-4616-495f-b585-c3ad00bd1adb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2e80b449-4616-495f-b585-c3ad00bd1adb .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-c7248e24-d05f-4afe-a4d1-d7a79cee480e {
  margin-bottom: 15px;
text-align: center;
}

#s-c7248e24-d05f-4afe-a4d1-d7a79cee480e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c7248e24-d05f-4afe-a4d1-d7a79cee480e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c7248e24-d05f-4afe-a4d1-d7a79cee480e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5d497400-a69a-40cb-83df-63654fc2c135 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-5d497400-a69a-40cb-83df-63654fc2c135:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5d497400-a69a-40cb-83df-63654fc2c135:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5d497400-a69a-40cb-83df-63654fc2c135 {
  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-5d497400-a69a-40cb-83df-63654fc2c135.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5d497400-a69a-40cb-83df-63654fc2c135.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5d497400-a69a-40cb-83df-63654fc2c135.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bfe30f11-f137-4f41-94ee-aed2c8884fea {
  display: none;
}
#s-b7917af5-ab02-4c85-a9d3-354c0f03f3c2 {
  text-align: left;
}


.shg-c#s-b7917af5-ab02-4c85-a9d3-354c0f03f3c2 {
  max-width: 100%;
}

.shg-c#s-b7917af5-ab02-4c85-a9d3-354c0f03f3c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7917af5-ab02-4c85-a9d3-354c0f03f3c2 .shg-image-zoom,
.shg-c#s-b7917af5-ab02-4c85-a9d3-354c0f03f3c2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7917af5-ab02-4c85-a9d3-354c0f03f3c2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b7917af5-ab02-4c85-a9d3-354c0f03f3c2 {
  max-width: 100%;
}

.shg-c#s-b7917af5-ab02-4c85-a9d3-354c0f03f3c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7917af5-ab02-4c85-a9d3-354c0f03f3c2 .shg-image-zoom,
.shg-c#s-b7917af5-ab02-4c85-a9d3-354c0f03f3c2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7917af5-ab02-4c85-a9d3-354c0f03f3c2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b7917af5-ab02-4c85-a9d3-354c0f03f3c2 {
  max-width: 100%;
}

.shg-c#s-b7917af5-ab02-4c85-a9d3-354c0f03f3c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7917af5-ab02-4c85-a9d3-354c0f03f3c2 .shg-image-zoom,
.shg-c#s-b7917af5-ab02-4c85-a9d3-354c0f03f3c2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7917af5-ab02-4c85-a9d3-354c0f03f3c2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b7917af5-ab02-4c85-a9d3-354c0f03f3c2 {
  max-width: 100%;
}

.shg-c#s-b7917af5-ab02-4c85-a9d3-354c0f03f3c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7917af5-ab02-4c85-a9d3-354c0f03f3c2 .shg-image-zoom,
.shg-c#s-b7917af5-ab02-4c85-a9d3-354c0f03f3c2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7917af5-ab02-4c85-a9d3-354c0f03f3c2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b7917af5-ab02-4c85-a9d3-354c0f03f3c2 {
  max-width: 100%;
}

.shg-c#s-b7917af5-ab02-4c85-a9d3-354c0f03f3c2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7917af5-ab02-4c85-a9d3-354c0f03f3c2 .shg-image-zoom,
.shg-c#s-b7917af5-ab02-4c85-a9d3-354c0f03f3c2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7917af5-ab02-4c85-a9d3-354c0f03f3c2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b490f7d8-d3f9-4193-97e4-99e11b8df5a8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b490f7d8-d3f9-4193-97e4-99e11b8df5a8 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-00e58f06-90c6-4d25-abbf-5e1a0d2e5530 {
  text-align: left;
}

#s-00e58f06-90c6-4d25-abbf-5e1a0d2e5530 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-00e58f06-90c6-4d25-abbf-5e1a0d2e5530 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-00e58f06-90c6-4d25-abbf-5e1a0d2e5530 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-743ac6d0-d3b1-4a18-9402-bc04c21f9a04 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-743ac6d0-d3b1-4a18-9402-bc04c21f9a04:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-743ac6d0-d3b1-4a18-9402-bc04c21f9a04:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-743ac6d0-d3b1-4a18-9402-bc04c21f9a04 {
  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-743ac6d0-d3b1-4a18-9402-bc04c21f9a04.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-743ac6d0-d3b1-4a18-9402-bc04c21f9a04.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-743ac6d0-d3b1-4a18-9402-bc04c21f9a04.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9000da9b-ed93-4e5c-8353-475322d8f1a5 {
  display: none;
}
#s-b9492cb5-eb57-4b9d-a054-91eb760b52c5 {
  text-align: left;
}


.shg-c#s-b9492cb5-eb57-4b9d-a054-91eb760b52c5 {
  max-width: 100%;
}

.shg-c#s-b9492cb5-eb57-4b9d-a054-91eb760b52c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9492cb5-eb57-4b9d-a054-91eb760b52c5 .shg-image-zoom,
.shg-c#s-b9492cb5-eb57-4b9d-a054-91eb760b52c5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b9492cb5-eb57-4b9d-a054-91eb760b52c5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b9492cb5-eb57-4b9d-a054-91eb760b52c5 {
  max-width: 100%;
}

.shg-c#s-b9492cb5-eb57-4b9d-a054-91eb760b52c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9492cb5-eb57-4b9d-a054-91eb760b52c5 .shg-image-zoom,
.shg-c#s-b9492cb5-eb57-4b9d-a054-91eb760b52c5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b9492cb5-eb57-4b9d-a054-91eb760b52c5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b9492cb5-eb57-4b9d-a054-91eb760b52c5 {
  max-width: 100%;
}

.shg-c#s-b9492cb5-eb57-4b9d-a054-91eb760b52c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9492cb5-eb57-4b9d-a054-91eb760b52c5 .shg-image-zoom,
.shg-c#s-b9492cb5-eb57-4b9d-a054-91eb760b52c5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b9492cb5-eb57-4b9d-a054-91eb760b52c5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b9492cb5-eb57-4b9d-a054-91eb760b52c5 {
  max-width: 100%;
}

.shg-c#s-b9492cb5-eb57-4b9d-a054-91eb760b52c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9492cb5-eb57-4b9d-a054-91eb760b52c5 .shg-image-zoom,
.shg-c#s-b9492cb5-eb57-4b9d-a054-91eb760b52c5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b9492cb5-eb57-4b9d-a054-91eb760b52c5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b9492cb5-eb57-4b9d-a054-91eb760b52c5 {
  max-width: 100%;
}

.shg-c#s-b9492cb5-eb57-4b9d-a054-91eb760b52c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b9492cb5-eb57-4b9d-a054-91eb760b52c5 .shg-image-zoom,
.shg-c#s-b9492cb5-eb57-4b9d-a054-91eb760b52c5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b9492cb5-eb57-4b9d-a054-91eb760b52c5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6cda3657-4e89-467d-9acf-69a766f0c52f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6cda3657-4e89-467d-9acf-69a766f0c52f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-e52d0bfd-b0ba-4f76-ab0f-bb40e647d2da {
  text-align: left;
}

#s-e52d0bfd-b0ba-4f76-ab0f-bb40e647d2da .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e52d0bfd-b0ba-4f76-ab0f-bb40e647d2da .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e52d0bfd-b0ba-4f76-ab0f-bb40e647d2da .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-55f63f53-d2df-403b-a960-ce59bbb111c5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-55f63f53-d2df-403b-a960-ce59bbb111c5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-55f63f53-d2df-403b-a960-ce59bbb111c5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-55f63f53-d2df-403b-a960-ce59bbb111c5 {
  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-55f63f53-d2df-403b-a960-ce59bbb111c5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-55f63f53-d2df-403b-a960-ce59bbb111c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-55f63f53-d2df-403b-a960-ce59bbb111c5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-aa327540-b28d-4903-be9e-54cd4c99b9c7 {
  display: none;
}
#s-9c5085c7-d837-4f4e-8eb3-de057f766c6e {
  text-align: left;
}


.shg-c#s-9c5085c7-d837-4f4e-8eb3-de057f766c6e {
  max-width: 100%;
}

.shg-c#s-9c5085c7-d837-4f4e-8eb3-de057f766c6e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c5085c7-d837-4f4e-8eb3-de057f766c6e .shg-image-zoom,
.shg-c#s-9c5085c7-d837-4f4e-8eb3-de057f766c6e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9c5085c7-d837-4f4e-8eb3-de057f766c6e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9c5085c7-d837-4f4e-8eb3-de057f766c6e {
  max-width: 100%;
}

.shg-c#s-9c5085c7-d837-4f4e-8eb3-de057f766c6e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c5085c7-d837-4f4e-8eb3-de057f766c6e .shg-image-zoom,
.shg-c#s-9c5085c7-d837-4f4e-8eb3-de057f766c6e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9c5085c7-d837-4f4e-8eb3-de057f766c6e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9c5085c7-d837-4f4e-8eb3-de057f766c6e {
  max-width: 100%;
}

.shg-c#s-9c5085c7-d837-4f4e-8eb3-de057f766c6e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c5085c7-d837-4f4e-8eb3-de057f766c6e .shg-image-zoom,
.shg-c#s-9c5085c7-d837-4f4e-8eb3-de057f766c6e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9c5085c7-d837-4f4e-8eb3-de057f766c6e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9c5085c7-d837-4f4e-8eb3-de057f766c6e {
  max-width: 100%;
}

.shg-c#s-9c5085c7-d837-4f4e-8eb3-de057f766c6e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c5085c7-d837-4f4e-8eb3-de057f766c6e .shg-image-zoom,
.shg-c#s-9c5085c7-d837-4f4e-8eb3-de057f766c6e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9c5085c7-d837-4f4e-8eb3-de057f766c6e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9c5085c7-d837-4f4e-8eb3-de057f766c6e {
  max-width: 100%;
}

.shg-c#s-9c5085c7-d837-4f4e-8eb3-de057f766c6e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c5085c7-d837-4f4e-8eb3-de057f766c6e .shg-image-zoom,
.shg-c#s-9c5085c7-d837-4f4e-8eb3-de057f766c6e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9c5085c7-d837-4f4e-8eb3-de057f766c6e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-88d71fca-e2e3-4f36-a2e7-68c75202f0d7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-88d71fca-e2e3-4f36-a2e7-68c75202f0d7 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-2fc81b49-26bd-407d-916e-199dca18eaef {
  text-align: left;
}

#s-2fc81b49-26bd-407d-916e-199dca18eaef .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2fc81b49-26bd-407d-916e-199dca18eaef .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2fc81b49-26bd-407d-916e-199dca18eaef .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e88e21d8-c6b7-40ae-a7a6-4e46b8542600 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-e88e21d8-c6b7-40ae-a7a6-4e46b8542600:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e88e21d8-c6b7-40ae-a7a6-4e46b8542600:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e88e21d8-c6b7-40ae-a7a6-4e46b8542600 {
  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-e88e21d8-c6b7-40ae-a7a6-4e46b8542600.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e88e21d8-c6b7-40ae-a7a6-4e46b8542600.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e88e21d8-c6b7-40ae-a7a6-4e46b8542600.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f1a6cc38-8fa0-4bbd-acae-e15dad59fa03 {
  display: none;
}
#s-c57ee6d2-f0e8-4c02-b782-31fcd6fbf351 {
  text-align: left;
}


.shg-c#s-c57ee6d2-f0e8-4c02-b782-31fcd6fbf351 {
  max-width: 100%;
}

.shg-c#s-c57ee6d2-f0e8-4c02-b782-31fcd6fbf351 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c57ee6d2-f0e8-4c02-b782-31fcd6fbf351 .shg-image-zoom,
.shg-c#s-c57ee6d2-f0e8-4c02-b782-31fcd6fbf351 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c57ee6d2-f0e8-4c02-b782-31fcd6fbf351 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c57ee6d2-f0e8-4c02-b782-31fcd6fbf351 {
  max-width: 100%;
}

.shg-c#s-c57ee6d2-f0e8-4c02-b782-31fcd6fbf351 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c57ee6d2-f0e8-4c02-b782-31fcd6fbf351 .shg-image-zoom,
.shg-c#s-c57ee6d2-f0e8-4c02-b782-31fcd6fbf351 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c57ee6d2-f0e8-4c02-b782-31fcd6fbf351 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c57ee6d2-f0e8-4c02-b782-31fcd6fbf351 {
  max-width: 100%;
}

.shg-c#s-c57ee6d2-f0e8-4c02-b782-31fcd6fbf351 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c57ee6d2-f0e8-4c02-b782-31fcd6fbf351 .shg-image-zoom,
.shg-c#s-c57ee6d2-f0e8-4c02-b782-31fcd6fbf351 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c57ee6d2-f0e8-4c02-b782-31fcd6fbf351 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c57ee6d2-f0e8-4c02-b782-31fcd6fbf351 {
  max-width: 100%;
}

.shg-c#s-c57ee6d2-f0e8-4c02-b782-31fcd6fbf351 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c57ee6d2-f0e8-4c02-b782-31fcd6fbf351 .shg-image-zoom,
.shg-c#s-c57ee6d2-f0e8-4c02-b782-31fcd6fbf351 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c57ee6d2-f0e8-4c02-b782-31fcd6fbf351 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c57ee6d2-f0e8-4c02-b782-31fcd6fbf351 {
  max-width: 100%;
}

.shg-c#s-c57ee6d2-f0e8-4c02-b782-31fcd6fbf351 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c57ee6d2-f0e8-4c02-b782-31fcd6fbf351 .shg-image-zoom,
.shg-c#s-c57ee6d2-f0e8-4c02-b782-31fcd6fbf351 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c57ee6d2-f0e8-4c02-b782-31fcd6fbf351 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4a6c0757-9883-4342-8927-e5c3dc304b46 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4a6c0757-9883-4342-8927-e5c3dc304b46 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-751bb6bc-f3e5-4b2e-9196-b47f04fff440 {
  text-align: left;
}

#s-751bb6bc-f3e5-4b2e-9196-b47f04fff440 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-751bb6bc-f3e5-4b2e-9196-b47f04fff440 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-751bb6bc-f3e5-4b2e-9196-b47f04fff440 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6dbba480-8391-436c-9676-2439fcac1bc7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-6dbba480-8391-436c-9676-2439fcac1bc7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6dbba480-8391-436c-9676-2439fcac1bc7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6dbba480-8391-436c-9676-2439fcac1bc7 {
  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-6dbba480-8391-436c-9676-2439fcac1bc7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6dbba480-8391-436c-9676-2439fcac1bc7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6dbba480-8391-436c-9676-2439fcac1bc7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f0f4cb3d-d359-47b2-834a-3885242ce875 {
  display: none;
}
#s-173dfe75-9708-40b2-afd2-cc5c5dbe30ec {
  text-align: left;
}


.shg-c#s-173dfe75-9708-40b2-afd2-cc5c5dbe30ec {
  max-width: 100%;
}

.shg-c#s-173dfe75-9708-40b2-afd2-cc5c5dbe30ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-173dfe75-9708-40b2-afd2-cc5c5dbe30ec .shg-image-zoom,
.shg-c#s-173dfe75-9708-40b2-afd2-cc5c5dbe30ec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-173dfe75-9708-40b2-afd2-cc5c5dbe30ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-173dfe75-9708-40b2-afd2-cc5c5dbe30ec {
  max-width: 100%;
}

.shg-c#s-173dfe75-9708-40b2-afd2-cc5c5dbe30ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-173dfe75-9708-40b2-afd2-cc5c5dbe30ec .shg-image-zoom,
.shg-c#s-173dfe75-9708-40b2-afd2-cc5c5dbe30ec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-173dfe75-9708-40b2-afd2-cc5c5dbe30ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-173dfe75-9708-40b2-afd2-cc5c5dbe30ec {
  max-width: 100%;
}

.shg-c#s-173dfe75-9708-40b2-afd2-cc5c5dbe30ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-173dfe75-9708-40b2-afd2-cc5c5dbe30ec .shg-image-zoom,
.shg-c#s-173dfe75-9708-40b2-afd2-cc5c5dbe30ec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-173dfe75-9708-40b2-afd2-cc5c5dbe30ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-173dfe75-9708-40b2-afd2-cc5c5dbe30ec {
  max-width: 100%;
}

.shg-c#s-173dfe75-9708-40b2-afd2-cc5c5dbe30ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-173dfe75-9708-40b2-afd2-cc5c5dbe30ec .shg-image-zoom,
.shg-c#s-173dfe75-9708-40b2-afd2-cc5c5dbe30ec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-173dfe75-9708-40b2-afd2-cc5c5dbe30ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-173dfe75-9708-40b2-afd2-cc5c5dbe30ec {
  max-width: 100%;
}

.shg-c#s-173dfe75-9708-40b2-afd2-cc5c5dbe30ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-173dfe75-9708-40b2-afd2-cc5c5dbe30ec .shg-image-zoom,
.shg-c#s-173dfe75-9708-40b2-afd2-cc5c5dbe30ec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-173dfe75-9708-40b2-afd2-cc5c5dbe30ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7c27ef16-2f9e-44ed-8e21-fa684e7bfb8b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c27ef16-2f9e-44ed-8e21-fa684e7bfb8b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-34739394-e30c-4eee-a393-f6ad9197f452 {
  text-align: left;
}

#s-34739394-e30c-4eee-a393-f6ad9197f452 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-34739394-e30c-4eee-a393-f6ad9197f452 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-34739394-e30c-4eee-a393-f6ad9197f452 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-bf7425e1-0ad5-47a4-be20-cb3e7a92fb81 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-bf7425e1-0ad5-47a4-be20-cb3e7a92fb81:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bf7425e1-0ad5-47a4-be20-cb3e7a92fb81:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bf7425e1-0ad5-47a4-be20-cb3e7a92fb81 {
  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-bf7425e1-0ad5-47a4-be20-cb3e7a92fb81.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bf7425e1-0ad5-47a4-be20-cb3e7a92fb81.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bf7425e1-0ad5-47a4-be20-cb3e7a92fb81.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-93d8dd18-bc13-46bb-9d33-00f53c387127 {
  display: none;
}
#s-8d548297-d0bb-4cfc-a402-2bd0dbb99b3e {
  text-align: left;
}


.shg-c#s-8d548297-d0bb-4cfc-a402-2bd0dbb99b3e {
  max-width: 100%;
}

.shg-c#s-8d548297-d0bb-4cfc-a402-2bd0dbb99b3e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d548297-d0bb-4cfc-a402-2bd0dbb99b3e .shg-image-zoom,
.shg-c#s-8d548297-d0bb-4cfc-a402-2bd0dbb99b3e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8d548297-d0bb-4cfc-a402-2bd0dbb99b3e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8d548297-d0bb-4cfc-a402-2bd0dbb99b3e {
  max-width: 100%;
}

.shg-c#s-8d548297-d0bb-4cfc-a402-2bd0dbb99b3e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d548297-d0bb-4cfc-a402-2bd0dbb99b3e .shg-image-zoom,
.shg-c#s-8d548297-d0bb-4cfc-a402-2bd0dbb99b3e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8d548297-d0bb-4cfc-a402-2bd0dbb99b3e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8d548297-d0bb-4cfc-a402-2bd0dbb99b3e {
  max-width: 100%;
}

.shg-c#s-8d548297-d0bb-4cfc-a402-2bd0dbb99b3e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d548297-d0bb-4cfc-a402-2bd0dbb99b3e .shg-image-zoom,
.shg-c#s-8d548297-d0bb-4cfc-a402-2bd0dbb99b3e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8d548297-d0bb-4cfc-a402-2bd0dbb99b3e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8d548297-d0bb-4cfc-a402-2bd0dbb99b3e {
  max-width: 100%;
}

.shg-c#s-8d548297-d0bb-4cfc-a402-2bd0dbb99b3e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d548297-d0bb-4cfc-a402-2bd0dbb99b3e .shg-image-zoom,
.shg-c#s-8d548297-d0bb-4cfc-a402-2bd0dbb99b3e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8d548297-d0bb-4cfc-a402-2bd0dbb99b3e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8d548297-d0bb-4cfc-a402-2bd0dbb99b3e {
  max-width: 100%;
}

.shg-c#s-8d548297-d0bb-4cfc-a402-2bd0dbb99b3e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d548297-d0bb-4cfc-a402-2bd0dbb99b3e .shg-image-zoom,
.shg-c#s-8d548297-d0bb-4cfc-a402-2bd0dbb99b3e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8d548297-d0bb-4cfc-a402-2bd0dbb99b3e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-de7fe34a-7710-4b78-8a7d-abc476a764bd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-de7fe34a-7710-4b78-8a7d-abc476a764bd .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-e8fbc154-bbf2-4659-9c54-82526769407e {
  text-align: left;
}

#s-e8fbc154-bbf2-4659-9c54-82526769407e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e8fbc154-bbf2-4659-9c54-82526769407e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e8fbc154-bbf2-4659-9c54-82526769407e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-726acb2b-7bc5-4044-b9c4-f9696a9a15e9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-726acb2b-7bc5-4044-b9c4-f9696a9a15e9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-726acb2b-7bc5-4044-b9c4-f9696a9a15e9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-726acb2b-7bc5-4044-b9c4-f9696a9a15e9 {
  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-726acb2b-7bc5-4044-b9c4-f9696a9a15e9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-726acb2b-7bc5-4044-b9c4-f9696a9a15e9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-726acb2b-7bc5-4044-b9c4-f9696a9a15e9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5accc6ca-64f1-4146-90c5-220f63a46a7c {
  display: none;
}
#s-52edb808-96b9-4b75-9b06-deb85ecd80b3 {
  text-align: left;
}


.shg-c#s-52edb808-96b9-4b75-9b06-deb85ecd80b3 {
  max-width: 100%;
}

.shg-c#s-52edb808-96b9-4b75-9b06-deb85ecd80b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52edb808-96b9-4b75-9b06-deb85ecd80b3 .shg-image-zoom,
.shg-c#s-52edb808-96b9-4b75-9b06-deb85ecd80b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-52edb808-96b9-4b75-9b06-deb85ecd80b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-52edb808-96b9-4b75-9b06-deb85ecd80b3 {
  max-width: 100%;
}

.shg-c#s-52edb808-96b9-4b75-9b06-deb85ecd80b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52edb808-96b9-4b75-9b06-deb85ecd80b3 .shg-image-zoom,
.shg-c#s-52edb808-96b9-4b75-9b06-deb85ecd80b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-52edb808-96b9-4b75-9b06-deb85ecd80b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-52edb808-96b9-4b75-9b06-deb85ecd80b3 {
  max-width: 100%;
}

.shg-c#s-52edb808-96b9-4b75-9b06-deb85ecd80b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52edb808-96b9-4b75-9b06-deb85ecd80b3 .shg-image-zoom,
.shg-c#s-52edb808-96b9-4b75-9b06-deb85ecd80b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-52edb808-96b9-4b75-9b06-deb85ecd80b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-52edb808-96b9-4b75-9b06-deb85ecd80b3 {
  max-width: 100%;
}

.shg-c#s-52edb808-96b9-4b75-9b06-deb85ecd80b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52edb808-96b9-4b75-9b06-deb85ecd80b3 .shg-image-zoom,
.shg-c#s-52edb808-96b9-4b75-9b06-deb85ecd80b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-52edb808-96b9-4b75-9b06-deb85ecd80b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-52edb808-96b9-4b75-9b06-deb85ecd80b3 {
  max-width: 100%;
}

.shg-c#s-52edb808-96b9-4b75-9b06-deb85ecd80b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-52edb808-96b9-4b75-9b06-deb85ecd80b3 .shg-image-zoom,
.shg-c#s-52edb808-96b9-4b75-9b06-deb85ecd80b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-52edb808-96b9-4b75-9b06-deb85ecd80b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-71237fdd-8420-428f-8613-f6d70f249c48 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-71237fdd-8420-428f-8613-f6d70f249c48 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-638fbdee-f59e-45ab-bea2-68900de8bf93 {
  text-align: left;
}

#s-638fbdee-f59e-45ab-bea2-68900de8bf93 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-638fbdee-f59e-45ab-bea2-68900de8bf93 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-638fbdee-f59e-45ab-bea2-68900de8bf93 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f272dd60-01e6-4b32-9118-ae4d450a13c3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-f272dd60-01e6-4b32-9118-ae4d450a13c3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f272dd60-01e6-4b32-9118-ae4d450a13c3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f272dd60-01e6-4b32-9118-ae4d450a13c3 {
  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-f272dd60-01e6-4b32-9118-ae4d450a13c3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f272dd60-01e6-4b32-9118-ae4d450a13c3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f272dd60-01e6-4b32-9118-ae4d450a13c3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-91f0b28d-6f66-4783-9ea3-e9e88695c2b3 {
  display: none;
}
#s-fd44982d-c822-44e2-9ab5-140cfe596f3b {
  text-align: left;
}


.shg-c#s-fd44982d-c822-44e2-9ab5-140cfe596f3b {
  max-width: 100%;
}

.shg-c#s-fd44982d-c822-44e2-9ab5-140cfe596f3b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd44982d-c822-44e2-9ab5-140cfe596f3b .shg-image-zoom,
.shg-c#s-fd44982d-c822-44e2-9ab5-140cfe596f3b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd44982d-c822-44e2-9ab5-140cfe596f3b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fd44982d-c822-44e2-9ab5-140cfe596f3b {
  max-width: 100%;
}

.shg-c#s-fd44982d-c822-44e2-9ab5-140cfe596f3b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd44982d-c822-44e2-9ab5-140cfe596f3b .shg-image-zoom,
.shg-c#s-fd44982d-c822-44e2-9ab5-140cfe596f3b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd44982d-c822-44e2-9ab5-140cfe596f3b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fd44982d-c822-44e2-9ab5-140cfe596f3b {
  max-width: 100%;
}

.shg-c#s-fd44982d-c822-44e2-9ab5-140cfe596f3b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd44982d-c822-44e2-9ab5-140cfe596f3b .shg-image-zoom,
.shg-c#s-fd44982d-c822-44e2-9ab5-140cfe596f3b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd44982d-c822-44e2-9ab5-140cfe596f3b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fd44982d-c822-44e2-9ab5-140cfe596f3b {
  max-width: 100%;
}

.shg-c#s-fd44982d-c822-44e2-9ab5-140cfe596f3b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd44982d-c822-44e2-9ab5-140cfe596f3b .shg-image-zoom,
.shg-c#s-fd44982d-c822-44e2-9ab5-140cfe596f3b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd44982d-c822-44e2-9ab5-140cfe596f3b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fd44982d-c822-44e2-9ab5-140cfe596f3b {
  max-width: 100%;
}

.shg-c#s-fd44982d-c822-44e2-9ab5-140cfe596f3b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd44982d-c822-44e2-9ab5-140cfe596f3b .shg-image-zoom,
.shg-c#s-fd44982d-c822-44e2-9ab5-140cfe596f3b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd44982d-c822-44e2-9ab5-140cfe596f3b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b91f41fb-f0fe-4a64-9533-97cac58bf06b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b91f41fb-f0fe-4a64-9533-97cac58bf06b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-229883dd-66f6-4d15-8cb8-9bb19e1b93bc {
  text-align: left;
}

#s-229883dd-66f6-4d15-8cb8-9bb19e1b93bc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-229883dd-66f6-4d15-8cb8-9bb19e1b93bc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-229883dd-66f6-4d15-8cb8-9bb19e1b93bc .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9628275e-d117-45d5-901a-ca5adebbb97c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-9628275e-d117-45d5-901a-ca5adebbb97c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9628275e-d117-45d5-901a-ca5adebbb97c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9628275e-d117-45d5-901a-ca5adebbb97c {
  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-9628275e-d117-45d5-901a-ca5adebbb97c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9628275e-d117-45d5-901a-ca5adebbb97c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9628275e-d117-45d5-901a-ca5adebbb97c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-aee74edc-37eb-4165-9402-5143cbf5a2f4 {
  display: none;
}
#s-854b3d56-b76e-4dbb-a132-bcbe942e3a5c {
  text-align: left;
}


.shg-c#s-854b3d56-b76e-4dbb-a132-bcbe942e3a5c {
  max-width: 100%;
}

.shg-c#s-854b3d56-b76e-4dbb-a132-bcbe942e3a5c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-854b3d56-b76e-4dbb-a132-bcbe942e3a5c .shg-image-zoom,
.shg-c#s-854b3d56-b76e-4dbb-a132-bcbe942e3a5c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-854b3d56-b76e-4dbb-a132-bcbe942e3a5c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-854b3d56-b76e-4dbb-a132-bcbe942e3a5c {
  max-width: 100%;
}

.shg-c#s-854b3d56-b76e-4dbb-a132-bcbe942e3a5c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-854b3d56-b76e-4dbb-a132-bcbe942e3a5c .shg-image-zoom,
.shg-c#s-854b3d56-b76e-4dbb-a132-bcbe942e3a5c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-854b3d56-b76e-4dbb-a132-bcbe942e3a5c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-854b3d56-b76e-4dbb-a132-bcbe942e3a5c {
  max-width: 100%;
}

.shg-c#s-854b3d56-b76e-4dbb-a132-bcbe942e3a5c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-854b3d56-b76e-4dbb-a132-bcbe942e3a5c .shg-image-zoom,
.shg-c#s-854b3d56-b76e-4dbb-a132-bcbe942e3a5c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-854b3d56-b76e-4dbb-a132-bcbe942e3a5c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-854b3d56-b76e-4dbb-a132-bcbe942e3a5c {
  max-width: 100%;
}

.shg-c#s-854b3d56-b76e-4dbb-a132-bcbe942e3a5c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-854b3d56-b76e-4dbb-a132-bcbe942e3a5c .shg-image-zoom,
.shg-c#s-854b3d56-b76e-4dbb-a132-bcbe942e3a5c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-854b3d56-b76e-4dbb-a132-bcbe942e3a5c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-854b3d56-b76e-4dbb-a132-bcbe942e3a5c {
  max-width: 100%;
}

.shg-c#s-854b3d56-b76e-4dbb-a132-bcbe942e3a5c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-854b3d56-b76e-4dbb-a132-bcbe942e3a5c .shg-image-zoom,
.shg-c#s-854b3d56-b76e-4dbb-a132-bcbe942e3a5c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-854b3d56-b76e-4dbb-a132-bcbe942e3a5c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7435cab5-da74-480a-b153-13ca647cd974 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7435cab5-da74-480a-b153-13ca647cd974 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-bb180329-8a40-4685-b6a4-ee28ee8a8752 {
  text-align: left;
}

#s-bb180329-8a40-4685-b6a4-ee28ee8a8752 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bb180329-8a40-4685-b6a4-ee28ee8a8752 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-bb180329-8a40-4685-b6a4-ee28ee8a8752 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b21077f3-c02f-4120-9197-3b3759b44963 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-b21077f3-c02f-4120-9197-3b3759b44963:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b21077f3-c02f-4120-9197-3b3759b44963:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b21077f3-c02f-4120-9197-3b3759b44963 {
  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-b21077f3-c02f-4120-9197-3b3759b44963.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b21077f3-c02f-4120-9197-3b3759b44963.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b21077f3-c02f-4120-9197-3b3759b44963.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b4e32954-888c-4162-a8b5-55fe1f05fc67 {
  display: none;
}
#s-e42e8b97-7826-4565-a10f-7eb2503ac94e {
  text-align: left;
}


.shg-c#s-e42e8b97-7826-4565-a10f-7eb2503ac94e {
  max-width: 100%;
}

.shg-c#s-e42e8b97-7826-4565-a10f-7eb2503ac94e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e42e8b97-7826-4565-a10f-7eb2503ac94e .shg-image-zoom,
.shg-c#s-e42e8b97-7826-4565-a10f-7eb2503ac94e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e42e8b97-7826-4565-a10f-7eb2503ac94e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e42e8b97-7826-4565-a10f-7eb2503ac94e {
  max-width: 100%;
}

.shg-c#s-e42e8b97-7826-4565-a10f-7eb2503ac94e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e42e8b97-7826-4565-a10f-7eb2503ac94e .shg-image-zoom,
.shg-c#s-e42e8b97-7826-4565-a10f-7eb2503ac94e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e42e8b97-7826-4565-a10f-7eb2503ac94e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e42e8b97-7826-4565-a10f-7eb2503ac94e {
  max-width: 100%;
}

.shg-c#s-e42e8b97-7826-4565-a10f-7eb2503ac94e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e42e8b97-7826-4565-a10f-7eb2503ac94e .shg-image-zoom,
.shg-c#s-e42e8b97-7826-4565-a10f-7eb2503ac94e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e42e8b97-7826-4565-a10f-7eb2503ac94e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e42e8b97-7826-4565-a10f-7eb2503ac94e {
  max-width: 100%;
}

.shg-c#s-e42e8b97-7826-4565-a10f-7eb2503ac94e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e42e8b97-7826-4565-a10f-7eb2503ac94e .shg-image-zoom,
.shg-c#s-e42e8b97-7826-4565-a10f-7eb2503ac94e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e42e8b97-7826-4565-a10f-7eb2503ac94e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e42e8b97-7826-4565-a10f-7eb2503ac94e {
  max-width: 100%;
}

.shg-c#s-e42e8b97-7826-4565-a10f-7eb2503ac94e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e42e8b97-7826-4565-a10f-7eb2503ac94e .shg-image-zoom,
.shg-c#s-e42e8b97-7826-4565-a10f-7eb2503ac94e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e42e8b97-7826-4565-a10f-7eb2503ac94e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e81fe432-9b60-4ad0-86c7-a563ae6936ee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e81fe432-9b60-4ad0-86c7-a563ae6936ee .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-ce5e8f05-f12e-42a1-9947-b24f1ec28612 {
  text-align: left;
}

#s-ce5e8f05-f12e-42a1-9947-b24f1ec28612 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ce5e8f05-f12e-42a1-9947-b24f1ec28612 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ce5e8f05-f12e-42a1-9947-b24f1ec28612 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ac2e2a1b-0c7e-4887-b398-e8b38689dee3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-ac2e2a1b-0c7e-4887-b398-e8b38689dee3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ac2e2a1b-0c7e-4887-b398-e8b38689dee3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ac2e2a1b-0c7e-4887-b398-e8b38689dee3 {
  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-ac2e2a1b-0c7e-4887-b398-e8b38689dee3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ac2e2a1b-0c7e-4887-b398-e8b38689dee3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ac2e2a1b-0c7e-4887-b398-e8b38689dee3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7d680b41-9cb8-4226-9b5f-790898a039a3 {
  display: none;
}
#s-dab602c9-6633-4e7c-b2b3-bcccf3f327eb {
  text-align: left;
}


.shg-c#s-dab602c9-6633-4e7c-b2b3-bcccf3f327eb {
  max-width: 100%;
}

.shg-c#s-dab602c9-6633-4e7c-b2b3-bcccf3f327eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dab602c9-6633-4e7c-b2b3-bcccf3f327eb .shg-image-zoom,
.shg-c#s-dab602c9-6633-4e7c-b2b3-bcccf3f327eb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dab602c9-6633-4e7c-b2b3-bcccf3f327eb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-dab602c9-6633-4e7c-b2b3-bcccf3f327eb {
  max-width: 100%;
}

.shg-c#s-dab602c9-6633-4e7c-b2b3-bcccf3f327eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dab602c9-6633-4e7c-b2b3-bcccf3f327eb .shg-image-zoom,
.shg-c#s-dab602c9-6633-4e7c-b2b3-bcccf3f327eb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dab602c9-6633-4e7c-b2b3-bcccf3f327eb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dab602c9-6633-4e7c-b2b3-bcccf3f327eb {
  max-width: 100%;
}

.shg-c#s-dab602c9-6633-4e7c-b2b3-bcccf3f327eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dab602c9-6633-4e7c-b2b3-bcccf3f327eb .shg-image-zoom,
.shg-c#s-dab602c9-6633-4e7c-b2b3-bcccf3f327eb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dab602c9-6633-4e7c-b2b3-bcccf3f327eb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dab602c9-6633-4e7c-b2b3-bcccf3f327eb {
  max-width: 100%;
}

.shg-c#s-dab602c9-6633-4e7c-b2b3-bcccf3f327eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dab602c9-6633-4e7c-b2b3-bcccf3f327eb .shg-image-zoom,
.shg-c#s-dab602c9-6633-4e7c-b2b3-bcccf3f327eb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dab602c9-6633-4e7c-b2b3-bcccf3f327eb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-dab602c9-6633-4e7c-b2b3-bcccf3f327eb {
  max-width: 100%;
}

.shg-c#s-dab602c9-6633-4e7c-b2b3-bcccf3f327eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dab602c9-6633-4e7c-b2b3-bcccf3f327eb .shg-image-zoom,
.shg-c#s-dab602c9-6633-4e7c-b2b3-bcccf3f327eb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dab602c9-6633-4e7c-b2b3-bcccf3f327eb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-334cdffa-8e38-4854-86e3-a50030cdd31b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-334cdffa-8e38-4854-86e3-a50030cdd31b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-24dc99e5-dc00-4fd0-99b7-12e547d478ad {
  text-align: left;
}

#s-24dc99e5-dc00-4fd0-99b7-12e547d478ad .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-24dc99e5-dc00-4fd0-99b7-12e547d478ad .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-24dc99e5-dc00-4fd0-99b7-12e547d478ad .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-bd2494b6-a1d0-4569-bebe-da390bc68d16 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-bd2494b6-a1d0-4569-bebe-da390bc68d16:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bd2494b6-a1d0-4569-bebe-da390bc68d16:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bd2494b6-a1d0-4569-bebe-da390bc68d16 {
  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-bd2494b6-a1d0-4569-bebe-da390bc68d16.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bd2494b6-a1d0-4569-bebe-da390bc68d16.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bd2494b6-a1d0-4569-bebe-da390bc68d16.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6274a22d-8a83-49b8-8e86-5aa4b58a3d4c {
  display: none;
}
#s-d7251597-90d8-490d-9cf1-f7e2cd152de5 {
  text-align: left;
}


.shg-c#s-d7251597-90d8-490d-9cf1-f7e2cd152de5 {
  max-width: 100%;
}

.shg-c#s-d7251597-90d8-490d-9cf1-f7e2cd152de5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7251597-90d8-490d-9cf1-f7e2cd152de5 .shg-image-zoom,
.shg-c#s-d7251597-90d8-490d-9cf1-f7e2cd152de5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d7251597-90d8-490d-9cf1-f7e2cd152de5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d7251597-90d8-490d-9cf1-f7e2cd152de5 {
  max-width: 100%;
}

.shg-c#s-d7251597-90d8-490d-9cf1-f7e2cd152de5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7251597-90d8-490d-9cf1-f7e2cd152de5 .shg-image-zoom,
.shg-c#s-d7251597-90d8-490d-9cf1-f7e2cd152de5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d7251597-90d8-490d-9cf1-f7e2cd152de5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d7251597-90d8-490d-9cf1-f7e2cd152de5 {
  max-width: 100%;
}

.shg-c#s-d7251597-90d8-490d-9cf1-f7e2cd152de5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7251597-90d8-490d-9cf1-f7e2cd152de5 .shg-image-zoom,
.shg-c#s-d7251597-90d8-490d-9cf1-f7e2cd152de5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d7251597-90d8-490d-9cf1-f7e2cd152de5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d7251597-90d8-490d-9cf1-f7e2cd152de5 {
  max-width: 100%;
}

.shg-c#s-d7251597-90d8-490d-9cf1-f7e2cd152de5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7251597-90d8-490d-9cf1-f7e2cd152de5 .shg-image-zoom,
.shg-c#s-d7251597-90d8-490d-9cf1-f7e2cd152de5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d7251597-90d8-490d-9cf1-f7e2cd152de5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d7251597-90d8-490d-9cf1-f7e2cd152de5 {
  max-width: 100%;
}

.shg-c#s-d7251597-90d8-490d-9cf1-f7e2cd152de5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7251597-90d8-490d-9cf1-f7e2cd152de5 .shg-image-zoom,
.shg-c#s-d7251597-90d8-490d-9cf1-f7e2cd152de5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d7251597-90d8-490d-9cf1-f7e2cd152de5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-83a4490f-c50b-4ae1-b19e-a4d9f3096ae2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-83a4490f-c50b-4ae1-b19e-a4d9f3096ae2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-9c1bc619-3d3f-4246-ac4e-e5f0cb4a389e {
  text-align: left;
}

#s-9c1bc619-3d3f-4246-ac4e-e5f0cb4a389e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9c1bc619-3d3f-4246-ac4e-e5f0cb4a389e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9c1bc619-3d3f-4246-ac4e-e5f0cb4a389e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6cd58659-5323-422e-8892-30232c2885a2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-6cd58659-5323-422e-8892-30232c2885a2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6cd58659-5323-422e-8892-30232c2885a2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6cd58659-5323-422e-8892-30232c2885a2 {
  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-6cd58659-5323-422e-8892-30232c2885a2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6cd58659-5323-422e-8892-30232c2885a2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6cd58659-5323-422e-8892-30232c2885a2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-203a5340-c2fb-4486-9893-81e37d59773c {
  display: none;
}
#s-6acc5def-0a24-4bf3-9503-ad71383888e0 {
  text-align: left;
}


.shg-c#s-6acc5def-0a24-4bf3-9503-ad71383888e0 {
  max-width: 100%;
}

.shg-c#s-6acc5def-0a24-4bf3-9503-ad71383888e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6acc5def-0a24-4bf3-9503-ad71383888e0 .shg-image-zoom,
.shg-c#s-6acc5def-0a24-4bf3-9503-ad71383888e0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6acc5def-0a24-4bf3-9503-ad71383888e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6acc5def-0a24-4bf3-9503-ad71383888e0 {
  max-width: 100%;
}

.shg-c#s-6acc5def-0a24-4bf3-9503-ad71383888e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6acc5def-0a24-4bf3-9503-ad71383888e0 .shg-image-zoom,
.shg-c#s-6acc5def-0a24-4bf3-9503-ad71383888e0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6acc5def-0a24-4bf3-9503-ad71383888e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6acc5def-0a24-4bf3-9503-ad71383888e0 {
  max-width: 100%;
}

.shg-c#s-6acc5def-0a24-4bf3-9503-ad71383888e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6acc5def-0a24-4bf3-9503-ad71383888e0 .shg-image-zoom,
.shg-c#s-6acc5def-0a24-4bf3-9503-ad71383888e0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6acc5def-0a24-4bf3-9503-ad71383888e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6acc5def-0a24-4bf3-9503-ad71383888e0 {
  max-width: 100%;
}

.shg-c#s-6acc5def-0a24-4bf3-9503-ad71383888e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6acc5def-0a24-4bf3-9503-ad71383888e0 .shg-image-zoom,
.shg-c#s-6acc5def-0a24-4bf3-9503-ad71383888e0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6acc5def-0a24-4bf3-9503-ad71383888e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6acc5def-0a24-4bf3-9503-ad71383888e0 {
  max-width: 100%;
}

.shg-c#s-6acc5def-0a24-4bf3-9503-ad71383888e0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6acc5def-0a24-4bf3-9503-ad71383888e0 .shg-image-zoom,
.shg-c#s-6acc5def-0a24-4bf3-9503-ad71383888e0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6acc5def-0a24-4bf3-9503-ad71383888e0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-891abeed-8761-4ae4-8281-9b4cd5ef28d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-891abeed-8761-4ae4-8281-9b4cd5ef28d4 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-3f7659a9-a546-4fa3-a9fc-e25544be2fa2 {
  text-align: left;
}

#s-3f7659a9-a546-4fa3-a9fc-e25544be2fa2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3f7659a9-a546-4fa3-a9fc-e25544be2fa2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3f7659a9-a546-4fa3-a9fc-e25544be2fa2 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b002f45f-668f-43f0-8566-cbd75ff7be0a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-b002f45f-668f-43f0-8566-cbd75ff7be0a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b002f45f-668f-43f0-8566-cbd75ff7be0a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b002f45f-668f-43f0-8566-cbd75ff7be0a {
  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-b002f45f-668f-43f0-8566-cbd75ff7be0a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b002f45f-668f-43f0-8566-cbd75ff7be0a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b002f45f-668f-43f0-8566-cbd75ff7be0a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f5e95224-fd8f-419c-a3d9-aeb40f80fba9 {
  display: none;
}
#s-b4384a34-3afd-4c22-928b-b9102eff7236 {
  text-align: left;
}


.shg-c#s-b4384a34-3afd-4c22-928b-b9102eff7236 {
  max-width: 100%;
}

.shg-c#s-b4384a34-3afd-4c22-928b-b9102eff7236 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4384a34-3afd-4c22-928b-b9102eff7236 .shg-image-zoom,
.shg-c#s-b4384a34-3afd-4c22-928b-b9102eff7236 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b4384a34-3afd-4c22-928b-b9102eff7236 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b4384a34-3afd-4c22-928b-b9102eff7236 {
  max-width: 100%;
}

.shg-c#s-b4384a34-3afd-4c22-928b-b9102eff7236 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4384a34-3afd-4c22-928b-b9102eff7236 .shg-image-zoom,
.shg-c#s-b4384a34-3afd-4c22-928b-b9102eff7236 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b4384a34-3afd-4c22-928b-b9102eff7236 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b4384a34-3afd-4c22-928b-b9102eff7236 {
  max-width: 100%;
}

.shg-c#s-b4384a34-3afd-4c22-928b-b9102eff7236 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4384a34-3afd-4c22-928b-b9102eff7236 .shg-image-zoom,
.shg-c#s-b4384a34-3afd-4c22-928b-b9102eff7236 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b4384a34-3afd-4c22-928b-b9102eff7236 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b4384a34-3afd-4c22-928b-b9102eff7236 {
  max-width: 100%;
}

.shg-c#s-b4384a34-3afd-4c22-928b-b9102eff7236 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4384a34-3afd-4c22-928b-b9102eff7236 .shg-image-zoom,
.shg-c#s-b4384a34-3afd-4c22-928b-b9102eff7236 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b4384a34-3afd-4c22-928b-b9102eff7236 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b4384a34-3afd-4c22-928b-b9102eff7236 {
  max-width: 100%;
}

.shg-c#s-b4384a34-3afd-4c22-928b-b9102eff7236 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4384a34-3afd-4c22-928b-b9102eff7236 .shg-image-zoom,
.shg-c#s-b4384a34-3afd-4c22-928b-b9102eff7236 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b4384a34-3afd-4c22-928b-b9102eff7236 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-571606db-ddf5-4027-a15e-503a378d0fce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-571606db-ddf5-4027-a15e-503a378d0fce .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-2e6ed0f6-df15-4a1d-97f4-ce415815a3a8 {
  text-align: left;
}

#s-2e6ed0f6-df15-4a1d-97f4-ce415815a3a8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2e6ed0f6-df15-4a1d-97f4-ce415815a3a8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2e6ed0f6-df15-4a1d-97f4-ce415815a3a8 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0befbbf2-dc0f-4dfb-8691-dd096ed23dc5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-0befbbf2-dc0f-4dfb-8691-dd096ed23dc5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0befbbf2-dc0f-4dfb-8691-dd096ed23dc5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0befbbf2-dc0f-4dfb-8691-dd096ed23dc5 {
  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-0befbbf2-dc0f-4dfb-8691-dd096ed23dc5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0befbbf2-dc0f-4dfb-8691-dd096ed23dc5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0befbbf2-dc0f-4dfb-8691-dd096ed23dc5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d1aa95d9-67e0-4b07-b00c-878b0a785a59 {
  display: none;
}
#s-8e27ae68-caf0-4f9a-bb94-7676a7d3e738 {
  text-align: left;
}


.shg-c#s-8e27ae68-caf0-4f9a-bb94-7676a7d3e738 {
  max-width: 100%;
}

.shg-c#s-8e27ae68-caf0-4f9a-bb94-7676a7d3e738 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e27ae68-caf0-4f9a-bb94-7676a7d3e738 .shg-image-zoom,
.shg-c#s-8e27ae68-caf0-4f9a-bb94-7676a7d3e738 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8e27ae68-caf0-4f9a-bb94-7676a7d3e738 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8e27ae68-caf0-4f9a-bb94-7676a7d3e738 {
  max-width: 100%;
}

.shg-c#s-8e27ae68-caf0-4f9a-bb94-7676a7d3e738 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e27ae68-caf0-4f9a-bb94-7676a7d3e738 .shg-image-zoom,
.shg-c#s-8e27ae68-caf0-4f9a-bb94-7676a7d3e738 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8e27ae68-caf0-4f9a-bb94-7676a7d3e738 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8e27ae68-caf0-4f9a-bb94-7676a7d3e738 {
  max-width: 100%;
}

.shg-c#s-8e27ae68-caf0-4f9a-bb94-7676a7d3e738 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e27ae68-caf0-4f9a-bb94-7676a7d3e738 .shg-image-zoom,
.shg-c#s-8e27ae68-caf0-4f9a-bb94-7676a7d3e738 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8e27ae68-caf0-4f9a-bb94-7676a7d3e738 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8e27ae68-caf0-4f9a-bb94-7676a7d3e738 {
  max-width: 100%;
}

.shg-c#s-8e27ae68-caf0-4f9a-bb94-7676a7d3e738 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e27ae68-caf0-4f9a-bb94-7676a7d3e738 .shg-image-zoom,
.shg-c#s-8e27ae68-caf0-4f9a-bb94-7676a7d3e738 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8e27ae68-caf0-4f9a-bb94-7676a7d3e738 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8e27ae68-caf0-4f9a-bb94-7676a7d3e738 {
  max-width: 100%;
}

.shg-c#s-8e27ae68-caf0-4f9a-bb94-7676a7d3e738 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e27ae68-caf0-4f9a-bb94-7676a7d3e738 .shg-image-zoom,
.shg-c#s-8e27ae68-caf0-4f9a-bb94-7676a7d3e738 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8e27ae68-caf0-4f9a-bb94-7676a7d3e738 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-37d39995-2085-4470-94dd-f5c801028ee5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-37d39995-2085-4470-94dd-f5c801028ee5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-b59c5822-f61c-4d64-9b0e-34c58e4dd148 {
  text-align: left;
}

#s-b59c5822-f61c-4d64-9b0e-34c58e4dd148 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b59c5822-f61c-4d64-9b0e-34c58e4dd148 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b59c5822-f61c-4d64-9b0e-34c58e4dd148 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e5dc41e1-fd99-4ed0-b294-6e747e4f73cd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-e5dc41e1-fd99-4ed0-b294-6e747e4f73cd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e5dc41e1-fd99-4ed0-b294-6e747e4f73cd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e5dc41e1-fd99-4ed0-b294-6e747e4f73cd {
  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-e5dc41e1-fd99-4ed0-b294-6e747e4f73cd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e5dc41e1-fd99-4ed0-b294-6e747e4f73cd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e5dc41e1-fd99-4ed0-b294-6e747e4f73cd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4767c1e9-7ab6-47c3-bfa3-f20f04d27add {
  display: none;
}
#s-e9e770c5-e0ff-4757-8f75-5ea6925db769 {
  text-align: left;
}


.shg-c#s-e9e770c5-e0ff-4757-8f75-5ea6925db769 {
  max-width: 100%;
}

.shg-c#s-e9e770c5-e0ff-4757-8f75-5ea6925db769 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9e770c5-e0ff-4757-8f75-5ea6925db769 .shg-image-zoom,
.shg-c#s-e9e770c5-e0ff-4757-8f75-5ea6925db769 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e9e770c5-e0ff-4757-8f75-5ea6925db769 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e9e770c5-e0ff-4757-8f75-5ea6925db769 {
  max-width: 100%;
}

.shg-c#s-e9e770c5-e0ff-4757-8f75-5ea6925db769 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9e770c5-e0ff-4757-8f75-5ea6925db769 .shg-image-zoom,
.shg-c#s-e9e770c5-e0ff-4757-8f75-5ea6925db769 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e9e770c5-e0ff-4757-8f75-5ea6925db769 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e9e770c5-e0ff-4757-8f75-5ea6925db769 {
  max-width: 100%;
}

.shg-c#s-e9e770c5-e0ff-4757-8f75-5ea6925db769 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9e770c5-e0ff-4757-8f75-5ea6925db769 .shg-image-zoom,
.shg-c#s-e9e770c5-e0ff-4757-8f75-5ea6925db769 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e9e770c5-e0ff-4757-8f75-5ea6925db769 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e9e770c5-e0ff-4757-8f75-5ea6925db769 {
  max-width: 100%;
}

.shg-c#s-e9e770c5-e0ff-4757-8f75-5ea6925db769 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9e770c5-e0ff-4757-8f75-5ea6925db769 .shg-image-zoom,
.shg-c#s-e9e770c5-e0ff-4757-8f75-5ea6925db769 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e9e770c5-e0ff-4757-8f75-5ea6925db769 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e9e770c5-e0ff-4757-8f75-5ea6925db769 {
  max-width: 100%;
}

.shg-c#s-e9e770c5-e0ff-4757-8f75-5ea6925db769 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e9e770c5-e0ff-4757-8f75-5ea6925db769 .shg-image-zoom,
.shg-c#s-e9e770c5-e0ff-4757-8f75-5ea6925db769 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e9e770c5-e0ff-4757-8f75-5ea6925db769 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-422a648b-fb79-460e-ab6c-13530c16d1e9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-422a648b-fb79-460e-ab6c-13530c16d1e9 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-7550bf93-8508-4165-b706-d819ce75e79b {
  text-align: left;
}

#s-7550bf93-8508-4165-b706-d819ce75e79b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7550bf93-8508-4165-b706-d819ce75e79b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7550bf93-8508-4165-b706-d819ce75e79b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5871e222-b079-4ceb-9a87-1433fd0fc616 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-5871e222-b079-4ceb-9a87-1433fd0fc616:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5871e222-b079-4ceb-9a87-1433fd0fc616:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5871e222-b079-4ceb-9a87-1433fd0fc616 {
  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-5871e222-b079-4ceb-9a87-1433fd0fc616.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5871e222-b079-4ceb-9a87-1433fd0fc616.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5871e222-b079-4ceb-9a87-1433fd0fc616.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-15a64072-6c25-4b14-9d56-9ddbc38d0d4c {
  display: none;
}
#s-004e8269-90e8-48c7-bb87-93fe55be4b17 {
  text-align: left;
}


.shg-c#s-004e8269-90e8-48c7-bb87-93fe55be4b17 {
  max-width: 100%;
}

.shg-c#s-004e8269-90e8-48c7-bb87-93fe55be4b17 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-004e8269-90e8-48c7-bb87-93fe55be4b17 .shg-image-zoom,
.shg-c#s-004e8269-90e8-48c7-bb87-93fe55be4b17 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-004e8269-90e8-48c7-bb87-93fe55be4b17 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-004e8269-90e8-48c7-bb87-93fe55be4b17 {
  max-width: 100%;
}

.shg-c#s-004e8269-90e8-48c7-bb87-93fe55be4b17 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-004e8269-90e8-48c7-bb87-93fe55be4b17 .shg-image-zoom,
.shg-c#s-004e8269-90e8-48c7-bb87-93fe55be4b17 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-004e8269-90e8-48c7-bb87-93fe55be4b17 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-004e8269-90e8-48c7-bb87-93fe55be4b17 {
  max-width: 100%;
}

.shg-c#s-004e8269-90e8-48c7-bb87-93fe55be4b17 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-004e8269-90e8-48c7-bb87-93fe55be4b17 .shg-image-zoom,
.shg-c#s-004e8269-90e8-48c7-bb87-93fe55be4b17 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-004e8269-90e8-48c7-bb87-93fe55be4b17 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-004e8269-90e8-48c7-bb87-93fe55be4b17 {
  max-width: 100%;
}

.shg-c#s-004e8269-90e8-48c7-bb87-93fe55be4b17 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-004e8269-90e8-48c7-bb87-93fe55be4b17 .shg-image-zoom,
.shg-c#s-004e8269-90e8-48c7-bb87-93fe55be4b17 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-004e8269-90e8-48c7-bb87-93fe55be4b17 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-004e8269-90e8-48c7-bb87-93fe55be4b17 {
  max-width: 100%;
}

.shg-c#s-004e8269-90e8-48c7-bb87-93fe55be4b17 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-004e8269-90e8-48c7-bb87-93fe55be4b17 .shg-image-zoom,
.shg-c#s-004e8269-90e8-48c7-bb87-93fe55be4b17 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-004e8269-90e8-48c7-bb87-93fe55be4b17 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e88e83bc-ca46-4d80-bb61-dab3ed630d54 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e88e83bc-ca46-4d80-bb61-dab3ed630d54 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-37795512-aa0d-4178-8ba3-4e6351797f66 {
  text-align: left;
}

#s-37795512-aa0d-4178-8ba3-4e6351797f66 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-37795512-aa0d-4178-8ba3-4e6351797f66 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-37795512-aa0d-4178-8ba3-4e6351797f66 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0cd8adc9-cb17-4ef0-8c07-9499cb9e7829 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-0cd8adc9-cb17-4ef0-8c07-9499cb9e7829:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0cd8adc9-cb17-4ef0-8c07-9499cb9e7829:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0cd8adc9-cb17-4ef0-8c07-9499cb9e7829 {
  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-0cd8adc9-cb17-4ef0-8c07-9499cb9e7829.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0cd8adc9-cb17-4ef0-8c07-9499cb9e7829.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0cd8adc9-cb17-4ef0-8c07-9499cb9e7829.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4ca1aced-2367-4b3d-aea8-616cf72d3dd3 {
  min-height: 150px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4ca1aced-2367-4b3d-aea8-616cf72d3dd3 {
  display: none;
}
#s-4ca1aced-2367-4b3d-aea8-616cf72d3dd3, #wrap-s-4ca1aced-2367-4b3d-aea8-616cf72d3dd3 { display:none !important; }}@media (max-width: 767px){#s-4ca1aced-2367-4b3d-aea8-616cf72d3dd3 {
  display: none;
}
#s-4ca1aced-2367-4b3d-aea8-616cf72d3dd3, #wrap-s-4ca1aced-2367-4b3d-aea8-616cf72d3dd3 { display:none !important; }}







#s-4ca1aced-2367-4b3d-aea8-616cf72d3dd3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ca1aced-2367-4b3d-aea8-616cf72d3dd3.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-e1955720-df5a-445b-a760-9e89e5b3a944 {
  
}
}@media (max-width: 767px){#s-e1955720-df5a-445b-a760-9e89e5b3a944 {
  
}
}
@media (min-width: 0px) {
[id="s-e1955720-df5a-445b-a760-9e89e5b3a944"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-e1955720-df5a-445b-a760-9e89e5b3a944"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1955720-df5a-445b-a760-9e89e5b3a944"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e1955720-df5a-445b-a760-9e89e5b3a944"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e1955720-df5a-445b-a760-9e89e5b3a944"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e1955720-df5a-445b-a760-9e89e5b3a944"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e1955720-df5a-445b-a760-9e89e5b3a944"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e1955720-df5a-445b-a760-9e89e5b3a944"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e1955720-df5a-445b-a760-9e89e5b3a944"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e1955720-df5a-445b-a760-9e89e5b3a944"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e1955720-df5a-445b-a760-9e89e5b3a944"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e1955720-df5a-445b-a760-9e89e5b3a944"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e1955720-df5a-445b-a760-9e89e5b3a944"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e1955720-df5a-445b-a760-9e89e5b3a944"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e1955720-df5a-445b-a760-9e89e5b3a944"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e1955720-df5a-445b-a760-9e89e5b3a944"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e1955720-df5a-445b-a760-9e89e5b3a944"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e1955720-df5a-445b-a760-9e89e5b3a944"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e1955720-df5a-445b-a760-9e89e5b3a944"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e1955720-df5a-445b-a760-9e89e5b3a944"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e1955720-df5a-445b-a760-9e89e5b3a944"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e1955720-df5a-445b-a760-9e89e5b3a944"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e1955720-df5a-445b-a760-9e89e5b3a944"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e1955720-df5a-445b-a760-9e89e5b3a944"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e1955720-df5a-445b-a760-9e89e5b3a944"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e1955720-df5a-445b-a760-9e89e5b3a944"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1955720-df5a-445b-a760-9e89e5b3a944"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e1955720-df5a-445b-a760-9e89e5b3a944"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e1955720-df5a-445b-a760-9e89e5b3a944"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e1955720-df5a-445b-a760-9e89e5b3a944"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e1955720-df5a-445b-a760-9e89e5b3a944"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e1955720-df5a-445b-a760-9e89e5b3a944"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e1955720-df5a-445b-a760-9e89e5b3a944"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e1955720-df5a-445b-a760-9e89e5b3a944"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e1955720-df5a-445b-a760-9e89e5b3a944"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e1955720-df5a-445b-a760-9e89e5b3a944"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e1955720-df5a-445b-a760-9e89e5b3a944"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e1955720-df5a-445b-a760-9e89e5b3a944"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-36bf5589-9201-42f6-8311-37a072c44f6a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}








#s-36bf5589-9201-42f6-8311-37a072c44f6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36bf5589-9201-42f6-8311-37a072c44f6a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d8a755a8-6534-4bd4-bba7-155e658163ec {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}








#s-d8a755a8-6534-4bd4-bba7-155e658163ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8a755a8-6534-4bd4-bba7-155e658163ec.shg-box.shg-c {
  justify-content: flex-start;
}

#s-947a4990-ff6c-4ea2-9bed-111659b3f30a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}








#s-947a4990-ff6c-4ea2-9bed-111659b3f30a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-947a4990-ff6c-4ea2-9bed-111659b3f30a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-144255ee-ec3d-4f29-9fc3-b438e31116ef {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}








#s-144255ee-ec3d-4f29-9fc3-b438e31116ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-144255ee-ec3d-4f29-9fc3-b438e31116ef.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d1ac282c-8a76-4894-a4ac-2721901b36e2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}








#s-d1ac282c-8a76-4894-a4ac-2721901b36e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1ac282c-8a76-4894-a4ac-2721901b36e2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d9d16a59-29e2-45d2-9626-b9ea73681882 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}








#s-d9d16a59-29e2-45d2-9626-b9ea73681882 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9d16a59-29e2-45d2-9626-b9ea73681882.shg-box.shg-c {
  justify-content: flex-start;
}

/*
  $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;
}
