.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-96e619e0-f69e-4483-b1e6-3f29728e2a54 {
  background-image: url(https://i.shgcdn.com/4264e256-6171-4507-afe7-80643ff6acb9/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-96e619e0-f69e-4483-b1e6-3f29728e2a54 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-96e619e0-f69e-4483-b1e6-3f29728e2a54 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-96e619e0-f69e-4483-b1e6-3f29728e2a54 {
  
}
}@media (max-width: 767px){#s-96e619e0-f69e-4483-b1e6-3f29728e2a54 {
  
}
}







#s-96e619e0-f69e-4483-b1e6-3f29728e2a54 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.1;
}#s-96e619e0-f69e-4483-b1e6-3f29728e2a54 {
  cursor: pointer;
}#s-96e619e0-f69e-4483-b1e6-3f29728e2a54.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-31864548-b066-4384-b4cf-dd9015d95038 {
  margin-top: 0px;
margin-left: 14px;
margin-bottom: 0px;
margin-right: 14px;
}
@media (min-width: 1200px){#s-31864548-b066-4384-b4cf-dd9015d95038 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-31864548-b066-4384-b4cf-dd9015d95038 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-31864548-b066-4384-b4cf-dd9015d95038 {
  
}
}@media (max-width: 767px){#s-31864548-b066-4384-b4cf-dd9015d95038 {
  margin-left: 11px;
margin-right: 11px;
}
}
#s-7e9e34c1-e197-4db4-ac7a-d0b15598578d {
  margin-top: -10px;
margin-left: 14px;
margin-bottom: -10px;
margin-right: 14px;
padding-top: 40px;
}

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

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

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

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

#s-5aca3395-d256-400b-aaa3-31066b110841 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 14px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(36, 40, 45, 1);
}
#s-5aca3395-d256-400b-aaa3-31066b110841:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(36, 40, 45, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5aca3395-d256-400b-aaa3-31066b110841:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5aca3395-d256-400b-aaa3-31066b110841-btn-wrapper {
    text-align: center;
  }


#s-5aca3395-d256-400b-aaa3-31066b110841.shg-btn {
  color: rgba(36, 40, 45, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-82259a55-b897-48fc-91e2-41d3b4caca6e {
  min-height: 20px;
background-color: rgba(255, 255, 255, 1);
}








#s-82259a55-b897-48fc-91e2-41d3b4caca6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82259a55-b897-48fc-91e2-41d3b4caca6e.shg-box.shg-c {
  justify-content: center;
}

#s-d549fb06-846c-4f8f-b3f7-f91c9bca1f1c {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
}








#s-d549fb06-846c-4f8f-b3f7-f91c9bca1f1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d549fb06-846c-4f8f-b3f7-f91c9bca1f1c.shg-box.shg-c {
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-635d7ba3-9bd7-4991-b3ea-835523c6dd11"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-635d7ba3-9bd7-4991-b3ea-835523c6dd11"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-635d7ba3-9bd7-4991-b3ea-835523c6dd11"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-635d7ba3-9bd7-4991-b3ea-835523c6dd11"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-635d7ba3-9bd7-4991-b3ea-835523c6dd11"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-635d7ba3-9bd7-4991-b3ea-835523c6dd11"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-635d7ba3-9bd7-4991-b3ea-835523c6dd11"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-635d7ba3-9bd7-4991-b3ea-835523c6dd11"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-635d7ba3-9bd7-4991-b3ea-835523c6dd11"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-635d7ba3-9bd7-4991-b3ea-835523c6dd11"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-635d7ba3-9bd7-4991-b3ea-835523c6dd11"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-635d7ba3-9bd7-4991-b3ea-835523c6dd11"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-635d7ba3-9bd7-4991-b3ea-835523c6dd11"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-635d7ba3-9bd7-4991-b3ea-835523c6dd11"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-635d7ba3-9bd7-4991-b3ea-835523c6dd11"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-635d7ba3-9bd7-4991-b3ea-835523c6dd11"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-635d7ba3-9bd7-4991-b3ea-835523c6dd11"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-635d7ba3-9bd7-4991-b3ea-835523c6dd11"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-635d7ba3-9bd7-4991-b3ea-835523c6dd11"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-635d7ba3-9bd7-4991-b3ea-835523c6dd11"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-635d7ba3-9bd7-4991-b3ea-835523c6dd11"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-635d7ba3-9bd7-4991-b3ea-835523c6dd11"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-635d7ba3-9bd7-4991-b3ea-835523c6dd11"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-635d7ba3-9bd7-4991-b3ea-835523c6dd11"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-635d7ba3-9bd7-4991-b3ea-835523c6dd11"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-635d7ba3-9bd7-4991-b3ea-835523c6dd11"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-635d7ba3-9bd7-4991-b3ea-835523c6dd11"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-635d7ba3-9bd7-4991-b3ea-835523c6dd11"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-635d7ba3-9bd7-4991-b3ea-835523c6dd11"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-635d7ba3-9bd7-4991-b3ea-835523c6dd11"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-635d7ba3-9bd7-4991-b3ea-835523c6dd11"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-635d7ba3-9bd7-4991-b3ea-835523c6dd11"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-635d7ba3-9bd7-4991-b3ea-835523c6dd11"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-635d7ba3-9bd7-4991-b3ea-835523c6dd11"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-635d7ba3-9bd7-4991-b3ea-835523c6dd11"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-635d7ba3-9bd7-4991-b3ea-835523c6dd11"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-635d7ba3-9bd7-4991-b3ea-835523c6dd11"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-12c7bbe2-36b7-4191-afc1-35805231f23b {
  display: none;
}
.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-13b4655e-5b19-4b8c-bd0d-214185e763a0 {
  text-align: center;
}




  #s-13b4655e-5b19-4b8c-bd0d-214185e763a0 img.shogun-image {
    
    width: px;
  }


#s-13b4655e-5b19-4b8c-bd0d-214185e763a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-3c79f743-c062-40e5-815b-edf82560a8b0 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-3c79f743-c062-40e5-815b-edf82560a8b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c79f743-c062-40e5-815b-edf82560a8b0.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-66b21d19-c417-49c7-afaf-4ab64fc2b341 {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: -30px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-66b21d19-c417-49c7-afaf-4ab64fc2b341 .shogun-heading-component h3 {
  color: rgba(36, 40, 45, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: 2px;
  text-align: left;
}



#s-975bcfa3-c263-4436-b1c0-812e72df8dfb {
  margin-top: 10px;
margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-975bcfa3-c263-4436-b1c0-812e72df8dfb .shogun-heading-component h3 {
  color: rgba(36, 40, 45, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 2px;
  text-align: left;
}


#s-975bcfa3-c263-4436-b1c0-812e72df8dfb .shogun-heading-component h3 a {
  color: rgba(36, 40, 45, 1);
}


#s-535d6c40-a690-4fb2-a8c5-d4f1a0fce78c {
  margin-left: 25px;
margin-right: 25px;
}

#s-535d6c40-a690-4fb2-a8c5-d4f1a0fce78c hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(36, 40, 45, 1);
}

#s-4fddbc6d-9818-44f5-b1c5-0627a8f40db0 {
  margin-left: 25px;
margin-right: 25px;
}

#s-708e67e8-6b57-4516-95f7-cf2e84b7ce9e {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(36, 40, 45, 1);
text-align: left;
text-decoration: none;
hover-type: color;
letter-spacing: 2px;
}
#s-708e67e8-6b57-4516-95f7-cf2e84b7ce9e:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(36, 40, 45, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-708e67e8-6b57-4516-95f7-cf2e84b7ce9e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-708e67e8-6b57-4516-95f7-cf2e84b7ce9e-btn-wrapper {
    text-align: left;
  }


#s-708e67e8-6b57-4516-95f7-cf2e84b7ce9e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-970af864-ee7b-40cf-bc06-39177283c9a3 {
  min-height: 20px;
background-color: rgba(255, 255, 255, 1);
}








#s-970af864-ee7b-40cf-bc06-39177283c9a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-970af864-ee7b-40cf-bc06-39177283c9a3.shg-box.shg-c {
  justify-content: center;
}

#s-ff7d4493-14f1-4714-995e-2a2bfcb45da7 {
  min-height: 20px;
background-color: rgba(255, 255, 255, 1);
}








#s-ff7d4493-14f1-4714-995e-2a2bfcb45da7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff7d4493-14f1-4714-995e-2a2bfcb45da7.shg-box.shg-c {
  justify-content: center;
}

#s-f61e2256-8155-4fee-8915-72a20942d9d7 {
  border-style: solid;
margin-left: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 0px;
background-color: rgba(36, 40, 45, 1);
}
@media (min-width: 1200px){#s-f61e2256-8155-4fee-8915-72a20942d9d7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f61e2256-8155-4fee-8915-72a20942d9d7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f61e2256-8155-4fee-8915-72a20942d9d7 {
  
}
}@media (max-width: 767px){#s-f61e2256-8155-4fee-8915-72a20942d9d7 {
  
}
}
@media (min-width: 0px) {
[id="s-f61e2256-8155-4fee-8915-72a20942d9d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f61e2256-8155-4fee-8915-72a20942d9d7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-f61e2256-8155-4fee-8915-72a20942d9d7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-f61e2256-8155-4fee-8915-72a20942d9d7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-f61e2256-8155-4fee-8915-72a20942d9d7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-f61e2256-8155-4fee-8915-72a20942d9d7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-f61e2256-8155-4fee-8915-72a20942d9d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-f61e2256-8155-4fee-8915-72a20942d9d7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-f61e2256-8155-4fee-8915-72a20942d9d7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-f61e2256-8155-4fee-8915-72a20942d9d7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-f61e2256-8155-4fee-8915-72a20942d9d7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-f61e2256-8155-4fee-8915-72a20942d9d7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-f61e2256-8155-4fee-8915-72a20942d9d7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-f61e2256-8155-4fee-8915-72a20942d9d7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-f61e2256-8155-4fee-8915-72a20942d9d7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-f61e2256-8155-4fee-8915-72a20942d9d7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-f61e2256-8155-4fee-8915-72a20942d9d7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-f61e2256-8155-4fee-8915-72a20942d9d7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-f61e2256-8155-4fee-8915-72a20942d9d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-f61e2256-8155-4fee-8915-72a20942d9d7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-f61e2256-8155-4fee-8915-72a20942d9d7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-f61e2256-8155-4fee-8915-72a20942d9d7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-f61e2256-8155-4fee-8915-72a20942d9d7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-f61e2256-8155-4fee-8915-72a20942d9d7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-f61e2256-8155-4fee-8915-72a20942d9d7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-f61e2256-8155-4fee-8915-72a20942d9d7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-f61e2256-8155-4fee-8915-72a20942d9d7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-f61e2256-8155-4fee-8915-72a20942d9d7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-f61e2256-8155-4fee-8915-72a20942d9d7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-f61e2256-8155-4fee-8915-72a20942d9d7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-f61e2256-8155-4fee-8915-72a20942d9d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-f61e2256-8155-4fee-8915-72a20942d9d7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-f61e2256-8155-4fee-8915-72a20942d9d7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-f61e2256-8155-4fee-8915-72a20942d9d7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-f61e2256-8155-4fee-8915-72a20942d9d7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-f61e2256-8155-4fee-8915-72a20942d9d7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-f61e2256-8155-4fee-8915-72a20942d9d7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-ff8dd639-5a2e-48cc-aa8f-eaa1fb47348f {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(36, 40, 45, 1);
}
@media (min-width: 1200px){#s-ff8dd639-5a2e-48cc-aa8f-eaa1fb47348f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ff8dd639-5a2e-48cc-aa8f-eaa1fb47348f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ff8dd639-5a2e-48cc-aa8f-eaa1fb47348f {
  
}
}@media (max-width: 767px){#s-ff8dd639-5a2e-48cc-aa8f-eaa1fb47348f {
  
}
}







#s-ff8dd639-5a2e-48cc-aa8f-eaa1fb47348f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
}#s-ff8dd639-5a2e-48cc-aa8f-eaa1fb47348f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8b0ccca0-6792-4acb-b1d4-4347e90b88bc {
  margin-top: 0px;
margin-left: 12px;
margin-bottom: 0px;
margin-right: 12px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
opacity: 1;
}

#s-8b0ccca0-6792-4acb-b1d4-4347e90b88bc .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-89f1e473-eb79-4d4f-b6ff-593c1864766a {
  margin-top: 10px;
margin-left: 35px;
margin-bottom: 10px;
margin-right: 35px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-89f1e473-eb79-4d4f-b6ff-593c1864766a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-89f1e473-eb79-4d4f-b6ff-593c1864766a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-89f1e473-eb79-4d4f-b6ff-593c1864766a {
  
}
}@media (max-width: 767px){#s-89f1e473-eb79-4d4f-b6ff-593c1864766a {
  
}
}
#s-13b070fb-4e50-4b10-8634-e41fbf8075d4 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
color: rgba(36, 40, 45, 1);
hover-type: color;
}
#s-13b070fb-4e50-4b10-8634-e41fbf8075d4:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(36, 40, 45, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-13b070fb-4e50-4b10-8634-e41fbf8075d4:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-13b070fb-4e50-4b10-8634-e41fbf8075d4.shg-btn {
  color: rgba(36, 40, 45, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-cb6603bb-08de-4046-89b2-7e060a4a5818 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-cb6603bb-08de-4046-89b2-7e060a4a5818 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cb6603bb-08de-4046-89b2-7e060a4a5818 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cb6603bb-08de-4046-89b2-7e060a4a5818 {
  
}
}@media (max-width: 767px){#s-cb6603bb-08de-4046-89b2-7e060a4a5818 {
  
}
}







#s-cb6603bb-08de-4046-89b2-7e060a4a5818 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb6603bb-08de-4046-89b2-7e060a4a5818.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ee575564-ab2a-48ca-9ca5-938d147825ca {
  background-attachment: fixed;
margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(247, 242, 242, 1);
}








#s-ee575564-ab2a-48ca-9ca5-938d147825ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee575564-ab2a-48ca-9ca5-938d147825ca.shg-box.shg-c {
  justify-content: center;
}

#s-8304cc3c-5b84-445c-9ae4-3e6247829065 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 20px;
padding-bottom: 10px;
text-align: left;
}

#s-8304cc3c-5b84-445c-9ae4-3e6247829065 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 2px;
  text-align: left;
}


#s-8304cc3c-5b84-445c-9ae4-3e6247829065 .shogun-heading-component h1 a {
  color: #000;
}


#s-fa72a6b9-4b79-4f26-8e37-caf8f79e1af7 {
  margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-81e8687f-a52f-4d7b-8a08-8b9a783e47e8 {
  min-height: 20px;
}








#s-81e8687f-a52f-4d7b-8a08-8b9a783e47e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81e8687f-a52f-4d7b-8a08-8b9a783e47e8.shg-box.shg-c {
  justify-content: center;
}

#s-95c57884-e023-4ec4-a818-9b8cc31687d3 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-95c57884-e023-4ec4-a818-9b8cc31687d3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-95c57884-e023-4ec4-a818-9b8cc31687d3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95c57884-e023-4ec4-a818-9b8cc31687d3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-95c57884-e023-4ec4-a818-9b8cc31687d3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-95c57884-e023-4ec4-a818-9b8cc31687d3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-95c57884-e023-4ec4-a818-9b8cc31687d3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-95c57884-e023-4ec4-a818-9b8cc31687d3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-95c57884-e023-4ec4-a818-9b8cc31687d3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-95c57884-e023-4ec4-a818-9b8cc31687d3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-95c57884-e023-4ec4-a818-9b8cc31687d3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-95c57884-e023-4ec4-a818-9b8cc31687d3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-95c57884-e023-4ec4-a818-9b8cc31687d3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-95c57884-e023-4ec4-a818-9b8cc31687d3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-95c57884-e023-4ec4-a818-9b8cc31687d3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-95c57884-e023-4ec4-a818-9b8cc31687d3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-95c57884-e023-4ec4-a818-9b8cc31687d3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-95c57884-e023-4ec4-a818-9b8cc31687d3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-95c57884-e023-4ec4-a818-9b8cc31687d3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-95c57884-e023-4ec4-a818-9b8cc31687d3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-95c57884-e023-4ec4-a818-9b8cc31687d3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-95c57884-e023-4ec4-a818-9b8cc31687d3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-95c57884-e023-4ec4-a818-9b8cc31687d3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-95c57884-e023-4ec4-a818-9b8cc31687d3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-95c57884-e023-4ec4-a818-9b8cc31687d3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-95c57884-e023-4ec4-a818-9b8cc31687d3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-95c57884-e023-4ec4-a818-9b8cc31687d3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-95c57884-e023-4ec4-a818-9b8cc31687d3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-95c57884-e023-4ec4-a818-9b8cc31687d3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-95c57884-e023-4ec4-a818-9b8cc31687d3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-95c57884-e023-4ec4-a818-9b8cc31687d3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-95c57884-e023-4ec4-a818-9b8cc31687d3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-95c57884-e023-4ec4-a818-9b8cc31687d3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-95c57884-e023-4ec4-a818-9b8cc31687d3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-95c57884-e023-4ec4-a818-9b8cc31687d3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-95c57884-e023-4ec4-a818-9b8cc31687d3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-95c57884-e023-4ec4-a818-9b8cc31687d3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-95c57884-e023-4ec4-a818-9b8cc31687d3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-95c57884-e023-4ec4-a818-9b8cc31687d3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-9e2afa78-708d-458e-a8fe-2af2dcee3ad3 {
  display: none;
}
#s-0091cbf9-4b82-4ec7-a0d4-831f326be356 {
  text-align: center;
}




  #s-0091cbf9-4b82-4ec7-a0d4-831f326be356 img.shogun-image {
    
    width: px;
  }


#s-0091cbf9-4b82-4ec7-a0d4-831f326be356 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5f6a983-660c-4d25-b2d7-ae704d4cb9ff {
  padding-top: 10px;
}

#s-8e7bb05c-69d1-40a3-8ec4-a20016fb0ca2 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}

#s-8e7bb05c-69d1-40a3-8ec4-a20016fb0ca2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-8e7bb05c-69d1-40a3-8ec4-a20016fb0ca2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-8e7bb05c-69d1-40a3-8ec4-a20016fb0ca2 .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-0ea2ad4d-5678-4628-aa77-748b3561399b {
  display: none;
}
#s-474d90fa-a2a7-413b-944d-af8cbc247d26 {
  text-align: center;
}




  #s-474d90fa-a2a7-413b-944d-af8cbc247d26 img.shogun-image {
    
    width: px;
  }


#s-474d90fa-a2a7-413b-944d-af8cbc247d26 .shogun-image-content {
  
    align-items: center;
  
}

#s-e6e91aa6-4f49-4cfb-8edc-fc2ec8dea6b1 {
  padding-top: 10px;
}

#s-4dca81ee-96bd-47f7-9f06-7293bca27f18 {
  text-align: center;
}

#s-4dca81ee-96bd-47f7-9f06-7293bca27f18 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-4dca81ee-96bd-47f7-9f06-7293bca27f18 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-4dca81ee-96bd-47f7-9f06-7293bca27f18 .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-7a28dd37-b25f-444a-90b7-4c18fc6a0363 {
  display: none;
}
#s-96634d8e-72f3-4659-8591-df63903083d0 {
  text-align: center;
}




  #s-96634d8e-72f3-4659-8591-df63903083d0 img.shogun-image {
    
    width: px;
  }


#s-96634d8e-72f3-4659-8591-df63903083d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-57d80f6b-c04c-4109-b7f9-6e7139b9cf58 {
  padding-top: 10px;
}

#s-91bb4d5a-9704-439c-8b57-3f9f63d1d2da {
  text-align: center;
}

#s-91bb4d5a-9704-439c-8b57-3f9f63d1d2da .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-91bb4d5a-9704-439c-8b57-3f9f63d1d2da .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-91bb4d5a-9704-439c-8b57-3f9f63d1d2da .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-dd06bd92-d404-4d0a-8067-d59f8ee63106 {
  display: none;
}
#s-516bc24e-2d10-4f11-ab3a-61f7650efaa6 {
  text-align: center;
}




  #s-516bc24e-2d10-4f11-ab3a-61f7650efaa6 img.shogun-image {
    
    width: px;
  }


#s-516bc24e-2d10-4f11-ab3a-61f7650efaa6 .shogun-image-content {
  
    align-items: center;
  
}

#s-79e74145-2e18-4bb9-836f-63aa0b16302a {
  padding-top: 10px;
}

#s-0eeee2dd-3ce8-467c-b228-4633dca1282d {
  text-align: center;
}

#s-0eeee2dd-3ce8-467c-b228-4633dca1282d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-0eeee2dd-3ce8-467c-b228-4633dca1282d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-0eeee2dd-3ce8-467c-b228-4633dca1282d .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-ee633be0-45df-4ea9-b475-d095ce048895 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ee633be0-45df-4ea9-b475-d095ce048895 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ee633be0-45df-4ea9-b475-d095ce048895 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ee633be0-45df-4ea9-b475-d095ce048895 {
  
}
}@media (max-width: 767px){#s-ee633be0-45df-4ea9-b475-d095ce048895 {
  
}
}







#s-ee633be0-45df-4ea9-b475-d095ce048895 > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-ee633be0-45df-4ea9-b475-d095ce048895.shg-box.shg-c {
  justify-content: center;
}

#s-a6b807b3-3368-4011-b398-d978602a53db {
  background-attachment: fixed;
margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(247, 242, 242, 1);
}








#s-a6b807b3-3368-4011-b398-d978602a53db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6b807b3-3368-4011-b398-d978602a53db.shg-box.shg-c {
  justify-content: center;
}

#s-73f26046-0ebe-4fce-9281-8572d331b6b7 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 20px;
padding-bottom: 10px;
text-align: left;
}

#s-73f26046-0ebe-4fce-9281-8572d331b6b7 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 2px;
  text-align: left;
}


#s-73f26046-0ebe-4fce-9281-8572d331b6b7 .shogun-heading-component h1 a {
  color: #000;
}


#s-97840232-312f-4c1e-bd7f-40474d050c11 {
  margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-56e6fb4b-452d-4ef8-981f-255748ad0f68 {
  min-height: 20px;
}








#s-56e6fb4b-452d-4ef8-981f-255748ad0f68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56e6fb4b-452d-4ef8-981f-255748ad0f68.shg-box.shg-c {
  justify-content: center;
}

#s-b5337659-4e24-41bc-80f0-aadcd13b824a {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 25px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-b5337659-4e24-41bc-80f0-aadcd13b824a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-b5337659-4e24-41bc-80f0-aadcd13b824a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b5337659-4e24-41bc-80f0-aadcd13b824a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-b5337659-4e24-41bc-80f0-aadcd13b824a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-b5337659-4e24-41bc-80f0-aadcd13b824a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-b5337659-4e24-41bc-80f0-aadcd13b824a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-b5337659-4e24-41bc-80f0-aadcd13b824a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-b5337659-4e24-41bc-80f0-aadcd13b824a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-b5337659-4e24-41bc-80f0-aadcd13b824a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-b5337659-4e24-41bc-80f0-aadcd13b824a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-b5337659-4e24-41bc-80f0-aadcd13b824a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-b5337659-4e24-41bc-80f0-aadcd13b824a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-b5337659-4e24-41bc-80f0-aadcd13b824a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-b5337659-4e24-41bc-80f0-aadcd13b824a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-b5337659-4e24-41bc-80f0-aadcd13b824a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-b5337659-4e24-41bc-80f0-aadcd13b824a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-b5337659-4e24-41bc-80f0-aadcd13b824a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-b5337659-4e24-41bc-80f0-aadcd13b824a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-b5337659-4e24-41bc-80f0-aadcd13b824a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-b5337659-4e24-41bc-80f0-aadcd13b824a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-b5337659-4e24-41bc-80f0-aadcd13b824a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-b5337659-4e24-41bc-80f0-aadcd13b824a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-b5337659-4e24-41bc-80f0-aadcd13b824a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-b5337659-4e24-41bc-80f0-aadcd13b824a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-b5337659-4e24-41bc-80f0-aadcd13b824a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-b5337659-4e24-41bc-80f0-aadcd13b824a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-b5337659-4e24-41bc-80f0-aadcd13b824a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-b5337659-4e24-41bc-80f0-aadcd13b824a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-b5337659-4e24-41bc-80f0-aadcd13b824a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-b5337659-4e24-41bc-80f0-aadcd13b824a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-b5337659-4e24-41bc-80f0-aadcd13b824a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-b5337659-4e24-41bc-80f0-aadcd13b824a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-b5337659-4e24-41bc-80f0-aadcd13b824a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-b5337659-4e24-41bc-80f0-aadcd13b824a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-b5337659-4e24-41bc-80f0-aadcd13b824a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-b5337659-4e24-41bc-80f0-aadcd13b824a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-b5337659-4e24-41bc-80f0-aadcd13b824a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-b5337659-4e24-41bc-80f0-aadcd13b824a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-7f78bc35-22d5-4928-ba47-210bbc5d943c {
  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-e2738843-2f3d-48bf-ae79-3c5d79c8356c {
  text-align: left;
}


.shg-c#s-e2738843-2f3d-48bf-ae79-3c5d79c8356c {
  max-width: 100%;
}

.shg-c#s-e2738843-2f3d-48bf-ae79-3c5d79c8356c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e2738843-2f3d-48bf-ae79-3c5d79c8356c .shg-image-zoom,
.shg-c#s-e2738843-2f3d-48bf-ae79-3c5d79c8356c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e2738843-2f3d-48bf-ae79-3c5d79c8356c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e2738843-2f3d-48bf-ae79-3c5d79c8356c {
  max-width: 100%;
}

.shg-c#s-e2738843-2f3d-48bf-ae79-3c5d79c8356c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e2738843-2f3d-48bf-ae79-3c5d79c8356c .shg-image-zoom,
.shg-c#s-e2738843-2f3d-48bf-ae79-3c5d79c8356c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e2738843-2f3d-48bf-ae79-3c5d79c8356c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e2738843-2f3d-48bf-ae79-3c5d79c8356c {
  max-width: 100%;
}

.shg-c#s-e2738843-2f3d-48bf-ae79-3c5d79c8356c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e2738843-2f3d-48bf-ae79-3c5d79c8356c .shg-image-zoom,
.shg-c#s-e2738843-2f3d-48bf-ae79-3c5d79c8356c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e2738843-2f3d-48bf-ae79-3c5d79c8356c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e2738843-2f3d-48bf-ae79-3c5d79c8356c {
  max-width: 100%;
}

.shg-c#s-e2738843-2f3d-48bf-ae79-3c5d79c8356c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e2738843-2f3d-48bf-ae79-3c5d79c8356c .shg-image-zoom,
.shg-c#s-e2738843-2f3d-48bf-ae79-3c5d79c8356c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e2738843-2f3d-48bf-ae79-3c5d79c8356c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e2738843-2f3d-48bf-ae79-3c5d79c8356c {
  max-width: 100%;
}

.shg-c#s-e2738843-2f3d-48bf-ae79-3c5d79c8356c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e2738843-2f3d-48bf-ae79-3c5d79c8356c .shg-image-zoom,
.shg-c#s-e2738843-2f3d-48bf-ae79-3c5d79c8356c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e2738843-2f3d-48bf-ae79-3c5d79c8356c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3af858b0-795e-4d8c-9768-28f84ff46b4e {
  margin-left: 2px;
margin-right: 2px;
padding-top: 10px;
}

#s-51fa7e5c-ec57-4a6c-867b-34e09d4439d3 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}

#s-51fa7e5c-ec57-4a6c-867b-34e09d4439d3 .shg-product-sold-out {
  display: none;
  color: rgba(36, 40, 45, 1);
  font-size: 16px;
}

#s-51fa7e5c-ec57-4a6c-867b-34e09d4439d3 .shg-product-price {
  color: rgba(36, 40, 45, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-51fa7e5c-ec57-4a6c-867b-34e09d4439d3 .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-1ef48ed6-9fb2-4d4f-8391-2766b3f37983 {
  text-align: center;
}




  #s-1ef48ed6-9fb2-4d4f-8391-2766b3f37983 img.shogun-image {
    
    width: px;
  }


#s-1ef48ed6-9fb2-4d4f-8391-2766b3f37983 .shogun-image-content {
  
    align-items: center;
  
}

#s-189e79d3-cf01-4378-977f-496d2ae5a017 {
  margin-left: 2px;
margin-right: 2px;
padding-top: 10px;
}

#s-59b55a86-f5a9-41e6-9246-53793ea8d829 {
  display: none;
}
#s-df07f4b0-63a7-4254-93d7-2e7e961ef941 {
  text-align: center;
}

#s-df07f4b0-63a7-4254-93d7-2e7e961ef941 .shg-product-sold-out {
  display: none;
  color: rgba(36, 40, 45, 1);
  font-size: 16px;
}

#s-df07f4b0-63a7-4254-93d7-2e7e961ef941 .shg-product-price {
  color: rgba(36, 40, 45, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-df07f4b0-63a7-4254-93d7-2e7e961ef941 .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-8d09e503-394c-4a16-b199-960285f64b76 {
  display: none;
}
#s-a222cbe4-84e9-4d87-9533-87fe68f5444e {
  text-align: left;
}


.shg-c#s-a222cbe4-84e9-4d87-9533-87fe68f5444e {
  max-width: 100%;
}

.shg-c#s-a222cbe4-84e9-4d87-9533-87fe68f5444e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a222cbe4-84e9-4d87-9533-87fe68f5444e .shg-image-zoom,
.shg-c#s-a222cbe4-84e9-4d87-9533-87fe68f5444e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a222cbe4-84e9-4d87-9533-87fe68f5444e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a222cbe4-84e9-4d87-9533-87fe68f5444e {
  max-width: 100%;
}

.shg-c#s-a222cbe4-84e9-4d87-9533-87fe68f5444e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a222cbe4-84e9-4d87-9533-87fe68f5444e .shg-image-zoom,
.shg-c#s-a222cbe4-84e9-4d87-9533-87fe68f5444e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a222cbe4-84e9-4d87-9533-87fe68f5444e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a222cbe4-84e9-4d87-9533-87fe68f5444e {
  max-width: 100%;
}

.shg-c#s-a222cbe4-84e9-4d87-9533-87fe68f5444e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a222cbe4-84e9-4d87-9533-87fe68f5444e .shg-image-zoom,
.shg-c#s-a222cbe4-84e9-4d87-9533-87fe68f5444e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a222cbe4-84e9-4d87-9533-87fe68f5444e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a222cbe4-84e9-4d87-9533-87fe68f5444e {
  max-width: 100%;
}

.shg-c#s-a222cbe4-84e9-4d87-9533-87fe68f5444e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a222cbe4-84e9-4d87-9533-87fe68f5444e .shg-image-zoom,
.shg-c#s-a222cbe4-84e9-4d87-9533-87fe68f5444e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a222cbe4-84e9-4d87-9533-87fe68f5444e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a222cbe4-84e9-4d87-9533-87fe68f5444e {
  max-width: 100%;
}

.shg-c#s-a222cbe4-84e9-4d87-9533-87fe68f5444e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a222cbe4-84e9-4d87-9533-87fe68f5444e .shg-image-zoom,
.shg-c#s-a222cbe4-84e9-4d87-9533-87fe68f5444e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a222cbe4-84e9-4d87-9533-87fe68f5444e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-82b852cb-6567-4b9f-94e6-c901534d383e {
  margin-left: 2px;
margin-right: 2px;
padding-top: 10px;
}

#s-cd969728-31a6-46c1-a0e5-d41f7bcd5c38 {
  text-align: center;
}

#s-cd969728-31a6-46c1-a0e5-d41f7bcd5c38 .shg-product-sold-out {
  display: none;
  color: rgba(36, 40, 45, 1);
  font-size: 16px;
}

#s-cd969728-31a6-46c1-a0e5-d41f7bcd5c38 .shg-product-price {
  color: rgba(36, 40, 45, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-cd969728-31a6-46c1-a0e5-d41f7bcd5c38 .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-ab66664f-23df-4cbb-b882-aea700a6b40f {
  display: none;
}
#s-de9f676c-6a95-4033-bfc0-855fe262b401 {
  text-align: center;
}




  #s-de9f676c-6a95-4033-bfc0-855fe262b401 img.shogun-image {
    
    width: px;
  }


#s-de9f676c-6a95-4033-bfc0-855fe262b401 .shogun-image-content {
  
    align-items: center;
  
}

#s-c0d759f5-a273-4f28-a4b6-466c2a4da236 {
  margin-left: 2px;
margin-right: 2px;
padding-top: 10px;
}

#s-afd8eda1-cddc-431e-8e02-e681a3a45676 {
  text-align: center;
}

#s-afd8eda1-cddc-431e-8e02-e681a3a45676 .shg-product-sold-out {
  display: none;
  color: rgba(36, 40, 45, 1);
  font-size: 16px;
}

#s-afd8eda1-cddc-431e-8e02-e681a3a45676 .shg-product-price {
  color: rgba(36, 40, 45, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-afd8eda1-cddc-431e-8e02-e681a3a45676 .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-a8694fc9-822b-4b02-baa8-0476eac816fd {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a8694fc9-822b-4b02-baa8-0476eac816fd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a8694fc9-822b-4b02-baa8-0476eac816fd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a8694fc9-822b-4b02-baa8-0476eac816fd {
  
}
}@media (max-width: 767px){#s-a8694fc9-822b-4b02-baa8-0476eac816fd {
  
}
}







#s-a8694fc9-822b-4b02-baa8-0476eac816fd > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-a8694fc9-822b-4b02-baa8-0476eac816fd.shg-box.shg-c {
  justify-content: center;
}

#s-b2e808f4-c798-432d-938f-4e33188c5244 {
  background-attachment: fixed;
margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(247, 242, 242, 1);
}








#s-b2e808f4-c798-432d-938f-4e33188c5244 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2e808f4-c798-432d-938f-4e33188c5244.shg-box.shg-c {
  justify-content: center;
}

#s-a4c3ec5c-bca0-4359-9426-abbb2ab4c891 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 20px;
padding-bottom: 10px;
text-align: left;
}

#s-a4c3ec5c-bca0-4359-9426-abbb2ab4c891 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 2px;
  text-align: left;
}


#s-a4c3ec5c-bca0-4359-9426-abbb2ab4c891 .shogun-heading-component h1 a {
  color: #000;
}


#s-0f838b77-4699-449c-96e0-48a1305357bf {
  margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-6f55539a-1d4b-4039-999e-6c1c3646ba1b {
  min-height: 20px;
}








#s-6f55539a-1d4b-4039-999e-6c1c3646ba1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f55539a-1d4b-4039-999e-6c1c3646ba1b.shg-box.shg-c {
  justify-content: center;
}

#s-e9281f60-8f07-4c38-abd8-b6658719b098 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 25px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-e9281f60-8f07-4c38-abd8-b6658719b098"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-e9281f60-8f07-4c38-abd8-b6658719b098"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e9281f60-8f07-4c38-abd8-b6658719b098"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-e9281f60-8f07-4c38-abd8-b6658719b098"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-e9281f60-8f07-4c38-abd8-b6658719b098"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-e9281f60-8f07-4c38-abd8-b6658719b098"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-e9281f60-8f07-4c38-abd8-b6658719b098"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-e9281f60-8f07-4c38-abd8-b6658719b098"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-e9281f60-8f07-4c38-abd8-b6658719b098"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-e9281f60-8f07-4c38-abd8-b6658719b098"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-e9281f60-8f07-4c38-abd8-b6658719b098"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-e9281f60-8f07-4c38-abd8-b6658719b098"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-e9281f60-8f07-4c38-abd8-b6658719b098"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-e9281f60-8f07-4c38-abd8-b6658719b098"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-e9281f60-8f07-4c38-abd8-b6658719b098"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-e9281f60-8f07-4c38-abd8-b6658719b098"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-e9281f60-8f07-4c38-abd8-b6658719b098"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-e9281f60-8f07-4c38-abd8-b6658719b098"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-e9281f60-8f07-4c38-abd8-b6658719b098"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-e9281f60-8f07-4c38-abd8-b6658719b098"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-e9281f60-8f07-4c38-abd8-b6658719b098"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-e9281f60-8f07-4c38-abd8-b6658719b098"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-e9281f60-8f07-4c38-abd8-b6658719b098"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-e9281f60-8f07-4c38-abd8-b6658719b098"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-e9281f60-8f07-4c38-abd8-b6658719b098"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-e9281f60-8f07-4c38-abd8-b6658719b098"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-e9281f60-8f07-4c38-abd8-b6658719b098"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-e9281f60-8f07-4c38-abd8-b6658719b098"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-e9281f60-8f07-4c38-abd8-b6658719b098"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-e9281f60-8f07-4c38-abd8-b6658719b098"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-e9281f60-8f07-4c38-abd8-b6658719b098"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-e9281f60-8f07-4c38-abd8-b6658719b098"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-e9281f60-8f07-4c38-abd8-b6658719b098"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-e9281f60-8f07-4c38-abd8-b6658719b098"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-e9281f60-8f07-4c38-abd8-b6658719b098"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-e9281f60-8f07-4c38-abd8-b6658719b098"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-e9281f60-8f07-4c38-abd8-b6658719b098"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-e9281f60-8f07-4c38-abd8-b6658719b098"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-cde25523-5353-4483-b134-728358adf163 {
  display: none;
}
#s-b36fb666-c106-444c-8f37-ba197d37fe43 {
  display: none;
}
#s-f7ba8659-56e6-4c6d-a56c-dd3dab357990 {
  text-align: center;
}




  #s-f7ba8659-56e6-4c6d-a56c-dd3dab357990 img.shogun-image {
    
    width: px;
  }


#s-f7ba8659-56e6-4c6d-a56c-dd3dab357990 .shogun-image-content {
  
    align-items: center;
  
}

#s-c07ca56e-7d72-4d41-ac6e-ee782a3f6295 {
  margin-left: 2px;
margin-right: 2px;
padding-top: 10px;
}

#s-38bb2aad-040d-4cfd-a432-cb3df07daae1 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}

#s-38bb2aad-040d-4cfd-a432-cb3df07daae1 .shg-product-sold-out {
  display: none;
  color: rgba(36, 40, 45, 1);
  font-size: 16px;
}

#s-38bb2aad-040d-4cfd-a432-cb3df07daae1 .shg-product-price {
  color: rgba(36, 40, 45, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-38bb2aad-040d-4cfd-a432-cb3df07daae1 .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-ef172524-1d26-4c5d-8a9f-d683fbd7b4a0 {
  display: none;
}
#s-632371c8-7912-4311-8068-782227f9803a {
  text-align: left;
}


.shg-c#s-632371c8-7912-4311-8068-782227f9803a {
  max-width: 100%;
}

.shg-c#s-632371c8-7912-4311-8068-782227f9803a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-632371c8-7912-4311-8068-782227f9803a .shg-image-zoom,
.shg-c#s-632371c8-7912-4311-8068-782227f9803a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-632371c8-7912-4311-8068-782227f9803a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-632371c8-7912-4311-8068-782227f9803a {
  max-width: 100%;
}

.shg-c#s-632371c8-7912-4311-8068-782227f9803a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-632371c8-7912-4311-8068-782227f9803a .shg-image-zoom,
.shg-c#s-632371c8-7912-4311-8068-782227f9803a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-632371c8-7912-4311-8068-782227f9803a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-632371c8-7912-4311-8068-782227f9803a {
  max-width: 100%;
}

.shg-c#s-632371c8-7912-4311-8068-782227f9803a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-632371c8-7912-4311-8068-782227f9803a .shg-image-zoom,
.shg-c#s-632371c8-7912-4311-8068-782227f9803a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-632371c8-7912-4311-8068-782227f9803a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-632371c8-7912-4311-8068-782227f9803a {
  max-width: 100%;
}

.shg-c#s-632371c8-7912-4311-8068-782227f9803a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-632371c8-7912-4311-8068-782227f9803a .shg-image-zoom,
.shg-c#s-632371c8-7912-4311-8068-782227f9803a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-632371c8-7912-4311-8068-782227f9803a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-632371c8-7912-4311-8068-782227f9803a {
  max-width: 100%;
}

.shg-c#s-632371c8-7912-4311-8068-782227f9803a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-632371c8-7912-4311-8068-782227f9803a .shg-image-zoom,
.shg-c#s-632371c8-7912-4311-8068-782227f9803a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-632371c8-7912-4311-8068-782227f9803a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c6d8ae61-a99c-44b4-95a6-d5c050a43332 {
  margin-left: 2px;
margin-right: 2px;
padding-top: 10px;
}

#s-b66b40cd-7b9a-4b58-9e42-669741ac8975 {
  display: none;
}
#s-373c2485-c1f8-4e1d-a157-bac742fbec52 {
  text-align: center;
}

#s-373c2485-c1f8-4e1d-a157-bac742fbec52 .shg-product-sold-out {
  display: none;
  color: rgba(36, 40, 45, 1);
  font-size: 16px;
}

#s-373c2485-c1f8-4e1d-a157-bac742fbec52 .shg-product-price {
  color: rgba(36, 40, 45, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-373c2485-c1f8-4e1d-a157-bac742fbec52 .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-ce44bc78-b904-4bfb-b007-88d958f95199 {
  text-align: center;
}




  #s-ce44bc78-b904-4bfb-b007-88d958f95199 img.shogun-image {
    
    width: px;
  }


#s-ce44bc78-b904-4bfb-b007-88d958f95199 .shogun-image-content {
  
    align-items: center;
  
}

#s-a7ebd428-9425-412b-92eb-a9adcd1d095d {
  display: none;
}
#s-3e04c34e-89cc-469a-9c31-7cd1a46a907a {
  margin-left: 2px;
margin-right: 2px;
padding-top: 10px;
}

#s-e02678dc-8e72-40cc-bd68-4641ae52355b {
  text-align: center;
}

#s-e02678dc-8e72-40cc-bd68-4641ae52355b .shg-product-sold-out {
  display: none;
  color: rgba(36, 40, 45, 1);
  font-size: 16px;
}

#s-e02678dc-8e72-40cc-bd68-4641ae52355b .shg-product-price {
  color: rgba(36, 40, 45, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-e02678dc-8e72-40cc-bd68-4641ae52355b .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-53060b28-1472-4cd6-ba82-5f36f7eafd5a {
  display: none;
}
#s-a9cfc8a4-43f5-48b9-81ee-4c5814ebd610 {
  text-align: left;
}


.shg-c#s-a9cfc8a4-43f5-48b9-81ee-4c5814ebd610 {
  max-width: 100%;
}

.shg-c#s-a9cfc8a4-43f5-48b9-81ee-4c5814ebd610 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9cfc8a4-43f5-48b9-81ee-4c5814ebd610 .shg-image-zoom,
.shg-c#s-a9cfc8a4-43f5-48b9-81ee-4c5814ebd610 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9cfc8a4-43f5-48b9-81ee-4c5814ebd610 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a9cfc8a4-43f5-48b9-81ee-4c5814ebd610 {
  max-width: 100%;
}

.shg-c#s-a9cfc8a4-43f5-48b9-81ee-4c5814ebd610 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9cfc8a4-43f5-48b9-81ee-4c5814ebd610 .shg-image-zoom,
.shg-c#s-a9cfc8a4-43f5-48b9-81ee-4c5814ebd610 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9cfc8a4-43f5-48b9-81ee-4c5814ebd610 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a9cfc8a4-43f5-48b9-81ee-4c5814ebd610 {
  max-width: 100%;
}

.shg-c#s-a9cfc8a4-43f5-48b9-81ee-4c5814ebd610 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9cfc8a4-43f5-48b9-81ee-4c5814ebd610 .shg-image-zoom,
.shg-c#s-a9cfc8a4-43f5-48b9-81ee-4c5814ebd610 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9cfc8a4-43f5-48b9-81ee-4c5814ebd610 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a9cfc8a4-43f5-48b9-81ee-4c5814ebd610 {
  max-width: 100%;
}

.shg-c#s-a9cfc8a4-43f5-48b9-81ee-4c5814ebd610 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9cfc8a4-43f5-48b9-81ee-4c5814ebd610 .shg-image-zoom,
.shg-c#s-a9cfc8a4-43f5-48b9-81ee-4c5814ebd610 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9cfc8a4-43f5-48b9-81ee-4c5814ebd610 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a9cfc8a4-43f5-48b9-81ee-4c5814ebd610 {
  max-width: 100%;
}

.shg-c#s-a9cfc8a4-43f5-48b9-81ee-4c5814ebd610 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a9cfc8a4-43f5-48b9-81ee-4c5814ebd610 .shg-image-zoom,
.shg-c#s-a9cfc8a4-43f5-48b9-81ee-4c5814ebd610 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a9cfc8a4-43f5-48b9-81ee-4c5814ebd610 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-547585c3-f20b-461a-a66f-64578ee3c6e8 {
  margin-left: 2px;
margin-right: 2px;
padding-top: 10px;
}

#s-02a5aca5-c586-4b5a-9576-f6d1cbbe9917 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}

#s-02a5aca5-c586-4b5a-9576-f6d1cbbe9917 .shg-product-sold-out {
  display: none;
  color: rgba(36, 40, 45, 1);
  font-size: 16px;
}

#s-02a5aca5-c586-4b5a-9576-f6d1cbbe9917 .shg-product-price {
  color: rgba(36, 40, 45, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-02a5aca5-c586-4b5a-9576-f6d1cbbe9917 .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-eb5b049c-ba79-47b8-8cdd-2425750f2670 {
  min-height: 20px;
background-color: rgba(255, 255, 255, 1);
}








#s-eb5b049c-ba79-47b8-8cdd-2425750f2670 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb5b049c-ba79-47b8-8cdd-2425750f2670.shg-box.shg-c {
  justify-content: center;
}

#s-d3ce0342-a9fd-463b-b591-d42538b11eba {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-d3ce0342-a9fd-463b-b591-d42538b11eba {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d3ce0342-a9fd-463b-b591-d42538b11eba {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d3ce0342-a9fd-463b-b591-d42538b11eba {
  
}
}@media (max-width: 767px){#s-d3ce0342-a9fd-463b-b591-d42538b11eba {
  
}
}







#s-d3ce0342-a9fd-463b-b591-d42538b11eba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3ce0342-a9fd-463b-b591-d42538b11eba.shg-box.shg-c {
  justify-content: flex-start;
}

#s-336824b9-71ce-4427-9eff-4adc0f474022 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-336824b9-71ce-4427-9eff-4adc0f474022 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-336824b9-71ce-4427-9eff-4adc0f474022 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-336824b9-71ce-4427-9eff-4adc0f474022 {
  
}
}@media (max-width: 767px){#s-336824b9-71ce-4427-9eff-4adc0f474022 {
  
}
}







#s-336824b9-71ce-4427-9eff-4adc0f474022 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-336824b9-71ce-4427-9eff-4adc0f474022.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a1298b0c-89e5-4cf9-8742-45c25182b839 {
  border-style: solid;
margin-left: 10px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 0px;
background-color: rgba(36, 40, 45, 1);
}
@media (min-width: 1200px){#s-a1298b0c-89e5-4cf9-8742-45c25182b839 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a1298b0c-89e5-4cf9-8742-45c25182b839 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a1298b0c-89e5-4cf9-8742-45c25182b839 {
  
}
}@media (max-width: 767px){#s-a1298b0c-89e5-4cf9-8742-45c25182b839 {
  
}
}
@media (min-width: 0px) {
[id="s-a1298b0c-89e5-4cf9-8742-45c25182b839"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a1298b0c-89e5-4cf9-8742-45c25182b839"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-a1298b0c-89e5-4cf9-8742-45c25182b839"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-a1298b0c-89e5-4cf9-8742-45c25182b839"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-a1298b0c-89e5-4cf9-8742-45c25182b839"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-a1298b0c-89e5-4cf9-8742-45c25182b839"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-a1298b0c-89e5-4cf9-8742-45c25182b839"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-a1298b0c-89e5-4cf9-8742-45c25182b839"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-a1298b0c-89e5-4cf9-8742-45c25182b839"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-a1298b0c-89e5-4cf9-8742-45c25182b839"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-a1298b0c-89e5-4cf9-8742-45c25182b839"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-a1298b0c-89e5-4cf9-8742-45c25182b839"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-a1298b0c-89e5-4cf9-8742-45c25182b839"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-a1298b0c-89e5-4cf9-8742-45c25182b839"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-a1298b0c-89e5-4cf9-8742-45c25182b839"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-a1298b0c-89e5-4cf9-8742-45c25182b839"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-a1298b0c-89e5-4cf9-8742-45c25182b839"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-a1298b0c-89e5-4cf9-8742-45c25182b839"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-a1298b0c-89e5-4cf9-8742-45c25182b839"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-a1298b0c-89e5-4cf9-8742-45c25182b839"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-a1298b0c-89e5-4cf9-8742-45c25182b839"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-a1298b0c-89e5-4cf9-8742-45c25182b839"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-a1298b0c-89e5-4cf9-8742-45c25182b839"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-a1298b0c-89e5-4cf9-8742-45c25182b839"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-a1298b0c-89e5-4cf9-8742-45c25182b839"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-a1298b0c-89e5-4cf9-8742-45c25182b839"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-a1298b0c-89e5-4cf9-8742-45c25182b839"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-a1298b0c-89e5-4cf9-8742-45c25182b839"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-a1298b0c-89e5-4cf9-8742-45c25182b839"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-a1298b0c-89e5-4cf9-8742-45c25182b839"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-a1298b0c-89e5-4cf9-8742-45c25182b839"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-a1298b0c-89e5-4cf9-8742-45c25182b839"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-a1298b0c-89e5-4cf9-8742-45c25182b839"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-a1298b0c-89e5-4cf9-8742-45c25182b839"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-a1298b0c-89e5-4cf9-8742-45c25182b839"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-a1298b0c-89e5-4cf9-8742-45c25182b839"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-a1298b0c-89e5-4cf9-8742-45c25182b839"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-a2978786-fb81-4e05-9c02-da60e801adee {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(36, 40, 45, 1);
}
@media (min-width: 1200px){#s-a2978786-fb81-4e05-9c02-da60e801adee {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a2978786-fb81-4e05-9c02-da60e801adee {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a2978786-fb81-4e05-9c02-da60e801adee {
  
}
}@media (max-width: 767px){#s-a2978786-fb81-4e05-9c02-da60e801adee {
  
}
}







#s-a2978786-fb81-4e05-9c02-da60e801adee > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
}#s-a2978786-fb81-4e05-9c02-da60e801adee.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4580eb6a-34a9-4f95-af4a-73490aafeea5 {
  margin-top: 0px;
margin-left: 16px;
margin-bottom: 0px;
margin-right: 16px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
opacity: 1;
}

#s-4580eb6a-34a9-4f95-af4a-73490aafeea5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-40e060db-e118-478f-a4eb-ef66d3464054 {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-40e060db-e118-478f-a4eb-ef66d3464054 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-40e060db-e118-478f-a4eb-ef66d3464054 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-40e060db-e118-478f-a4eb-ef66d3464054 {
  
}
}@media (max-width: 767px){#s-40e060db-e118-478f-a4eb-ef66d3464054 {
  
}
}
#s-245bdcbe-8bbb-41e1-9295-44455d912604 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
color: rgba(36, 40, 45, 1);
hover-type: color;
}
#s-245bdcbe-8bbb-41e1-9295-44455d912604:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(36, 40, 45, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-245bdcbe-8bbb-41e1-9295-44455d912604:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 1px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-245bdcbe-8bbb-41e1-9295-44455d912604.shg-btn {
  color: rgba(36, 40, 45, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-bb150213-53ad-48c9-aa7a-28ac25059683 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 20px;
padding-bottom: 10px;
min-height: 20px;
background-color: rgba(255, 255, 255, 1);
}








#s-bb150213-53ad-48c9-aa7a-28ac25059683 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb150213-53ad-48c9-aa7a-28ac25059683.shg-box.shg-c {
  justify-content: center;
}

#s-d7049b85-fd08-41aa-ae74-487141464424 {
  min-height: 50px;
}








#s-d7049b85-fd08-41aa-ae74-487141464424 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7049b85-fd08-41aa-ae74-487141464424.shg-box.shg-c {
  justify-content: center;
}

#s-dcf4ff43-841b-4f06-977c-2853c294f3c1 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-dcf4ff43-841b-4f06-977c-2853c294f3c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dcf4ff43-841b-4f06-977c-2853c294f3c1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dcf4ff43-841b-4f06-977c-2853c294f3c1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dcf4ff43-841b-4f06-977c-2853c294f3c1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dcf4ff43-841b-4f06-977c-2853c294f3c1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dcf4ff43-841b-4f06-977c-2853c294f3c1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dcf4ff43-841b-4f06-977c-2853c294f3c1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dcf4ff43-841b-4f06-977c-2853c294f3c1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dcf4ff43-841b-4f06-977c-2853c294f3c1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dcf4ff43-841b-4f06-977c-2853c294f3c1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dcf4ff43-841b-4f06-977c-2853c294f3c1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dcf4ff43-841b-4f06-977c-2853c294f3c1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dcf4ff43-841b-4f06-977c-2853c294f3c1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dcf4ff43-841b-4f06-977c-2853c294f3c1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dcf4ff43-841b-4f06-977c-2853c294f3c1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dcf4ff43-841b-4f06-977c-2853c294f3c1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dcf4ff43-841b-4f06-977c-2853c294f3c1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dcf4ff43-841b-4f06-977c-2853c294f3c1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dcf4ff43-841b-4f06-977c-2853c294f3c1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dcf4ff43-841b-4f06-977c-2853c294f3c1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dcf4ff43-841b-4f06-977c-2853c294f3c1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dcf4ff43-841b-4f06-977c-2853c294f3c1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dcf4ff43-841b-4f06-977c-2853c294f3c1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dcf4ff43-841b-4f06-977c-2853c294f3c1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dcf4ff43-841b-4f06-977c-2853c294f3c1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dcf4ff43-841b-4f06-977c-2853c294f3c1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dcf4ff43-841b-4f06-977c-2853c294f3c1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dcf4ff43-841b-4f06-977c-2853c294f3c1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dcf4ff43-841b-4f06-977c-2853c294f3c1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dcf4ff43-841b-4f06-977c-2853c294f3c1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dcf4ff43-841b-4f06-977c-2853c294f3c1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dcf4ff43-841b-4f06-977c-2853c294f3c1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dcf4ff43-841b-4f06-977c-2853c294f3c1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dcf4ff43-841b-4f06-977c-2853c294f3c1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dcf4ff43-841b-4f06-977c-2853c294f3c1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dcf4ff43-841b-4f06-977c-2853c294f3c1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dcf4ff43-841b-4f06-977c-2853c294f3c1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4e6a230e-c824-4c32-86cd-1b1b94c6a07b {
  display: none;
}
#s-06fbd702-d277-4c2c-af5e-cf4b214428e8 {
  text-align: left;
}


.shg-c#s-06fbd702-d277-4c2c-af5e-cf4b214428e8 {
  max-width: 100%;
}

.shg-c#s-06fbd702-d277-4c2c-af5e-cf4b214428e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-06fbd702-d277-4c2c-af5e-cf4b214428e8 .shg-image-zoom,
.shg-c#s-06fbd702-d277-4c2c-af5e-cf4b214428e8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-06fbd702-d277-4c2c-af5e-cf4b214428e8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-06fbd702-d277-4c2c-af5e-cf4b214428e8 {
  max-width: 100%;
}

.shg-c#s-06fbd702-d277-4c2c-af5e-cf4b214428e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-06fbd702-d277-4c2c-af5e-cf4b214428e8 .shg-image-zoom,
.shg-c#s-06fbd702-d277-4c2c-af5e-cf4b214428e8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-06fbd702-d277-4c2c-af5e-cf4b214428e8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-06fbd702-d277-4c2c-af5e-cf4b214428e8 {
  max-width: 100%;
}

.shg-c#s-06fbd702-d277-4c2c-af5e-cf4b214428e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-06fbd702-d277-4c2c-af5e-cf4b214428e8 .shg-image-zoom,
.shg-c#s-06fbd702-d277-4c2c-af5e-cf4b214428e8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-06fbd702-d277-4c2c-af5e-cf4b214428e8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-06fbd702-d277-4c2c-af5e-cf4b214428e8 {
  max-width: 100%;
}

.shg-c#s-06fbd702-d277-4c2c-af5e-cf4b214428e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-06fbd702-d277-4c2c-af5e-cf4b214428e8 .shg-image-zoom,
.shg-c#s-06fbd702-d277-4c2c-af5e-cf4b214428e8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-06fbd702-d277-4c2c-af5e-cf4b214428e8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-06fbd702-d277-4c2c-af5e-cf4b214428e8 {
  max-width: 100%;
}

.shg-c#s-06fbd702-d277-4c2c-af5e-cf4b214428e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-06fbd702-d277-4c2c-af5e-cf4b214428e8 .shg-image-zoom,
.shg-c#s-06fbd702-d277-4c2c-af5e-cf4b214428e8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-06fbd702-d277-4c2c-af5e-cf4b214428e8 .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-9955b952-02a0-45d1-ab8c-285ac7a97bfb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9955b952-02a0-45d1-ab8c-285ac7a97bfb .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
}

#s-63352e5f-2687-453e-9c33-bfbf6fac4203 {
  margin-top: 30px;
margin-bottom: 10px;
text-align: center;
}

#s-63352e5f-2687-453e-9c33-bfbf6fac4203 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-63352e5f-2687-453e-9c33-bfbf6fac4203 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-63352e5f-2687-453e-9c33-bfbf6fac4203 .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-48542313-9706-4604-89b0-b5cca05805ad {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(36, 40, 45, 1);
text-align: center;
text-decoration: none;
hover-type: color;
letter-spacing: 2px;
}
#s-48542313-9706-4604-89b0-b5cca05805ad:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(36, 40, 45, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-48542313-9706-4604-89b0-b5cca05805ad:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-48542313-9706-4604-89b0-b5cca05805ad-btn-wrapper {
    text-align: center;
  }


#s-48542313-9706-4604-89b0-b5cca05805ad.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-ac53bd87-44de-437b-a661-67c450268e33 {
  display: none;
}
#s-ea8a2467-a1e8-4e3e-b5c6-8c1b05be6867 {
  text-align: left;
}


.shg-c#s-ea8a2467-a1e8-4e3e-b5c6-8c1b05be6867 {
  max-width: 100%;
}

.shg-c#s-ea8a2467-a1e8-4e3e-b5c6-8c1b05be6867 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea8a2467-a1e8-4e3e-b5c6-8c1b05be6867 .shg-image-zoom,
.shg-c#s-ea8a2467-a1e8-4e3e-b5c6-8c1b05be6867 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea8a2467-a1e8-4e3e-b5c6-8c1b05be6867 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ea8a2467-a1e8-4e3e-b5c6-8c1b05be6867 {
  max-width: 100%;
}

.shg-c#s-ea8a2467-a1e8-4e3e-b5c6-8c1b05be6867 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea8a2467-a1e8-4e3e-b5c6-8c1b05be6867 .shg-image-zoom,
.shg-c#s-ea8a2467-a1e8-4e3e-b5c6-8c1b05be6867 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea8a2467-a1e8-4e3e-b5c6-8c1b05be6867 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ea8a2467-a1e8-4e3e-b5c6-8c1b05be6867 {
  max-width: 100%;
}

.shg-c#s-ea8a2467-a1e8-4e3e-b5c6-8c1b05be6867 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea8a2467-a1e8-4e3e-b5c6-8c1b05be6867 .shg-image-zoom,
.shg-c#s-ea8a2467-a1e8-4e3e-b5c6-8c1b05be6867 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea8a2467-a1e8-4e3e-b5c6-8c1b05be6867 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ea8a2467-a1e8-4e3e-b5c6-8c1b05be6867 {
  max-width: 100%;
}

.shg-c#s-ea8a2467-a1e8-4e3e-b5c6-8c1b05be6867 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea8a2467-a1e8-4e3e-b5c6-8c1b05be6867 .shg-image-zoom,
.shg-c#s-ea8a2467-a1e8-4e3e-b5c6-8c1b05be6867 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea8a2467-a1e8-4e3e-b5c6-8c1b05be6867 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ea8a2467-a1e8-4e3e-b5c6-8c1b05be6867 {
  max-width: 100%;
}

.shg-c#s-ea8a2467-a1e8-4e3e-b5c6-8c1b05be6867 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea8a2467-a1e8-4e3e-b5c6-8c1b05be6867 .shg-image-zoom,
.shg-c#s-ea8a2467-a1e8-4e3e-b5c6-8c1b05be6867 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea8a2467-a1e8-4e3e-b5c6-8c1b05be6867 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-93626114-e19e-44d5-ab7f-820189d8672b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-93626114-e19e-44d5-ab7f-820189d8672b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
}

#s-d719758b-adc7-4e46-be38-6ef0beb62f33 {
  margin-top: 30px;
margin-bottom: 10px;
text-align: center;
}

#s-d719758b-adc7-4e46-be38-6ef0beb62f33 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-d719758b-adc7-4e46-be38-6ef0beb62f33 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-d719758b-adc7-4e46-be38-6ef0beb62f33 .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-09ce3a7c-afe0-4203-8710-5bca797a62ec {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(36, 40, 45, 1);
text-align: center;
text-decoration: none;
hover-type: color;
letter-spacing: 2px;
}
#s-09ce3a7c-afe0-4203-8710-5bca797a62ec:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(36, 40, 45, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-09ce3a7c-afe0-4203-8710-5bca797a62ec:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-09ce3a7c-afe0-4203-8710-5bca797a62ec-btn-wrapper {
    text-align: center;
  }


#s-09ce3a7c-afe0-4203-8710-5bca797a62ec.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-d763848e-b940-4a91-9999-0d51e8ccf044 {
  padding-top: 20px;
padding-bottom: 10px;
min-height: 20px;
background-color: rgba(255, 255, 255, 1);
}








#s-d763848e-b940-4a91-9999-0d51e8ccf044 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d763848e-b940-4a91-9999-0d51e8ccf044.shg-box.shg-c {
  justify-content: center;
}

#s-e680a99f-e947-45cc-900f-7f6b17449d6e {
  margin-top: 20px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
opacity: 1;
}

#s-e680a99f-e947-45cc-900f-7f6b17449d6e .shogun-heading-component h1 {
  color: rgba(36, 40, 45, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


#s-e680a99f-e947-45cc-900f-7f6b17449d6e .shogun-heading-component h1 a {
  color: rgba(36, 40, 45, 1);
}


#s-ec041189-01dc-4faa-83b4-6aa311a10b79 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-ec041189-01dc-4faa-83b4-6aa311a10b79"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec041189-01dc-4faa-83b4-6aa311a10b79"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ec041189-01dc-4faa-83b4-6aa311a10b79"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ec041189-01dc-4faa-83b4-6aa311a10b79"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ec041189-01dc-4faa-83b4-6aa311a10b79"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ec041189-01dc-4faa-83b4-6aa311a10b79"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ec041189-01dc-4faa-83b4-6aa311a10b79"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ec041189-01dc-4faa-83b4-6aa311a10b79"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ec041189-01dc-4faa-83b4-6aa311a10b79"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ec041189-01dc-4faa-83b4-6aa311a10b79"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ec041189-01dc-4faa-83b4-6aa311a10b79"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ec041189-01dc-4faa-83b4-6aa311a10b79"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ec041189-01dc-4faa-83b4-6aa311a10b79"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ec041189-01dc-4faa-83b4-6aa311a10b79"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ec041189-01dc-4faa-83b4-6aa311a10b79"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ec041189-01dc-4faa-83b4-6aa311a10b79"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ec041189-01dc-4faa-83b4-6aa311a10b79"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ec041189-01dc-4faa-83b4-6aa311a10b79"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ec041189-01dc-4faa-83b4-6aa311a10b79"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ec041189-01dc-4faa-83b4-6aa311a10b79"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ec041189-01dc-4faa-83b4-6aa311a10b79"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ec041189-01dc-4faa-83b4-6aa311a10b79"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ec041189-01dc-4faa-83b4-6aa311a10b79"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ec041189-01dc-4faa-83b4-6aa311a10b79"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ec041189-01dc-4faa-83b4-6aa311a10b79"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec041189-01dc-4faa-83b4-6aa311a10b79"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ec041189-01dc-4faa-83b4-6aa311a10b79"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ec041189-01dc-4faa-83b4-6aa311a10b79"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ec041189-01dc-4faa-83b4-6aa311a10b79"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ec041189-01dc-4faa-83b4-6aa311a10b79"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ec041189-01dc-4faa-83b4-6aa311a10b79"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ec041189-01dc-4faa-83b4-6aa311a10b79"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ec041189-01dc-4faa-83b4-6aa311a10b79"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ec041189-01dc-4faa-83b4-6aa311a10b79"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ec041189-01dc-4faa-83b4-6aa311a10b79"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ec041189-01dc-4faa-83b4-6aa311a10b79"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ec041189-01dc-4faa-83b4-6aa311a10b79"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-00cf0f80-9bcb-4380-876f-0e3193d9cec2 {
  display: none;
}
#s-f66b4e92-bc4a-4aa0-910d-85561b42ff8b {
  text-align: left;
}


.shg-c#s-f66b4e92-bc4a-4aa0-910d-85561b42ff8b {
  max-width: 100%;
}

.shg-c#s-f66b4e92-bc4a-4aa0-910d-85561b42ff8b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f66b4e92-bc4a-4aa0-910d-85561b42ff8b .shg-image-zoom,
.shg-c#s-f66b4e92-bc4a-4aa0-910d-85561b42ff8b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f66b4e92-bc4a-4aa0-910d-85561b42ff8b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f66b4e92-bc4a-4aa0-910d-85561b42ff8b {
  max-width: 100%;
}

.shg-c#s-f66b4e92-bc4a-4aa0-910d-85561b42ff8b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f66b4e92-bc4a-4aa0-910d-85561b42ff8b .shg-image-zoom,
.shg-c#s-f66b4e92-bc4a-4aa0-910d-85561b42ff8b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f66b4e92-bc4a-4aa0-910d-85561b42ff8b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f66b4e92-bc4a-4aa0-910d-85561b42ff8b {
  max-width: 100%;
}

.shg-c#s-f66b4e92-bc4a-4aa0-910d-85561b42ff8b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f66b4e92-bc4a-4aa0-910d-85561b42ff8b .shg-image-zoom,
.shg-c#s-f66b4e92-bc4a-4aa0-910d-85561b42ff8b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f66b4e92-bc4a-4aa0-910d-85561b42ff8b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f66b4e92-bc4a-4aa0-910d-85561b42ff8b {
  max-width: 100%;
}

.shg-c#s-f66b4e92-bc4a-4aa0-910d-85561b42ff8b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f66b4e92-bc4a-4aa0-910d-85561b42ff8b .shg-image-zoom,
.shg-c#s-f66b4e92-bc4a-4aa0-910d-85561b42ff8b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f66b4e92-bc4a-4aa0-910d-85561b42ff8b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f66b4e92-bc4a-4aa0-910d-85561b42ff8b {
  max-width: 100%;
}

.shg-c#s-f66b4e92-bc4a-4aa0-910d-85561b42ff8b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f66b4e92-bc4a-4aa0-910d-85561b42ff8b .shg-image-zoom,
.shg-c#s-f66b4e92-bc4a-4aa0-910d-85561b42ff8b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f66b4e92-bc4a-4aa0-910d-85561b42ff8b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-31660626-1651-48f9-917d-e78d5ae10ab7 {
  margin-left: 2px;
margin-right: 2px;
padding-top: 10px;
}

#s-407c9e88-0de1-4f0a-9dcc-1ffa98dfb3b3 {
  text-align: center;
}

#s-407c9e88-0de1-4f0a-9dcc-1ffa98dfb3b3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-407c9e88-0de1-4f0a-9dcc-1ffa98dfb3b3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-407c9e88-0de1-4f0a-9dcc-1ffa98dfb3b3 .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-8b9441b0-1aea-4de4-a2fa-1ab48fccc105 {
  display: none;
}
#s-26459cfe-991a-448d-bf03-e1ccbde31aa7 {
  text-align: left;
}


.shg-c#s-26459cfe-991a-448d-bf03-e1ccbde31aa7 {
  max-width: 100%;
}

.shg-c#s-26459cfe-991a-448d-bf03-e1ccbde31aa7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26459cfe-991a-448d-bf03-e1ccbde31aa7 .shg-image-zoom,
.shg-c#s-26459cfe-991a-448d-bf03-e1ccbde31aa7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-26459cfe-991a-448d-bf03-e1ccbde31aa7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-26459cfe-991a-448d-bf03-e1ccbde31aa7 {
  max-width: 100%;
}

.shg-c#s-26459cfe-991a-448d-bf03-e1ccbde31aa7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26459cfe-991a-448d-bf03-e1ccbde31aa7 .shg-image-zoom,
.shg-c#s-26459cfe-991a-448d-bf03-e1ccbde31aa7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-26459cfe-991a-448d-bf03-e1ccbde31aa7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-26459cfe-991a-448d-bf03-e1ccbde31aa7 {
  max-width: 100%;
}

.shg-c#s-26459cfe-991a-448d-bf03-e1ccbde31aa7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26459cfe-991a-448d-bf03-e1ccbde31aa7 .shg-image-zoom,
.shg-c#s-26459cfe-991a-448d-bf03-e1ccbde31aa7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-26459cfe-991a-448d-bf03-e1ccbde31aa7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-26459cfe-991a-448d-bf03-e1ccbde31aa7 {
  max-width: 100%;
}

.shg-c#s-26459cfe-991a-448d-bf03-e1ccbde31aa7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26459cfe-991a-448d-bf03-e1ccbde31aa7 .shg-image-zoom,
.shg-c#s-26459cfe-991a-448d-bf03-e1ccbde31aa7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-26459cfe-991a-448d-bf03-e1ccbde31aa7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-26459cfe-991a-448d-bf03-e1ccbde31aa7 {
  max-width: 100%;
}

.shg-c#s-26459cfe-991a-448d-bf03-e1ccbde31aa7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26459cfe-991a-448d-bf03-e1ccbde31aa7 .shg-image-zoom,
.shg-c#s-26459cfe-991a-448d-bf03-e1ccbde31aa7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-26459cfe-991a-448d-bf03-e1ccbde31aa7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-22aabb34-083b-40b0-be8a-b14b83ea2633 {
  margin-left: 2px;
margin-right: 2px;
padding-top: 10px;
}

#s-bd733abb-af7e-42d1-9b88-e7358da17f36 {
  text-align: center;
}

#s-bd733abb-af7e-42d1-9b88-e7358da17f36 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-bd733abb-af7e-42d1-9b88-e7358da17f36 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-bd733abb-af7e-42d1-9b88-e7358da17f36 .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-f7f72fe5-4279-48ac-970f-9e4658d63024 {
  display: none;
}
#s-98403215-3d1d-4e8d-80d8-460500512b38 {
  text-align: left;
}


.shg-c#s-98403215-3d1d-4e8d-80d8-460500512b38 {
  max-width: 100%;
}

.shg-c#s-98403215-3d1d-4e8d-80d8-460500512b38 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98403215-3d1d-4e8d-80d8-460500512b38 .shg-image-zoom,
.shg-c#s-98403215-3d1d-4e8d-80d8-460500512b38 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98403215-3d1d-4e8d-80d8-460500512b38 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-98403215-3d1d-4e8d-80d8-460500512b38 {
  max-width: 100%;
}

.shg-c#s-98403215-3d1d-4e8d-80d8-460500512b38 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98403215-3d1d-4e8d-80d8-460500512b38 .shg-image-zoom,
.shg-c#s-98403215-3d1d-4e8d-80d8-460500512b38 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98403215-3d1d-4e8d-80d8-460500512b38 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-98403215-3d1d-4e8d-80d8-460500512b38 {
  max-width: 100%;
}

.shg-c#s-98403215-3d1d-4e8d-80d8-460500512b38 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98403215-3d1d-4e8d-80d8-460500512b38 .shg-image-zoom,
.shg-c#s-98403215-3d1d-4e8d-80d8-460500512b38 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98403215-3d1d-4e8d-80d8-460500512b38 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-98403215-3d1d-4e8d-80d8-460500512b38 {
  max-width: 100%;
}

.shg-c#s-98403215-3d1d-4e8d-80d8-460500512b38 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98403215-3d1d-4e8d-80d8-460500512b38 .shg-image-zoom,
.shg-c#s-98403215-3d1d-4e8d-80d8-460500512b38 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98403215-3d1d-4e8d-80d8-460500512b38 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-98403215-3d1d-4e8d-80d8-460500512b38 {
  max-width: 100%;
}

.shg-c#s-98403215-3d1d-4e8d-80d8-460500512b38 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-98403215-3d1d-4e8d-80d8-460500512b38 .shg-image-zoom,
.shg-c#s-98403215-3d1d-4e8d-80d8-460500512b38 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-98403215-3d1d-4e8d-80d8-460500512b38 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-42657891-b71b-4c43-94ac-f055f9d1e6aa {
  margin-left: 2px;
margin-bottom: 10px;
margin-right: 2px;
padding-top: 10px;
}

#s-c443c183-ba9e-4e55-a828-ec01bbec3cec {
  margin-top: 10px;
text-align: center;
}

#s-c443c183-ba9e-4e55-a828-ec01bbec3cec .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-c443c183-ba9e-4e55-a828-ec01bbec3cec .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-c443c183-ba9e-4e55-a828-ec01bbec3cec .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-206931c9-24c4-487c-a332-0d29be754503 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-206931c9-24c4-487c-a332-0d29be754503"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-206931c9-24c4-487c-a332-0d29be754503"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-206931c9-24c4-487c-a332-0d29be754503"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-206931c9-24c4-487c-a332-0d29be754503"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-206931c9-24c4-487c-a332-0d29be754503"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-206931c9-24c4-487c-a332-0d29be754503"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-206931c9-24c4-487c-a332-0d29be754503"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-206931c9-24c4-487c-a332-0d29be754503"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-206931c9-24c4-487c-a332-0d29be754503"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-206931c9-24c4-487c-a332-0d29be754503"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-206931c9-24c4-487c-a332-0d29be754503"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-206931c9-24c4-487c-a332-0d29be754503"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-206931c9-24c4-487c-a332-0d29be754503"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-206931c9-24c4-487c-a332-0d29be754503"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-206931c9-24c4-487c-a332-0d29be754503"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-206931c9-24c4-487c-a332-0d29be754503"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-206931c9-24c4-487c-a332-0d29be754503"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-206931c9-24c4-487c-a332-0d29be754503"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-206931c9-24c4-487c-a332-0d29be754503"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-206931c9-24c4-487c-a332-0d29be754503"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-206931c9-24c4-487c-a332-0d29be754503"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-206931c9-24c4-487c-a332-0d29be754503"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-206931c9-24c4-487c-a332-0d29be754503"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-206931c9-24c4-487c-a332-0d29be754503"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-206931c9-24c4-487c-a332-0d29be754503"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-206931c9-24c4-487c-a332-0d29be754503"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-206931c9-24c4-487c-a332-0d29be754503"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-206931c9-24c4-487c-a332-0d29be754503"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-206931c9-24c4-487c-a332-0d29be754503"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-206931c9-24c4-487c-a332-0d29be754503"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-206931c9-24c4-487c-a332-0d29be754503"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-206931c9-24c4-487c-a332-0d29be754503"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-206931c9-24c4-487c-a332-0d29be754503"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-206931c9-24c4-487c-a332-0d29be754503"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-206931c9-24c4-487c-a332-0d29be754503"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-206931c9-24c4-487c-a332-0d29be754503"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-206931c9-24c4-487c-a332-0d29be754503"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-107a513b-92f9-4ac0-b818-7b62cf3dc4c9 {
  display: none;
}
@media (min-width: 0px) {
[id="s-6c50dea5-131e-4356-9244-14a23849c801"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c50dea5-131e-4356-9244-14a23849c801"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6c50dea5-131e-4356-9244-14a23849c801"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6c50dea5-131e-4356-9244-14a23849c801"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6c50dea5-131e-4356-9244-14a23849c801"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6c50dea5-131e-4356-9244-14a23849c801"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6c50dea5-131e-4356-9244-14a23849c801"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6c50dea5-131e-4356-9244-14a23849c801"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6c50dea5-131e-4356-9244-14a23849c801"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6c50dea5-131e-4356-9244-14a23849c801"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6c50dea5-131e-4356-9244-14a23849c801"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6c50dea5-131e-4356-9244-14a23849c801"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6c50dea5-131e-4356-9244-14a23849c801"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6c50dea5-131e-4356-9244-14a23849c801"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6c50dea5-131e-4356-9244-14a23849c801"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6c50dea5-131e-4356-9244-14a23849c801"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6c50dea5-131e-4356-9244-14a23849c801"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6c50dea5-131e-4356-9244-14a23849c801"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6c50dea5-131e-4356-9244-14a23849c801"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6c50dea5-131e-4356-9244-14a23849c801"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6c50dea5-131e-4356-9244-14a23849c801"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6c50dea5-131e-4356-9244-14a23849c801"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6c50dea5-131e-4356-9244-14a23849c801"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6c50dea5-131e-4356-9244-14a23849c801"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6c50dea5-131e-4356-9244-14a23849c801"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c50dea5-131e-4356-9244-14a23849c801"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6c50dea5-131e-4356-9244-14a23849c801"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6c50dea5-131e-4356-9244-14a23849c801"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6c50dea5-131e-4356-9244-14a23849c801"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6c50dea5-131e-4356-9244-14a23849c801"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6c50dea5-131e-4356-9244-14a23849c801"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6c50dea5-131e-4356-9244-14a23849c801"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6c50dea5-131e-4356-9244-14a23849c801"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6c50dea5-131e-4356-9244-14a23849c801"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6c50dea5-131e-4356-9244-14a23849c801"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6c50dea5-131e-4356-9244-14a23849c801"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6c50dea5-131e-4356-9244-14a23849c801"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5573490e-e835-487a-b1eb-78ae00c9cb2f {
  min-height: 50px;
}








#s-5573490e-e835-487a-b1eb-78ae00c9cb2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5573490e-e835-487a-b1eb-78ae00c9cb2f.shg-box.shg-c {
  justify-content: center;
}

#s-40eda213-a611-42ff-8e10-c996b750e6cd {
  text-align: left;
}


.shg-c#s-40eda213-a611-42ff-8e10-c996b750e6cd {
  max-width: 100%;
}

.shg-c#s-40eda213-a611-42ff-8e10-c996b750e6cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40eda213-a611-42ff-8e10-c996b750e6cd .shg-image-zoom,
.shg-c#s-40eda213-a611-42ff-8e10-c996b750e6cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-40eda213-a611-42ff-8e10-c996b750e6cd .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-40eda213-a611-42ff-8e10-c996b750e6cd {
  max-width: 100%;
}

.shg-c#s-40eda213-a611-42ff-8e10-c996b750e6cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40eda213-a611-42ff-8e10-c996b750e6cd .shg-image-zoom,
.shg-c#s-40eda213-a611-42ff-8e10-c996b750e6cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-40eda213-a611-42ff-8e10-c996b750e6cd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-40eda213-a611-42ff-8e10-c996b750e6cd {
  max-width: 100%;
}

.shg-c#s-40eda213-a611-42ff-8e10-c996b750e6cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40eda213-a611-42ff-8e10-c996b750e6cd .shg-image-zoom,
.shg-c#s-40eda213-a611-42ff-8e10-c996b750e6cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-40eda213-a611-42ff-8e10-c996b750e6cd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-40eda213-a611-42ff-8e10-c996b750e6cd {
  max-width: 100%;
}

.shg-c#s-40eda213-a611-42ff-8e10-c996b750e6cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40eda213-a611-42ff-8e10-c996b750e6cd .shg-image-zoom,
.shg-c#s-40eda213-a611-42ff-8e10-c996b750e6cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-40eda213-a611-42ff-8e10-c996b750e6cd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-40eda213-a611-42ff-8e10-c996b750e6cd {
  max-width: 100%;
}

.shg-c#s-40eda213-a611-42ff-8e10-c996b750e6cd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-40eda213-a611-42ff-8e10-c996b750e6cd .shg-image-zoom,
.shg-c#s-40eda213-a611-42ff-8e10-c996b750e6cd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-40eda213-a611-42ff-8e10-c996b750e6cd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-522b9f63-93b2-4c61-8a8a-c4bc9122fe71 {
  margin-left: 2px;
margin-right: 2px;
padding-top: 10px;
}

#s-3a842207-9300-4abf-81d8-f4dff32336e7 {
  text-align: center;
}

#s-3a842207-9300-4abf-81d8-f4dff32336e7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-3a842207-9300-4abf-81d8-f4dff32336e7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-3a842207-9300-4abf-81d8-f4dff32336e7 .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-2537e122-03d3-46bc-b060-fdded7b2bcc9 {
  display: none;
}
@media (min-width: 0px) {
[id="s-08ce002b-5582-4afa-a9ff-875a2a1a031e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08ce002b-5582-4afa-a9ff-875a2a1a031e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-08ce002b-5582-4afa-a9ff-875a2a1a031e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-08ce002b-5582-4afa-a9ff-875a2a1a031e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-08ce002b-5582-4afa-a9ff-875a2a1a031e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-08ce002b-5582-4afa-a9ff-875a2a1a031e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-08ce002b-5582-4afa-a9ff-875a2a1a031e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-08ce002b-5582-4afa-a9ff-875a2a1a031e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-08ce002b-5582-4afa-a9ff-875a2a1a031e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-08ce002b-5582-4afa-a9ff-875a2a1a031e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-08ce002b-5582-4afa-a9ff-875a2a1a031e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-08ce002b-5582-4afa-a9ff-875a2a1a031e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-08ce002b-5582-4afa-a9ff-875a2a1a031e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-08ce002b-5582-4afa-a9ff-875a2a1a031e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-08ce002b-5582-4afa-a9ff-875a2a1a031e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-08ce002b-5582-4afa-a9ff-875a2a1a031e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-08ce002b-5582-4afa-a9ff-875a2a1a031e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-08ce002b-5582-4afa-a9ff-875a2a1a031e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-08ce002b-5582-4afa-a9ff-875a2a1a031e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-08ce002b-5582-4afa-a9ff-875a2a1a031e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-08ce002b-5582-4afa-a9ff-875a2a1a031e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-08ce002b-5582-4afa-a9ff-875a2a1a031e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-08ce002b-5582-4afa-a9ff-875a2a1a031e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-08ce002b-5582-4afa-a9ff-875a2a1a031e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-08ce002b-5582-4afa-a9ff-875a2a1a031e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-08ce002b-5582-4afa-a9ff-875a2a1a031e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-08ce002b-5582-4afa-a9ff-875a2a1a031e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-08ce002b-5582-4afa-a9ff-875a2a1a031e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-08ce002b-5582-4afa-a9ff-875a2a1a031e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-08ce002b-5582-4afa-a9ff-875a2a1a031e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-08ce002b-5582-4afa-a9ff-875a2a1a031e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-08ce002b-5582-4afa-a9ff-875a2a1a031e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-08ce002b-5582-4afa-a9ff-875a2a1a031e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-08ce002b-5582-4afa-a9ff-875a2a1a031e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-08ce002b-5582-4afa-a9ff-875a2a1a031e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-08ce002b-5582-4afa-a9ff-875a2a1a031e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-08ce002b-5582-4afa-a9ff-875a2a1a031e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-aad88fec-468e-4ba0-836f-90b57b4fc4aa {
  text-align: left;
}


.shg-c#s-aad88fec-468e-4ba0-836f-90b57b4fc4aa {
  max-width: 100%;
}

.shg-c#s-aad88fec-468e-4ba0-836f-90b57b4fc4aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aad88fec-468e-4ba0-836f-90b57b4fc4aa .shg-image-zoom,
.shg-c#s-aad88fec-468e-4ba0-836f-90b57b4fc4aa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aad88fec-468e-4ba0-836f-90b57b4fc4aa .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-aad88fec-468e-4ba0-836f-90b57b4fc4aa {
  max-width: 100%;
}

.shg-c#s-aad88fec-468e-4ba0-836f-90b57b4fc4aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aad88fec-468e-4ba0-836f-90b57b4fc4aa .shg-image-zoom,
.shg-c#s-aad88fec-468e-4ba0-836f-90b57b4fc4aa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aad88fec-468e-4ba0-836f-90b57b4fc4aa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-aad88fec-468e-4ba0-836f-90b57b4fc4aa {
  max-width: 100%;
}

.shg-c#s-aad88fec-468e-4ba0-836f-90b57b4fc4aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aad88fec-468e-4ba0-836f-90b57b4fc4aa .shg-image-zoom,
.shg-c#s-aad88fec-468e-4ba0-836f-90b57b4fc4aa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aad88fec-468e-4ba0-836f-90b57b4fc4aa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-aad88fec-468e-4ba0-836f-90b57b4fc4aa {
  max-width: 100%;
}

.shg-c#s-aad88fec-468e-4ba0-836f-90b57b4fc4aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aad88fec-468e-4ba0-836f-90b57b4fc4aa .shg-image-zoom,
.shg-c#s-aad88fec-468e-4ba0-836f-90b57b4fc4aa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aad88fec-468e-4ba0-836f-90b57b4fc4aa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-aad88fec-468e-4ba0-836f-90b57b4fc4aa {
  max-width: 100%;
}

.shg-c#s-aad88fec-468e-4ba0-836f-90b57b4fc4aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aad88fec-468e-4ba0-836f-90b57b4fc4aa .shg-image-zoom,
.shg-c#s-aad88fec-468e-4ba0-836f-90b57b4fc4aa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aad88fec-468e-4ba0-836f-90b57b4fc4aa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5e87cae9-eca1-4d42-af73-100610cdd687 {
  min-height: 50px;
}








#s-5e87cae9-eca1-4d42-af73-100610cdd687 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e87cae9-eca1-4d42-af73-100610cdd687.shg-box.shg-c {
  justify-content: center;
}

#s-6e3ba298-9685-43be-b4ca-525a4290a2ed {
  margin-left: 2px;
margin-bottom: 10px;
margin-right: 2px;
padding-top: 10px;
}

#s-8f5816bc-0769-4e13-9249-263a0e2ecc89 {
  margin-top: 5px;
text-align: center;
}

#s-8f5816bc-0769-4e13-9249-263a0e2ecc89 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-8f5816bc-0769-4e13-9249-263a0e2ecc89 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-8f5816bc-0769-4e13-9249-263a0e2ecc89 .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-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}@media (max-width: 767px){#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 {
  
}
}







#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9038a24-e7b8-45a4-9f5d-65a6f94561d5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b7ef6ee9-77c4-4617-b7bc-c828f37cbe7f {
  min-height: 50px;
}








#s-b7ef6ee9-77c4-4617-b7bc-c828f37cbe7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7ef6ee9-77c4-4617-b7bc-c828f37cbe7f.shg-box.shg-c {
  justify-content: center;
}

#s-7cc8fad3-4874-4edc-8d71-c1d4a9adbc2f {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7cc8fad3-4874-4edc-8d71-c1d4a9adbc2f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7cc8fad3-4874-4edc-8d71-c1d4a9adbc2f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7cc8fad3-4874-4edc-8d71-c1d4a9adbc2f {
  
}
}@media (max-width: 767px){#s-7cc8fad3-4874-4edc-8d71-c1d4a9adbc2f {
  
}
}







#s-7cc8fad3-4874-4edc-8d71-c1d4a9adbc2f > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-7cc8fad3-4874-4edc-8d71-c1d4a9adbc2f.shg-box.shg-c {
  justify-content: center;
}

#s-d4966cdd-3445-4b88-848a-fae1fc85bd92 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-d4966cdd-3445-4b88-848a-fae1fc85bd92"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4966cdd-3445-4b88-848a-fae1fc85bd92"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d4966cdd-3445-4b88-848a-fae1fc85bd92"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d4966cdd-3445-4b88-848a-fae1fc85bd92"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d4966cdd-3445-4b88-848a-fae1fc85bd92"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d4966cdd-3445-4b88-848a-fae1fc85bd92"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d4966cdd-3445-4b88-848a-fae1fc85bd92"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d4966cdd-3445-4b88-848a-fae1fc85bd92"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d4966cdd-3445-4b88-848a-fae1fc85bd92"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d4966cdd-3445-4b88-848a-fae1fc85bd92"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d4966cdd-3445-4b88-848a-fae1fc85bd92"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d4966cdd-3445-4b88-848a-fae1fc85bd92"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d4966cdd-3445-4b88-848a-fae1fc85bd92"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d4966cdd-3445-4b88-848a-fae1fc85bd92"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d4966cdd-3445-4b88-848a-fae1fc85bd92"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d4966cdd-3445-4b88-848a-fae1fc85bd92"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d4966cdd-3445-4b88-848a-fae1fc85bd92"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d4966cdd-3445-4b88-848a-fae1fc85bd92"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d4966cdd-3445-4b88-848a-fae1fc85bd92"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d4966cdd-3445-4b88-848a-fae1fc85bd92"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d4966cdd-3445-4b88-848a-fae1fc85bd92"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d4966cdd-3445-4b88-848a-fae1fc85bd92"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d4966cdd-3445-4b88-848a-fae1fc85bd92"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d4966cdd-3445-4b88-848a-fae1fc85bd92"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d4966cdd-3445-4b88-848a-fae1fc85bd92"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4966cdd-3445-4b88-848a-fae1fc85bd92"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d4966cdd-3445-4b88-848a-fae1fc85bd92"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d4966cdd-3445-4b88-848a-fae1fc85bd92"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d4966cdd-3445-4b88-848a-fae1fc85bd92"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d4966cdd-3445-4b88-848a-fae1fc85bd92"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d4966cdd-3445-4b88-848a-fae1fc85bd92"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d4966cdd-3445-4b88-848a-fae1fc85bd92"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d4966cdd-3445-4b88-848a-fae1fc85bd92"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d4966cdd-3445-4b88-848a-fae1fc85bd92"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d4966cdd-3445-4b88-848a-fae1fc85bd92"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d4966cdd-3445-4b88-848a-fae1fc85bd92"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d4966cdd-3445-4b88-848a-fae1fc85bd92"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-3bf4f9b3-80a2-4623-8eb3-3bf87c21f84d {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-3bf4f9b3-80a2-4623-8eb3-3bf87c21f84d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3bf4f9b3-80a2-4623-8eb3-3bf87c21f84d.shg-box.shg-c {
  justify-content: center;
}

#s-e74a5029-64d4-44b1-ac0a-e0688db6e05e {
  margin-top: 10px;
margin-left: 50px;
margin-right: 50px;
}

#s-00a7111e-a00a-4a7d-8f1a-224ea388be67 {
  margin-left: 50px;
margin-right: 50px;
}

#s-00a7111e-a00a-4a7d-8f1a-224ea388be67 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(36, 40, 45, 1);
}

#s-ce58a63a-3b95-45a3-b6af-9774a11c5aab {
  margin-left: 50px;
margin-right: 50px;
}

#s-7d37925f-19cb-4778-a008-f879c2b34384 {
  background-image: url(none);
background-repeat: no-repeat;
margin-left: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(36, 40, 45, 1);
text-align: left;
text-decoration: none;
hover-type: color;
letter-spacing: 2px;
}
#s-7d37925f-19cb-4778-a008-f879c2b34384:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(36, 40, 45, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-7d37925f-19cb-4778-a008-f879c2b34384:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7d37925f-19cb-4778-a008-f879c2b34384-btn-wrapper {
    text-align: left;
  }


#s-7d37925f-19cb-4778-a008-f879c2b34384.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-a5f590bb-d9b3-4728-958b-b0a835073feb {
  background-repeat: no-repeat;
background-size: contain;
border-style: solid;
margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 500px;
max-width: 800px;
background-position: left top;
}








#s-a5f590bb-d9b3-4728-958b-b0a835073feb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5f590bb-d9b3-4728-958b-b0a835073feb {
  cursor: pointer;
}#s-a5f590bb-d9b3-4728-958b-b0a835073feb.shg-box.shg-c {
  justify-content: center;
}

#s-02dd6ad0-5bb4-47cc-9a27-5c0ef31a8ebd {
  min-height: 50px;
}








#s-02dd6ad0-5bb4-47cc-9a27-5c0ef31a8ebd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02dd6ad0-5bb4-47cc-9a27-5c0ef31a8ebd.shg-box.shg-c {
  justify-content: center;
}

#s-d3e933cd-1cba-4fae-8f45-5237453f28c6 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-bottom: 25px;
background-position: center center;
}
@media (min-width: 1200px){#s-d3e933cd-1cba-4fae-8f45-5237453f28c6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d3e933cd-1cba-4fae-8f45-5237453f28c6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d3e933cd-1cba-4fae-8f45-5237453f28c6 {
  
}
}@media (max-width: 767px){#s-d3e933cd-1cba-4fae-8f45-5237453f28c6 {
  background-attachment: scroll;
}
}







#s-d3e933cd-1cba-4fae-8f45-5237453f28c6 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-d3e933cd-1cba-4fae-8f45-5237453f28c6.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-0ab4155d-a1a4-4589-9d92-b07b39cba333 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0ab4155d-a1a4-4589-9d92-b07b39cba333 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0ab4155d-a1a4-4589-9d92-b07b39cba333 {
  
}
}@media (max-width: 767px){#s-0ab4155d-a1a4-4589-9d92-b07b39cba333 {
  
}
}
@media (min-width: 0px) {
[id="s-0ab4155d-a1a4-4589-9d92-b07b39cba333"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ab4155d-a1a4-4589-9d92-b07b39cba333"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-0ab4155d-a1a4-4589-9d92-b07b39cba333"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-0ab4155d-a1a4-4589-9d92-b07b39cba333"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-0ab4155d-a1a4-4589-9d92-b07b39cba333"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-0ab4155d-a1a4-4589-9d92-b07b39cba333"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-0ab4155d-a1a4-4589-9d92-b07b39cba333"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-0ab4155d-a1a4-4589-9d92-b07b39cba333"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-0ab4155d-a1a4-4589-9d92-b07b39cba333"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-0ab4155d-a1a4-4589-9d92-b07b39cba333"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-0ab4155d-a1a4-4589-9d92-b07b39cba333"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-0ab4155d-a1a4-4589-9d92-b07b39cba333"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-0ab4155d-a1a4-4589-9d92-b07b39cba333"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-0ab4155d-a1a4-4589-9d92-b07b39cba333"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-0ab4155d-a1a4-4589-9d92-b07b39cba333"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-0ab4155d-a1a4-4589-9d92-b07b39cba333"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-0ab4155d-a1a4-4589-9d92-b07b39cba333"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-0ab4155d-a1a4-4589-9d92-b07b39cba333"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-0ab4155d-a1a4-4589-9d92-b07b39cba333"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-0ab4155d-a1a4-4589-9d92-b07b39cba333"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-0ab4155d-a1a4-4589-9d92-b07b39cba333"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-0ab4155d-a1a4-4589-9d92-b07b39cba333"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-0ab4155d-a1a4-4589-9d92-b07b39cba333"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-0ab4155d-a1a4-4589-9d92-b07b39cba333"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-0ab4155d-a1a4-4589-9d92-b07b39cba333"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-0ab4155d-a1a4-4589-9d92-b07b39cba333"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-0ab4155d-a1a4-4589-9d92-b07b39cba333"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-0ab4155d-a1a4-4589-9d92-b07b39cba333"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-0ab4155d-a1a4-4589-9d92-b07b39cba333"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-0ab4155d-a1a4-4589-9d92-b07b39cba333"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-0ab4155d-a1a4-4589-9d92-b07b39cba333"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-0ab4155d-a1a4-4589-9d92-b07b39cba333"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-0ab4155d-a1a4-4589-9d92-b07b39cba333"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-0ab4155d-a1a4-4589-9d92-b07b39cba333"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-0ab4155d-a1a4-4589-9d92-b07b39cba333"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-0ab4155d-a1a4-4589-9d92-b07b39cba333"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-0ab4155d-a1a4-4589-9d92-b07b39cba333"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-0902b9c6-06a3-4887-ba50-f8b85a019edf {
  text-align: left;
}




  #s-0902b9c6-06a3-4887-ba50-f8b85a019edf img.shogun-image {
    
    width: px;
  }


#s-0902b9c6-06a3-4887-ba50-f8b85a019edf .shogun-image-content {
  
    align-items: center;
  
}

#s-d841cc85-ba80-4b8e-9969-83110a401c01 {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 30px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-d841cc85-ba80-4b8e-9969-83110a401c01 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d841cc85-ba80-4b8e-9969-83110a401c01 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d841cc85-ba80-4b8e-9969-83110a401c01 {
  
}
}@media (max-width: 767px){#s-d841cc85-ba80-4b8e-9969-83110a401c01 {
  
}
}







#s-d841cc85-ba80-4b8e-9969-83110a401c01 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
}#s-d841cc85-ba80-4b8e-9969-83110a401c01.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d5c9ec76-888a-40c8-a93e-060b96594842 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
color: rgba(36, 40, 45, 1);
hover-type: color;
}
#s-d5c9ec76-888a-40c8-a93e-060b96594842:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 4px !important;
background-color: rgba(36, 40, 45, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
hover-type: color !important;}#s-d5c9ec76-888a-40c8-a93e-060b96594842:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(36, 40, 45, 1) !important;
text-decoration: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-d5c9ec76-888a-40c8-a93e-060b96594842 {
  background-position: center undefined;
}
}


#s-d5c9ec76-888a-40c8-a93e-060b96594842.shg-btn {
  color: rgba(36, 40, 45, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-6128e8f5-03b0-469a-860b-5e7e99e6c85b {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6128e8f5-03b0-469a-860b-5e7e99e6c85b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6128e8f5-03b0-469a-860b-5e7e99e6c85b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6128e8f5-03b0-469a-860b-5e7e99e6c85b {
  
}
}@media (max-width: 767px){#s-6128e8f5-03b0-469a-860b-5e7e99e6c85b {
  
}
}







#s-6128e8f5-03b0-469a-860b-5e7e99e6c85b > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-6128e8f5-03b0-469a-860b-5e7e99e6c85b.shg-box.shg-c {
  justify-content: center;
}

#s-45ca9e3f-dfe2-4ef8-9680-99c9e453af66 {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(36, 40, 45, 1);
}
@media (min-width: 1200px){#s-45ca9e3f-dfe2-4ef8-9680-99c9e453af66 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-45ca9e3f-dfe2-4ef8-9680-99c9e453af66 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-45ca9e3f-dfe2-4ef8-9680-99c9e453af66 {
  
}
}@media (max-width: 767px){#s-45ca9e3f-dfe2-4ef8-9680-99c9e453af66 {
  
}
}







#s-45ca9e3f-dfe2-4ef8-9680-99c9e453af66 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
}#s-45ca9e3f-dfe2-4ef8-9680-99c9e453af66.shg-box.shg-c {
  justify-content: center;
}

#s-3c949bcd-2db1-4a75-be1a-de47a7012608 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
opacity: 1;
}

#s-3c949bcd-2db1-4a75-be1a-de47a7012608 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-6b0111bc-e4f6-4859-ba00-aa07de9582de {
  border-style: solid;
margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(36, 40, 45, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-6b0111bc-e4f6-4859-ba00-aa07de9582de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6b0111bc-e4f6-4859-ba00-aa07de9582de"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6b0111bc-e4f6-4859-ba00-aa07de9582de"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6b0111bc-e4f6-4859-ba00-aa07de9582de"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6b0111bc-e4f6-4859-ba00-aa07de9582de"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6b0111bc-e4f6-4859-ba00-aa07de9582de"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6b0111bc-e4f6-4859-ba00-aa07de9582de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6b0111bc-e4f6-4859-ba00-aa07de9582de"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6b0111bc-e4f6-4859-ba00-aa07de9582de"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6b0111bc-e4f6-4859-ba00-aa07de9582de"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6b0111bc-e4f6-4859-ba00-aa07de9582de"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6b0111bc-e4f6-4859-ba00-aa07de9582de"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6b0111bc-e4f6-4859-ba00-aa07de9582de"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6b0111bc-e4f6-4859-ba00-aa07de9582de"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6b0111bc-e4f6-4859-ba00-aa07de9582de"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6b0111bc-e4f6-4859-ba00-aa07de9582de"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6b0111bc-e4f6-4859-ba00-aa07de9582de"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6b0111bc-e4f6-4859-ba00-aa07de9582de"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6b0111bc-e4f6-4859-ba00-aa07de9582de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6b0111bc-e4f6-4859-ba00-aa07de9582de"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6b0111bc-e4f6-4859-ba00-aa07de9582de"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6b0111bc-e4f6-4859-ba00-aa07de9582de"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6b0111bc-e4f6-4859-ba00-aa07de9582de"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6b0111bc-e4f6-4859-ba00-aa07de9582de"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6b0111bc-e4f6-4859-ba00-aa07de9582de"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b0111bc-e4f6-4859-ba00-aa07de9582de"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6b0111bc-e4f6-4859-ba00-aa07de9582de"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6b0111bc-e4f6-4859-ba00-aa07de9582de"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6b0111bc-e4f6-4859-ba00-aa07de9582de"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6b0111bc-e4f6-4859-ba00-aa07de9582de"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6b0111bc-e4f6-4859-ba00-aa07de9582de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6b0111bc-e4f6-4859-ba00-aa07de9582de"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6b0111bc-e4f6-4859-ba00-aa07de9582de"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6b0111bc-e4f6-4859-ba00-aa07de9582de"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6b0111bc-e4f6-4859-ba00-aa07de9582de"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6b0111bc-e4f6-4859-ba00-aa07de9582de"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6b0111bc-e4f6-4859-ba00-aa07de9582de"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f47c33c9-e975-43a7-8630-638f211bfcea {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
text-align: center;
}




  #s-f47c33c9-e975-43a7-8630-638f211bfcea img.shogun-image {
    
    width: px;
  }


#s-f47c33c9-e975-43a7-8630-638f211bfcea .shogun-image-content {
  
    align-items: center;
  
}

#s-a1808de5-5397-4bd5-8d4a-ebef720eb8e7 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
text-align: center;
}




  #s-a1808de5-5397-4bd5-8d4a-ebef720eb8e7 img.shogun-image {
    
    width: px;
  }


#s-a1808de5-5397-4bd5-8d4a-ebef720eb8e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-7c6eb171-d469-43da-bc59-fdd15b010f43 {
  min-height: 50px;
}








#s-7c6eb171-d469-43da-bc59-fdd15b010f43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c6eb171-d469-43da-bc59-fdd15b010f43.shg-box.shg-c {
  justify-content: center;
}

#s-06cf5d22-9c9b-4dd9-9e91-af524c518247 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
text-align: center;
}




  #s-06cf5d22-9c9b-4dd9-9e91-af524c518247 img.shogun-image {
    
    width: px;
  }


#s-06cf5d22-9c9b-4dd9-9e91-af524c518247 .shogun-image-content {
  
    align-items: center;
  
}

#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  
}
}@media (max-width: 767px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  
}
}







#s-3e077126-f2f8-466c-91bb-f2975e5c5898 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e077126-f2f8-466c-91bb-f2975e5c5898.shg-box.shg-c {
  justify-content: flex-start;
}

#s-36d099df-dd31-4e68-b8a0-2c523d7511c3 {
  min-height: 50px;
}








#s-36d099df-dd31-4e68-b8a0-2c523d7511c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36d099df-dd31-4e68-b8a0-2c523d7511c3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-32131b11-f49c-4e95-b80d-b25bb2be4186 {
  margin-top: 10px;
margin-left: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-32131b11-f49c-4e95-b80d-b25bb2be4186"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32131b11-f49c-4e95-b80d-b25bb2be4186"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-32131b11-f49c-4e95-b80d-b25bb2be4186"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-32131b11-f49c-4e95-b80d-b25bb2be4186"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-32131b11-f49c-4e95-b80d-b25bb2be4186"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-32131b11-f49c-4e95-b80d-b25bb2be4186"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-32131b11-f49c-4e95-b80d-b25bb2be4186"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-32131b11-f49c-4e95-b80d-b25bb2be4186"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-32131b11-f49c-4e95-b80d-b25bb2be4186"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-32131b11-f49c-4e95-b80d-b25bb2be4186"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-32131b11-f49c-4e95-b80d-b25bb2be4186"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-32131b11-f49c-4e95-b80d-b25bb2be4186"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-32131b11-f49c-4e95-b80d-b25bb2be4186"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-32131b11-f49c-4e95-b80d-b25bb2be4186"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-32131b11-f49c-4e95-b80d-b25bb2be4186"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-32131b11-f49c-4e95-b80d-b25bb2be4186"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-32131b11-f49c-4e95-b80d-b25bb2be4186"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-32131b11-f49c-4e95-b80d-b25bb2be4186"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-32131b11-f49c-4e95-b80d-b25bb2be4186"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-32131b11-f49c-4e95-b80d-b25bb2be4186"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-32131b11-f49c-4e95-b80d-b25bb2be4186"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-32131b11-f49c-4e95-b80d-b25bb2be4186"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-32131b11-f49c-4e95-b80d-b25bb2be4186"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-32131b11-f49c-4e95-b80d-b25bb2be4186"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-32131b11-f49c-4e95-b80d-b25bb2be4186"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-32131b11-f49c-4e95-b80d-b25bb2be4186"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-32131b11-f49c-4e95-b80d-b25bb2be4186"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-32131b11-f49c-4e95-b80d-b25bb2be4186"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-32131b11-f49c-4e95-b80d-b25bb2be4186"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-32131b11-f49c-4e95-b80d-b25bb2be4186"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-32131b11-f49c-4e95-b80d-b25bb2be4186"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-32131b11-f49c-4e95-b80d-b25bb2be4186"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-32131b11-f49c-4e95-b80d-b25bb2be4186"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-32131b11-f49c-4e95-b80d-b25bb2be4186"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-32131b11-f49c-4e95-b80d-b25bb2be4186"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-32131b11-f49c-4e95-b80d-b25bb2be4186"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-32131b11-f49c-4e95-b80d-b25bb2be4186"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-30ca1bd1-6816-414f-976a-c04632a7947d {
  margin-top: 30px;
margin-bottom: 30px;
margin-right: 10px;
}

#s-79d02c15-7886-45d3-85f7-4aac6725c70d {
  margin-top: 20px;
margin-bottom: 20px;
margin-right: 10px;
}

#s-8646a34c-de0e-4ede-bf5e-b3e231b18b00 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(36, 40, 45, 1);
text-align: left;
text-decoration: none;
hover-type: color;
letter-spacing: 2px;
}
#s-8646a34c-de0e-4ede-bf5e-b3e231b18b00:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(36, 40, 45, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-8646a34c-de0e-4ede-bf5e-b3e231b18b00:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8646a34c-de0e-4ede-bf5e-b3e231b18b00-btn-wrapper {
    text-align: left;
  }


#s-8646a34c-de0e-4ede-bf5e-b3e231b18b00.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-fca82c37-960c-4cf1-b8a2-23846d0d52a1 {
  margin-top: 25px;
margin-bottom: 25px;
text-align: center;
}




  #s-fca82c37-960c-4cf1-b8a2-23846d0d52a1 img.shogun-image {
    
    width: px;
  }


#s-fca82c37-960c-4cf1-b8a2-23846d0d52a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-f2d9ff76-459b-4f19-a7ee-426c002e75fa {
  min-height: 50px;
}








#s-f2d9ff76-459b-4f19-a7ee-426c002e75fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2d9ff76-459b-4f19-a7ee-426c002e75fa.shg-box.shg-c {
  justify-content: center;
}

#s-659412e1-1978-4465-b9e6-e08acf73110d {
  min-height: 50px;
}








#s-659412e1-1978-4465-b9e6-e08acf73110d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-659412e1-1978-4465-b9e6-e08acf73110d.shg-box.shg-c {
  justify-content: center;
}

#s-ebb77c03-5f96-4a0a-b8d5-bfa332c50a1b {
  text-align: center;
}





#s-ebb77c03-5f96-4a0a-b8d5-bfa332c50a1b .shogun-image-content {
  
    align-items: center;
  
}

/*
  $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;
  }
}

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