.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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 {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-862ec3cb-5161-47b5-9500-dbd350956058 {
  min-height: 50px;
}








#s-862ec3cb-5161-47b5-9500-dbd350956058 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-862ec3cb-5161-47b5-9500-dbd350956058.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b6c2021-b32b-4baf-8672-a07424ecf255 {
  min-height: 50px;
}








#s-6b6c2021-b32b-4baf-8672-a07424ecf255 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b6c2021-b32b-4baf-8672-a07424ecf255.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "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%;
}

.shg-imageV2-content {
  text-align: initial;
}

.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-b412d0e4-a02b-4187-ba7f-ff57c7df2b07 {
  text-align: center;
}







  img.s-b412d0e4-a02b-4187-ba7f-ff57c7df2b07.shogun-image {
    
    
  }


.s-b412d0e4-a02b-4187-ba7f-ff57c7df2b07 .shogun-image-content {
  
    align-items: center;
  
}

.s-b412d0e4-a02b-4187-ba7f-ff57c7df2b07.shg-align-container {
  text-align: center
}

.s-b412d0e4-a02b-4187-ba7f-ff57c7df2b07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b412d0e4-a02b-4187-ba7f-ff57c7df2b07.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b412d0e4-a02b-4187-ba7f-ff57c7df2b07.shogun-image {
    
    
  }


.s-b412d0e4-a02b-4187-ba7f-ff57c7df2b07 .shogun-image-content {
  
    align-items: center;
  
}

.s-b412d0e4-a02b-4187-ba7f-ff57c7df2b07.shg-align-container {
  text-align: center
}

.s-b412d0e4-a02b-4187-ba7f-ff57c7df2b07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b412d0e4-a02b-4187-ba7f-ff57c7df2b07.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-b412d0e4-a02b-4187-ba7f-ff57c7df2b07.shogun-image {
    
    
  }


.s-b412d0e4-a02b-4187-ba7f-ff57c7df2b07 .shogun-image-content {
  
    align-items: center;
  
}

.s-b412d0e4-a02b-4187-ba7f-ff57c7df2b07.shg-align-container {
  text-align: center
}

.s-b412d0e4-a02b-4187-ba7f-ff57c7df2b07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b412d0e4-a02b-4187-ba7f-ff57c7df2b07.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-b412d0e4-a02b-4187-ba7f-ff57c7df2b07.shogun-image {
    
    
  }


.s-b412d0e4-a02b-4187-ba7f-ff57c7df2b07 .shogun-image-content {
  
    align-items: center;
  
}

.s-b412d0e4-a02b-4187-ba7f-ff57c7df2b07.shg-align-container {
  text-align: center
}

.s-b412d0e4-a02b-4187-ba7f-ff57c7df2b07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b412d0e4-a02b-4187-ba7f-ff57c7df2b07.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-b412d0e4-a02b-4187-ba7f-ff57c7df2b07.shogun-image {
    
    
  }


.s-b412d0e4-a02b-4187-ba7f-ff57c7df2b07 .shogun-image-content {
  
    align-items: center;
  
}

.s-b412d0e4-a02b-4187-ba7f-ff57c7df2b07.shg-align-container {
  text-align: center
}

.s-b412d0e4-a02b-4187-ba7f-ff57c7df2b07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b412d0e4-a02b-4187-ba7f-ff57c7df2b07.shogun-image {
  box-sizing: border-box;
}


}
.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 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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-f0c12c2a-48c0-4e08-af14-dcbf3cacabc3 {
  margin-top: 40px;
}

#s-c9f4fdff-6739-4f0f-9c9f-58aa90c051c4 {
  margin-top: 40px;
margin-bottom: 40px;
min-height: 50px;
}








#s-c9f4fdff-6739-4f0f-9c9f-58aa90c051c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9f4fdff-6739-4f0f-9c9f-58aa90c051c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-22cd9a66-780a-44a4-a749-b80b0a30902f {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-22cd9a66-780a-44a4-a749-b80b0a30902f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-22cd9a66-780a-44a4-a749-b80b0a30902f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-22cd9a66-780a-44a4-a749-b80b0a30902f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-22cd9a66-780a-44a4-a749-b80b0a30902f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-3e3f1580-6a66-47e0-b503-8eb0ad4c85c0 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-3e3f1580-6a66-47e0-b503-8eb0ad4c85c0 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-3e3f1580-6a66-47e0-b503-8eb0ad4c85c0 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-3e3f1580-6a66-47e0-b503-8eb0ad4c85c0 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-3e3f1580-6a66-47e0-b503-8eb0ad4c85c0 td.shogun-table-column, #s-3e3f1580-6a66-47e0-b503-8eb0ad4c85c0 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-0baf482c-b5a6-48b2-aa75-afaf43655d45 {
  text-align: center;
}







  img.s-0baf482c-b5a6-48b2-aa75-afaf43655d45.shogun-image {
    
    
  }


.s-0baf482c-b5a6-48b2-aa75-afaf43655d45 .shogun-image-content {
  
    align-items: center;
  
}

.s-0baf482c-b5a6-48b2-aa75-afaf43655d45.shg-align-container {
  text-align: center
}

.s-0baf482c-b5a6-48b2-aa75-afaf43655d45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0baf482c-b5a6-48b2-aa75-afaf43655d45.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0baf482c-b5a6-48b2-aa75-afaf43655d45.shogun-image {
    
    
  }


.s-0baf482c-b5a6-48b2-aa75-afaf43655d45 .shogun-image-content {
  
    align-items: center;
  
}

.s-0baf482c-b5a6-48b2-aa75-afaf43655d45.shg-align-container {
  text-align: center
}

.s-0baf482c-b5a6-48b2-aa75-afaf43655d45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0baf482c-b5a6-48b2-aa75-afaf43655d45.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-0baf482c-b5a6-48b2-aa75-afaf43655d45.shogun-image {
    
    
  }


.s-0baf482c-b5a6-48b2-aa75-afaf43655d45 .shogun-image-content {
  
    align-items: center;
  
}

.s-0baf482c-b5a6-48b2-aa75-afaf43655d45.shg-align-container {
  text-align: center
}

.s-0baf482c-b5a6-48b2-aa75-afaf43655d45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0baf482c-b5a6-48b2-aa75-afaf43655d45.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-0baf482c-b5a6-48b2-aa75-afaf43655d45.shogun-image {
    
    
  }


.s-0baf482c-b5a6-48b2-aa75-afaf43655d45 .shogun-image-content {
  
    align-items: center;
  
}

.s-0baf482c-b5a6-48b2-aa75-afaf43655d45.shg-align-container {
  text-align: center
}

.s-0baf482c-b5a6-48b2-aa75-afaf43655d45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0baf482c-b5a6-48b2-aa75-afaf43655d45.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-0baf482c-b5a6-48b2-aa75-afaf43655d45.shogun-image {
    
    
  }


.s-0baf482c-b5a6-48b2-aa75-afaf43655d45 .shogun-image-content {
  
    align-items: center;
  
}

.s-0baf482c-b5a6-48b2-aa75-afaf43655d45.shg-align-container {
  text-align: center
}

.s-0baf482c-b5a6-48b2-aa75-afaf43655d45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0baf482c-b5a6-48b2-aa75-afaf43655d45.shogun-image {
  box-sizing: border-box;
}


}
#s-bf8d39b6-fdbd-4863-9e40-7c9868286eae .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-bf8d39b6-fdbd-4863-9e40-7c9868286eae table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-bf8d39b6-fdbd-4863-9e40-7c9868286eae td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-bf8d39b6-fdbd-4863-9e40-7c9868286eae td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-bf8d39b6-fdbd-4863-9e40-7c9868286eae td.shogun-table-column, #s-bf8d39b6-fdbd-4863-9e40-7c9868286eae td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-9aa6a2ad-0201-4905-977c-16dfa41f9c00 {
  text-align: center;
}







  img.s-9aa6a2ad-0201-4905-977c-16dfa41f9c00.shogun-image {
    
    
  }


.s-9aa6a2ad-0201-4905-977c-16dfa41f9c00 .shogun-image-content {
  
    align-items: center;
  
}

.s-9aa6a2ad-0201-4905-977c-16dfa41f9c00.shg-align-container {
  text-align: center
}

.s-9aa6a2ad-0201-4905-977c-16dfa41f9c00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9aa6a2ad-0201-4905-977c-16dfa41f9c00.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9aa6a2ad-0201-4905-977c-16dfa41f9c00.shogun-image {
    
    
  }


.s-9aa6a2ad-0201-4905-977c-16dfa41f9c00 .shogun-image-content {
  
    align-items: center;
  
}

.s-9aa6a2ad-0201-4905-977c-16dfa41f9c00.shg-align-container {
  text-align: center
}

.s-9aa6a2ad-0201-4905-977c-16dfa41f9c00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9aa6a2ad-0201-4905-977c-16dfa41f9c00.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-9aa6a2ad-0201-4905-977c-16dfa41f9c00.shogun-image {
    
    
  }


.s-9aa6a2ad-0201-4905-977c-16dfa41f9c00 .shogun-image-content {
  
    align-items: center;
  
}

.s-9aa6a2ad-0201-4905-977c-16dfa41f9c00.shg-align-container {
  text-align: center
}

.s-9aa6a2ad-0201-4905-977c-16dfa41f9c00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9aa6a2ad-0201-4905-977c-16dfa41f9c00.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-9aa6a2ad-0201-4905-977c-16dfa41f9c00.shogun-image {
    
    
  }


.s-9aa6a2ad-0201-4905-977c-16dfa41f9c00 .shogun-image-content {
  
    align-items: center;
  
}

.s-9aa6a2ad-0201-4905-977c-16dfa41f9c00.shg-align-container {
  text-align: center
}

.s-9aa6a2ad-0201-4905-977c-16dfa41f9c00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9aa6a2ad-0201-4905-977c-16dfa41f9c00.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-9aa6a2ad-0201-4905-977c-16dfa41f9c00.shogun-image {
    
    
  }


.s-9aa6a2ad-0201-4905-977c-16dfa41f9c00 .shogun-image-content {
  
    align-items: center;
  
}

.s-9aa6a2ad-0201-4905-977c-16dfa41f9c00.shg-align-container {
  text-align: center
}

.s-9aa6a2ad-0201-4905-977c-16dfa41f9c00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9aa6a2ad-0201-4905-977c-16dfa41f9c00.shogun-image {
  box-sizing: border-box;
}


}
#s-ec9c8037-c216-4aeb-99a4-b509c9f9d0b8 {
  text-align: center;
}







  img.s-ec9c8037-c216-4aeb-99a4-b509c9f9d0b8.shogun-image {
    
    
  }


.s-ec9c8037-c216-4aeb-99a4-b509c9f9d0b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec9c8037-c216-4aeb-99a4-b509c9f9d0b8.shg-align-container {
  text-align: center
}

.s-ec9c8037-c216-4aeb-99a4-b509c9f9d0b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec9c8037-c216-4aeb-99a4-b509c9f9d0b8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ec9c8037-c216-4aeb-99a4-b509c9f9d0b8.shogun-image {
    
    
  }


.s-ec9c8037-c216-4aeb-99a4-b509c9f9d0b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec9c8037-c216-4aeb-99a4-b509c9f9d0b8.shg-align-container {
  text-align: center
}

.s-ec9c8037-c216-4aeb-99a4-b509c9f9d0b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec9c8037-c216-4aeb-99a4-b509c9f9d0b8.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-ec9c8037-c216-4aeb-99a4-b509c9f9d0b8.shogun-image {
    
    
  }


.s-ec9c8037-c216-4aeb-99a4-b509c9f9d0b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec9c8037-c216-4aeb-99a4-b509c9f9d0b8.shg-align-container {
  text-align: center
}

.s-ec9c8037-c216-4aeb-99a4-b509c9f9d0b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec9c8037-c216-4aeb-99a4-b509c9f9d0b8.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-ec9c8037-c216-4aeb-99a4-b509c9f9d0b8.shogun-image {
    
    
  }


.s-ec9c8037-c216-4aeb-99a4-b509c9f9d0b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec9c8037-c216-4aeb-99a4-b509c9f9d0b8.shg-align-container {
  text-align: center
}

.s-ec9c8037-c216-4aeb-99a4-b509c9f9d0b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec9c8037-c216-4aeb-99a4-b509c9f9d0b8.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-ec9c8037-c216-4aeb-99a4-b509c9f9d0b8.shogun-image {
    
    
  }


.s-ec9c8037-c216-4aeb-99a4-b509c9f9d0b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-ec9c8037-c216-4aeb-99a4-b509c9f9d0b8.shg-align-container {
  text-align: center
}

.s-ec9c8037-c216-4aeb-99a4-b509c9f9d0b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec9c8037-c216-4aeb-99a4-b509c9f9d0b8.shogun-image {
  box-sizing: border-box;
}


}
#s-65877417-555b-4108-abfd-5f895449dddf {
  text-align: center;
}







  img.s-65877417-555b-4108-abfd-5f895449dddf.shogun-image {
    
    
  }


.s-65877417-555b-4108-abfd-5f895449dddf .shogun-image-content {
  
    align-items: center;
  
}

.s-65877417-555b-4108-abfd-5f895449dddf.shg-align-container {
  text-align: center
}

.s-65877417-555b-4108-abfd-5f895449dddf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65877417-555b-4108-abfd-5f895449dddf.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-65877417-555b-4108-abfd-5f895449dddf.shogun-image {
    
    
  }


.s-65877417-555b-4108-abfd-5f895449dddf .shogun-image-content {
  
    align-items: center;
  
}

.s-65877417-555b-4108-abfd-5f895449dddf.shg-align-container {
  text-align: center
}

.s-65877417-555b-4108-abfd-5f895449dddf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65877417-555b-4108-abfd-5f895449dddf.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-65877417-555b-4108-abfd-5f895449dddf.shogun-image {
    
    
  }


.s-65877417-555b-4108-abfd-5f895449dddf .shogun-image-content {
  
    align-items: center;
  
}

.s-65877417-555b-4108-abfd-5f895449dddf.shg-align-container {
  text-align: center
}

.s-65877417-555b-4108-abfd-5f895449dddf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65877417-555b-4108-abfd-5f895449dddf.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-65877417-555b-4108-abfd-5f895449dddf.shogun-image {
    
    
  }


.s-65877417-555b-4108-abfd-5f895449dddf .shogun-image-content {
  
    align-items: center;
  
}

.s-65877417-555b-4108-abfd-5f895449dddf.shg-align-container {
  text-align: center
}

.s-65877417-555b-4108-abfd-5f895449dddf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65877417-555b-4108-abfd-5f895449dddf.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-65877417-555b-4108-abfd-5f895449dddf.shogun-image {
    
    
  }


.s-65877417-555b-4108-abfd-5f895449dddf .shogun-image-content {
  
    align-items: center;
  
}

.s-65877417-555b-4108-abfd-5f895449dddf.shg-align-container {
  text-align: center
}

.s-65877417-555b-4108-abfd-5f895449dddf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65877417-555b-4108-abfd-5f895449dddf.shogun-image {
  box-sizing: border-box;
}


}
#s-cec85326-e089-43c5-b91c-ba419d208982 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-cec85326-e089-43c5-b91c-ba419d208982 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-cec85326-e089-43c5-b91c-ba419d208982 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-cec85326-e089-43c5-b91c-ba419d208982 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-cec85326-e089-43c5-b91c-ba419d208982 td.shogun-table-column, #s-cec85326-e089-43c5-b91c-ba419d208982 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-924cbdaa-231e-4fcf-9fe3-d233111a52f9 {
  text-align: center;
}







  img.s-924cbdaa-231e-4fcf-9fe3-d233111a52f9.shogun-image {
    
    
  }


.s-924cbdaa-231e-4fcf-9fe3-d233111a52f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-924cbdaa-231e-4fcf-9fe3-d233111a52f9.shg-align-container {
  text-align: center
}

.s-924cbdaa-231e-4fcf-9fe3-d233111a52f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-924cbdaa-231e-4fcf-9fe3-d233111a52f9.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-924cbdaa-231e-4fcf-9fe3-d233111a52f9.shogun-image {
    
    
  }


.s-924cbdaa-231e-4fcf-9fe3-d233111a52f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-924cbdaa-231e-4fcf-9fe3-d233111a52f9.shg-align-container {
  text-align: center
}

.s-924cbdaa-231e-4fcf-9fe3-d233111a52f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-924cbdaa-231e-4fcf-9fe3-d233111a52f9.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-924cbdaa-231e-4fcf-9fe3-d233111a52f9.shogun-image {
    
    
  }


.s-924cbdaa-231e-4fcf-9fe3-d233111a52f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-924cbdaa-231e-4fcf-9fe3-d233111a52f9.shg-align-container {
  text-align: center
}

.s-924cbdaa-231e-4fcf-9fe3-d233111a52f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-924cbdaa-231e-4fcf-9fe3-d233111a52f9.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-924cbdaa-231e-4fcf-9fe3-d233111a52f9.shogun-image {
    
    
  }


.s-924cbdaa-231e-4fcf-9fe3-d233111a52f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-924cbdaa-231e-4fcf-9fe3-d233111a52f9.shg-align-container {
  text-align: center
}

.s-924cbdaa-231e-4fcf-9fe3-d233111a52f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-924cbdaa-231e-4fcf-9fe3-d233111a52f9.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-924cbdaa-231e-4fcf-9fe3-d233111a52f9.shogun-image {
    
    
  }


.s-924cbdaa-231e-4fcf-9fe3-d233111a52f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-924cbdaa-231e-4fcf-9fe3-d233111a52f9.shg-align-container {
  text-align: center
}

.s-924cbdaa-231e-4fcf-9fe3-d233111a52f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-924cbdaa-231e-4fcf-9fe3-d233111a52f9.shogun-image {
  box-sizing: border-box;
}


}
#s-2d1e7769-0445-40a5-bfa6-1c0703aacbf6 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-2d1e7769-0445-40a5-bfa6-1c0703aacbf6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d1e7769-0445-40a5-bfa6-1c0703aacbf6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22c7eecd-8363-4aec-b7c6-2e3e8f9a4af0 {
  text-align: left;
}

#s-926c6b47-03b3-48a1-8333-29e2a9564fbb {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}








#s-926c6b47-03b3-48a1-8333-29e2a9564fbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-926c6b47-03b3-48a1-8333-29e2a9564fbb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4335d0b6-f8c4-4cbd-9195-967806100fe0 {
  margin-top: 40px;
text-align: center;
}







  img.s-4335d0b6-f8c4-4cbd-9195-967806100fe0.shogun-image {
    
    
  }


.s-4335d0b6-f8c4-4cbd-9195-967806100fe0 .shogun-image-content {
  
    align-items: center;
  
}

.s-4335d0b6-f8c4-4cbd-9195-967806100fe0.shg-align-container {
  text-align: center
}

.s-4335d0b6-f8c4-4cbd-9195-967806100fe0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4335d0b6-f8c4-4cbd-9195-967806100fe0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-4335d0b6-f8c4-4cbd-9195-967806100fe0.shogun-image {
    
    
  }


.s-4335d0b6-f8c4-4cbd-9195-967806100fe0 .shogun-image-content {
  
    align-items: center;
  
}

.s-4335d0b6-f8c4-4cbd-9195-967806100fe0.shg-align-container {
  text-align: center
}

.s-4335d0b6-f8c4-4cbd-9195-967806100fe0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4335d0b6-f8c4-4cbd-9195-967806100fe0.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-4335d0b6-f8c4-4cbd-9195-967806100fe0.shogun-image {
    
    
  }


.s-4335d0b6-f8c4-4cbd-9195-967806100fe0 .shogun-image-content {
  
    align-items: center;
  
}

.s-4335d0b6-f8c4-4cbd-9195-967806100fe0.shg-align-container {
  text-align: center
}

.s-4335d0b6-f8c4-4cbd-9195-967806100fe0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4335d0b6-f8c4-4cbd-9195-967806100fe0.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-4335d0b6-f8c4-4cbd-9195-967806100fe0.shogun-image {
    
    
  }


.s-4335d0b6-f8c4-4cbd-9195-967806100fe0 .shogun-image-content {
  
    align-items: center;
  
}

.s-4335d0b6-f8c4-4cbd-9195-967806100fe0.shg-align-container {
  text-align: center
}

.s-4335d0b6-f8c4-4cbd-9195-967806100fe0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4335d0b6-f8c4-4cbd-9195-967806100fe0.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-4335d0b6-f8c4-4cbd-9195-967806100fe0.shogun-image {
    
    
  }


.s-4335d0b6-f8c4-4cbd-9195-967806100fe0 .shogun-image-content {
  
    align-items: center;
  
}

.s-4335d0b6-f8c4-4cbd-9195-967806100fe0.shg-align-container {
  text-align: center
}

.s-4335d0b6-f8c4-4cbd-9195-967806100fe0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4335d0b6-f8c4-4cbd-9195-967806100fe0.shogun-image {
  box-sizing: border-box;
}


}
#s-ed8311dc-69b4-4865-aebf-7f6c17cae9f0 {
  margin-top: 20px;
margin-left: 22%;
margin-bottom: 20px;
margin-right: 22%;
}

@media (min-width: 0px) {
[id="s-ed8311dc-69b4-4865-aebf-7f6c17cae9f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed8311dc-69b4-4865-aebf-7f6c17cae9f0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ed8311dc-69b4-4865-aebf-7f6c17cae9f0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ed8311dc-69b4-4865-aebf-7f6c17cae9f0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ed8311dc-69b4-4865-aebf-7f6c17cae9f0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ed8311dc-69b4-4865-aebf-7f6c17cae9f0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ed8311dc-69b4-4865-aebf-7f6c17cae9f0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed8311dc-69b4-4865-aebf-7f6c17cae9f0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ed8311dc-69b4-4865-aebf-7f6c17cae9f0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ed8311dc-69b4-4865-aebf-7f6c17cae9f0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-225740de-b3d9-4099-b04b-0cdf005fab9a {
  display: none;
}
#s-7c46c6fe-9126-485b-95b7-1c52df77bebd {
  text-align: center;
}

#s-7c46c6fe-9126-485b-95b7-1c52df77bebd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7c46c6fe-9126-485b-95b7-1c52df77bebd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7c46c6fe-9126-485b-95b7-1c52df77bebd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.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-902096bd-328f-4fbb-8a42-97337a6ec19f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: right;
text-decoration: none;
}
#s-902096bd-328f-4fbb-8a42-97337a6ec19f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-902096bd-328f-4fbb-8a42-97337a6ec19f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-902096bd-328f-4fbb-8a42-97337a6ec19f-btn-wrapper {
    text-align: right;
  }


#s-902096bd-328f-4fbb-8a42-97337a6ec19f.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-902096bd-328f-4fbb-8a42-97337a6ec19f-btn-wrapper {
    text-align: right;
  }


#s-902096bd-328f-4fbb-8a42-97337a6ec19f.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-902096bd-328f-4fbb-8a42-97337a6ec19f-btn-wrapper {
    text-align: right;
  }


#s-902096bd-328f-4fbb-8a42-97337a6ec19f.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-902096bd-328f-4fbb-8a42-97337a6ec19f-btn-wrapper {
    text-align: right;
  }


#s-902096bd-328f-4fbb-8a42-97337a6ec19f.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-902096bd-328f-4fbb-8a42-97337a6ec19f-btn-wrapper {
    text-align: right;
  }


#s-902096bd-328f-4fbb-8a42-97337a6ec19f.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
#s-f8781a9d-eff7-4638-a7cd-d0418ec4dc24 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
min-height: 50px;
}








#s-f8781a9d-eff7-4638-a7cd-d0418ec4dc24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8781a9d-eff7-4638-a7cd-d0418ec4dc24.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c10690e1-c97e-472c-9918-dfbfd31329af {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-c10690e1-c97e-472c-9918-dfbfd31329af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c10690e1-c97e-472c-9918-dfbfd31329af"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c10690e1-c97e-472c-9918-dfbfd31329af"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c10690e1-c97e-472c-9918-dfbfd31329af"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b9958e17-c364-4a95-b7e1-67f160e439f0 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-b9958e17-c364-4a95-b7e1-67f160e439f0 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-b9958e17-c364-4a95-b7e1-67f160e439f0 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-b9958e17-c364-4a95-b7e1-67f160e439f0 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-b9958e17-c364-4a95-b7e1-67f160e439f0 td.shogun-table-column, #s-b9958e17-c364-4a95-b7e1-67f160e439f0 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-b33f2c00-8afc-470f-bf52-1d028acad85b {
  margin-left: 8%;
margin-right: 8%;
}

#s-20c7dde8-b851-43be-9d10-fc9205fd9f0c {
  text-align: center;
}







  img.s-20c7dde8-b851-43be-9d10-fc9205fd9f0c.shogun-image {
    
    
  }


.s-20c7dde8-b851-43be-9d10-fc9205fd9f0c .shogun-image-content {
  
    align-items: center;
  
}

.s-20c7dde8-b851-43be-9d10-fc9205fd9f0c.shg-align-container {
  text-align: center
}

.s-20c7dde8-b851-43be-9d10-fc9205fd9f0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20c7dde8-b851-43be-9d10-fc9205fd9f0c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-20c7dde8-b851-43be-9d10-fc9205fd9f0c.shogun-image {
    
    
  }


.s-20c7dde8-b851-43be-9d10-fc9205fd9f0c .shogun-image-content {
  
    align-items: center;
  
}

.s-20c7dde8-b851-43be-9d10-fc9205fd9f0c.shg-align-container {
  text-align: center
}

.s-20c7dde8-b851-43be-9d10-fc9205fd9f0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20c7dde8-b851-43be-9d10-fc9205fd9f0c.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-20c7dde8-b851-43be-9d10-fc9205fd9f0c.shogun-image {
    
    
  }


.s-20c7dde8-b851-43be-9d10-fc9205fd9f0c .shogun-image-content {
  
    align-items: center;
  
}

.s-20c7dde8-b851-43be-9d10-fc9205fd9f0c.shg-align-container {
  text-align: center
}

.s-20c7dde8-b851-43be-9d10-fc9205fd9f0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20c7dde8-b851-43be-9d10-fc9205fd9f0c.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-20c7dde8-b851-43be-9d10-fc9205fd9f0c.shogun-image {
    
    
  }


.s-20c7dde8-b851-43be-9d10-fc9205fd9f0c .shogun-image-content {
  
    align-items: center;
  
}

.s-20c7dde8-b851-43be-9d10-fc9205fd9f0c.shg-align-container {
  text-align: center
}

.s-20c7dde8-b851-43be-9d10-fc9205fd9f0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20c7dde8-b851-43be-9d10-fc9205fd9f0c.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-20c7dde8-b851-43be-9d10-fc9205fd9f0c.shogun-image {
    
    
  }


.s-20c7dde8-b851-43be-9d10-fc9205fd9f0c .shogun-image-content {
  
    align-items: center;
  
}

.s-20c7dde8-b851-43be-9d10-fc9205fd9f0c.shg-align-container {
  text-align: center
}

.s-20c7dde8-b851-43be-9d10-fc9205fd9f0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20c7dde8-b851-43be-9d10-fc9205fd9f0c.shogun-image {
  box-sizing: border-box;
}


}
#s-c48ff61c-c945-4c8d-aad1-e5afd142cdcf .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-c48ff61c-c945-4c8d-aad1-e5afd142cdcf table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-c48ff61c-c945-4c8d-aad1-e5afd142cdcf td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-c48ff61c-c945-4c8d-aad1-e5afd142cdcf td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-c48ff61c-c945-4c8d-aad1-e5afd142cdcf td.shogun-table-column, #s-c48ff61c-c945-4c8d-aad1-e5afd142cdcf td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-27558f02-06e4-41ea-bd60-5851ff9da90d {
  margin-left: 8%;
margin-bottom: 10px;
margin-right: 8%;
}

@media (min-width: 0px) {
[id="s-27558f02-06e4-41ea-bd60-5851ff9da90d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27558f02-06e4-41ea-bd60-5851ff9da90d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-27558f02-06e4-41ea-bd60-5851ff9da90d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-27558f02-06e4-41ea-bd60-5851ff9da90d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-27558f02-06e4-41ea-bd60-5851ff9da90d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-27558f02-06e4-41ea-bd60-5851ff9da90d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-27558f02-06e4-41ea-bd60-5851ff9da90d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-435abd3d-cefb-4e81-ba6c-cc67d01843ad {
  text-align: center;
}







  img.s-435abd3d-cefb-4e81-ba6c-cc67d01843ad.shogun-image {
    
    
  }


.s-435abd3d-cefb-4e81-ba6c-cc67d01843ad .shogun-image-content {
  
    align-items: center;
  
}

.s-435abd3d-cefb-4e81-ba6c-cc67d01843ad.shg-align-container {
  text-align: center
}

.s-435abd3d-cefb-4e81-ba6c-cc67d01843ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-435abd3d-cefb-4e81-ba6c-cc67d01843ad.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-435abd3d-cefb-4e81-ba6c-cc67d01843ad.shogun-image {
    
    
  }


.s-435abd3d-cefb-4e81-ba6c-cc67d01843ad .shogun-image-content {
  
    align-items: center;
  
}

.s-435abd3d-cefb-4e81-ba6c-cc67d01843ad.shg-align-container {
  text-align: center
}

.s-435abd3d-cefb-4e81-ba6c-cc67d01843ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-435abd3d-cefb-4e81-ba6c-cc67d01843ad.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-435abd3d-cefb-4e81-ba6c-cc67d01843ad.shogun-image {
    
    
  }


.s-435abd3d-cefb-4e81-ba6c-cc67d01843ad .shogun-image-content {
  
    align-items: center;
  
}

.s-435abd3d-cefb-4e81-ba6c-cc67d01843ad.shg-align-container {
  text-align: center
}

.s-435abd3d-cefb-4e81-ba6c-cc67d01843ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-435abd3d-cefb-4e81-ba6c-cc67d01843ad.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-435abd3d-cefb-4e81-ba6c-cc67d01843ad.shogun-image {
    
    
  }


.s-435abd3d-cefb-4e81-ba6c-cc67d01843ad .shogun-image-content {
  
    align-items: center;
  
}

.s-435abd3d-cefb-4e81-ba6c-cc67d01843ad.shg-align-container {
  text-align: center
}

.s-435abd3d-cefb-4e81-ba6c-cc67d01843ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-435abd3d-cefb-4e81-ba6c-cc67d01843ad.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-435abd3d-cefb-4e81-ba6c-cc67d01843ad.shogun-image {
    
    
  }


.s-435abd3d-cefb-4e81-ba6c-cc67d01843ad .shogun-image-content {
  
    align-items: center;
  
}

.s-435abd3d-cefb-4e81-ba6c-cc67d01843ad.shg-align-container {
  text-align: center
}

.s-435abd3d-cefb-4e81-ba6c-cc67d01843ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-435abd3d-cefb-4e81-ba6c-cc67d01843ad.shogun-image {
  box-sizing: border-box;
}


}
#s-b172d021-b297-4713-971e-c87d9b555d21 {
  margin-left: 8%;
margin-bottom: 10px;
margin-right: 8%;
}

@media (min-width: 0px) {
[id="s-b172d021-b297-4713-971e-c87d9b555d21"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b172d021-b297-4713-971e-c87d9b555d21"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b172d021-b297-4713-971e-c87d9b555d21"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b172d021-b297-4713-971e-c87d9b555d21"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b172d021-b297-4713-971e-c87d9b555d21"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b172d021-b297-4713-971e-c87d9b555d21"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b172d021-b297-4713-971e-c87d9b555d21"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-5d9666d8-346a-4326-83a4-c00b680e43d9 {
  margin-left: 8%;
margin-bottom: 10px;
margin-right: 8%;
}

@media (min-width: 0px) {
[id="s-5d9666d8-346a-4326-83a4-c00b680e43d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5d9666d8-346a-4326-83a4-c00b680e43d9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5d9666d8-346a-4326-83a4-c00b680e43d9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5d9666d8-346a-4326-83a4-c00b680e43d9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5d9666d8-346a-4326-83a4-c00b680e43d9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d9666d8-346a-4326-83a4-c00b680e43d9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5d9666d8-346a-4326-83a4-c00b680e43d9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-3970c8da-e744-4fb7-bf32-0126b6fe03d5 {
  margin-top: 20px;
margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-3970c8da-e744-4fb7-bf32-0126b6fe03d5 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-3970c8da-e744-4fb7-bf32-0126b6fe03d5 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-3970c8da-e744-4fb7-bf32-0126b6fe03d5 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-3970c8da-e744-4fb7-bf32-0126b6fe03d5 td.shogun-table-row {
  background-color: #fff;
  padding: 7px;
}

#s-3970c8da-e744-4fb7-bf32-0126b6fe03d5 td.shogun-table-column, #s-3970c8da-e744-4fb7-bf32-0126b6fe03d5 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-9706b4e1-4a64-4478-b11b-b51f6bbbd278 {
  text-align: center;
}







  img.s-9706b4e1-4a64-4478-b11b-b51f6bbbd278.shogun-image {
    
    
  }


.s-9706b4e1-4a64-4478-b11b-b51f6bbbd278 .shogun-image-content {
  
    align-items: center;
  
}

.s-9706b4e1-4a64-4478-b11b-b51f6bbbd278.shg-align-container {
  text-align: center
}

.s-9706b4e1-4a64-4478-b11b-b51f6bbbd278.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9706b4e1-4a64-4478-b11b-b51f6bbbd278.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9706b4e1-4a64-4478-b11b-b51f6bbbd278.shogun-image {
    
    
  }


.s-9706b4e1-4a64-4478-b11b-b51f6bbbd278 .shogun-image-content {
  
    align-items: center;
  
}

.s-9706b4e1-4a64-4478-b11b-b51f6bbbd278.shg-align-container {
  text-align: center
}

.s-9706b4e1-4a64-4478-b11b-b51f6bbbd278.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9706b4e1-4a64-4478-b11b-b51f6bbbd278.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-9706b4e1-4a64-4478-b11b-b51f6bbbd278.shogun-image {
    
    
  }


.s-9706b4e1-4a64-4478-b11b-b51f6bbbd278 .shogun-image-content {
  
    align-items: center;
  
}

.s-9706b4e1-4a64-4478-b11b-b51f6bbbd278.shg-align-container {
  text-align: center
}

.s-9706b4e1-4a64-4478-b11b-b51f6bbbd278.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9706b4e1-4a64-4478-b11b-b51f6bbbd278.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-9706b4e1-4a64-4478-b11b-b51f6bbbd278.shogun-image {
    
    
  }


.s-9706b4e1-4a64-4478-b11b-b51f6bbbd278 .shogun-image-content {
  
    align-items: center;
  
}

.s-9706b4e1-4a64-4478-b11b-b51f6bbbd278.shg-align-container {
  text-align: center
}

.s-9706b4e1-4a64-4478-b11b-b51f6bbbd278.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9706b4e1-4a64-4478-b11b-b51f6bbbd278.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-9706b4e1-4a64-4478-b11b-b51f6bbbd278.shogun-image {
    
    
  }


.s-9706b4e1-4a64-4478-b11b-b51f6bbbd278 .shogun-image-content {
  
    align-items: center;
  
}

.s-9706b4e1-4a64-4478-b11b-b51f6bbbd278.shg-align-container {
  text-align: center
}

.s-9706b4e1-4a64-4478-b11b-b51f6bbbd278.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9706b4e1-4a64-4478-b11b-b51f6bbbd278.shogun-image {
  box-sizing: border-box;
}


}
#s-326621c0-4239-441b-a252-101be1064cb3 {
  text-align: center;
}







  img.s-326621c0-4239-441b-a252-101be1064cb3.shogun-image {
    
    
  }


.s-326621c0-4239-441b-a252-101be1064cb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-326621c0-4239-441b-a252-101be1064cb3.shg-align-container {
  text-align: center
}

.s-326621c0-4239-441b-a252-101be1064cb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-326621c0-4239-441b-a252-101be1064cb3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-326621c0-4239-441b-a252-101be1064cb3.shogun-image {
    
    
  }


.s-326621c0-4239-441b-a252-101be1064cb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-326621c0-4239-441b-a252-101be1064cb3.shg-align-container {
  text-align: center
}

.s-326621c0-4239-441b-a252-101be1064cb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-326621c0-4239-441b-a252-101be1064cb3.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-326621c0-4239-441b-a252-101be1064cb3.shogun-image {
    
    
  }


.s-326621c0-4239-441b-a252-101be1064cb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-326621c0-4239-441b-a252-101be1064cb3.shg-align-container {
  text-align: center
}

.s-326621c0-4239-441b-a252-101be1064cb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-326621c0-4239-441b-a252-101be1064cb3.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-326621c0-4239-441b-a252-101be1064cb3.shogun-image {
    
    
  }


.s-326621c0-4239-441b-a252-101be1064cb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-326621c0-4239-441b-a252-101be1064cb3.shg-align-container {
  text-align: center
}

.s-326621c0-4239-441b-a252-101be1064cb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-326621c0-4239-441b-a252-101be1064cb3.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-326621c0-4239-441b-a252-101be1064cb3.shogun-image {
    
    
  }


.s-326621c0-4239-441b-a252-101be1064cb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-326621c0-4239-441b-a252-101be1064cb3.shg-align-container {
  text-align: center
}

.s-326621c0-4239-441b-a252-101be1064cb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-326621c0-4239-441b-a252-101be1064cb3.shogun-image {
  box-sizing: border-box;
}


}
#s-41e4ee20-2ea5-43db-9617-7c5f38ab1b4d {
  text-align: center;
}







  img.s-41e4ee20-2ea5-43db-9617-7c5f38ab1b4d.shogun-image {
    
    
  }


.s-41e4ee20-2ea5-43db-9617-7c5f38ab1b4d .shogun-image-content {
  
    align-items: center;
  
}

.s-41e4ee20-2ea5-43db-9617-7c5f38ab1b4d.shg-align-container {
  text-align: center
}

.s-41e4ee20-2ea5-43db-9617-7c5f38ab1b4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41e4ee20-2ea5-43db-9617-7c5f38ab1b4d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-41e4ee20-2ea5-43db-9617-7c5f38ab1b4d.shogun-image {
    
    
  }


.s-41e4ee20-2ea5-43db-9617-7c5f38ab1b4d .shogun-image-content {
  
    align-items: center;
  
}

.s-41e4ee20-2ea5-43db-9617-7c5f38ab1b4d.shg-align-container {
  text-align: center
}

.s-41e4ee20-2ea5-43db-9617-7c5f38ab1b4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41e4ee20-2ea5-43db-9617-7c5f38ab1b4d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-41e4ee20-2ea5-43db-9617-7c5f38ab1b4d.shogun-image {
    
    
  }


.s-41e4ee20-2ea5-43db-9617-7c5f38ab1b4d .shogun-image-content {
  
    align-items: center;
  
}

.s-41e4ee20-2ea5-43db-9617-7c5f38ab1b4d.shg-align-container {
  text-align: center
}

.s-41e4ee20-2ea5-43db-9617-7c5f38ab1b4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41e4ee20-2ea5-43db-9617-7c5f38ab1b4d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-41e4ee20-2ea5-43db-9617-7c5f38ab1b4d.shogun-image {
    
    
  }


.s-41e4ee20-2ea5-43db-9617-7c5f38ab1b4d .shogun-image-content {
  
    align-items: center;
  
}

.s-41e4ee20-2ea5-43db-9617-7c5f38ab1b4d.shg-align-container {
  text-align: center
}

.s-41e4ee20-2ea5-43db-9617-7c5f38ab1b4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41e4ee20-2ea5-43db-9617-7c5f38ab1b4d.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-41e4ee20-2ea5-43db-9617-7c5f38ab1b4d.shogun-image {
    
    
  }


.s-41e4ee20-2ea5-43db-9617-7c5f38ab1b4d .shogun-image-content {
  
    align-items: center;
  
}

.s-41e4ee20-2ea5-43db-9617-7c5f38ab1b4d.shg-align-container {
  text-align: center
}

.s-41e4ee20-2ea5-43db-9617-7c5f38ab1b4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41e4ee20-2ea5-43db-9617-7c5f38ab1b4d.shogun-image {
  box-sizing: border-box;
}


}
#s-19d79979-7888-41a0-bcaa-d6c9f2fe3728 {
  text-align: center;
}







  img.s-19d79979-7888-41a0-bcaa-d6c9f2fe3728.shogun-image {
    
    
  }


.s-19d79979-7888-41a0-bcaa-d6c9f2fe3728 .shogun-image-content {
  
    align-items: center;
  
}

.s-19d79979-7888-41a0-bcaa-d6c9f2fe3728.shg-align-container {
  text-align: center
}

.s-19d79979-7888-41a0-bcaa-d6c9f2fe3728.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19d79979-7888-41a0-bcaa-d6c9f2fe3728.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-19d79979-7888-41a0-bcaa-d6c9f2fe3728.shogun-image {
    
    
  }


.s-19d79979-7888-41a0-bcaa-d6c9f2fe3728 .shogun-image-content {
  
    align-items: center;
  
}

.s-19d79979-7888-41a0-bcaa-d6c9f2fe3728.shg-align-container {
  text-align: center
}

.s-19d79979-7888-41a0-bcaa-d6c9f2fe3728.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19d79979-7888-41a0-bcaa-d6c9f2fe3728.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-19d79979-7888-41a0-bcaa-d6c9f2fe3728.shogun-image {
    
    
  }


.s-19d79979-7888-41a0-bcaa-d6c9f2fe3728 .shogun-image-content {
  
    align-items: center;
  
}

.s-19d79979-7888-41a0-bcaa-d6c9f2fe3728.shg-align-container {
  text-align: center
}

.s-19d79979-7888-41a0-bcaa-d6c9f2fe3728.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19d79979-7888-41a0-bcaa-d6c9f2fe3728.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-19d79979-7888-41a0-bcaa-d6c9f2fe3728.shogun-image {
    
    
  }


.s-19d79979-7888-41a0-bcaa-d6c9f2fe3728 .shogun-image-content {
  
    align-items: center;
  
}

.s-19d79979-7888-41a0-bcaa-d6c9f2fe3728.shg-align-container {
  text-align: center
}

.s-19d79979-7888-41a0-bcaa-d6c9f2fe3728.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19d79979-7888-41a0-bcaa-d6c9f2fe3728.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-19d79979-7888-41a0-bcaa-d6c9f2fe3728.shogun-image {
    
    
  }


.s-19d79979-7888-41a0-bcaa-d6c9f2fe3728 .shogun-image-content {
  
    align-items: center;
  
}

.s-19d79979-7888-41a0-bcaa-d6c9f2fe3728.shg-align-container {
  text-align: center
}

.s-19d79979-7888-41a0-bcaa-d6c9f2fe3728.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19d79979-7888-41a0-bcaa-d6c9f2fe3728.shogun-image {
  box-sizing: border-box;
}


}
#s-ec334e66-0858-4a3a-9995-9bcdba203519 {
  margin-left: 2%;
margin-right: 2%;
}

#s-298f6d8e-4a62-4d61-9e88-4dbb7a799203 {
  margin-left: 2%;
margin-right: 2%;
}

#s-82c6069b-92fa-4101-ba15-1b659c91eaf3 {
  margin-left: 2%;
margin-right: 2%;
}

#s-f88a30f0-f910-4d03-b834-342c45f5340d {
  margin-left: 2%;
margin-right: 2%;
}

#s-4950e610-0457-4e05-ae7f-43a17f58dd26 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 15px;
padding-left: 250px;
padding-bottom: 15px;
padding-right: 250px;
border-radius: 2px;
background-color: rgba(162, 159, 159, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4950e610-0457-4e05-ae7f-43a17f58dd26:hover {background-color: rgba(162, 159, 159, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4950e610-0457-4e05-ae7f-43a17f58dd26:active {background-color: rgba(162, 159, 159, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-4950e610-0457-4e05-ae7f-43a17f58dd26-btn-wrapper {
    text-align: center;
  }


#s-4950e610-0457-4e05-ae7f-43a17f58dd26.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4950e610-0457-4e05-ae7f-43a17f58dd26-btn-wrapper {
    text-align: center;
  }


#s-4950e610-0457-4e05-ae7f-43a17f58dd26.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4950e610-0457-4e05-ae7f-43a17f58dd26-btn-wrapper {
    text-align: center;
  }


#s-4950e610-0457-4e05-ae7f-43a17f58dd26.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4950e610-0457-4e05-ae7f-43a17f58dd26-btn-wrapper {
    text-align: center;
  }


#s-4950e610-0457-4e05-ae7f-43a17f58dd26.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4950e610-0457-4e05-ae7f-43a17f58dd26-btn-wrapper {
    text-align: center;
  }


#s-4950e610-0457-4e05-ae7f-43a17f58dd26.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-0885ea17-7ce0-4eff-be2f-3f864caad324 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-0885ea17-7ce0-4eff-be2f-3f864caad324 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0885ea17-7ce0-4eff-be2f-3f864caad324.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-858b6a88-91b2-4b27-b37b-42f4c25bc3b4 {
  text-align: left;
}

#s-ef57eb62-14aa-4472-89ec-b66b62a0c5d8 {
  margin-top: 40px;
min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}








#s-ef57eb62-14aa-4472-89ec-b66b62a0c5d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef57eb62-14aa-4472-89ec-b66b62a0c5d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-829bbcf4-cfce-4c0a-9ed1-f4941c5a47f0 {
  margin-top: 40px;
text-align: center;
}







  img.s-829bbcf4-cfce-4c0a-9ed1-f4941c5a47f0.shogun-image {
    
    
  }


.s-829bbcf4-cfce-4c0a-9ed1-f4941c5a47f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-829bbcf4-cfce-4c0a-9ed1-f4941c5a47f0.shg-align-container {
  text-align: center
}

.s-829bbcf4-cfce-4c0a-9ed1-f4941c5a47f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-829bbcf4-cfce-4c0a-9ed1-f4941c5a47f0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-829bbcf4-cfce-4c0a-9ed1-f4941c5a47f0.shogun-image {
    
    
  }


.s-829bbcf4-cfce-4c0a-9ed1-f4941c5a47f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-829bbcf4-cfce-4c0a-9ed1-f4941c5a47f0.shg-align-container {
  text-align: center
}

.s-829bbcf4-cfce-4c0a-9ed1-f4941c5a47f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-829bbcf4-cfce-4c0a-9ed1-f4941c5a47f0.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-829bbcf4-cfce-4c0a-9ed1-f4941c5a47f0.shogun-image {
    
    
  }


.s-829bbcf4-cfce-4c0a-9ed1-f4941c5a47f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-829bbcf4-cfce-4c0a-9ed1-f4941c5a47f0.shg-align-container {
  text-align: center
}

.s-829bbcf4-cfce-4c0a-9ed1-f4941c5a47f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-829bbcf4-cfce-4c0a-9ed1-f4941c5a47f0.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-829bbcf4-cfce-4c0a-9ed1-f4941c5a47f0.shogun-image {
    
    
  }


.s-829bbcf4-cfce-4c0a-9ed1-f4941c5a47f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-829bbcf4-cfce-4c0a-9ed1-f4941c5a47f0.shg-align-container {
  text-align: center
}

.s-829bbcf4-cfce-4c0a-9ed1-f4941c5a47f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-829bbcf4-cfce-4c0a-9ed1-f4941c5a47f0.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-829bbcf4-cfce-4c0a-9ed1-f4941c5a47f0.shogun-image {
    
    
  }


.s-829bbcf4-cfce-4c0a-9ed1-f4941c5a47f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-829bbcf4-cfce-4c0a-9ed1-f4941c5a47f0.shg-align-container {
  text-align: center
}

.s-829bbcf4-cfce-4c0a-9ed1-f4941c5a47f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-829bbcf4-cfce-4c0a-9ed1-f4941c5a47f0.shogun-image {
  box-sizing: border-box;
}


}
#s-79bb3330-bfba-4e3f-9aef-c0ffb74cf840 {
  margin-top: 20px;
margin-left: 22%;
margin-bottom: 20px;
margin-right: 22%;
}

@media (min-width: 0px) {
[id="s-79bb3330-bfba-4e3f-9aef-c0ffb74cf840"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79bb3330-bfba-4e3f-9aef-c0ffb74cf840"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-79bb3330-bfba-4e3f-9aef-c0ffb74cf840"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-79bb3330-bfba-4e3f-9aef-c0ffb74cf840"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-79bb3330-bfba-4e3f-9aef-c0ffb74cf840"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-79bb3330-bfba-4e3f-9aef-c0ffb74cf840"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-79bb3330-bfba-4e3f-9aef-c0ffb74cf840"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-79bb3330-bfba-4e3f-9aef-c0ffb74cf840"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-79bb3330-bfba-4e3f-9aef-c0ffb74cf840"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-79bb3330-bfba-4e3f-9aef-c0ffb74cf840"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-5846bedc-dc54-40ba-8a59-0a043d73d1a9 {
  display: none;
}
#s-98c728f8-147c-41c5-b097-2a2c2674f368 {
  text-align: center;
}

#s-98c728f8-147c-41c5-b097-2a2c2674f368 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-98c728f8-147c-41c5-b097-2a2c2674f368 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-98c728f8-147c-41c5-b097-2a2c2674f368 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fe550b35-e35e-439e-be02-eb63beb13bf4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: right;
text-decoration: none;
}
#s-fe550b35-e35e-439e-be02-eb63beb13bf4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fe550b35-e35e-439e-be02-eb63beb13bf4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fe550b35-e35e-439e-be02-eb63beb13bf4-btn-wrapper {
    text-align: right;
  }


#s-fe550b35-e35e-439e-be02-eb63beb13bf4.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fe550b35-e35e-439e-be02-eb63beb13bf4-btn-wrapper {
    text-align: right;
  }


#s-fe550b35-e35e-439e-be02-eb63beb13bf4.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fe550b35-e35e-439e-be02-eb63beb13bf4-btn-wrapper {
    text-align: right;
  }


#s-fe550b35-e35e-439e-be02-eb63beb13bf4.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fe550b35-e35e-439e-be02-eb63beb13bf4-btn-wrapper {
    text-align: right;
  }


#s-fe550b35-e35e-439e-be02-eb63beb13bf4.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fe550b35-e35e-439e-be02-eb63beb13bf4-btn-wrapper {
    text-align: right;
  }


#s-fe550b35-e35e-439e-be02-eb63beb13bf4.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
#s-0b76d2f0-2f46-49e0-85e3-e3e3133fb952 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
min-height: 50px;
}








#s-0b76d2f0-2f46-49e0-85e3-e3e3133fb952 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b76d2f0-2f46-49e0-85e3-e3e3133fb952.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f68fb43d-adc6-43a5-96e0-45daeb27312f {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-f68fb43d-adc6-43a5-96e0-45daeb27312f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f68fb43d-adc6-43a5-96e0-45daeb27312f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f68fb43d-adc6-43a5-96e0-45daeb27312f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f68fb43d-adc6-43a5-96e0-45daeb27312f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d11faa1c-c6cc-4d86-bece-f4cdfb16f9b7 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-d11faa1c-c6cc-4d86-bece-f4cdfb16f9b7 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-d11faa1c-c6cc-4d86-bece-f4cdfb16f9b7 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-d11faa1c-c6cc-4d86-bece-f4cdfb16f9b7 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-d11faa1c-c6cc-4d86-bece-f4cdfb16f9b7 td.shogun-table-column, #s-d11faa1c-c6cc-4d86-bece-f4cdfb16f9b7 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-504b3556-8dfd-4dda-8397-81ccd3b22543 {
  margin-left: 8%;
margin-right: 8%;
}

#s-bea28e58-e1b5-4f45-b444-1e85590cdfb3 {
  text-align: center;
}







  img.s-bea28e58-e1b5-4f45-b444-1e85590cdfb3.shogun-image {
    
    
  }


.s-bea28e58-e1b5-4f45-b444-1e85590cdfb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-bea28e58-e1b5-4f45-b444-1e85590cdfb3.shg-align-container {
  text-align: center
}

.s-bea28e58-e1b5-4f45-b444-1e85590cdfb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bea28e58-e1b5-4f45-b444-1e85590cdfb3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-bea28e58-e1b5-4f45-b444-1e85590cdfb3.shogun-image {
    
    
  }


.s-bea28e58-e1b5-4f45-b444-1e85590cdfb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-bea28e58-e1b5-4f45-b444-1e85590cdfb3.shg-align-container {
  text-align: center
}

.s-bea28e58-e1b5-4f45-b444-1e85590cdfb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bea28e58-e1b5-4f45-b444-1e85590cdfb3.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-bea28e58-e1b5-4f45-b444-1e85590cdfb3.shogun-image {
    
    
  }


.s-bea28e58-e1b5-4f45-b444-1e85590cdfb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-bea28e58-e1b5-4f45-b444-1e85590cdfb3.shg-align-container {
  text-align: center
}

.s-bea28e58-e1b5-4f45-b444-1e85590cdfb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bea28e58-e1b5-4f45-b444-1e85590cdfb3.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-bea28e58-e1b5-4f45-b444-1e85590cdfb3.shogun-image {
    
    
  }


.s-bea28e58-e1b5-4f45-b444-1e85590cdfb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-bea28e58-e1b5-4f45-b444-1e85590cdfb3.shg-align-container {
  text-align: center
}

.s-bea28e58-e1b5-4f45-b444-1e85590cdfb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bea28e58-e1b5-4f45-b444-1e85590cdfb3.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-bea28e58-e1b5-4f45-b444-1e85590cdfb3.shogun-image {
    
    
  }


.s-bea28e58-e1b5-4f45-b444-1e85590cdfb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-bea28e58-e1b5-4f45-b444-1e85590cdfb3.shg-align-container {
  text-align: center
}

.s-bea28e58-e1b5-4f45-b444-1e85590cdfb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bea28e58-e1b5-4f45-b444-1e85590cdfb3.shogun-image {
  box-sizing: border-box;
}


}
#s-2d272ea0-c8ba-4846-b774-db1ee46c8f6d .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-2d272ea0-c8ba-4846-b774-db1ee46c8f6d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-2d272ea0-c8ba-4846-b774-db1ee46c8f6d td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-2d272ea0-c8ba-4846-b774-db1ee46c8f6d td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-2d272ea0-c8ba-4846-b774-db1ee46c8f6d td.shogun-table-column, #s-2d272ea0-c8ba-4846-b774-db1ee46c8f6d td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-f4ec3f80-42ae-4c19-8c67-506d9632faf4 {
  margin-left: 8%;
margin-bottom: 10px;
margin-right: 8%;
}

@media (min-width: 0px) {
[id="s-f4ec3f80-42ae-4c19-8c67-506d9632faf4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f4ec3f80-42ae-4c19-8c67-506d9632faf4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f4ec3f80-42ae-4c19-8c67-506d9632faf4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f4ec3f80-42ae-4c19-8c67-506d9632faf4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f4ec3f80-42ae-4c19-8c67-506d9632faf4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4ec3f80-42ae-4c19-8c67-506d9632faf4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f4ec3f80-42ae-4c19-8c67-506d9632faf4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-c7803b33-82fa-4471-8a8f-8c8f6df19907 {
  text-align: center;
}







  img.s-c7803b33-82fa-4471-8a8f-8c8f6df19907.shogun-image {
    
    
  }


.s-c7803b33-82fa-4471-8a8f-8c8f6df19907 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7803b33-82fa-4471-8a8f-8c8f6df19907.shg-align-container {
  text-align: center
}

.s-c7803b33-82fa-4471-8a8f-8c8f6df19907.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7803b33-82fa-4471-8a8f-8c8f6df19907.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c7803b33-82fa-4471-8a8f-8c8f6df19907.shogun-image {
    
    
  }


.s-c7803b33-82fa-4471-8a8f-8c8f6df19907 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7803b33-82fa-4471-8a8f-8c8f6df19907.shg-align-container {
  text-align: center
}

.s-c7803b33-82fa-4471-8a8f-8c8f6df19907.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7803b33-82fa-4471-8a8f-8c8f6df19907.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-c7803b33-82fa-4471-8a8f-8c8f6df19907.shogun-image {
    
    
  }


.s-c7803b33-82fa-4471-8a8f-8c8f6df19907 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7803b33-82fa-4471-8a8f-8c8f6df19907.shg-align-container {
  text-align: center
}

.s-c7803b33-82fa-4471-8a8f-8c8f6df19907.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7803b33-82fa-4471-8a8f-8c8f6df19907.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-c7803b33-82fa-4471-8a8f-8c8f6df19907.shogun-image {
    
    
  }


.s-c7803b33-82fa-4471-8a8f-8c8f6df19907 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7803b33-82fa-4471-8a8f-8c8f6df19907.shg-align-container {
  text-align: center
}

.s-c7803b33-82fa-4471-8a8f-8c8f6df19907.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7803b33-82fa-4471-8a8f-8c8f6df19907.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-c7803b33-82fa-4471-8a8f-8c8f6df19907.shogun-image {
    
    
  }


.s-c7803b33-82fa-4471-8a8f-8c8f6df19907 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7803b33-82fa-4471-8a8f-8c8f6df19907.shg-align-container {
  text-align: center
}

.s-c7803b33-82fa-4471-8a8f-8c8f6df19907.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7803b33-82fa-4471-8a8f-8c8f6df19907.shogun-image {
  box-sizing: border-box;
}


}
#s-ec7c1fdc-cf10-4080-9b95-65391d1dffd7 {
  margin-left: 8%;
margin-bottom: 10px;
margin-right: 8%;
}

@media (min-width: 0px) {
[id="s-ec7c1fdc-cf10-4080-9b95-65391d1dffd7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec7c1fdc-cf10-4080-9b95-65391d1dffd7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ec7c1fdc-cf10-4080-9b95-65391d1dffd7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ec7c1fdc-cf10-4080-9b95-65391d1dffd7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ec7c1fdc-cf10-4080-9b95-65391d1dffd7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec7c1fdc-cf10-4080-9b95-65391d1dffd7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ec7c1fdc-cf10-4080-9b95-65391d1dffd7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-dc95a4f0-0264-4da9-9127-9e4f95c5f7de {
  margin-top: 20px;
margin-left: 15%;
margin-right: 15%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-dc95a4f0-0264-4da9-9127-9e4f95c5f7de .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-dc95a4f0-0264-4da9-9127-9e4f95c5f7de table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-dc95a4f0-0264-4da9-9127-9e4f95c5f7de td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-dc95a4f0-0264-4da9-9127-9e4f95c5f7de td.shogun-table-row {
  background-color: #fff;
  padding: 7px;
}

#s-dc95a4f0-0264-4da9-9127-9e4f95c5f7de td.shogun-table-column, #s-dc95a4f0-0264-4da9-9127-9e4f95c5f7de td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-cf895585-3565-416e-a04f-aecf6b689691 {
  text-align: center;
}







  img.s-cf895585-3565-416e-a04f-aecf6b689691.shogun-image {
    
    
  }


.s-cf895585-3565-416e-a04f-aecf6b689691 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf895585-3565-416e-a04f-aecf6b689691.shg-align-container {
  text-align: center
}

.s-cf895585-3565-416e-a04f-aecf6b689691.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf895585-3565-416e-a04f-aecf6b689691.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-cf895585-3565-416e-a04f-aecf6b689691.shogun-image {
    
    
  }


.s-cf895585-3565-416e-a04f-aecf6b689691 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf895585-3565-416e-a04f-aecf6b689691.shg-align-container {
  text-align: center
}

.s-cf895585-3565-416e-a04f-aecf6b689691.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf895585-3565-416e-a04f-aecf6b689691.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-cf895585-3565-416e-a04f-aecf6b689691.shogun-image {
    
    
  }


.s-cf895585-3565-416e-a04f-aecf6b689691 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf895585-3565-416e-a04f-aecf6b689691.shg-align-container {
  text-align: center
}

.s-cf895585-3565-416e-a04f-aecf6b689691.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf895585-3565-416e-a04f-aecf6b689691.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-cf895585-3565-416e-a04f-aecf6b689691.shogun-image {
    
    
  }


.s-cf895585-3565-416e-a04f-aecf6b689691 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf895585-3565-416e-a04f-aecf6b689691.shg-align-container {
  text-align: center
}

.s-cf895585-3565-416e-a04f-aecf6b689691.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf895585-3565-416e-a04f-aecf6b689691.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-cf895585-3565-416e-a04f-aecf6b689691.shogun-image {
    
    
  }


.s-cf895585-3565-416e-a04f-aecf6b689691 .shogun-image-content {
  
    align-items: center;
  
}

.s-cf895585-3565-416e-a04f-aecf6b689691.shg-align-container {
  text-align: center
}

.s-cf895585-3565-416e-a04f-aecf6b689691.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf895585-3565-416e-a04f-aecf6b689691.shogun-image {
  box-sizing: border-box;
}


}
#s-c8110bca-2787-4f2c-a526-5c93852bf925 {
  text-align: center;
}







  img.s-c8110bca-2787-4f2c-a526-5c93852bf925.shogun-image {
    
    
  }


.s-c8110bca-2787-4f2c-a526-5c93852bf925 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8110bca-2787-4f2c-a526-5c93852bf925.shg-align-container {
  text-align: center
}

.s-c8110bca-2787-4f2c-a526-5c93852bf925.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8110bca-2787-4f2c-a526-5c93852bf925.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c8110bca-2787-4f2c-a526-5c93852bf925.shogun-image {
    
    
  }


.s-c8110bca-2787-4f2c-a526-5c93852bf925 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8110bca-2787-4f2c-a526-5c93852bf925.shg-align-container {
  text-align: center
}

.s-c8110bca-2787-4f2c-a526-5c93852bf925.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8110bca-2787-4f2c-a526-5c93852bf925.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-c8110bca-2787-4f2c-a526-5c93852bf925.shogun-image {
    
    
  }


.s-c8110bca-2787-4f2c-a526-5c93852bf925 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8110bca-2787-4f2c-a526-5c93852bf925.shg-align-container {
  text-align: center
}

.s-c8110bca-2787-4f2c-a526-5c93852bf925.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8110bca-2787-4f2c-a526-5c93852bf925.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-c8110bca-2787-4f2c-a526-5c93852bf925.shogun-image {
    
    
  }


.s-c8110bca-2787-4f2c-a526-5c93852bf925 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8110bca-2787-4f2c-a526-5c93852bf925.shg-align-container {
  text-align: center
}

.s-c8110bca-2787-4f2c-a526-5c93852bf925.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8110bca-2787-4f2c-a526-5c93852bf925.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-c8110bca-2787-4f2c-a526-5c93852bf925.shogun-image {
    
    
  }


.s-c8110bca-2787-4f2c-a526-5c93852bf925 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8110bca-2787-4f2c-a526-5c93852bf925.shg-align-container {
  text-align: center
}

.s-c8110bca-2787-4f2c-a526-5c93852bf925.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8110bca-2787-4f2c-a526-5c93852bf925.shogun-image {
  box-sizing: border-box;
}


}
#s-4a016e05-2fa2-41dc-af8f-acdcbdf6d712 {
  text-align: center;
}







  img.s-4a016e05-2fa2-41dc-af8f-acdcbdf6d712.shogun-image {
    
    
  }


.s-4a016e05-2fa2-41dc-af8f-acdcbdf6d712 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a016e05-2fa2-41dc-af8f-acdcbdf6d712.shg-align-container {
  text-align: center
}

.s-4a016e05-2fa2-41dc-af8f-acdcbdf6d712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a016e05-2fa2-41dc-af8f-acdcbdf6d712.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-4a016e05-2fa2-41dc-af8f-acdcbdf6d712.shogun-image {
    
    
  }


.s-4a016e05-2fa2-41dc-af8f-acdcbdf6d712 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a016e05-2fa2-41dc-af8f-acdcbdf6d712.shg-align-container {
  text-align: center
}

.s-4a016e05-2fa2-41dc-af8f-acdcbdf6d712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a016e05-2fa2-41dc-af8f-acdcbdf6d712.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-4a016e05-2fa2-41dc-af8f-acdcbdf6d712.shogun-image {
    
    
  }


.s-4a016e05-2fa2-41dc-af8f-acdcbdf6d712 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a016e05-2fa2-41dc-af8f-acdcbdf6d712.shg-align-container {
  text-align: center
}

.s-4a016e05-2fa2-41dc-af8f-acdcbdf6d712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a016e05-2fa2-41dc-af8f-acdcbdf6d712.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-4a016e05-2fa2-41dc-af8f-acdcbdf6d712.shogun-image {
    
    
  }


.s-4a016e05-2fa2-41dc-af8f-acdcbdf6d712 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a016e05-2fa2-41dc-af8f-acdcbdf6d712.shg-align-container {
  text-align: center
}

.s-4a016e05-2fa2-41dc-af8f-acdcbdf6d712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a016e05-2fa2-41dc-af8f-acdcbdf6d712.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-4a016e05-2fa2-41dc-af8f-acdcbdf6d712.shogun-image {
    
    
  }


.s-4a016e05-2fa2-41dc-af8f-acdcbdf6d712 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a016e05-2fa2-41dc-af8f-acdcbdf6d712.shg-align-container {
  text-align: center
}

.s-4a016e05-2fa2-41dc-af8f-acdcbdf6d712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a016e05-2fa2-41dc-af8f-acdcbdf6d712.shogun-image {
  box-sizing: border-box;
}


}
#s-3eb9030a-ba98-4f50-b640-ebe1cd1f29a1 {
  margin-left: 2%;
margin-right: 2%;
}

#s-9f3004ac-70f5-4804-b98a-9d712bef3b43 {
  margin-left: 2%;
margin-right: 2%;
}

#s-9116c106-cb2d-4f0d-b417-d20663bb398d {
  margin-left: 2%;
margin-right: 2%;
}

#s-ddea5aa4-c888-43ac-a853-74706d6f7729 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 15px;
padding-left: 250px;
padding-bottom: 15px;
padding-right: 250px;
border-radius: 2px;
background-color: rgba(162, 159, 159, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ddea5aa4-c888-43ac-a853-74706d6f7729:hover {background-color: rgba(162, 159, 159, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ddea5aa4-c888-43ac-a853-74706d6f7729:active {background-color: rgba(162, 159, 159, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ddea5aa4-c888-43ac-a853-74706d6f7729-btn-wrapper {
    text-align: center;
  }


#s-ddea5aa4-c888-43ac-a853-74706d6f7729.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ddea5aa4-c888-43ac-a853-74706d6f7729-btn-wrapper {
    text-align: center;
  }


#s-ddea5aa4-c888-43ac-a853-74706d6f7729.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ddea5aa4-c888-43ac-a853-74706d6f7729-btn-wrapper {
    text-align: center;
  }


#s-ddea5aa4-c888-43ac-a853-74706d6f7729.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ddea5aa4-c888-43ac-a853-74706d6f7729-btn-wrapper {
    text-align: center;
  }


#s-ddea5aa4-c888-43ac-a853-74706d6f7729.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ddea5aa4-c888-43ac-a853-74706d6f7729-btn-wrapper {
    text-align: center;
  }


#s-ddea5aa4-c888-43ac-a853-74706d6f7729.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-cd92d1e4-41c3-43b0-9873-8cef026c7b05 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-cd92d1e4-41c3-43b0-9873-8cef026c7b05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd92d1e4-41c3-43b0-9873-8cef026c7b05.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab5a51de-eaf1-4a1f-aff0-7ea304e263ec {
  text-align: left;
}

#s-b760d479-4dbb-43ce-99dd-9993271fc27b {
  margin-top: 40px;
min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}








#s-b760d479-4dbb-43ce-99dd-9993271fc27b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b760d479-4dbb-43ce-99dd-9993271fc27b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d567e4d-b2f4-4b40-9072-1b61f78c2b9d {
  margin-top: 40px;
text-align: center;
}







  img.s-5d567e4d-b2f4-4b40-9072-1b61f78c2b9d.shogun-image {
    
    
  }


.s-5d567e4d-b2f4-4b40-9072-1b61f78c2b9d .shogun-image-content {
  
    align-items: center;
  
}

.s-5d567e4d-b2f4-4b40-9072-1b61f78c2b9d.shg-align-container {
  text-align: center
}

.s-5d567e4d-b2f4-4b40-9072-1b61f78c2b9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d567e4d-b2f4-4b40-9072-1b61f78c2b9d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5d567e4d-b2f4-4b40-9072-1b61f78c2b9d.shogun-image {
    
    
  }


.s-5d567e4d-b2f4-4b40-9072-1b61f78c2b9d .shogun-image-content {
  
    align-items: center;
  
}

.s-5d567e4d-b2f4-4b40-9072-1b61f78c2b9d.shg-align-container {
  text-align: center
}

.s-5d567e4d-b2f4-4b40-9072-1b61f78c2b9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d567e4d-b2f4-4b40-9072-1b61f78c2b9d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-5d567e4d-b2f4-4b40-9072-1b61f78c2b9d.shogun-image {
    
    
  }


.s-5d567e4d-b2f4-4b40-9072-1b61f78c2b9d .shogun-image-content {
  
    align-items: center;
  
}

.s-5d567e4d-b2f4-4b40-9072-1b61f78c2b9d.shg-align-container {
  text-align: center
}

.s-5d567e4d-b2f4-4b40-9072-1b61f78c2b9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d567e4d-b2f4-4b40-9072-1b61f78c2b9d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-5d567e4d-b2f4-4b40-9072-1b61f78c2b9d.shogun-image {
    
    
  }


.s-5d567e4d-b2f4-4b40-9072-1b61f78c2b9d .shogun-image-content {
  
    align-items: center;
  
}

.s-5d567e4d-b2f4-4b40-9072-1b61f78c2b9d.shg-align-container {
  text-align: center
}

.s-5d567e4d-b2f4-4b40-9072-1b61f78c2b9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d567e4d-b2f4-4b40-9072-1b61f78c2b9d.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-5d567e4d-b2f4-4b40-9072-1b61f78c2b9d.shogun-image {
    
    
  }


.s-5d567e4d-b2f4-4b40-9072-1b61f78c2b9d .shogun-image-content {
  
    align-items: center;
  
}

.s-5d567e4d-b2f4-4b40-9072-1b61f78c2b9d.shg-align-container {
  text-align: center
}

.s-5d567e4d-b2f4-4b40-9072-1b61f78c2b9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d567e4d-b2f4-4b40-9072-1b61f78c2b9d.shogun-image {
  box-sizing: border-box;
}


}
#s-7cc3c745-e072-4ccb-bc27-9ecb0ae11bf1 {
  margin-top: 20px;
margin-left: 25%;
margin-bottom: 20px;
margin-right: 25%;
}

@media (min-width: 0px) {
[id="s-7cc3c745-e072-4ccb-bc27-9ecb0ae11bf1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7cc3c745-e072-4ccb-bc27-9ecb0ae11bf1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7cc3c745-e072-4ccb-bc27-9ecb0ae11bf1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7cc3c745-e072-4ccb-bc27-9ecb0ae11bf1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7cc3c745-e072-4ccb-bc27-9ecb0ae11bf1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7cc3c745-e072-4ccb-bc27-9ecb0ae11bf1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7cc3c745-e072-4ccb-bc27-9ecb0ae11bf1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7cc3c745-e072-4ccb-bc27-9ecb0ae11bf1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7cc3c745-e072-4ccb-bc27-9ecb0ae11bf1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7cc3c745-e072-4ccb-bc27-9ecb0ae11bf1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-9a19bfab-aa0e-433f-83c3-a8acc109f292 {
  display: none;
}
#s-e8b0aa7b-1665-4a66-a69c-e87d9bd0ac8f {
  text-align: center;
}

#s-e8b0aa7b-1665-4a66-a69c-e87d9bd0ac8f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e8b0aa7b-1665-4a66-a69c-e87d9bd0ac8f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e8b0aa7b-1665-4a66-a69c-e87d9bd0ac8f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b887f49f-4f6e-43e4-a414-9bbf94ab4eba {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: right;
text-decoration: none;
}
#s-b887f49f-4f6e-43e4-a414-9bbf94ab4eba:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b887f49f-4f6e-43e4-a414-9bbf94ab4eba:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b887f49f-4f6e-43e4-a414-9bbf94ab4eba-btn-wrapper {
    text-align: right;
  }


#s-b887f49f-4f6e-43e4-a414-9bbf94ab4eba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b887f49f-4f6e-43e4-a414-9bbf94ab4eba-btn-wrapper {
    text-align: right;
  }


#s-b887f49f-4f6e-43e4-a414-9bbf94ab4eba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b887f49f-4f6e-43e4-a414-9bbf94ab4eba-btn-wrapper {
    text-align: right;
  }


#s-b887f49f-4f6e-43e4-a414-9bbf94ab4eba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b887f49f-4f6e-43e4-a414-9bbf94ab4eba-btn-wrapper {
    text-align: right;
  }


#s-b887f49f-4f6e-43e4-a414-9bbf94ab4eba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b887f49f-4f6e-43e4-a414-9bbf94ab4eba-btn-wrapper {
    text-align: right;
  }


#s-b887f49f-4f6e-43e4-a414-9bbf94ab4eba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c9a808f6-4a60-4116-9f92-b9ba261afe8b {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
min-height: 50px;
}








#s-c9a808f6-4a60-4116-9f92-b9ba261afe8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9a808f6-4a60-4116-9f92-b9ba261afe8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5dd6e088-f896-4917-a6c8-f3c681173250 {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-5dd6e088-f896-4917-a6c8-f3c681173250"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5dd6e088-f896-4917-a6c8-f3c681173250"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5dd6e088-f896-4917-a6c8-f3c681173250"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5dd6e088-f896-4917-a6c8-f3c681173250"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-5c1b20cd-72f8-4652-acf2-b3c5cec19aaa .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-5c1b20cd-72f8-4652-acf2-b3c5cec19aaa table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-5c1b20cd-72f8-4652-acf2-b3c5cec19aaa td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-5c1b20cd-72f8-4652-acf2-b3c5cec19aaa td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-5c1b20cd-72f8-4652-acf2-b3c5cec19aaa td.shogun-table-column, #s-5c1b20cd-72f8-4652-acf2-b3c5cec19aaa td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-25acbb75-88e7-4de3-9ebb-75461eda1a33 {
  margin-left: 8%;
margin-right: 8%;
}

#s-3890a2cf-96c9-48d1-a8a8-fa4ec38de5b5 {
  text-align: center;
}







  img.s-3890a2cf-96c9-48d1-a8a8-fa4ec38de5b5.shogun-image {
    
    
  }


.s-3890a2cf-96c9-48d1-a8a8-fa4ec38de5b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-3890a2cf-96c9-48d1-a8a8-fa4ec38de5b5.shg-align-container {
  text-align: center
}

.s-3890a2cf-96c9-48d1-a8a8-fa4ec38de5b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3890a2cf-96c9-48d1-a8a8-fa4ec38de5b5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3890a2cf-96c9-48d1-a8a8-fa4ec38de5b5.shogun-image {
    
    
  }


.s-3890a2cf-96c9-48d1-a8a8-fa4ec38de5b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-3890a2cf-96c9-48d1-a8a8-fa4ec38de5b5.shg-align-container {
  text-align: center
}

.s-3890a2cf-96c9-48d1-a8a8-fa4ec38de5b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3890a2cf-96c9-48d1-a8a8-fa4ec38de5b5.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-3890a2cf-96c9-48d1-a8a8-fa4ec38de5b5.shogun-image {
    
    
  }


.s-3890a2cf-96c9-48d1-a8a8-fa4ec38de5b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-3890a2cf-96c9-48d1-a8a8-fa4ec38de5b5.shg-align-container {
  text-align: center
}

.s-3890a2cf-96c9-48d1-a8a8-fa4ec38de5b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3890a2cf-96c9-48d1-a8a8-fa4ec38de5b5.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-3890a2cf-96c9-48d1-a8a8-fa4ec38de5b5.shogun-image {
    
    
  }


.s-3890a2cf-96c9-48d1-a8a8-fa4ec38de5b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-3890a2cf-96c9-48d1-a8a8-fa4ec38de5b5.shg-align-container {
  text-align: center
}

.s-3890a2cf-96c9-48d1-a8a8-fa4ec38de5b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3890a2cf-96c9-48d1-a8a8-fa4ec38de5b5.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-3890a2cf-96c9-48d1-a8a8-fa4ec38de5b5.shogun-image {
    
    
  }


.s-3890a2cf-96c9-48d1-a8a8-fa4ec38de5b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-3890a2cf-96c9-48d1-a8a8-fa4ec38de5b5.shg-align-container {
  text-align: center
}

.s-3890a2cf-96c9-48d1-a8a8-fa4ec38de5b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3890a2cf-96c9-48d1-a8a8-fa4ec38de5b5.shogun-image {
  box-sizing: border-box;
}


}
#s-622878ee-1413-4625-b4e9-001d0a2d8200 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-622878ee-1413-4625-b4e9-001d0a2d8200 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-622878ee-1413-4625-b4e9-001d0a2d8200 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-622878ee-1413-4625-b4e9-001d0a2d8200 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-622878ee-1413-4625-b4e9-001d0a2d8200 td.shogun-table-column, #s-622878ee-1413-4625-b4e9-001d0a2d8200 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-f2cd55d6-a5ec-4152-837a-f4dfc2b768a9 {
  margin-left: 8%;
margin-bottom: 10px;
margin-right: 8%;
}

@media (min-width: 0px) {
[id="s-f2cd55d6-a5ec-4152-837a-f4dfc2b768a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f2cd55d6-a5ec-4152-837a-f4dfc2b768a9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f2cd55d6-a5ec-4152-837a-f4dfc2b768a9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f2cd55d6-a5ec-4152-837a-f4dfc2b768a9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f2cd55d6-a5ec-4152-837a-f4dfc2b768a9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2cd55d6-a5ec-4152-837a-f4dfc2b768a9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f2cd55d6-a5ec-4152-837a-f4dfc2b768a9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-0b932ddf-7b20-4317-8c5a-9e4f686a2b5b {
  text-align: center;
}







  img.s-0b932ddf-7b20-4317-8c5a-9e4f686a2b5b.shogun-image {
    
    
  }


.s-0b932ddf-7b20-4317-8c5a-9e4f686a2b5b .shogun-image-content {
  
    align-items: center;
  
}

.s-0b932ddf-7b20-4317-8c5a-9e4f686a2b5b.shg-align-container {
  text-align: center
}

.s-0b932ddf-7b20-4317-8c5a-9e4f686a2b5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b932ddf-7b20-4317-8c5a-9e4f686a2b5b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0b932ddf-7b20-4317-8c5a-9e4f686a2b5b.shogun-image {
    
    
  }


.s-0b932ddf-7b20-4317-8c5a-9e4f686a2b5b .shogun-image-content {
  
    align-items: center;
  
}

.s-0b932ddf-7b20-4317-8c5a-9e4f686a2b5b.shg-align-container {
  text-align: center
}

.s-0b932ddf-7b20-4317-8c5a-9e4f686a2b5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b932ddf-7b20-4317-8c5a-9e4f686a2b5b.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-0b932ddf-7b20-4317-8c5a-9e4f686a2b5b.shogun-image {
    
    
  }


.s-0b932ddf-7b20-4317-8c5a-9e4f686a2b5b .shogun-image-content {
  
    align-items: center;
  
}

.s-0b932ddf-7b20-4317-8c5a-9e4f686a2b5b.shg-align-container {
  text-align: center
}

.s-0b932ddf-7b20-4317-8c5a-9e4f686a2b5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b932ddf-7b20-4317-8c5a-9e4f686a2b5b.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-0b932ddf-7b20-4317-8c5a-9e4f686a2b5b.shogun-image {
    
    
  }


.s-0b932ddf-7b20-4317-8c5a-9e4f686a2b5b .shogun-image-content {
  
    align-items: center;
  
}

.s-0b932ddf-7b20-4317-8c5a-9e4f686a2b5b.shg-align-container {
  text-align: center
}

.s-0b932ddf-7b20-4317-8c5a-9e4f686a2b5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b932ddf-7b20-4317-8c5a-9e4f686a2b5b.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-0b932ddf-7b20-4317-8c5a-9e4f686a2b5b.shogun-image {
    
    
  }


.s-0b932ddf-7b20-4317-8c5a-9e4f686a2b5b .shogun-image-content {
  
    align-items: center;
  
}

.s-0b932ddf-7b20-4317-8c5a-9e4f686a2b5b.shg-align-container {
  text-align: center
}

.s-0b932ddf-7b20-4317-8c5a-9e4f686a2b5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b932ddf-7b20-4317-8c5a-9e4f686a2b5b.shogun-image {
  box-sizing: border-box;
}


}
#s-ca369d78-ee8d-4ce6-8aa0-1c580c2af3e8 {
  margin-left: 8%;
margin-bottom: 10px;
margin-right: 8%;
}

@media (min-width: 0px) {
[id="s-ca369d78-ee8d-4ce6-8aa0-1c580c2af3e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca369d78-ee8d-4ce6-8aa0-1c580c2af3e8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ca369d78-ee8d-4ce6-8aa0-1c580c2af3e8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ca369d78-ee8d-4ce6-8aa0-1c580c2af3e8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ca369d78-ee8d-4ce6-8aa0-1c580c2af3e8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca369d78-ee8d-4ce6-8aa0-1c580c2af3e8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ca369d78-ee8d-4ce6-8aa0-1c580c2af3e8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-84d5f2a7-93d1-484c-afaf-2604751a1c19 {
  margin-top: 20px;
margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-84d5f2a7-93d1-484c-afaf-2604751a1c19 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-84d5f2a7-93d1-484c-afaf-2604751a1c19 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-84d5f2a7-93d1-484c-afaf-2604751a1c19 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-84d5f2a7-93d1-484c-afaf-2604751a1c19 td.shogun-table-row {
  background-color: #fff;
  padding: 7px;
}

#s-84d5f2a7-93d1-484c-afaf-2604751a1c19 td.shogun-table-column, #s-84d5f2a7-93d1-484c-afaf-2604751a1c19 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-c9f8ca9d-a0ac-4077-98d4-54d85dc584cc {
  text-align: center;
}







  img.s-c9f8ca9d-a0ac-4077-98d4-54d85dc584cc.shogun-image {
    
    
  }


.s-c9f8ca9d-a0ac-4077-98d4-54d85dc584cc .shogun-image-content {
  
    align-items: center;
  
}

.s-c9f8ca9d-a0ac-4077-98d4-54d85dc584cc.shg-align-container {
  text-align: center
}

.s-c9f8ca9d-a0ac-4077-98d4-54d85dc584cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f8ca9d-a0ac-4077-98d4-54d85dc584cc.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c9f8ca9d-a0ac-4077-98d4-54d85dc584cc.shogun-image {
    
    
  }


.s-c9f8ca9d-a0ac-4077-98d4-54d85dc584cc .shogun-image-content {
  
    align-items: center;
  
}

.s-c9f8ca9d-a0ac-4077-98d4-54d85dc584cc.shg-align-container {
  text-align: center
}

.s-c9f8ca9d-a0ac-4077-98d4-54d85dc584cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f8ca9d-a0ac-4077-98d4-54d85dc584cc.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-c9f8ca9d-a0ac-4077-98d4-54d85dc584cc.shogun-image {
    
    
  }


.s-c9f8ca9d-a0ac-4077-98d4-54d85dc584cc .shogun-image-content {
  
    align-items: center;
  
}

.s-c9f8ca9d-a0ac-4077-98d4-54d85dc584cc.shg-align-container {
  text-align: center
}

.s-c9f8ca9d-a0ac-4077-98d4-54d85dc584cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f8ca9d-a0ac-4077-98d4-54d85dc584cc.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-c9f8ca9d-a0ac-4077-98d4-54d85dc584cc.shogun-image {
    
    
  }


.s-c9f8ca9d-a0ac-4077-98d4-54d85dc584cc .shogun-image-content {
  
    align-items: center;
  
}

.s-c9f8ca9d-a0ac-4077-98d4-54d85dc584cc.shg-align-container {
  text-align: center
}

.s-c9f8ca9d-a0ac-4077-98d4-54d85dc584cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f8ca9d-a0ac-4077-98d4-54d85dc584cc.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-c9f8ca9d-a0ac-4077-98d4-54d85dc584cc.shogun-image {
    
    
  }


.s-c9f8ca9d-a0ac-4077-98d4-54d85dc584cc .shogun-image-content {
  
    align-items: center;
  
}

.s-c9f8ca9d-a0ac-4077-98d4-54d85dc584cc.shg-align-container {
  text-align: center
}

.s-c9f8ca9d-a0ac-4077-98d4-54d85dc584cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9f8ca9d-a0ac-4077-98d4-54d85dc584cc.shogun-image {
  box-sizing: border-box;
}


}
#s-4e6f3144-bbd0-46f3-b641-6c3aa5f0b2d4 {
  text-align: center;
}







  img.s-4e6f3144-bbd0-46f3-b641-6c3aa5f0b2d4.shogun-image {
    
    
  }


.s-4e6f3144-bbd0-46f3-b641-6c3aa5f0b2d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-4e6f3144-bbd0-46f3-b641-6c3aa5f0b2d4.shg-align-container {
  text-align: center
}

.s-4e6f3144-bbd0-46f3-b641-6c3aa5f0b2d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e6f3144-bbd0-46f3-b641-6c3aa5f0b2d4.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-4e6f3144-bbd0-46f3-b641-6c3aa5f0b2d4.shogun-image {
    
    
  }


.s-4e6f3144-bbd0-46f3-b641-6c3aa5f0b2d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-4e6f3144-bbd0-46f3-b641-6c3aa5f0b2d4.shg-align-container {
  text-align: center
}

.s-4e6f3144-bbd0-46f3-b641-6c3aa5f0b2d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e6f3144-bbd0-46f3-b641-6c3aa5f0b2d4.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-4e6f3144-bbd0-46f3-b641-6c3aa5f0b2d4.shogun-image {
    
    
  }


.s-4e6f3144-bbd0-46f3-b641-6c3aa5f0b2d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-4e6f3144-bbd0-46f3-b641-6c3aa5f0b2d4.shg-align-container {
  text-align: center
}

.s-4e6f3144-bbd0-46f3-b641-6c3aa5f0b2d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e6f3144-bbd0-46f3-b641-6c3aa5f0b2d4.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-4e6f3144-bbd0-46f3-b641-6c3aa5f0b2d4.shogun-image {
    
    
  }


.s-4e6f3144-bbd0-46f3-b641-6c3aa5f0b2d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-4e6f3144-bbd0-46f3-b641-6c3aa5f0b2d4.shg-align-container {
  text-align: center
}

.s-4e6f3144-bbd0-46f3-b641-6c3aa5f0b2d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e6f3144-bbd0-46f3-b641-6c3aa5f0b2d4.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-4e6f3144-bbd0-46f3-b641-6c3aa5f0b2d4.shogun-image {
    
    
  }


.s-4e6f3144-bbd0-46f3-b641-6c3aa5f0b2d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-4e6f3144-bbd0-46f3-b641-6c3aa5f0b2d4.shg-align-container {
  text-align: center
}

.s-4e6f3144-bbd0-46f3-b641-6c3aa5f0b2d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e6f3144-bbd0-46f3-b641-6c3aa5f0b2d4.shogun-image {
  box-sizing: border-box;
}


}
#s-d5416973-161c-4591-87b0-deb258d497ed {
  text-align: center;
}







  img.s-d5416973-161c-4591-87b0-deb258d497ed.shogun-image {
    
    
  }


.s-d5416973-161c-4591-87b0-deb258d497ed .shogun-image-content {
  
    align-items: center;
  
}

.s-d5416973-161c-4591-87b0-deb258d497ed.shg-align-container {
  text-align: center
}

.s-d5416973-161c-4591-87b0-deb258d497ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5416973-161c-4591-87b0-deb258d497ed.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d5416973-161c-4591-87b0-deb258d497ed.shogun-image {
    
    
  }


.s-d5416973-161c-4591-87b0-deb258d497ed .shogun-image-content {
  
    align-items: center;
  
}

.s-d5416973-161c-4591-87b0-deb258d497ed.shg-align-container {
  text-align: center
}

.s-d5416973-161c-4591-87b0-deb258d497ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5416973-161c-4591-87b0-deb258d497ed.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-d5416973-161c-4591-87b0-deb258d497ed.shogun-image {
    
    
  }


.s-d5416973-161c-4591-87b0-deb258d497ed .shogun-image-content {
  
    align-items: center;
  
}

.s-d5416973-161c-4591-87b0-deb258d497ed.shg-align-container {
  text-align: center
}

.s-d5416973-161c-4591-87b0-deb258d497ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5416973-161c-4591-87b0-deb258d497ed.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-d5416973-161c-4591-87b0-deb258d497ed.shogun-image {
    
    
  }


.s-d5416973-161c-4591-87b0-deb258d497ed .shogun-image-content {
  
    align-items: center;
  
}

.s-d5416973-161c-4591-87b0-deb258d497ed.shg-align-container {
  text-align: center
}

.s-d5416973-161c-4591-87b0-deb258d497ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5416973-161c-4591-87b0-deb258d497ed.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-d5416973-161c-4591-87b0-deb258d497ed.shogun-image {
    
    
  }


.s-d5416973-161c-4591-87b0-deb258d497ed .shogun-image-content {
  
    align-items: center;
  
}

.s-d5416973-161c-4591-87b0-deb258d497ed.shg-align-container {
  text-align: center
}

.s-d5416973-161c-4591-87b0-deb258d497ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5416973-161c-4591-87b0-deb258d497ed.shogun-image {
  box-sizing: border-box;
}


}
#s-0fff1a7d-11fc-4980-9efa-dce8676f30d3 {
  text-align: center;
}







  img.s-0fff1a7d-11fc-4980-9efa-dce8676f30d3.shogun-image {
    
    
  }


.s-0fff1a7d-11fc-4980-9efa-dce8676f30d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-0fff1a7d-11fc-4980-9efa-dce8676f30d3.shg-align-container {
  text-align: center
}

.s-0fff1a7d-11fc-4980-9efa-dce8676f30d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fff1a7d-11fc-4980-9efa-dce8676f30d3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0fff1a7d-11fc-4980-9efa-dce8676f30d3.shogun-image {
    
    
  }


.s-0fff1a7d-11fc-4980-9efa-dce8676f30d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-0fff1a7d-11fc-4980-9efa-dce8676f30d3.shg-align-container {
  text-align: center
}

.s-0fff1a7d-11fc-4980-9efa-dce8676f30d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fff1a7d-11fc-4980-9efa-dce8676f30d3.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-0fff1a7d-11fc-4980-9efa-dce8676f30d3.shogun-image {
    
    
  }


.s-0fff1a7d-11fc-4980-9efa-dce8676f30d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-0fff1a7d-11fc-4980-9efa-dce8676f30d3.shg-align-container {
  text-align: center
}

.s-0fff1a7d-11fc-4980-9efa-dce8676f30d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fff1a7d-11fc-4980-9efa-dce8676f30d3.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-0fff1a7d-11fc-4980-9efa-dce8676f30d3.shogun-image {
    
    
  }


.s-0fff1a7d-11fc-4980-9efa-dce8676f30d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-0fff1a7d-11fc-4980-9efa-dce8676f30d3.shg-align-container {
  text-align: center
}

.s-0fff1a7d-11fc-4980-9efa-dce8676f30d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fff1a7d-11fc-4980-9efa-dce8676f30d3.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-0fff1a7d-11fc-4980-9efa-dce8676f30d3.shogun-image {
    
    
  }


.s-0fff1a7d-11fc-4980-9efa-dce8676f30d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-0fff1a7d-11fc-4980-9efa-dce8676f30d3.shg-align-container {
  text-align: center
}

.s-0fff1a7d-11fc-4980-9efa-dce8676f30d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fff1a7d-11fc-4980-9efa-dce8676f30d3.shogun-image {
  box-sizing: border-box;
}


}
#s-0274e874-1bf4-48f2-9107-3d4e63c01170 {
  margin-left: 2%;
margin-right: 2%;
}

#s-8428e548-2680-4863-8fcf-0151aae5834c {
  margin-left: 2%;
margin-right: 2%;
}

#s-ccad584e-b439-4ed8-9f3f-99143353e091 {
  margin-left: 2%;
margin-right: 2%;
}

#s-f9130865-fade-40be-a93b-4eec1c04e101 {
  margin-left: 2%;
margin-right: 2%;
}

#s-77082582-9e42-4109-b273-db42219085f0 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 15px;
padding-left: 250px;
padding-bottom: 15px;
padding-right: 250px;
border-radius: 2px;
background-color: rgba(162, 159, 159, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-77082582-9e42-4109-b273-db42219085f0:hover {background-color: rgba(162, 159, 159, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-77082582-9e42-4109-b273-db42219085f0:active {background-color: rgba(162, 159, 159, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-77082582-9e42-4109-b273-db42219085f0-btn-wrapper {
    text-align: center;
  }


#s-77082582-9e42-4109-b273-db42219085f0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-77082582-9e42-4109-b273-db42219085f0-btn-wrapper {
    text-align: center;
  }


#s-77082582-9e42-4109-b273-db42219085f0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-77082582-9e42-4109-b273-db42219085f0-btn-wrapper {
    text-align: center;
  }


#s-77082582-9e42-4109-b273-db42219085f0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-77082582-9e42-4109-b273-db42219085f0-btn-wrapper {
    text-align: center;
  }


#s-77082582-9e42-4109-b273-db42219085f0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-77082582-9e42-4109-b273-db42219085f0-btn-wrapper {
    text-align: center;
  }


#s-77082582-9e42-4109-b273-db42219085f0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-3d9034b5-26fe-4554-a9f1-f1e9eb1773c7 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-3d9034b5-26fe-4554-a9f1-f1e9eb1773c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d9034b5-26fe-4554-a9f1-f1e9eb1773c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87eeedfb-159f-4728-83cd-228d71ed9a6a {
  text-align: left;
}

#s-f38fb468-a629-4c20-b8af-40cf06f6034a {
  margin-top: 40px;
min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}








#s-f38fb468-a629-4c20-b8af-40cf06f6034a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f38fb468-a629-4c20-b8af-40cf06f6034a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ee7d067-0638-4ab3-a9de-bf465cf79e6b {
  margin-top: 40px;
text-align: center;
}







  img.s-5ee7d067-0638-4ab3-a9de-bf465cf79e6b.shogun-image {
    
    
  }


.s-5ee7d067-0638-4ab3-a9de-bf465cf79e6b .shogun-image-content {
  
    align-items: center;
  
}

.s-5ee7d067-0638-4ab3-a9de-bf465cf79e6b.shg-align-container {
  text-align: center
}

.s-5ee7d067-0638-4ab3-a9de-bf465cf79e6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ee7d067-0638-4ab3-a9de-bf465cf79e6b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5ee7d067-0638-4ab3-a9de-bf465cf79e6b.shogun-image {
    
    
  }


.s-5ee7d067-0638-4ab3-a9de-bf465cf79e6b .shogun-image-content {
  
    align-items: center;
  
}

.s-5ee7d067-0638-4ab3-a9de-bf465cf79e6b.shg-align-container {
  text-align: center
}

.s-5ee7d067-0638-4ab3-a9de-bf465cf79e6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ee7d067-0638-4ab3-a9de-bf465cf79e6b.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-5ee7d067-0638-4ab3-a9de-bf465cf79e6b.shogun-image {
    
    
  }


.s-5ee7d067-0638-4ab3-a9de-bf465cf79e6b .shogun-image-content {
  
    align-items: center;
  
}

.s-5ee7d067-0638-4ab3-a9de-bf465cf79e6b.shg-align-container {
  text-align: center
}

.s-5ee7d067-0638-4ab3-a9de-bf465cf79e6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ee7d067-0638-4ab3-a9de-bf465cf79e6b.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-5ee7d067-0638-4ab3-a9de-bf465cf79e6b.shogun-image {
    
    
  }


.s-5ee7d067-0638-4ab3-a9de-bf465cf79e6b .shogun-image-content {
  
    align-items: center;
  
}

.s-5ee7d067-0638-4ab3-a9de-bf465cf79e6b.shg-align-container {
  text-align: center
}

.s-5ee7d067-0638-4ab3-a9de-bf465cf79e6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ee7d067-0638-4ab3-a9de-bf465cf79e6b.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-5ee7d067-0638-4ab3-a9de-bf465cf79e6b.shogun-image {
    
    
  }


.s-5ee7d067-0638-4ab3-a9de-bf465cf79e6b .shogun-image-content {
  
    align-items: center;
  
}

.s-5ee7d067-0638-4ab3-a9de-bf465cf79e6b.shg-align-container {
  text-align: center
}

.s-5ee7d067-0638-4ab3-a9de-bf465cf79e6b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ee7d067-0638-4ab3-a9de-bf465cf79e6b.shogun-image {
  box-sizing: border-box;
}


}
#s-58097910-fdcd-4728-aa9a-d1728739db4e {
  margin-top: 20px;
margin-left: 25%;
margin-bottom: 20px;
margin-right: 25%;
}

@media (min-width: 0px) {
[id="s-58097910-fdcd-4728-aa9a-d1728739db4e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-58097910-fdcd-4728-aa9a-d1728739db4e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-58097910-fdcd-4728-aa9a-d1728739db4e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-58097910-fdcd-4728-aa9a-d1728739db4e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-58097910-fdcd-4728-aa9a-d1728739db4e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-58097910-fdcd-4728-aa9a-d1728739db4e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-58097910-fdcd-4728-aa9a-d1728739db4e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-58097910-fdcd-4728-aa9a-d1728739db4e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-58097910-fdcd-4728-aa9a-d1728739db4e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-58097910-fdcd-4728-aa9a-d1728739db4e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-a0010289-85e6-42e7-ac9b-78d41813d597 {
  display: none;
}
#s-aca87f1e-848c-4e63-b553-8b0b134c5067 {
  text-align: center;
}

#s-aca87f1e-848c-4e63-b553-8b0b134c5067 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-aca87f1e-848c-4e63-b553-8b0b134c5067 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-aca87f1e-848c-4e63-b553-8b0b134c5067 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a9e9e385-e59d-411f-b331-af64891e7388 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: right;
text-decoration: none;
}
#s-a9e9e385-e59d-411f-b331-af64891e7388:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a9e9e385-e59d-411f-b331-af64891e7388:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a9e9e385-e59d-411f-b331-af64891e7388-btn-wrapper {
    text-align: right;
  }


#s-a9e9e385-e59d-411f-b331-af64891e7388.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a9e9e385-e59d-411f-b331-af64891e7388-btn-wrapper {
    text-align: right;
  }


#s-a9e9e385-e59d-411f-b331-af64891e7388.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a9e9e385-e59d-411f-b331-af64891e7388-btn-wrapper {
    text-align: right;
  }


#s-a9e9e385-e59d-411f-b331-af64891e7388.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a9e9e385-e59d-411f-b331-af64891e7388-btn-wrapper {
    text-align: right;
  }


#s-a9e9e385-e59d-411f-b331-af64891e7388.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a9e9e385-e59d-411f-b331-af64891e7388-btn-wrapper {
    text-align: right;
  }


#s-a9e9e385-e59d-411f-b331-af64891e7388.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5ddb2a5d-bc96-4dc0-b86e-55bfe44d43a0 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
min-height: 50px;
}








#s-5ddb2a5d-bc96-4dc0-b86e-55bfe44d43a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ddb2a5d-bc96-4dc0-b86e-55bfe44d43a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c44e8c0d-0ade-44a2-abb5-465a24636ff8 {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-c44e8c0d-0ade-44a2-abb5-465a24636ff8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c44e8c0d-0ade-44a2-abb5-465a24636ff8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c44e8c0d-0ade-44a2-abb5-465a24636ff8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c44e8c0d-0ade-44a2-abb5-465a24636ff8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ee7f16cb-88df-4de6-b39c-ba239f4a8aa9 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-ee7f16cb-88df-4de6-b39c-ba239f4a8aa9 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ee7f16cb-88df-4de6-b39c-ba239f4a8aa9 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-ee7f16cb-88df-4de6-b39c-ba239f4a8aa9 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-ee7f16cb-88df-4de6-b39c-ba239f4a8aa9 td.shogun-table-column, #s-ee7f16cb-88df-4de6-b39c-ba239f4a8aa9 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-36d354b1-eaaf-47f4-b7c2-d9615eac35c9 {
  margin-left: 8%;
margin-right: 8%;
}

#s-49c63401-a18a-49d8-8ef3-cc32810074a8 {
  text-align: center;
}







  img.s-49c63401-a18a-49d8-8ef3-cc32810074a8.shogun-image {
    
    
  }


.s-49c63401-a18a-49d8-8ef3-cc32810074a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-49c63401-a18a-49d8-8ef3-cc32810074a8.shg-align-container {
  text-align: center
}

.s-49c63401-a18a-49d8-8ef3-cc32810074a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49c63401-a18a-49d8-8ef3-cc32810074a8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-49c63401-a18a-49d8-8ef3-cc32810074a8.shogun-image {
    
    
  }


.s-49c63401-a18a-49d8-8ef3-cc32810074a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-49c63401-a18a-49d8-8ef3-cc32810074a8.shg-align-container {
  text-align: center
}

.s-49c63401-a18a-49d8-8ef3-cc32810074a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49c63401-a18a-49d8-8ef3-cc32810074a8.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-49c63401-a18a-49d8-8ef3-cc32810074a8.shogun-image {
    
    
  }


.s-49c63401-a18a-49d8-8ef3-cc32810074a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-49c63401-a18a-49d8-8ef3-cc32810074a8.shg-align-container {
  text-align: center
}

.s-49c63401-a18a-49d8-8ef3-cc32810074a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49c63401-a18a-49d8-8ef3-cc32810074a8.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-49c63401-a18a-49d8-8ef3-cc32810074a8.shogun-image {
    
    
  }


.s-49c63401-a18a-49d8-8ef3-cc32810074a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-49c63401-a18a-49d8-8ef3-cc32810074a8.shg-align-container {
  text-align: center
}

.s-49c63401-a18a-49d8-8ef3-cc32810074a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49c63401-a18a-49d8-8ef3-cc32810074a8.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-49c63401-a18a-49d8-8ef3-cc32810074a8.shogun-image {
    
    
  }


.s-49c63401-a18a-49d8-8ef3-cc32810074a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-49c63401-a18a-49d8-8ef3-cc32810074a8.shg-align-container {
  text-align: center
}

.s-49c63401-a18a-49d8-8ef3-cc32810074a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49c63401-a18a-49d8-8ef3-cc32810074a8.shogun-image {
  box-sizing: border-box;
}


}
#s-67a4a2b9-f561-4c59-86a0-4c743cdb6a60 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-67a4a2b9-f561-4c59-86a0-4c743cdb6a60 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-67a4a2b9-f561-4c59-86a0-4c743cdb6a60 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-67a4a2b9-f561-4c59-86a0-4c743cdb6a60 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-67a4a2b9-f561-4c59-86a0-4c743cdb6a60 td.shogun-table-column, #s-67a4a2b9-f561-4c59-86a0-4c743cdb6a60 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-fbc6fc4f-b55d-4cdd-9bd5-c468aa070ed6 {
  margin-left: 8%;
margin-bottom: 10px;
margin-right: 8%;
}

@media (min-width: 0px) {
[id="s-fbc6fc4f-b55d-4cdd-9bd5-c468aa070ed6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fbc6fc4f-b55d-4cdd-9bd5-c468aa070ed6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fbc6fc4f-b55d-4cdd-9bd5-c468aa070ed6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fbc6fc4f-b55d-4cdd-9bd5-c468aa070ed6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fbc6fc4f-b55d-4cdd-9bd5-c468aa070ed6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fbc6fc4f-b55d-4cdd-9bd5-c468aa070ed6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-fbc6fc4f-b55d-4cdd-9bd5-c468aa070ed6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-5b1f6fd3-1c72-4973-b420-426da2f4ed4e {
  text-align: center;
}







  img.s-5b1f6fd3-1c72-4973-b420-426da2f4ed4e.shogun-image {
    
    
  }


.s-5b1f6fd3-1c72-4973-b420-426da2f4ed4e .shogun-image-content {
  
    align-items: center;
  
}

.s-5b1f6fd3-1c72-4973-b420-426da2f4ed4e.shg-align-container {
  text-align: center
}

.s-5b1f6fd3-1c72-4973-b420-426da2f4ed4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b1f6fd3-1c72-4973-b420-426da2f4ed4e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5b1f6fd3-1c72-4973-b420-426da2f4ed4e.shogun-image {
    
    
  }


.s-5b1f6fd3-1c72-4973-b420-426da2f4ed4e .shogun-image-content {
  
    align-items: center;
  
}

.s-5b1f6fd3-1c72-4973-b420-426da2f4ed4e.shg-align-container {
  text-align: center
}

.s-5b1f6fd3-1c72-4973-b420-426da2f4ed4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b1f6fd3-1c72-4973-b420-426da2f4ed4e.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-5b1f6fd3-1c72-4973-b420-426da2f4ed4e.shogun-image {
    
    
  }


.s-5b1f6fd3-1c72-4973-b420-426da2f4ed4e .shogun-image-content {
  
    align-items: center;
  
}

.s-5b1f6fd3-1c72-4973-b420-426da2f4ed4e.shg-align-container {
  text-align: center
}

.s-5b1f6fd3-1c72-4973-b420-426da2f4ed4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b1f6fd3-1c72-4973-b420-426da2f4ed4e.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-5b1f6fd3-1c72-4973-b420-426da2f4ed4e.shogun-image {
    
    
  }


.s-5b1f6fd3-1c72-4973-b420-426da2f4ed4e .shogun-image-content {
  
    align-items: center;
  
}

.s-5b1f6fd3-1c72-4973-b420-426da2f4ed4e.shg-align-container {
  text-align: center
}

.s-5b1f6fd3-1c72-4973-b420-426da2f4ed4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b1f6fd3-1c72-4973-b420-426da2f4ed4e.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-5b1f6fd3-1c72-4973-b420-426da2f4ed4e.shogun-image {
    
    
  }


.s-5b1f6fd3-1c72-4973-b420-426da2f4ed4e .shogun-image-content {
  
    align-items: center;
  
}

.s-5b1f6fd3-1c72-4973-b420-426da2f4ed4e.shg-align-container {
  text-align: center
}

.s-5b1f6fd3-1c72-4973-b420-426da2f4ed4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b1f6fd3-1c72-4973-b420-426da2f4ed4e.shogun-image {
  box-sizing: border-box;
}


}
#s-a6ac094f-b5c3-44db-a08c-7d9bdf5d1f8e {
  margin-left: 8%;
margin-bottom: 10px;
margin-right: 8%;
}

@media (min-width: 0px) {
[id="s-a6ac094f-b5c3-44db-a08c-7d9bdf5d1f8e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6ac094f-b5c3-44db-a08c-7d9bdf5d1f8e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a6ac094f-b5c3-44db-a08c-7d9bdf5d1f8e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a6ac094f-b5c3-44db-a08c-7d9bdf5d1f8e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a6ac094f-b5c3-44db-a08c-7d9bdf5d1f8e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6ac094f-b5c3-44db-a08c-7d9bdf5d1f8e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a6ac094f-b5c3-44db-a08c-7d9bdf5d1f8e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-76747844-71f6-4e9a-aad6-13b3468ef6b4 {
  margin-top: 20px;
margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-76747844-71f6-4e9a-aad6-13b3468ef6b4 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-76747844-71f6-4e9a-aad6-13b3468ef6b4 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-76747844-71f6-4e9a-aad6-13b3468ef6b4 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-76747844-71f6-4e9a-aad6-13b3468ef6b4 td.shogun-table-row {
  background-color: #fff;
  padding: 7px;
}

#s-76747844-71f6-4e9a-aad6-13b3468ef6b4 td.shogun-table-column, #s-76747844-71f6-4e9a-aad6-13b3468ef6b4 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-6a0e05b1-3d6d-4ef0-a49b-4307c0cea7c0 {
  text-align: center;
}







  img.s-6a0e05b1-3d6d-4ef0-a49b-4307c0cea7c0.shogun-image {
    
    
  }


.s-6a0e05b1-3d6d-4ef0-a49b-4307c0cea7c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a0e05b1-3d6d-4ef0-a49b-4307c0cea7c0.shg-align-container {
  text-align: center
}

.s-6a0e05b1-3d6d-4ef0-a49b-4307c0cea7c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a0e05b1-3d6d-4ef0-a49b-4307c0cea7c0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6a0e05b1-3d6d-4ef0-a49b-4307c0cea7c0.shogun-image {
    
    
  }


.s-6a0e05b1-3d6d-4ef0-a49b-4307c0cea7c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a0e05b1-3d6d-4ef0-a49b-4307c0cea7c0.shg-align-container {
  text-align: center
}

.s-6a0e05b1-3d6d-4ef0-a49b-4307c0cea7c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a0e05b1-3d6d-4ef0-a49b-4307c0cea7c0.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-6a0e05b1-3d6d-4ef0-a49b-4307c0cea7c0.shogun-image {
    
    
  }


.s-6a0e05b1-3d6d-4ef0-a49b-4307c0cea7c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a0e05b1-3d6d-4ef0-a49b-4307c0cea7c0.shg-align-container {
  text-align: center
}

.s-6a0e05b1-3d6d-4ef0-a49b-4307c0cea7c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a0e05b1-3d6d-4ef0-a49b-4307c0cea7c0.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-6a0e05b1-3d6d-4ef0-a49b-4307c0cea7c0.shogun-image {
    
    
  }


.s-6a0e05b1-3d6d-4ef0-a49b-4307c0cea7c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a0e05b1-3d6d-4ef0-a49b-4307c0cea7c0.shg-align-container {
  text-align: center
}

.s-6a0e05b1-3d6d-4ef0-a49b-4307c0cea7c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a0e05b1-3d6d-4ef0-a49b-4307c0cea7c0.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-6a0e05b1-3d6d-4ef0-a49b-4307c0cea7c0.shogun-image {
    
    
  }


.s-6a0e05b1-3d6d-4ef0-a49b-4307c0cea7c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a0e05b1-3d6d-4ef0-a49b-4307c0cea7c0.shg-align-container {
  text-align: center
}

.s-6a0e05b1-3d6d-4ef0-a49b-4307c0cea7c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a0e05b1-3d6d-4ef0-a49b-4307c0cea7c0.shogun-image {
  box-sizing: border-box;
}


}
#s-61ef7a89-79b3-461d-bc6b-9e62d01c0738 {
  text-align: center;
}







  img.s-61ef7a89-79b3-461d-bc6b-9e62d01c0738.shogun-image {
    
    
  }


.s-61ef7a89-79b3-461d-bc6b-9e62d01c0738 .shogun-image-content {
  
    align-items: center;
  
}

.s-61ef7a89-79b3-461d-bc6b-9e62d01c0738.shg-align-container {
  text-align: center
}

.s-61ef7a89-79b3-461d-bc6b-9e62d01c0738.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61ef7a89-79b3-461d-bc6b-9e62d01c0738.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-61ef7a89-79b3-461d-bc6b-9e62d01c0738.shogun-image {
    
    
  }


.s-61ef7a89-79b3-461d-bc6b-9e62d01c0738 .shogun-image-content {
  
    align-items: center;
  
}

.s-61ef7a89-79b3-461d-bc6b-9e62d01c0738.shg-align-container {
  text-align: center
}

.s-61ef7a89-79b3-461d-bc6b-9e62d01c0738.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61ef7a89-79b3-461d-bc6b-9e62d01c0738.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-61ef7a89-79b3-461d-bc6b-9e62d01c0738.shogun-image {
    
    
  }


.s-61ef7a89-79b3-461d-bc6b-9e62d01c0738 .shogun-image-content {
  
    align-items: center;
  
}

.s-61ef7a89-79b3-461d-bc6b-9e62d01c0738.shg-align-container {
  text-align: center
}

.s-61ef7a89-79b3-461d-bc6b-9e62d01c0738.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61ef7a89-79b3-461d-bc6b-9e62d01c0738.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-61ef7a89-79b3-461d-bc6b-9e62d01c0738.shogun-image {
    
    
  }


.s-61ef7a89-79b3-461d-bc6b-9e62d01c0738 .shogun-image-content {
  
    align-items: center;
  
}

.s-61ef7a89-79b3-461d-bc6b-9e62d01c0738.shg-align-container {
  text-align: center
}

.s-61ef7a89-79b3-461d-bc6b-9e62d01c0738.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61ef7a89-79b3-461d-bc6b-9e62d01c0738.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-61ef7a89-79b3-461d-bc6b-9e62d01c0738.shogun-image {
    
    
  }


.s-61ef7a89-79b3-461d-bc6b-9e62d01c0738 .shogun-image-content {
  
    align-items: center;
  
}

.s-61ef7a89-79b3-461d-bc6b-9e62d01c0738.shg-align-container {
  text-align: center
}

.s-61ef7a89-79b3-461d-bc6b-9e62d01c0738.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61ef7a89-79b3-461d-bc6b-9e62d01c0738.shogun-image {
  box-sizing: border-box;
}


}
#s-cef09369-7f71-4f53-a5e3-613a72c67903 {
  text-align: center;
}







  img.s-cef09369-7f71-4f53-a5e3-613a72c67903.shogun-image {
    
    
  }


.s-cef09369-7f71-4f53-a5e3-613a72c67903 .shogun-image-content {
  
    align-items: center;
  
}

.s-cef09369-7f71-4f53-a5e3-613a72c67903.shg-align-container {
  text-align: center
}

.s-cef09369-7f71-4f53-a5e3-613a72c67903.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cef09369-7f71-4f53-a5e3-613a72c67903.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-cef09369-7f71-4f53-a5e3-613a72c67903.shogun-image {
    
    
  }


.s-cef09369-7f71-4f53-a5e3-613a72c67903 .shogun-image-content {
  
    align-items: center;
  
}

.s-cef09369-7f71-4f53-a5e3-613a72c67903.shg-align-container {
  text-align: center
}

.s-cef09369-7f71-4f53-a5e3-613a72c67903.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cef09369-7f71-4f53-a5e3-613a72c67903.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-cef09369-7f71-4f53-a5e3-613a72c67903.shogun-image {
    
    
  }


.s-cef09369-7f71-4f53-a5e3-613a72c67903 .shogun-image-content {
  
    align-items: center;
  
}

.s-cef09369-7f71-4f53-a5e3-613a72c67903.shg-align-container {
  text-align: center
}

.s-cef09369-7f71-4f53-a5e3-613a72c67903.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cef09369-7f71-4f53-a5e3-613a72c67903.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-cef09369-7f71-4f53-a5e3-613a72c67903.shogun-image {
    
    
  }


.s-cef09369-7f71-4f53-a5e3-613a72c67903 .shogun-image-content {
  
    align-items: center;
  
}

.s-cef09369-7f71-4f53-a5e3-613a72c67903.shg-align-container {
  text-align: center
}

.s-cef09369-7f71-4f53-a5e3-613a72c67903.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cef09369-7f71-4f53-a5e3-613a72c67903.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-cef09369-7f71-4f53-a5e3-613a72c67903.shogun-image {
    
    
  }


.s-cef09369-7f71-4f53-a5e3-613a72c67903 .shogun-image-content {
  
    align-items: center;
  
}

.s-cef09369-7f71-4f53-a5e3-613a72c67903.shg-align-container {
  text-align: center
}

.s-cef09369-7f71-4f53-a5e3-613a72c67903.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cef09369-7f71-4f53-a5e3-613a72c67903.shogun-image {
  box-sizing: border-box;
}


}
#s-80607ef0-cfde-4f00-955a-d3b2fe9498e3 {
  text-align: center;
}







  img.s-80607ef0-cfde-4f00-955a-d3b2fe9498e3.shogun-image {
    
    
  }


.s-80607ef0-cfde-4f00-955a-d3b2fe9498e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-80607ef0-cfde-4f00-955a-d3b2fe9498e3.shg-align-container {
  text-align: center
}

.s-80607ef0-cfde-4f00-955a-d3b2fe9498e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80607ef0-cfde-4f00-955a-d3b2fe9498e3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-80607ef0-cfde-4f00-955a-d3b2fe9498e3.shogun-image {
    
    
  }


.s-80607ef0-cfde-4f00-955a-d3b2fe9498e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-80607ef0-cfde-4f00-955a-d3b2fe9498e3.shg-align-container {
  text-align: center
}

.s-80607ef0-cfde-4f00-955a-d3b2fe9498e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80607ef0-cfde-4f00-955a-d3b2fe9498e3.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-80607ef0-cfde-4f00-955a-d3b2fe9498e3.shogun-image {
    
    
  }


.s-80607ef0-cfde-4f00-955a-d3b2fe9498e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-80607ef0-cfde-4f00-955a-d3b2fe9498e3.shg-align-container {
  text-align: center
}

.s-80607ef0-cfde-4f00-955a-d3b2fe9498e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80607ef0-cfde-4f00-955a-d3b2fe9498e3.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-80607ef0-cfde-4f00-955a-d3b2fe9498e3.shogun-image {
    
    
  }


.s-80607ef0-cfde-4f00-955a-d3b2fe9498e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-80607ef0-cfde-4f00-955a-d3b2fe9498e3.shg-align-container {
  text-align: center
}

.s-80607ef0-cfde-4f00-955a-d3b2fe9498e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80607ef0-cfde-4f00-955a-d3b2fe9498e3.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-80607ef0-cfde-4f00-955a-d3b2fe9498e3.shogun-image {
    
    
  }


.s-80607ef0-cfde-4f00-955a-d3b2fe9498e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-80607ef0-cfde-4f00-955a-d3b2fe9498e3.shg-align-container {
  text-align: center
}

.s-80607ef0-cfde-4f00-955a-d3b2fe9498e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80607ef0-cfde-4f00-955a-d3b2fe9498e3.shogun-image {
  box-sizing: border-box;
}


}
#s-9d4849bd-9d29-4dc1-8bdf-9aa4c53d24fb {
  margin-left: 2%;
margin-right: 2%;
}

#s-6225bce4-64ef-49f6-8cc4-82f8592b86d6 {
  margin-left: 2%;
margin-right: 2%;
}

#s-d7ea0e4c-20dd-429f-b75d-bef9b9f3e2af {
  margin-left: 2%;
margin-right: 2%;
}

#s-ef0ec43b-90b3-4244-83a1-257f8ca53f5c {
  margin-left: 2%;
margin-right: 2%;
}

#s-35b8d1ba-6173-4986-9454-361f0aac2338 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 15px;
padding-left: 250px;
padding-bottom: 15px;
padding-right: 250px;
border-radius: 2px;
background-color: rgba(162, 159, 159, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-35b8d1ba-6173-4986-9454-361f0aac2338:hover {background-color: rgba(162, 159, 159, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-35b8d1ba-6173-4986-9454-361f0aac2338:active {background-color: rgba(162, 159, 159, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-35b8d1ba-6173-4986-9454-361f0aac2338-btn-wrapper {
    text-align: center;
  }


#s-35b8d1ba-6173-4986-9454-361f0aac2338.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-35b8d1ba-6173-4986-9454-361f0aac2338-btn-wrapper {
    text-align: center;
  }


#s-35b8d1ba-6173-4986-9454-361f0aac2338.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-35b8d1ba-6173-4986-9454-361f0aac2338-btn-wrapper {
    text-align: center;
  }


#s-35b8d1ba-6173-4986-9454-361f0aac2338.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-35b8d1ba-6173-4986-9454-361f0aac2338-btn-wrapper {
    text-align: center;
  }


#s-35b8d1ba-6173-4986-9454-361f0aac2338.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-35b8d1ba-6173-4986-9454-361f0aac2338-btn-wrapper {
    text-align: center;
  }


#s-35b8d1ba-6173-4986-9454-361f0aac2338.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-767172d7-f57b-44b4-8947-afc2bf73a6f8 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-767172d7-f57b-44b4-8947-afc2bf73a6f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-767172d7-f57b-44b4-8947-afc2bf73a6f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b76123d0-0464-494a-894e-40c079abcf51 {
  text-align: left;
}

#s-d10fc1af-b8f2-4ea9-9886-e4cdb48e4171 {
  margin-top: 40px;
min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}








#s-d10fc1af-b8f2-4ea9-9886-e4cdb48e4171 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d10fc1af-b8f2-4ea9-9886-e4cdb48e4171.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc6c2743-aab2-448f-93ba-185a2259c5c0 {
  margin-top: 40px;
text-align: center;
}







  img.s-dc6c2743-aab2-448f-93ba-185a2259c5c0.shogun-image {
    
    
  }


.s-dc6c2743-aab2-448f-93ba-185a2259c5c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc6c2743-aab2-448f-93ba-185a2259c5c0.shg-align-container {
  text-align: center
}

.s-dc6c2743-aab2-448f-93ba-185a2259c5c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc6c2743-aab2-448f-93ba-185a2259c5c0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-dc6c2743-aab2-448f-93ba-185a2259c5c0.shogun-image {
    
    
  }


.s-dc6c2743-aab2-448f-93ba-185a2259c5c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc6c2743-aab2-448f-93ba-185a2259c5c0.shg-align-container {
  text-align: center
}

.s-dc6c2743-aab2-448f-93ba-185a2259c5c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc6c2743-aab2-448f-93ba-185a2259c5c0.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-dc6c2743-aab2-448f-93ba-185a2259c5c0.shogun-image {
    
    
  }


.s-dc6c2743-aab2-448f-93ba-185a2259c5c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc6c2743-aab2-448f-93ba-185a2259c5c0.shg-align-container {
  text-align: center
}

.s-dc6c2743-aab2-448f-93ba-185a2259c5c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc6c2743-aab2-448f-93ba-185a2259c5c0.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-dc6c2743-aab2-448f-93ba-185a2259c5c0.shogun-image {
    
    
  }


.s-dc6c2743-aab2-448f-93ba-185a2259c5c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc6c2743-aab2-448f-93ba-185a2259c5c0.shg-align-container {
  text-align: center
}

.s-dc6c2743-aab2-448f-93ba-185a2259c5c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc6c2743-aab2-448f-93ba-185a2259c5c0.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-dc6c2743-aab2-448f-93ba-185a2259c5c0.shogun-image {
    
    
  }


.s-dc6c2743-aab2-448f-93ba-185a2259c5c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc6c2743-aab2-448f-93ba-185a2259c5c0.shg-align-container {
  text-align: center
}

.s-dc6c2743-aab2-448f-93ba-185a2259c5c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc6c2743-aab2-448f-93ba-185a2259c5c0.shogun-image {
  box-sizing: border-box;
}


}
#s-5369fb0d-7a1a-4365-91b9-b914d48b36e5 {
  margin-top: 20px;
margin-left: 22%;
margin-bottom: 20px;
margin-right: 22%;
}

@media (min-width: 0px) {
[id="s-5369fb0d-7a1a-4365-91b9-b914d48b36e5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5369fb0d-7a1a-4365-91b9-b914d48b36e5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5369fb0d-7a1a-4365-91b9-b914d48b36e5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5369fb0d-7a1a-4365-91b9-b914d48b36e5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5369fb0d-7a1a-4365-91b9-b914d48b36e5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5369fb0d-7a1a-4365-91b9-b914d48b36e5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5369fb0d-7a1a-4365-91b9-b914d48b36e5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5369fb0d-7a1a-4365-91b9-b914d48b36e5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5369fb0d-7a1a-4365-91b9-b914d48b36e5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5369fb0d-7a1a-4365-91b9-b914d48b36e5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-1022003b-4091-4ad2-abf3-3ace13167522 {
  display: none;
}
#s-31793ebf-2479-4455-9f2c-9fa9bb529e1e {
  text-align: center;
}

#s-31793ebf-2479-4455-9f2c-9fa9bb529e1e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-31793ebf-2479-4455-9f2c-9fa9bb529e1e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-31793ebf-2479-4455-9f2c-9fa9bb529e1e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0f5ad22b-8d47-4962-af79-e474300e6b0f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: right;
text-decoration: none;
}
#s-0f5ad22b-8d47-4962-af79-e474300e6b0f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0f5ad22b-8d47-4962-af79-e474300e6b0f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0f5ad22b-8d47-4962-af79-e474300e6b0f-btn-wrapper {
    text-align: right;
  }


#s-0f5ad22b-8d47-4962-af79-e474300e6b0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0f5ad22b-8d47-4962-af79-e474300e6b0f-btn-wrapper {
    text-align: right;
  }


#s-0f5ad22b-8d47-4962-af79-e474300e6b0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0f5ad22b-8d47-4962-af79-e474300e6b0f-btn-wrapper {
    text-align: right;
  }


#s-0f5ad22b-8d47-4962-af79-e474300e6b0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0f5ad22b-8d47-4962-af79-e474300e6b0f-btn-wrapper {
    text-align: right;
  }


#s-0f5ad22b-8d47-4962-af79-e474300e6b0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0f5ad22b-8d47-4962-af79-e474300e6b0f-btn-wrapper {
    text-align: right;
  }


#s-0f5ad22b-8d47-4962-af79-e474300e6b0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6d75c28f-a74c-46c8-9bb2-08ab2daba211 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
min-height: 50px;
}








#s-6d75c28f-a74c-46c8-9bb2-08ab2daba211 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d75c28f-a74c-46c8-9bb2-08ab2daba211.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b9adc99-89cc-4b76-a568-ee39528c72eb {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-0b9adc99-89cc-4b76-a568-ee39528c72eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b9adc99-89cc-4b76-a568-ee39528c72eb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0b9adc99-89cc-4b76-a568-ee39528c72eb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b9adc99-89cc-4b76-a568-ee39528c72eb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-de5ce498-951a-47e1-83e4-0534b99cdd6d .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-de5ce498-951a-47e1-83e4-0534b99cdd6d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-de5ce498-951a-47e1-83e4-0534b99cdd6d td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-de5ce498-951a-47e1-83e4-0534b99cdd6d td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-de5ce498-951a-47e1-83e4-0534b99cdd6d td.shogun-table-column, #s-de5ce498-951a-47e1-83e4-0534b99cdd6d td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-66cb3113-1dd3-49fc-8e26-cf012213cabc {
  margin-left: 8%;
margin-right: 8%;
}

#s-1b18bc59-e131-4b31-a2dd-5abca4934087 {
  text-align: center;
}







  img.s-1b18bc59-e131-4b31-a2dd-5abca4934087.shogun-image {
    
    
  }


.s-1b18bc59-e131-4b31-a2dd-5abca4934087 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b18bc59-e131-4b31-a2dd-5abca4934087.shg-align-container {
  text-align: center
}

.s-1b18bc59-e131-4b31-a2dd-5abca4934087.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b18bc59-e131-4b31-a2dd-5abca4934087.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-1b18bc59-e131-4b31-a2dd-5abca4934087.shogun-image {
    
    
  }


.s-1b18bc59-e131-4b31-a2dd-5abca4934087 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b18bc59-e131-4b31-a2dd-5abca4934087.shg-align-container {
  text-align: center
}

.s-1b18bc59-e131-4b31-a2dd-5abca4934087.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b18bc59-e131-4b31-a2dd-5abca4934087.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-1b18bc59-e131-4b31-a2dd-5abca4934087.shogun-image {
    
    
  }


.s-1b18bc59-e131-4b31-a2dd-5abca4934087 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b18bc59-e131-4b31-a2dd-5abca4934087.shg-align-container {
  text-align: center
}

.s-1b18bc59-e131-4b31-a2dd-5abca4934087.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b18bc59-e131-4b31-a2dd-5abca4934087.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-1b18bc59-e131-4b31-a2dd-5abca4934087.shogun-image {
    
    
  }


.s-1b18bc59-e131-4b31-a2dd-5abca4934087 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b18bc59-e131-4b31-a2dd-5abca4934087.shg-align-container {
  text-align: center
}

.s-1b18bc59-e131-4b31-a2dd-5abca4934087.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b18bc59-e131-4b31-a2dd-5abca4934087.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-1b18bc59-e131-4b31-a2dd-5abca4934087.shogun-image {
    
    
  }


.s-1b18bc59-e131-4b31-a2dd-5abca4934087 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b18bc59-e131-4b31-a2dd-5abca4934087.shg-align-container {
  text-align: center
}

.s-1b18bc59-e131-4b31-a2dd-5abca4934087.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b18bc59-e131-4b31-a2dd-5abca4934087.shogun-image {
  box-sizing: border-box;
}


}
#s-3ecab189-9f1f-4326-b2a4-e8995251456c .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-3ecab189-9f1f-4326-b2a4-e8995251456c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-3ecab189-9f1f-4326-b2a4-e8995251456c td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-3ecab189-9f1f-4326-b2a4-e8995251456c td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-3ecab189-9f1f-4326-b2a4-e8995251456c td.shogun-table-column, #s-3ecab189-9f1f-4326-b2a4-e8995251456c td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-5b49a8b2-e976-43d1-8b0a-09cb241a0ddb {
  margin-left: 8%;
margin-bottom: 10px;
margin-right: 8%;
}

@media (min-width: 0px) {
[id="s-5b49a8b2-e976-43d1-8b0a-09cb241a0ddb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b49a8b2-e976-43d1-8b0a-09cb241a0ddb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5b49a8b2-e976-43d1-8b0a-09cb241a0ddb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5b49a8b2-e976-43d1-8b0a-09cb241a0ddb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5b49a8b2-e976-43d1-8b0a-09cb241a0ddb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b49a8b2-e976-43d1-8b0a-09cb241a0ddb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5b49a8b2-e976-43d1-8b0a-09cb241a0ddb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-4b037a4d-4de7-4246-9571-0cb34b50e36b {
  text-align: center;
}







  img.s-4b037a4d-4de7-4246-9571-0cb34b50e36b.shogun-image {
    
    
  }


.s-4b037a4d-4de7-4246-9571-0cb34b50e36b .shogun-image-content {
  
    align-items: center;
  
}

.s-4b037a4d-4de7-4246-9571-0cb34b50e36b.shg-align-container {
  text-align: center
}

.s-4b037a4d-4de7-4246-9571-0cb34b50e36b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b037a4d-4de7-4246-9571-0cb34b50e36b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-4b037a4d-4de7-4246-9571-0cb34b50e36b.shogun-image {
    
    
  }


.s-4b037a4d-4de7-4246-9571-0cb34b50e36b .shogun-image-content {
  
    align-items: center;
  
}

.s-4b037a4d-4de7-4246-9571-0cb34b50e36b.shg-align-container {
  text-align: center
}

.s-4b037a4d-4de7-4246-9571-0cb34b50e36b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b037a4d-4de7-4246-9571-0cb34b50e36b.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-4b037a4d-4de7-4246-9571-0cb34b50e36b.shogun-image {
    
    
  }


.s-4b037a4d-4de7-4246-9571-0cb34b50e36b .shogun-image-content {
  
    align-items: center;
  
}

.s-4b037a4d-4de7-4246-9571-0cb34b50e36b.shg-align-container {
  text-align: center
}

.s-4b037a4d-4de7-4246-9571-0cb34b50e36b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b037a4d-4de7-4246-9571-0cb34b50e36b.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-4b037a4d-4de7-4246-9571-0cb34b50e36b.shogun-image {
    
    
  }


.s-4b037a4d-4de7-4246-9571-0cb34b50e36b .shogun-image-content {
  
    align-items: center;
  
}

.s-4b037a4d-4de7-4246-9571-0cb34b50e36b.shg-align-container {
  text-align: center
}

.s-4b037a4d-4de7-4246-9571-0cb34b50e36b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b037a4d-4de7-4246-9571-0cb34b50e36b.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-4b037a4d-4de7-4246-9571-0cb34b50e36b.shogun-image {
    
    
  }


.s-4b037a4d-4de7-4246-9571-0cb34b50e36b .shogun-image-content {
  
    align-items: center;
  
}

.s-4b037a4d-4de7-4246-9571-0cb34b50e36b.shg-align-container {
  text-align: center
}

.s-4b037a4d-4de7-4246-9571-0cb34b50e36b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b037a4d-4de7-4246-9571-0cb34b50e36b.shogun-image {
  box-sizing: border-box;
}


}
#s-18985ac7-b910-4366-b2f7-8f1f30d7e4b6 {
  margin-left: 8%;
margin-bottom: 10px;
margin-right: 8%;
}

@media (min-width: 0px) {
[id="s-18985ac7-b910-4366-b2f7-8f1f30d7e4b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18985ac7-b910-4366-b2f7-8f1f30d7e4b6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-18985ac7-b910-4366-b2f7-8f1f30d7e4b6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-18985ac7-b910-4366-b2f7-8f1f30d7e4b6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-18985ac7-b910-4366-b2f7-8f1f30d7e4b6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-18985ac7-b910-4366-b2f7-8f1f30d7e4b6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-18985ac7-b910-4366-b2f7-8f1f30d7e4b6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-9352481c-ad91-4438-91d3-ab3ccd633c49 {
  margin-top: 20px;
margin-left: 15%;
margin-right: 15%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-9352481c-ad91-4438-91d3-ab3ccd633c49 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-9352481c-ad91-4438-91d3-ab3ccd633c49 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-9352481c-ad91-4438-91d3-ab3ccd633c49 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-9352481c-ad91-4438-91d3-ab3ccd633c49 td.shogun-table-row {
  background-color: #fff;
  padding: 7px;
}

#s-9352481c-ad91-4438-91d3-ab3ccd633c49 td.shogun-table-column, #s-9352481c-ad91-4438-91d3-ab3ccd633c49 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-2c8b2560-a050-4cbf-8758-6f299e001c0f {
  text-align: center;
}







  img.s-2c8b2560-a050-4cbf-8758-6f299e001c0f.shogun-image {
    
    
  }


.s-2c8b2560-a050-4cbf-8758-6f299e001c0f .shogun-image-content {
  
    align-items: center;
  
}

.s-2c8b2560-a050-4cbf-8758-6f299e001c0f.shg-align-container {
  text-align: center
}

.s-2c8b2560-a050-4cbf-8758-6f299e001c0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c8b2560-a050-4cbf-8758-6f299e001c0f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2c8b2560-a050-4cbf-8758-6f299e001c0f.shogun-image {
    
    
  }


.s-2c8b2560-a050-4cbf-8758-6f299e001c0f .shogun-image-content {
  
    align-items: center;
  
}

.s-2c8b2560-a050-4cbf-8758-6f299e001c0f.shg-align-container {
  text-align: center
}

.s-2c8b2560-a050-4cbf-8758-6f299e001c0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c8b2560-a050-4cbf-8758-6f299e001c0f.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-2c8b2560-a050-4cbf-8758-6f299e001c0f.shogun-image {
    
    
  }


.s-2c8b2560-a050-4cbf-8758-6f299e001c0f .shogun-image-content {
  
    align-items: center;
  
}

.s-2c8b2560-a050-4cbf-8758-6f299e001c0f.shg-align-container {
  text-align: center
}

.s-2c8b2560-a050-4cbf-8758-6f299e001c0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c8b2560-a050-4cbf-8758-6f299e001c0f.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-2c8b2560-a050-4cbf-8758-6f299e001c0f.shogun-image {
    
    
  }


.s-2c8b2560-a050-4cbf-8758-6f299e001c0f .shogun-image-content {
  
    align-items: center;
  
}

.s-2c8b2560-a050-4cbf-8758-6f299e001c0f.shg-align-container {
  text-align: center
}

.s-2c8b2560-a050-4cbf-8758-6f299e001c0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c8b2560-a050-4cbf-8758-6f299e001c0f.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-2c8b2560-a050-4cbf-8758-6f299e001c0f.shogun-image {
    
    
  }


.s-2c8b2560-a050-4cbf-8758-6f299e001c0f .shogun-image-content {
  
    align-items: center;
  
}

.s-2c8b2560-a050-4cbf-8758-6f299e001c0f.shg-align-container {
  text-align: center
}

.s-2c8b2560-a050-4cbf-8758-6f299e001c0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c8b2560-a050-4cbf-8758-6f299e001c0f.shogun-image {
  box-sizing: border-box;
}


}
#s-c2edb399-1b4f-4d57-bebb-a61363c3fd79 {
  text-align: center;
}







  img.s-c2edb399-1b4f-4d57-bebb-a61363c3fd79.shogun-image {
    
    
  }


.s-c2edb399-1b4f-4d57-bebb-a61363c3fd79 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2edb399-1b4f-4d57-bebb-a61363c3fd79.shg-align-container {
  text-align: center
}

.s-c2edb399-1b4f-4d57-bebb-a61363c3fd79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2edb399-1b4f-4d57-bebb-a61363c3fd79.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c2edb399-1b4f-4d57-bebb-a61363c3fd79.shogun-image {
    
    
  }


.s-c2edb399-1b4f-4d57-bebb-a61363c3fd79 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2edb399-1b4f-4d57-bebb-a61363c3fd79.shg-align-container {
  text-align: center
}

.s-c2edb399-1b4f-4d57-bebb-a61363c3fd79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2edb399-1b4f-4d57-bebb-a61363c3fd79.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-c2edb399-1b4f-4d57-bebb-a61363c3fd79.shogun-image {
    
    
  }


.s-c2edb399-1b4f-4d57-bebb-a61363c3fd79 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2edb399-1b4f-4d57-bebb-a61363c3fd79.shg-align-container {
  text-align: center
}

.s-c2edb399-1b4f-4d57-bebb-a61363c3fd79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2edb399-1b4f-4d57-bebb-a61363c3fd79.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-c2edb399-1b4f-4d57-bebb-a61363c3fd79.shogun-image {
    
    
  }


.s-c2edb399-1b4f-4d57-bebb-a61363c3fd79 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2edb399-1b4f-4d57-bebb-a61363c3fd79.shg-align-container {
  text-align: center
}

.s-c2edb399-1b4f-4d57-bebb-a61363c3fd79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2edb399-1b4f-4d57-bebb-a61363c3fd79.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-c2edb399-1b4f-4d57-bebb-a61363c3fd79.shogun-image {
    
    
  }


.s-c2edb399-1b4f-4d57-bebb-a61363c3fd79 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2edb399-1b4f-4d57-bebb-a61363c3fd79.shg-align-container {
  text-align: center
}

.s-c2edb399-1b4f-4d57-bebb-a61363c3fd79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2edb399-1b4f-4d57-bebb-a61363c3fd79.shogun-image {
  box-sizing: border-box;
}


}
#s-551ce189-c740-4ea1-997e-d82dcfbb8fb7 {
  text-align: center;
}







  img.s-551ce189-c740-4ea1-997e-d82dcfbb8fb7.shogun-image {
    
    
  }


.s-551ce189-c740-4ea1-997e-d82dcfbb8fb7 .shogun-image-content {
  
    align-items: center;
  
}

.s-551ce189-c740-4ea1-997e-d82dcfbb8fb7.shg-align-container {
  text-align: center
}

.s-551ce189-c740-4ea1-997e-d82dcfbb8fb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-551ce189-c740-4ea1-997e-d82dcfbb8fb7.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-551ce189-c740-4ea1-997e-d82dcfbb8fb7.shogun-image {
    
    
  }


.s-551ce189-c740-4ea1-997e-d82dcfbb8fb7 .shogun-image-content {
  
    align-items: center;
  
}

.s-551ce189-c740-4ea1-997e-d82dcfbb8fb7.shg-align-container {
  text-align: center
}

.s-551ce189-c740-4ea1-997e-d82dcfbb8fb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-551ce189-c740-4ea1-997e-d82dcfbb8fb7.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-551ce189-c740-4ea1-997e-d82dcfbb8fb7.shogun-image {
    
    
  }


.s-551ce189-c740-4ea1-997e-d82dcfbb8fb7 .shogun-image-content {
  
    align-items: center;
  
}

.s-551ce189-c740-4ea1-997e-d82dcfbb8fb7.shg-align-container {
  text-align: center
}

.s-551ce189-c740-4ea1-997e-d82dcfbb8fb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-551ce189-c740-4ea1-997e-d82dcfbb8fb7.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-551ce189-c740-4ea1-997e-d82dcfbb8fb7.shogun-image {
    
    
  }


.s-551ce189-c740-4ea1-997e-d82dcfbb8fb7 .shogun-image-content {
  
    align-items: center;
  
}

.s-551ce189-c740-4ea1-997e-d82dcfbb8fb7.shg-align-container {
  text-align: center
}

.s-551ce189-c740-4ea1-997e-d82dcfbb8fb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-551ce189-c740-4ea1-997e-d82dcfbb8fb7.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-551ce189-c740-4ea1-997e-d82dcfbb8fb7.shogun-image {
    
    
  }


.s-551ce189-c740-4ea1-997e-d82dcfbb8fb7 .shogun-image-content {
  
    align-items: center;
  
}

.s-551ce189-c740-4ea1-997e-d82dcfbb8fb7.shg-align-container {
  text-align: center
}

.s-551ce189-c740-4ea1-997e-d82dcfbb8fb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-551ce189-c740-4ea1-997e-d82dcfbb8fb7.shogun-image {
  box-sizing: border-box;
}


}
#s-4408fdfb-e22c-4a0b-abd4-b2f7d262809f {
  margin-left: 2%;
margin-right: 2%;
}

#s-b166893d-83cd-476d-85d2-51c508fbbcec {
  margin-left: 2%;
margin-right: 2%;
}

#s-ade8fa22-6f37-4360-bdb9-3195b051ea97 {
  margin-left: 2%;
margin-right: 2%;
}

#s-344d98aa-faeb-4469-8646-cc1e2c55103e {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 15px;
padding-left: 250px;
padding-bottom: 15px;
padding-right: 250px;
border-radius: 2px;
background-color: rgba(162, 159, 159, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-344d98aa-faeb-4469-8646-cc1e2c55103e:hover {background-color: rgba(162, 159, 159, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-344d98aa-faeb-4469-8646-cc1e2c55103e:active {background-color: rgba(162, 159, 159, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-344d98aa-faeb-4469-8646-cc1e2c55103e-btn-wrapper {
    text-align: center;
  }


#s-344d98aa-faeb-4469-8646-cc1e2c55103e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-344d98aa-faeb-4469-8646-cc1e2c55103e-btn-wrapper {
    text-align: center;
  }


#s-344d98aa-faeb-4469-8646-cc1e2c55103e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-344d98aa-faeb-4469-8646-cc1e2c55103e-btn-wrapper {
    text-align: center;
  }


#s-344d98aa-faeb-4469-8646-cc1e2c55103e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-344d98aa-faeb-4469-8646-cc1e2c55103e-btn-wrapper {
    text-align: center;
  }


#s-344d98aa-faeb-4469-8646-cc1e2c55103e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-344d98aa-faeb-4469-8646-cc1e2c55103e-btn-wrapper {
    text-align: center;
  }


#s-344d98aa-faeb-4469-8646-cc1e2c55103e.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  inline-block ;
}
}
#s-9d61f35f-5679-4b8a-87d9-09d499617063 {
  min-height: 50px;
}








#s-9d61f35f-5679-4b8a-87d9-09d499617063 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d61f35f-5679-4b8a-87d9-09d499617063.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-64404d3b-2509-4539-ace7-b5c76b5bbc66 hr {
  border-top: 1px solid #252525;
}

#s-53e9131c-8cb6-4a07-ae2c-f75904bce318 {
  margin-top: 60px;
text-align: center;
}







  img.s-53e9131c-8cb6-4a07-ae2c-f75904bce318.shogun-image {
    
    
  }


.s-53e9131c-8cb6-4a07-ae2c-f75904bce318 .shogun-image-content {
  
    align-items: center;
  
}

.s-53e9131c-8cb6-4a07-ae2c-f75904bce318.shg-align-container {
  text-align: center
}

.s-53e9131c-8cb6-4a07-ae2c-f75904bce318.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53e9131c-8cb6-4a07-ae2c-f75904bce318.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-53e9131c-8cb6-4a07-ae2c-f75904bce318.shogun-image {
    
    
  }


.s-53e9131c-8cb6-4a07-ae2c-f75904bce318 .shogun-image-content {
  
    align-items: center;
  
}

.s-53e9131c-8cb6-4a07-ae2c-f75904bce318.shg-align-container {
  text-align: center
}

.s-53e9131c-8cb6-4a07-ae2c-f75904bce318.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53e9131c-8cb6-4a07-ae2c-f75904bce318.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-53e9131c-8cb6-4a07-ae2c-f75904bce318.shogun-image {
    
    
  }


.s-53e9131c-8cb6-4a07-ae2c-f75904bce318 .shogun-image-content {
  
    align-items: center;
  
}

.s-53e9131c-8cb6-4a07-ae2c-f75904bce318.shg-align-container {
  text-align: center
}

.s-53e9131c-8cb6-4a07-ae2c-f75904bce318.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53e9131c-8cb6-4a07-ae2c-f75904bce318.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-53e9131c-8cb6-4a07-ae2c-f75904bce318.shogun-image {
    
    
  }


.s-53e9131c-8cb6-4a07-ae2c-f75904bce318 .shogun-image-content {
  
    align-items: center;
  
}

.s-53e9131c-8cb6-4a07-ae2c-f75904bce318.shg-align-container {
  text-align: center
}

.s-53e9131c-8cb6-4a07-ae2c-f75904bce318.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53e9131c-8cb6-4a07-ae2c-f75904bce318.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-53e9131c-8cb6-4a07-ae2c-f75904bce318.shogun-image {
    
    
  }


.s-53e9131c-8cb6-4a07-ae2c-f75904bce318 .shogun-image-content {
  
    align-items: center;
  
}

.s-53e9131c-8cb6-4a07-ae2c-f75904bce318.shg-align-container {
  text-align: center
}

.s-53e9131c-8cb6-4a07-ae2c-f75904bce318.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53e9131c-8cb6-4a07-ae2c-f75904bce318.shogun-image {
  box-sizing: border-box;
}


}
#s-744188f4-d93f-48cf-b558-ed70c66c37c0 {
  margin-left: 5%;
margin-right: 5%;
}

#s-744188f4-d93f-48cf-b558-ed70c66c37c0 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-744188f4-d93f-48cf-b558-ed70c66c37c0 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-744188f4-d93f-48cf-b558-ed70c66c37c0 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-744188f4-d93f-48cf-b558-ed70c66c37c0 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-744188f4-d93f-48cf-b558-ed70c66c37c0 td.shogun-table-column, #s-744188f4-d93f-48cf-b558-ed70c66c37c0 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-886ef7d8-e13a-4678-b579-9504a72d83d2 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.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;
  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-13121dfc-b003-4695-9b93-9bbcbbeb31e9 {
  text-align: left;
}



.shg-c#s-13121dfc-b003-4695-9b93-9bbcbbeb31e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13121dfc-b003-4695-9b93-9bbcbbeb31e9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-13121dfc-b003-4695-9b93-9bbcbbeb31e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13121dfc-b003-4695-9b93-9bbcbbeb31e9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-13121dfc-b003-4695-9b93-9bbcbbeb31e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13121dfc-b003-4695-9b93-9bbcbbeb31e9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-13121dfc-b003-4695-9b93-9bbcbbeb31e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13121dfc-b003-4695-9b93-9bbcbbeb31e9 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-13121dfc-b003-4695-9b93-9bbcbbeb31e9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13121dfc-b003-4695-9b93-9bbcbbeb31e9 img.shogun-image {
  width: 100%;
}



}
.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-5ad0ba98-3914-43cf-a971-18dd18b2adf7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5ad0ba98-3914-43cf-a971-18dd18b2adf7 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-7f1d3c8a-a856-43f2-a8b3-cbb24c64a716 {
  text-align: left;
}

#s-7f1d3c8a-a856-43f2-a8b3-cbb24c64a716 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7f1d3c8a-a856-43f2-a8b3-cbb24c64a716 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7f1d3c8a-a856-43f2-a8b3-cbb24c64a716 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-35c1b314-ed94-439e-8b9a-d887bae2d539 {
  display: none;
}
#s-9cdf389e-7411-43a2-bb02-fc5169dd41f7 {
  text-align: left;
}



.shg-c#s-9cdf389e-7411-43a2-bb02-fc5169dd41f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cdf389e-7411-43a2-bb02-fc5169dd41f7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9cdf389e-7411-43a2-bb02-fc5169dd41f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cdf389e-7411-43a2-bb02-fc5169dd41f7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9cdf389e-7411-43a2-bb02-fc5169dd41f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cdf389e-7411-43a2-bb02-fc5169dd41f7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9cdf389e-7411-43a2-bb02-fc5169dd41f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cdf389e-7411-43a2-bb02-fc5169dd41f7 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-9cdf389e-7411-43a2-bb02-fc5169dd41f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cdf389e-7411-43a2-bb02-fc5169dd41f7 img.shogun-image {
  width: 100%;
}



}
#s-157f8148-adb7-49b3-9552-1296964c5b45 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-157f8148-adb7-49b3-9552-1296964c5b45 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-8909c0ab-4b01-4d6f-af75-db25fe7f9edd {
  text-align: left;
}

#s-8909c0ab-4b01-4d6f-af75-db25fe7f9edd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8909c0ab-4b01-4d6f-af75-db25fe7f9edd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8909c0ab-4b01-4d6f-af75-db25fe7f9edd .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3ab1a245-0a5c-499e-93a6-075f01bb141d {
  display: none;
}
#s-f47bb66d-09ec-4b1b-9698-fc6b3868a57e {
  text-align: left;
}



.shg-c#s-f47bb66d-09ec-4b1b-9698-fc6b3868a57e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f47bb66d-09ec-4b1b-9698-fc6b3868a57e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f47bb66d-09ec-4b1b-9698-fc6b3868a57e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f47bb66d-09ec-4b1b-9698-fc6b3868a57e img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f47bb66d-09ec-4b1b-9698-fc6b3868a57e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f47bb66d-09ec-4b1b-9698-fc6b3868a57e img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f47bb66d-09ec-4b1b-9698-fc6b3868a57e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f47bb66d-09ec-4b1b-9698-fc6b3868a57e img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-f47bb66d-09ec-4b1b-9698-fc6b3868a57e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f47bb66d-09ec-4b1b-9698-fc6b3868a57e img.shogun-image {
  width: 100%;
}



}
#s-e79e02a6-b3f2-45a3-868b-fd6fd93b1c6f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e79e02a6-b3f2-45a3-868b-fd6fd93b1c6f .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-e3e09322-38c0-4cce-9bbe-8a910f4412d6 {
  text-align: left;
}

#s-e3e09322-38c0-4cce-9bbe-8a910f4412d6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e3e09322-38c0-4cce-9bbe-8a910f4412d6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e3e09322-38c0-4cce-9bbe-8a910f4412d6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7b1aab20-a100-44d4-8ad0-0f1d339d8dab {
  margin-left: 5%;
margin-right: 5%;
}

#s-7b1aab20-a100-44d4-8ad0-0f1d339d8dab .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-7b1aab20-a100-44d4-8ad0-0f1d339d8dab table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-7b1aab20-a100-44d4-8ad0-0f1d339d8dab td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-7b1aab20-a100-44d4-8ad0-0f1d339d8dab td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-7b1aab20-a100-44d4-8ad0-0f1d339d8dab td.shogun-table-column, #s-7b1aab20-a100-44d4-8ad0-0f1d339d8dab td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-88616057-8abb-4e95-8a0f-55e9d9152119 {
  display: none;
}
#s-81aeda8f-594b-402a-9f22-6feb79e0f2ed {
  text-align: left;
}



.shg-c#s-81aeda8f-594b-402a-9f22-6feb79e0f2ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81aeda8f-594b-402a-9f22-6feb79e0f2ed img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-81aeda8f-594b-402a-9f22-6feb79e0f2ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81aeda8f-594b-402a-9f22-6feb79e0f2ed img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-81aeda8f-594b-402a-9f22-6feb79e0f2ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81aeda8f-594b-402a-9f22-6feb79e0f2ed img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-81aeda8f-594b-402a-9f22-6feb79e0f2ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81aeda8f-594b-402a-9f22-6feb79e0f2ed img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-81aeda8f-594b-402a-9f22-6feb79e0f2ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81aeda8f-594b-402a-9f22-6feb79e0f2ed img.shogun-image {
  width: 100%;
}



}
#s-b5f44126-c6ee-4500-91e2-3a6e10db6e63 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b5f44126-c6ee-4500-91e2-3a6e10db6e63 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-60a5d884-8d7b-4ac2-a1a0-ad4819626f00 {
  text-align: left;
}

#s-60a5d884-8d7b-4ac2-a1a0-ad4819626f00 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-60a5d884-8d7b-4ac2-a1a0-ad4819626f00 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-60a5d884-8d7b-4ac2-a1a0-ad4819626f00 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c4a5cb20-e734-40c5-ae9b-d41994e556e9 {
  display: none;
}
#s-acfc613e-d8db-4c07-9ab4-beed5b853232 {
  text-align: left;
}



.shg-c#s-acfc613e-d8db-4c07-9ab4-beed5b853232 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-acfc613e-d8db-4c07-9ab4-beed5b853232 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-acfc613e-d8db-4c07-9ab4-beed5b853232 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-acfc613e-d8db-4c07-9ab4-beed5b853232 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-acfc613e-d8db-4c07-9ab4-beed5b853232 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-acfc613e-d8db-4c07-9ab4-beed5b853232 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-acfc613e-d8db-4c07-9ab4-beed5b853232 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-acfc613e-d8db-4c07-9ab4-beed5b853232 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-acfc613e-d8db-4c07-9ab4-beed5b853232 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-acfc613e-d8db-4c07-9ab4-beed5b853232 img.shogun-image {
  width: 100%;
}



}
#s-4d76c174-39dd-4af4-979b-85200b3ee7db {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4d76c174-39dd-4af4-979b-85200b3ee7db .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-0ece09dc-ddef-40f4-9810-04765c867c9f {
  text-align: left;
}

#s-0ece09dc-ddef-40f4-9810-04765c867c9f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0ece09dc-ddef-40f4-9810-04765c867c9f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0ece09dc-ddef-40f4-9810-04765c867c9f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9037dd8e-9e78-4022-aae5-49ea56fe3f59 {
  display: none;
}
#s-e1796579-cbe7-4de4-9d0c-f7a6e06e0e9a {
  text-align: left;
}



.shg-c#s-e1796579-cbe7-4de4-9d0c-f7a6e06e0e9a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1796579-cbe7-4de4-9d0c-f7a6e06e0e9a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e1796579-cbe7-4de4-9d0c-f7a6e06e0e9a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1796579-cbe7-4de4-9d0c-f7a6e06e0e9a img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e1796579-cbe7-4de4-9d0c-f7a6e06e0e9a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1796579-cbe7-4de4-9d0c-f7a6e06e0e9a img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e1796579-cbe7-4de4-9d0c-f7a6e06e0e9a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1796579-cbe7-4de4-9d0c-f7a6e06e0e9a img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-e1796579-cbe7-4de4-9d0c-f7a6e06e0e9a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1796579-cbe7-4de4-9d0c-f7a6e06e0e9a img.shogun-image {
  width: 100%;
}



}
#s-d549a12b-741a-4c6d-800e-038db73251a5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d549a12b-741a-4c6d-800e-038db73251a5 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-1c02be95-44dd-4928-90fb-1b373fbcee03 {
  text-align: left;
}

#s-1c02be95-44dd-4928-90fb-1b373fbcee03 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1c02be95-44dd-4928-90fb-1b373fbcee03 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1c02be95-44dd-4928-90fb-1b373fbcee03 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2d5612d3-b2a1-4b06-b7cf-ad12f59d6dc4 {
  margin-top: 40px;
margin-bottom: 20px;
min-height: 50px;
}








#s-2d5612d3-b2a1-4b06-b7cf-ad12f59d6dc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d5612d3-b2a1-4b06-b7cf-ad12f59d6dc4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b566e42-ffd9-456f-9aea-08ac5547cf3b {
  margin-top: 40px;
text-align: center;
}







  img.s-6b566e42-ffd9-456f-9aea-08ac5547cf3b.shogun-image {
    
    
  }


.s-6b566e42-ffd9-456f-9aea-08ac5547cf3b .shogun-image-content {
  
    align-items: center;
  
}

.s-6b566e42-ffd9-456f-9aea-08ac5547cf3b.shg-align-container {
  text-align: center
}

.s-6b566e42-ffd9-456f-9aea-08ac5547cf3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b566e42-ffd9-456f-9aea-08ac5547cf3b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6b566e42-ffd9-456f-9aea-08ac5547cf3b.shogun-image {
    
    
  }


.s-6b566e42-ffd9-456f-9aea-08ac5547cf3b .shogun-image-content {
  
    align-items: center;
  
}

.s-6b566e42-ffd9-456f-9aea-08ac5547cf3b.shg-align-container {
  text-align: center
}

.s-6b566e42-ffd9-456f-9aea-08ac5547cf3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b566e42-ffd9-456f-9aea-08ac5547cf3b.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-6b566e42-ffd9-456f-9aea-08ac5547cf3b.shogun-image {
    
    
  }


.s-6b566e42-ffd9-456f-9aea-08ac5547cf3b .shogun-image-content {
  
    align-items: center;
  
}

.s-6b566e42-ffd9-456f-9aea-08ac5547cf3b.shg-align-container {
  text-align: center
}

.s-6b566e42-ffd9-456f-9aea-08ac5547cf3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b566e42-ffd9-456f-9aea-08ac5547cf3b.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-6b566e42-ffd9-456f-9aea-08ac5547cf3b.shogun-image {
    
    
  }


.s-6b566e42-ffd9-456f-9aea-08ac5547cf3b .shogun-image-content {
  
    align-items: center;
  
}

.s-6b566e42-ffd9-456f-9aea-08ac5547cf3b.shg-align-container {
  text-align: center
}

.s-6b566e42-ffd9-456f-9aea-08ac5547cf3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b566e42-ffd9-456f-9aea-08ac5547cf3b.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-6b566e42-ffd9-456f-9aea-08ac5547cf3b.shogun-image {
    
    
  }


.s-6b566e42-ffd9-456f-9aea-08ac5547cf3b .shogun-image-content {
  
    align-items: center;
  
}

.s-6b566e42-ffd9-456f-9aea-08ac5547cf3b.shg-align-container {
  text-align: center
}

.s-6b566e42-ffd9-456f-9aea-08ac5547cf3b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b566e42-ffd9-456f-9aea-08ac5547cf3b.shogun-image {
  box-sizing: border-box;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-956ae05f-1c8d-44e1-a1f3-da964eb9c5e2 {
  margin-top: 40px;
margin-left: 5%;
margin-right: 5%;
}

#s-492eee94-6ae5-4f06-bfec-b19f73e522e4 {
  display: none;
}
#s-35bbe300-1e60-4eb2-9224-218b1f09a007 {
  text-align: left;
}



.shg-c#s-35bbe300-1e60-4eb2-9224-218b1f09a007 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35bbe300-1e60-4eb2-9224-218b1f09a007 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-35bbe300-1e60-4eb2-9224-218b1f09a007 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35bbe300-1e60-4eb2-9224-218b1f09a007 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-35bbe300-1e60-4eb2-9224-218b1f09a007 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35bbe300-1e60-4eb2-9224-218b1f09a007 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-35bbe300-1e60-4eb2-9224-218b1f09a007 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35bbe300-1e60-4eb2-9224-218b1f09a007 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-35bbe300-1e60-4eb2-9224-218b1f09a007 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35bbe300-1e60-4eb2-9224-218b1f09a007 img.shogun-image {
  width: 100%;
}



}
#s-5c3ff3e7-598d-40ad-bc71-a674649e8644 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5c3ff3e7-598d-40ad-bc71-a674649e8644 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-58ddf806-bd06-4c09-9835-5437b8afa0f1 {
  text-align: left;
}

#s-58ddf806-bd06-4c09-9835-5437b8afa0f1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-58ddf806-bd06-4c09-9835-5437b8afa0f1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-58ddf806-bd06-4c09-9835-5437b8afa0f1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-4dc3f373-3718-4b56-828f-001b06198adf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4dc3f373-3718-4b56-828f-001b06198adf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4dc3f373-3718-4b56-828f-001b06198adf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4dc3f373-3718-4b56-828f-001b06198adf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4dc3f373-3718-4b56-828f-001b06198adf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4dc3f373-3718-4b56-828f-001b06198adf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4dc3f373-3718-4b56-828f-001b06198adf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e963dd3c-d2de-491d-8948-ed02ea752a40 {
  display: none;
}
#s-08ad1524-6070-48c6-944c-a02744e24f7b {
  text-align: left;
}



.shg-c#s-08ad1524-6070-48c6-944c-a02744e24f7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08ad1524-6070-48c6-944c-a02744e24f7b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-08ad1524-6070-48c6-944c-a02744e24f7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08ad1524-6070-48c6-944c-a02744e24f7b img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-08ad1524-6070-48c6-944c-a02744e24f7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08ad1524-6070-48c6-944c-a02744e24f7b img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-08ad1524-6070-48c6-944c-a02744e24f7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08ad1524-6070-48c6-944c-a02744e24f7b img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-08ad1524-6070-48c6-944c-a02744e24f7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08ad1524-6070-48c6-944c-a02744e24f7b img.shogun-image {
  width: 100%;
}



}
#s-23b0f5f4-9149-4283-8337-7b2f87bfe1ca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-23b0f5f4-9149-4283-8337-7b2f87bfe1ca .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-766ef98e-94f5-4b8b-9426-5e7e6a3def5f {
  text-align: left;
}

#s-766ef98e-94f5-4b8b-9426-5e7e6a3def5f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-766ef98e-94f5-4b8b-9426-5e7e6a3def5f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-766ef98e-94f5-4b8b-9426-5e7e6a3def5f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-eab839fc-0a05-4cb7-8395-5f427c39c89c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-eab839fc-0a05-4cb7-8395-5f427c39c89c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eab839fc-0a05-4cb7-8395-5f427c39c89c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-eab839fc-0a05-4cb7-8395-5f427c39c89c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eab839fc-0a05-4cb7-8395-5f427c39c89c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eab839fc-0a05-4cb7-8395-5f427c39c89c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-eab839fc-0a05-4cb7-8395-5f427c39c89c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b36fcdd7-cb6d-4286-8d7a-f18a6b2c911e {
  display: none;
}
#s-7fc75599-5237-4203-aae6-eb3d54636797 {
  text-align: left;
}



.shg-c#s-7fc75599-5237-4203-aae6-eb3d54636797 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fc75599-5237-4203-aae6-eb3d54636797 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7fc75599-5237-4203-aae6-eb3d54636797 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fc75599-5237-4203-aae6-eb3d54636797 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-7fc75599-5237-4203-aae6-eb3d54636797 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fc75599-5237-4203-aae6-eb3d54636797 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-7fc75599-5237-4203-aae6-eb3d54636797 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fc75599-5237-4203-aae6-eb3d54636797 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-7fc75599-5237-4203-aae6-eb3d54636797 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7fc75599-5237-4203-aae6-eb3d54636797 img.shogun-image {
  width: 100%;
}



}
#s-9eaa1a6c-0b37-4826-9476-d17a8771b448 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9eaa1a6c-0b37-4826-9476-d17a8771b448 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-d5d8dee5-5bb2-4cf0-9f73-8f8d24067a1d {
  text-align: left;
}

#s-d5d8dee5-5bb2-4cf0-9f73-8f8d24067a1d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d5d8dee5-5bb2-4cf0-9f73-8f8d24067a1d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-d5d8dee5-5bb2-4cf0-9f73-8f8d24067a1d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ad90d4db-fd7f-41a7-8e8b-770492bee42d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ad90d4db-fd7f-41a7-8e8b-770492bee42d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ad90d4db-fd7f-41a7-8e8b-770492bee42d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ad90d4db-fd7f-41a7-8e8b-770492bee42d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ad90d4db-fd7f-41a7-8e8b-770492bee42d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ad90d4db-fd7f-41a7-8e8b-770492bee42d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ad90d4db-fd7f-41a7-8e8b-770492bee42d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-76a2b882-6e3b-48be-89df-feec11f92444 {
  display: none;
}
#s-4d6f89d1-ff3e-4600-af43-4cfd7d247113 {
  text-align: left;
}



.shg-c#s-4d6f89d1-ff3e-4600-af43-4cfd7d247113 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d6f89d1-ff3e-4600-af43-4cfd7d247113 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4d6f89d1-ff3e-4600-af43-4cfd7d247113 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d6f89d1-ff3e-4600-af43-4cfd7d247113 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4d6f89d1-ff3e-4600-af43-4cfd7d247113 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d6f89d1-ff3e-4600-af43-4cfd7d247113 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4d6f89d1-ff3e-4600-af43-4cfd7d247113 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d6f89d1-ff3e-4600-af43-4cfd7d247113 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-4d6f89d1-ff3e-4600-af43-4cfd7d247113 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d6f89d1-ff3e-4600-af43-4cfd7d247113 img.shogun-image {
  width: 100%;
}



}
#s-be2a5c74-ba4d-4958-8ce6-0a939c45d6b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-be2a5c74-ba4d-4958-8ce6-0a939c45d6b0 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-05118104-d279-4ccf-ad96-ccfa004d9922 {
  text-align: left;
}

#s-05118104-d279-4ccf-ad96-ccfa004d9922 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-05118104-d279-4ccf-ad96-ccfa004d9922 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-05118104-d279-4ccf-ad96-ccfa004d9922 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d7918882-7e35-4078-a29d-174520c043c0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d7918882-7e35-4078-a29d-174520c043c0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d7918882-7e35-4078-a29d-174520c043c0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d7918882-7e35-4078-a29d-174520c043c0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d7918882-7e35-4078-a29d-174520c043c0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d7918882-7e35-4078-a29d-174520c043c0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d7918882-7e35-4078-a29d-174520c043c0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-56045251-e8e6-4c31-aeb3-3311e7cd0d17 {
  display: none;
}
#s-1c7f5a1c-9fab-4700-a9d9-684498a1622e {
  text-align: left;
}



.shg-c#s-1c7f5a1c-9fab-4700-a9d9-684498a1622e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c7f5a1c-9fab-4700-a9d9-684498a1622e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1c7f5a1c-9fab-4700-a9d9-684498a1622e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c7f5a1c-9fab-4700-a9d9-684498a1622e img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-1c7f5a1c-9fab-4700-a9d9-684498a1622e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c7f5a1c-9fab-4700-a9d9-684498a1622e img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-1c7f5a1c-9fab-4700-a9d9-684498a1622e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c7f5a1c-9fab-4700-a9d9-684498a1622e img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-1c7f5a1c-9fab-4700-a9d9-684498a1622e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1c7f5a1c-9fab-4700-a9d9-684498a1622e img.shogun-image {
  width: 100%;
}



}
#s-6770b1e4-664d-4091-86bb-c79fa3827cd2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6770b1e4-664d-4091-86bb-c79fa3827cd2 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-14e428f2-0793-4f4c-b46f-d65f0b5a6a00 {
  text-align: left;
}

#s-14e428f2-0793-4f4c-b46f-d65f0b5a6a00 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-14e428f2-0793-4f4c-b46f-d65f0b5a6a00 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-14e428f2-0793-4f4c-b46f-d65f0b5a6a00 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cf8ae7dc-d89f-4bc6-9470-0536228bd814 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-cf8ae7dc-d89f-4bc6-9470-0536228bd814:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cf8ae7dc-d89f-4bc6-9470-0536228bd814:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cf8ae7dc-d89f-4bc6-9470-0536228bd814 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cf8ae7dc-d89f-4bc6-9470-0536228bd814.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cf8ae7dc-d89f-4bc6-9470-0536228bd814.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cf8ae7dc-d89f-4bc6-9470-0536228bd814.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-81e47cf4-a7f6-4842-91b4-25ed3eef5b25 {
  display: none;
}
#s-e26adbb5-db9a-4310-9076-200072987934 {
  text-align: left;
}



.shg-c#s-e26adbb5-db9a-4310-9076-200072987934 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e26adbb5-db9a-4310-9076-200072987934 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e26adbb5-db9a-4310-9076-200072987934 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e26adbb5-db9a-4310-9076-200072987934 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e26adbb5-db9a-4310-9076-200072987934 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e26adbb5-db9a-4310-9076-200072987934 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e26adbb5-db9a-4310-9076-200072987934 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e26adbb5-db9a-4310-9076-200072987934 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-e26adbb5-db9a-4310-9076-200072987934 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e26adbb5-db9a-4310-9076-200072987934 img.shogun-image {
  width: 100%;
}



}
#s-451c508f-f37a-4652-9a2e-7720f270fd42 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-451c508f-f37a-4652-9a2e-7720f270fd42 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-9a7a4755-0ed3-4427-91e4-481e2738f6ac {
  text-align: left;
}

#s-9a7a4755-0ed3-4427-91e4-481e2738f6ac .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9a7a4755-0ed3-4427-91e4-481e2738f6ac .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-9a7a4755-0ed3-4427-91e4-481e2738f6ac .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b619010f-1087-4baf-9a23-06686117c9d2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b619010f-1087-4baf-9a23-06686117c9d2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b619010f-1087-4baf-9a23-06686117c9d2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b619010f-1087-4baf-9a23-06686117c9d2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b619010f-1087-4baf-9a23-06686117c9d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b619010f-1087-4baf-9a23-06686117c9d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b619010f-1087-4baf-9a23-06686117c9d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9d8664b5-5f00-4493-afce-88e1075cbde7 {
  margin-top: 40px;
padding-top: 15px;
padding-left: 200px;
padding-bottom: 15px;
padding-right: 200px;
border-radius: 2px;
background-color: rgba(162, 159, 159, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9d8664b5-5f00-4493-afce-88e1075cbde7:hover {background-color: rgba(162, 159, 159, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9d8664b5-5f00-4493-afce-88e1075cbde7:active {background-color: rgba(162, 159, 159, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-9d8664b5-5f00-4493-afce-88e1075cbde7-btn-wrapper {
    text-align: center;
  }


#s-9d8664b5-5f00-4493-afce-88e1075cbde7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9d8664b5-5f00-4493-afce-88e1075cbde7-btn-wrapper {
    text-align: center;
  }


#s-9d8664b5-5f00-4493-afce-88e1075cbde7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9d8664b5-5f00-4493-afce-88e1075cbde7-btn-wrapper {
    text-align: center;
  }


#s-9d8664b5-5f00-4493-afce-88e1075cbde7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9d8664b5-5f00-4493-afce-88e1075cbde7-btn-wrapper {
    text-align: center;
  }


#s-9d8664b5-5f00-4493-afce-88e1075cbde7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9d8664b5-5f00-4493-afce-88e1075cbde7-btn-wrapper {
    text-align: center;
  }


#s-9d8664b5-5f00-4493-afce-88e1075cbde7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-27ad85bb-6e56-43bb-81ad-ba1a5b31f212 {
  min-height: 50px;
}








#s-27ad85bb-6e56-43bb-81ad-ba1a5b31f212 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27ad85bb-6e56-43bb-81ad-ba1a5b31f212.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-12e96f8c-0cfa-4797-8824-7c0f713936a0 {
  margin-top: 60px;
padding-top: 60px;
padding-bottom: 30px;
}

#s-09691c25-a329-4b00-a371-a827a1498fbf {
  text-align: left;
}

#s-0dbf18e6-c95c-4f59-9a33-9fa3a526a0c6 {
  margin-top: -33px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-6369c59e-99a7-4cbf-8f51-b9feed50d0a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6369c59e-99a7-4cbf-8f51-b9feed50d0a7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6369c59e-99a7-4cbf-8f51-b9feed50d0a7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6369c59e-99a7-4cbf-8f51-b9feed50d0a7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f089e94d-13ae-4c5e-9bc1-bcf20461992a .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-f089e94d-13ae-4c5e-9bc1-bcf20461992a table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f089e94d-13ae-4c5e-9bc1-bcf20461992a td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-f089e94d-13ae-4c5e-9bc1-bcf20461992a td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-f089e94d-13ae-4c5e-9bc1-bcf20461992a td.shogun-table-column, #s-f089e94d-13ae-4c5e-9bc1-bcf20461992a td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

.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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "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-66e96d81-a3f3-46c9-b6ac-f5911eaba970 {
  text-align: center;
}







  #s-66e96d81-a3f3-46c9-b6ac-f5911eaba970 img.shogun-image {
    

    
    
    
  }


#s-66e96d81-a3f3-46c9-b6ac-f5911eaba970 .shogun-image-content {
  
    align-items: center;
  
}

#s-7aecebe9-8c51-41e7-b927-0100b195b607 {
  text-align: center;
}







  #s-7aecebe9-8c51-41e7-b927-0100b195b607 img.shogun-image {
    

    
    
    
  }


#s-7aecebe9-8c51-41e7-b927-0100b195b607 .shogun-image-content {
  
    align-items: center;
  
}

#s-d1647cd5-5c7e-4231-ab53-f92a7e1b8ae9 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-d1647cd5-5c7e-4231-ab53-f92a7e1b8ae9 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-d1647cd5-5c7e-4231-ab53-f92a7e1b8ae9 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-d1647cd5-5c7e-4231-ab53-f92a7e1b8ae9 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-d1647cd5-5c7e-4231-ab53-f92a7e1b8ae9 td.shogun-table-column, #s-d1647cd5-5c7e-4231-ab53-f92a7e1b8ae9 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-0ece526b-91da-4620-a5fb-b57ecf300955 {
  text-align: center;
}







  #s-0ece526b-91da-4620-a5fb-b57ecf300955 img.shogun-image {
    

    
    
    
  }


#s-0ece526b-91da-4620-a5fb-b57ecf300955 .shogun-image-content {
  
    align-items: center;
  
}

#s-6daf56d5-338e-461e-adde-3aa00467287f {
  text-align: center;
}







  #s-6daf56d5-338e-461e-adde-3aa00467287f img.shogun-image {
    

    
    
    
  }


#s-6daf56d5-338e-461e-adde-3aa00467287f .shogun-image-content {
  
    align-items: center;
  
}

#s-cd874b56-8283-4cc0-88d0-a2563e56bd0a {
  min-height: 50px;
}








#s-cd874b56-8283-4cc0-88d0-a2563e56bd0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd874b56-8283-4cc0-88d0-a2563e56bd0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7925d843-dd3a-45cd-bd11-14a8ce6fcb0b {
  text-align: center;
}







  img.s-7925d843-dd3a-45cd-bd11-14a8ce6fcb0b.shogun-image {
    
    
  }


.s-7925d843-dd3a-45cd-bd11-14a8ce6fcb0b .shogun-image-content {
  
    align-items: center;
  
}

.s-7925d843-dd3a-45cd-bd11-14a8ce6fcb0b.shg-align-container {
  text-align: center
}

.s-7925d843-dd3a-45cd-bd11-14a8ce6fcb0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7925d843-dd3a-45cd-bd11-14a8ce6fcb0b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7925d843-dd3a-45cd-bd11-14a8ce6fcb0b.shogun-image {
    
    
  }


.s-7925d843-dd3a-45cd-bd11-14a8ce6fcb0b .shogun-image-content {
  
    align-items: center;
  
}

.s-7925d843-dd3a-45cd-bd11-14a8ce6fcb0b.shg-align-container {
  text-align: center
}

.s-7925d843-dd3a-45cd-bd11-14a8ce6fcb0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7925d843-dd3a-45cd-bd11-14a8ce6fcb0b.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-7925d843-dd3a-45cd-bd11-14a8ce6fcb0b.shogun-image {
    
    
  }


.s-7925d843-dd3a-45cd-bd11-14a8ce6fcb0b .shogun-image-content {
  
    align-items: center;
  
}

.s-7925d843-dd3a-45cd-bd11-14a8ce6fcb0b.shg-align-container {
  text-align: center
}

.s-7925d843-dd3a-45cd-bd11-14a8ce6fcb0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7925d843-dd3a-45cd-bd11-14a8ce6fcb0b.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-7925d843-dd3a-45cd-bd11-14a8ce6fcb0b.shogun-image {
    
    
  }


.s-7925d843-dd3a-45cd-bd11-14a8ce6fcb0b .shogun-image-content {
  
    align-items: center;
  
}

.s-7925d843-dd3a-45cd-bd11-14a8ce6fcb0b.shg-align-container {
  text-align: center
}

.s-7925d843-dd3a-45cd-bd11-14a8ce6fcb0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7925d843-dd3a-45cd-bd11-14a8ce6fcb0b.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-7925d843-dd3a-45cd-bd11-14a8ce6fcb0b.shogun-image {
    
    
  }


.s-7925d843-dd3a-45cd-bd11-14a8ce6fcb0b .shogun-image-content {
  
    align-items: center;
  
}

.s-7925d843-dd3a-45cd-bd11-14a8ce6fcb0b.shg-align-container {
  text-align: center
}

.s-7925d843-dd3a-45cd-bd11-14a8ce6fcb0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7925d843-dd3a-45cd-bd11-14a8ce6fcb0b.shogun-image {
  box-sizing: border-box;
}


}
#s-7730fda1-8b79-4cbc-81aa-95540ffd5ed5 {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
max-width: 90%;
}

#s-0c358723-9677-49d8-820b-6db2f3ade10d {
  margin-top: 40px;
margin-bottom: 40px;
min-height: 50px;
}








#s-0c358723-9677-49d8-820b-6db2f3ade10d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c358723-9677-49d8-820b-6db2f3ade10d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6322bee0-7644-49e0-b2f1-78a0d2521683 {
  margin-left: 5%;
margin-right: 5%;
}

#s-6322bee0-7644-49e0-b2f1-78a0d2521683 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-6322bee0-7644-49e0-b2f1-78a0d2521683 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-6322bee0-7644-49e0-b2f1-78a0d2521683 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-6322bee0-7644-49e0-b2f1-78a0d2521683 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-6322bee0-7644-49e0-b2f1-78a0d2521683 td.shogun-table-column, #s-6322bee0-7644-49e0-b2f1-78a0d2521683 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-5789773c-4ee2-40c0-897b-b4cf5bcba949 {
  text-align: center;
}







  img.s-5789773c-4ee2-40c0-897b-b4cf5bcba949.shogun-image {
    
    
  }


.s-5789773c-4ee2-40c0-897b-b4cf5bcba949 .shogun-image-content {
  
    align-items: center;
  
}

.s-5789773c-4ee2-40c0-897b-b4cf5bcba949.shg-align-container {
  text-align: center
}

.s-5789773c-4ee2-40c0-897b-b4cf5bcba949.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5789773c-4ee2-40c0-897b-b4cf5bcba949.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5789773c-4ee2-40c0-897b-b4cf5bcba949.shogun-image {
    
    
  }


.s-5789773c-4ee2-40c0-897b-b4cf5bcba949 .shogun-image-content {
  
    align-items: center;
  
}

.s-5789773c-4ee2-40c0-897b-b4cf5bcba949.shg-align-container {
  text-align: center
}

.s-5789773c-4ee2-40c0-897b-b4cf5bcba949.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5789773c-4ee2-40c0-897b-b4cf5bcba949.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-5789773c-4ee2-40c0-897b-b4cf5bcba949.shogun-image {
    
    
  }


.s-5789773c-4ee2-40c0-897b-b4cf5bcba949 .shogun-image-content {
  
    align-items: center;
  
}

.s-5789773c-4ee2-40c0-897b-b4cf5bcba949.shg-align-container {
  text-align: center
}

.s-5789773c-4ee2-40c0-897b-b4cf5bcba949.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5789773c-4ee2-40c0-897b-b4cf5bcba949.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-5789773c-4ee2-40c0-897b-b4cf5bcba949.shogun-image {
    
    
  }


.s-5789773c-4ee2-40c0-897b-b4cf5bcba949 .shogun-image-content {
  
    align-items: center;
  
}

.s-5789773c-4ee2-40c0-897b-b4cf5bcba949.shg-align-container {
  text-align: center
}

.s-5789773c-4ee2-40c0-897b-b4cf5bcba949.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5789773c-4ee2-40c0-897b-b4cf5bcba949.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-5789773c-4ee2-40c0-897b-b4cf5bcba949.shogun-image {
    
    
  }


.s-5789773c-4ee2-40c0-897b-b4cf5bcba949 .shogun-image-content {
  
    align-items: center;
  
}

.s-5789773c-4ee2-40c0-897b-b4cf5bcba949.shg-align-container {
  text-align: center
}

.s-5789773c-4ee2-40c0-897b-b4cf5bcba949.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5789773c-4ee2-40c0-897b-b4cf5bcba949.shogun-image {
  box-sizing: border-box;
}


}
#s-2e5b7c7e-78d5-4ded-b357-ea7bb26c0f09 {
  text-align: center;
}







  img.s-2e5b7c7e-78d5-4ded-b357-ea7bb26c0f09.shogun-image {
    
    
  }


.s-2e5b7c7e-78d5-4ded-b357-ea7bb26c0f09 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e5b7c7e-78d5-4ded-b357-ea7bb26c0f09.shg-align-container {
  text-align: center
}

.s-2e5b7c7e-78d5-4ded-b357-ea7bb26c0f09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e5b7c7e-78d5-4ded-b357-ea7bb26c0f09.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2e5b7c7e-78d5-4ded-b357-ea7bb26c0f09.shogun-image {
    
    
  }


.s-2e5b7c7e-78d5-4ded-b357-ea7bb26c0f09 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e5b7c7e-78d5-4ded-b357-ea7bb26c0f09.shg-align-container {
  text-align: center
}

.s-2e5b7c7e-78d5-4ded-b357-ea7bb26c0f09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e5b7c7e-78d5-4ded-b357-ea7bb26c0f09.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-2e5b7c7e-78d5-4ded-b357-ea7bb26c0f09.shogun-image {
    
    
  }


.s-2e5b7c7e-78d5-4ded-b357-ea7bb26c0f09 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e5b7c7e-78d5-4ded-b357-ea7bb26c0f09.shg-align-container {
  text-align: center
}

.s-2e5b7c7e-78d5-4ded-b357-ea7bb26c0f09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e5b7c7e-78d5-4ded-b357-ea7bb26c0f09.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-2e5b7c7e-78d5-4ded-b357-ea7bb26c0f09.shogun-image {
    
    
  }


.s-2e5b7c7e-78d5-4ded-b357-ea7bb26c0f09 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e5b7c7e-78d5-4ded-b357-ea7bb26c0f09.shg-align-container {
  text-align: center
}

.s-2e5b7c7e-78d5-4ded-b357-ea7bb26c0f09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e5b7c7e-78d5-4ded-b357-ea7bb26c0f09.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-2e5b7c7e-78d5-4ded-b357-ea7bb26c0f09.shogun-image {
    
    
  }


.s-2e5b7c7e-78d5-4ded-b357-ea7bb26c0f09 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e5b7c7e-78d5-4ded-b357-ea7bb26c0f09.shg-align-container {
  text-align: center
}

.s-2e5b7c7e-78d5-4ded-b357-ea7bb26c0f09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e5b7c7e-78d5-4ded-b357-ea7bb26c0f09.shogun-image {
  box-sizing: border-box;
}


}
#s-d10bcadc-d88b-4a59-b2c8-9e1969afb77e {
  text-align: center;
}







  img.s-d10bcadc-d88b-4a59-b2c8-9e1969afb77e.shogun-image {
    
    
  }


.s-d10bcadc-d88b-4a59-b2c8-9e1969afb77e .shogun-image-content {
  
    align-items: center;
  
}

.s-d10bcadc-d88b-4a59-b2c8-9e1969afb77e.shg-align-container {
  text-align: center
}

.s-d10bcadc-d88b-4a59-b2c8-9e1969afb77e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d10bcadc-d88b-4a59-b2c8-9e1969afb77e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d10bcadc-d88b-4a59-b2c8-9e1969afb77e.shogun-image {
    
    
  }


.s-d10bcadc-d88b-4a59-b2c8-9e1969afb77e .shogun-image-content {
  
    align-items: center;
  
}

.s-d10bcadc-d88b-4a59-b2c8-9e1969afb77e.shg-align-container {
  text-align: center
}

.s-d10bcadc-d88b-4a59-b2c8-9e1969afb77e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d10bcadc-d88b-4a59-b2c8-9e1969afb77e.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-d10bcadc-d88b-4a59-b2c8-9e1969afb77e.shogun-image {
    
    
  }


.s-d10bcadc-d88b-4a59-b2c8-9e1969afb77e .shogun-image-content {
  
    align-items: center;
  
}

.s-d10bcadc-d88b-4a59-b2c8-9e1969afb77e.shg-align-container {
  text-align: center
}

.s-d10bcadc-d88b-4a59-b2c8-9e1969afb77e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d10bcadc-d88b-4a59-b2c8-9e1969afb77e.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-d10bcadc-d88b-4a59-b2c8-9e1969afb77e.shogun-image {
    
    
  }


.s-d10bcadc-d88b-4a59-b2c8-9e1969afb77e .shogun-image-content {
  
    align-items: center;
  
}

.s-d10bcadc-d88b-4a59-b2c8-9e1969afb77e.shg-align-container {
  text-align: center
}

.s-d10bcadc-d88b-4a59-b2c8-9e1969afb77e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d10bcadc-d88b-4a59-b2c8-9e1969afb77e.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-d10bcadc-d88b-4a59-b2c8-9e1969afb77e.shogun-image {
    
    
  }


.s-d10bcadc-d88b-4a59-b2c8-9e1969afb77e .shogun-image-content {
  
    align-items: center;
  
}

.s-d10bcadc-d88b-4a59-b2c8-9e1969afb77e.shg-align-container {
  text-align: center
}

.s-d10bcadc-d88b-4a59-b2c8-9e1969afb77e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d10bcadc-d88b-4a59-b2c8-9e1969afb77e.shogun-image {
  box-sizing: border-box;
}


}
#s-edcab862-2351-42f5-b74a-1f77d7f1afc6 {
  margin-left: 19%;
margin-right: 19%;
}

#s-edcab862-2351-42f5-b74a-1f77d7f1afc6 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-edcab862-2351-42f5-b74a-1f77d7f1afc6 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-edcab862-2351-42f5-b74a-1f77d7f1afc6 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-edcab862-2351-42f5-b74a-1f77d7f1afc6 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-edcab862-2351-42f5-b74a-1f77d7f1afc6 td.shogun-table-column, #s-edcab862-2351-42f5-b74a-1f77d7f1afc6 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-72d1917f-e09e-48b5-aa21-7a4ae6fb6e23 {
  text-align: center;
}







  img.s-72d1917f-e09e-48b5-aa21-7a4ae6fb6e23.shogun-image {
    
    
  }


.s-72d1917f-e09e-48b5-aa21-7a4ae6fb6e23 .shogun-image-content {
  
    align-items: center;
  
}

.s-72d1917f-e09e-48b5-aa21-7a4ae6fb6e23.shg-align-container {
  text-align: center
}

.s-72d1917f-e09e-48b5-aa21-7a4ae6fb6e23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72d1917f-e09e-48b5-aa21-7a4ae6fb6e23.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-72d1917f-e09e-48b5-aa21-7a4ae6fb6e23.shogun-image {
    
    
  }


.s-72d1917f-e09e-48b5-aa21-7a4ae6fb6e23 .shogun-image-content {
  
    align-items: center;
  
}

.s-72d1917f-e09e-48b5-aa21-7a4ae6fb6e23.shg-align-container {
  text-align: center
}

.s-72d1917f-e09e-48b5-aa21-7a4ae6fb6e23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72d1917f-e09e-48b5-aa21-7a4ae6fb6e23.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-72d1917f-e09e-48b5-aa21-7a4ae6fb6e23.shogun-image {
    
    
  }


.s-72d1917f-e09e-48b5-aa21-7a4ae6fb6e23 .shogun-image-content {
  
    align-items: center;
  
}

.s-72d1917f-e09e-48b5-aa21-7a4ae6fb6e23.shg-align-container {
  text-align: center
}

.s-72d1917f-e09e-48b5-aa21-7a4ae6fb6e23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72d1917f-e09e-48b5-aa21-7a4ae6fb6e23.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-72d1917f-e09e-48b5-aa21-7a4ae6fb6e23.shogun-image {
    
    
  }


.s-72d1917f-e09e-48b5-aa21-7a4ae6fb6e23 .shogun-image-content {
  
    align-items: center;
  
}

.s-72d1917f-e09e-48b5-aa21-7a4ae6fb6e23.shg-align-container {
  text-align: center
}

.s-72d1917f-e09e-48b5-aa21-7a4ae6fb6e23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72d1917f-e09e-48b5-aa21-7a4ae6fb6e23.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-72d1917f-e09e-48b5-aa21-7a4ae6fb6e23.shogun-image {
    
    
  }


.s-72d1917f-e09e-48b5-aa21-7a4ae6fb6e23 .shogun-image-content {
  
    align-items: center;
  
}

.s-72d1917f-e09e-48b5-aa21-7a4ae6fb6e23.shg-align-container {
  text-align: center
}

.s-72d1917f-e09e-48b5-aa21-7a4ae6fb6e23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72d1917f-e09e-48b5-aa21-7a4ae6fb6e23.shogun-image {
  box-sizing: border-box;
}


}
#s-f3e0a5dd-1a11-4086-9a9e-d2c0c2e486c0 {
  text-align: center;
}







  img.s-f3e0a5dd-1a11-4086-9a9e-d2c0c2e486c0.shogun-image {
    
    
  }


.s-f3e0a5dd-1a11-4086-9a9e-d2c0c2e486c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-f3e0a5dd-1a11-4086-9a9e-d2c0c2e486c0.shg-align-container {
  text-align: center
}

.s-f3e0a5dd-1a11-4086-9a9e-d2c0c2e486c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3e0a5dd-1a11-4086-9a9e-d2c0c2e486c0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f3e0a5dd-1a11-4086-9a9e-d2c0c2e486c0.shogun-image {
    
    
  }


.s-f3e0a5dd-1a11-4086-9a9e-d2c0c2e486c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-f3e0a5dd-1a11-4086-9a9e-d2c0c2e486c0.shg-align-container {
  text-align: center
}

.s-f3e0a5dd-1a11-4086-9a9e-d2c0c2e486c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3e0a5dd-1a11-4086-9a9e-d2c0c2e486c0.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-f3e0a5dd-1a11-4086-9a9e-d2c0c2e486c0.shogun-image {
    
    
  }


.s-f3e0a5dd-1a11-4086-9a9e-d2c0c2e486c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-f3e0a5dd-1a11-4086-9a9e-d2c0c2e486c0.shg-align-container {
  text-align: center
}

.s-f3e0a5dd-1a11-4086-9a9e-d2c0c2e486c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3e0a5dd-1a11-4086-9a9e-d2c0c2e486c0.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-f3e0a5dd-1a11-4086-9a9e-d2c0c2e486c0.shogun-image {
    
    
  }


.s-f3e0a5dd-1a11-4086-9a9e-d2c0c2e486c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-f3e0a5dd-1a11-4086-9a9e-d2c0c2e486c0.shg-align-container {
  text-align: center
}

.s-f3e0a5dd-1a11-4086-9a9e-d2c0c2e486c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3e0a5dd-1a11-4086-9a9e-d2c0c2e486c0.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-f3e0a5dd-1a11-4086-9a9e-d2c0c2e486c0.shogun-image {
    
    
  }


.s-f3e0a5dd-1a11-4086-9a9e-d2c0c2e486c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-f3e0a5dd-1a11-4086-9a9e-d2c0c2e486c0.shg-align-container {
  text-align: center
}

.s-f3e0a5dd-1a11-4086-9a9e-d2c0c2e486c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3e0a5dd-1a11-4086-9a9e-d2c0c2e486c0.shogun-image {
  box-sizing: border-box;
}


}
#s-3a458c60-a581-466a-8235-0a57ea29e8ef {
  min-height: 50px;
}








#s-3a458c60-a581-466a-8235-0a57ea29e8ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a458c60-a581-466a-8235-0a57ea29e8ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6bd508c2-de2d-4863-8678-81dd34ee195c {
  text-align: left;
}

#s-390233e8-55e0-461a-9c32-d80afc79fa3a {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  img.s-390233e8-55e0-461a-9c32-d80afc79fa3a.shogun-image {
    
    
  }


.s-390233e8-55e0-461a-9c32-d80afc79fa3a .shogun-image-content {
  
    align-items: center;
  
}

.s-390233e8-55e0-461a-9c32-d80afc79fa3a.shg-align-container {
  text-align: center
}

.s-390233e8-55e0-461a-9c32-d80afc79fa3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-390233e8-55e0-461a-9c32-d80afc79fa3a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-390233e8-55e0-461a-9c32-d80afc79fa3a.shogun-image {
    
    
  }


.s-390233e8-55e0-461a-9c32-d80afc79fa3a .shogun-image-content {
  
    align-items: center;
  
}

.s-390233e8-55e0-461a-9c32-d80afc79fa3a.shg-align-container {
  text-align: center
}

.s-390233e8-55e0-461a-9c32-d80afc79fa3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-390233e8-55e0-461a-9c32-d80afc79fa3a.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-390233e8-55e0-461a-9c32-d80afc79fa3a.shogun-image {
    
    
  }


.s-390233e8-55e0-461a-9c32-d80afc79fa3a .shogun-image-content {
  
    align-items: center;
  
}

.s-390233e8-55e0-461a-9c32-d80afc79fa3a.shg-align-container {
  text-align: center
}

.s-390233e8-55e0-461a-9c32-d80afc79fa3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-390233e8-55e0-461a-9c32-d80afc79fa3a.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-390233e8-55e0-461a-9c32-d80afc79fa3a.shogun-image {
    
    
  }


.s-390233e8-55e0-461a-9c32-d80afc79fa3a .shogun-image-content {
  
    align-items: center;
  
}

.s-390233e8-55e0-461a-9c32-d80afc79fa3a.shg-align-container {
  text-align: center
}

.s-390233e8-55e0-461a-9c32-d80afc79fa3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-390233e8-55e0-461a-9c32-d80afc79fa3a.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-390233e8-55e0-461a-9c32-d80afc79fa3a.shogun-image {
    
    
  }


.s-390233e8-55e0-461a-9c32-d80afc79fa3a .shogun-image-content {
  
    align-items: center;
  
}

.s-390233e8-55e0-461a-9c32-d80afc79fa3a.shg-align-container {
  text-align: center
}

.s-390233e8-55e0-461a-9c32-d80afc79fa3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-390233e8-55e0-461a-9c32-d80afc79fa3a.shogun-image {
  box-sizing: border-box;
}


}
#s-2be7d32c-6af8-4bc9-94b6-056992ff9aca {
  text-align: center;
}

#s-4c8c6a11-0ba3-4685-a20d-aaffc238cc6a .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-4c8c6a11-0ba3-4685-a20d-aaffc238cc6a table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-4c8c6a11-0ba3-4685-a20d-aaffc238cc6a td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-4c8c6a11-0ba3-4685-a20d-aaffc238cc6a td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-4c8c6a11-0ba3-4685-a20d-aaffc238cc6a td.shogun-table-column, #s-4c8c6a11-0ba3-4685-a20d-aaffc238cc6a td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-78569617-124f-4491-bb7e-f60d3528266b {
  margin-left: 13%;
margin-right: 13%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-78569617-124f-4491-bb7e-f60d3528266b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-78569617-124f-4491-bb7e-f60d3528266b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-78569617-124f-4491-bb7e-f60d3528266b-btn-wrapper {
    text-align: center;
  }


#s-78569617-124f-4491-bb7e-f60d3528266b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-78569617-124f-4491-bb7e-f60d3528266b-btn-wrapper {
    text-align: center;
  }


#s-78569617-124f-4491-bb7e-f60d3528266b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-78569617-124f-4491-bb7e-f60d3528266b-btn-wrapper {
    text-align: center;
  }


#s-78569617-124f-4491-bb7e-f60d3528266b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-78569617-124f-4491-bb7e-f60d3528266b-btn-wrapper {
    text-align: center;
  }


#s-78569617-124f-4491-bb7e-f60d3528266b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-78569617-124f-4491-bb7e-f60d3528266b-btn-wrapper {
    text-align: center;
  }


#s-78569617-124f-4491-bb7e-f60d3528266b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-9285b0e9-38db-4557-8a6c-56754ee69615 {
  display: none;
}
#s-83b75ef4-0a2f-4a60-b868-b74ec2576f2d {
  text-align: center;
}

#s-83b75ef4-0a2f-4a60-b868-b74ec2576f2d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 25px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-83b75ef4-0a2f-4a60-b868-b74ec2576f2d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 25px;
}

#s-83b75ef4-0a2f-4a60-b868-b74ec2576f2d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-220edeee-8867-4c7f-8e75-9c39c3385589 {
  margin-top: 20px;
margin-bottom: 10px;
text-align: center;
}







  img.s-220edeee-8867-4c7f-8e75-9c39c3385589.shogun-image {
    
    
  }


.s-220edeee-8867-4c7f-8e75-9c39c3385589 .shogun-image-content {
  
    align-items: center;
  
}

.s-220edeee-8867-4c7f-8e75-9c39c3385589.shg-align-container {
  text-align: center
}

.s-220edeee-8867-4c7f-8e75-9c39c3385589.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-220edeee-8867-4c7f-8e75-9c39c3385589.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-220edeee-8867-4c7f-8e75-9c39c3385589.shogun-image {
    
    
  }


.s-220edeee-8867-4c7f-8e75-9c39c3385589 .shogun-image-content {
  
    align-items: center;
  
}

.s-220edeee-8867-4c7f-8e75-9c39c3385589.shg-align-container {
  text-align: center
}

.s-220edeee-8867-4c7f-8e75-9c39c3385589.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-220edeee-8867-4c7f-8e75-9c39c3385589.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-220edeee-8867-4c7f-8e75-9c39c3385589.shogun-image {
    
    
  }


.s-220edeee-8867-4c7f-8e75-9c39c3385589 .shogun-image-content {
  
    align-items: center;
  
}

.s-220edeee-8867-4c7f-8e75-9c39c3385589.shg-align-container {
  text-align: center
}

.s-220edeee-8867-4c7f-8e75-9c39c3385589.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-220edeee-8867-4c7f-8e75-9c39c3385589.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-220edeee-8867-4c7f-8e75-9c39c3385589.shogun-image {
    
    
  }


.s-220edeee-8867-4c7f-8e75-9c39c3385589 .shogun-image-content {
  
    align-items: center;
  
}

.s-220edeee-8867-4c7f-8e75-9c39c3385589.shg-align-container {
  text-align: center
}

.s-220edeee-8867-4c7f-8e75-9c39c3385589.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-220edeee-8867-4c7f-8e75-9c39c3385589.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-220edeee-8867-4c7f-8e75-9c39c3385589.shogun-image {
    
    
  }


.s-220edeee-8867-4c7f-8e75-9c39c3385589 .shogun-image-content {
  
    align-items: center;
  
}

.s-220edeee-8867-4c7f-8e75-9c39c3385589.shg-align-container {
  text-align: center
}

.s-220edeee-8867-4c7f-8e75-9c39c3385589.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-220edeee-8867-4c7f-8e75-9c39c3385589.shogun-image {
  box-sizing: border-box;
}


}
#s-4a67647c-c2a3-40b7-ab89-a7895a10c9a7 {
  margin-left: 6%;
margin-right: 6%;
text-align: left;
}

#s-0c60c516-377c-40be-9e3f-08c9aff3b226 {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}







  img.s-0c60c516-377c-40be-9e3f-08c9aff3b226.shogun-image {
    
    
  }


.s-0c60c516-377c-40be-9e3f-08c9aff3b226 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c60c516-377c-40be-9e3f-08c9aff3b226.shg-align-container {
  text-align: center
}

.s-0c60c516-377c-40be-9e3f-08c9aff3b226.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c60c516-377c-40be-9e3f-08c9aff3b226.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0c60c516-377c-40be-9e3f-08c9aff3b226.shogun-image {
    
    
  }


.s-0c60c516-377c-40be-9e3f-08c9aff3b226 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c60c516-377c-40be-9e3f-08c9aff3b226.shg-align-container {
  text-align: center
}

.s-0c60c516-377c-40be-9e3f-08c9aff3b226.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c60c516-377c-40be-9e3f-08c9aff3b226.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-0c60c516-377c-40be-9e3f-08c9aff3b226.shogun-image {
    
    
  }


.s-0c60c516-377c-40be-9e3f-08c9aff3b226 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c60c516-377c-40be-9e3f-08c9aff3b226.shg-align-container {
  text-align: center
}

.s-0c60c516-377c-40be-9e3f-08c9aff3b226.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c60c516-377c-40be-9e3f-08c9aff3b226.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-0c60c516-377c-40be-9e3f-08c9aff3b226.shogun-image {
    
    
  }


.s-0c60c516-377c-40be-9e3f-08c9aff3b226 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c60c516-377c-40be-9e3f-08c9aff3b226.shg-align-container {
  text-align: center
}

.s-0c60c516-377c-40be-9e3f-08c9aff3b226.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c60c516-377c-40be-9e3f-08c9aff3b226.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-0c60c516-377c-40be-9e3f-08c9aff3b226.shogun-image {
    
    
  }


.s-0c60c516-377c-40be-9e3f-08c9aff3b226 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c60c516-377c-40be-9e3f-08c9aff3b226.shg-align-container {
  text-align: center
}

.s-0c60c516-377c-40be-9e3f-08c9aff3b226.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c60c516-377c-40be-9e3f-08c9aff3b226.shogun-image {
  box-sizing: border-box;
}


}
#s-8e5f49c9-da80-4530-8c6d-d9d58fc24cb6 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-ee1b7f57-5c6e-4c6b-8d4b-f936e450b216 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-ee1b7f57-5c6e-4c6b-8d4b-f936e450b216 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee1b7f57-5c6e-4c6b-8d4b-f936e450b216.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a82cd133-e34b-4910-a378-b3cecf95e4fa .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-a82cd133-e34b-4910-a378-b3cecf95e4fa table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a82cd133-e34b-4910-a378-b3cecf95e4fa td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-a82cd133-e34b-4910-a378-b3cecf95e4fa td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-a82cd133-e34b-4910-a378-b3cecf95e4fa td.shogun-table-column, #s-a82cd133-e34b-4910-a378-b3cecf95e4fa td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-f4b59f68-789e-4657-93a0-9987678fdf31 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-f4b59f68-789e-4657-93a0-9987678fdf31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4b59f68-789e-4657-93a0-9987678fdf31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5a32739-25f1-4103-98f7-d5fb7d2d8231 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-e5a32739-25f1-4103-98f7-d5fb7d2d8231 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-e5a32739-25f1-4103-98f7-d5fb7d2d8231 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-e5a32739-25f1-4103-98f7-d5fb7d2d8231 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-e5a32739-25f1-4103-98f7-d5fb7d2d8231 td.shogun-table-column, #s-e5a32739-25f1-4103-98f7-d5fb7d2d8231 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-d37ea56a-a8e1-4363-a3c7-70f2cdc65ed3 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-d37ea56a-a8e1-4363-a3c7-70f2cdc65ed3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d37ea56a-a8e1-4363-a3c7-70f2cdc65ed3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aaeb8344-d88e-4686-82d5-39f210654743 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-aaeb8344-d88e-4686-82d5-39f210654743 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-aaeb8344-d88e-4686-82d5-39f210654743 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-aaeb8344-d88e-4686-82d5-39f210654743 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-aaeb8344-d88e-4686-82d5-39f210654743 td.shogun-table-column, #s-aaeb8344-d88e-4686-82d5-39f210654743 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-f9ac4b90-ddf6-48bc-bc50-b2b40660f9ee {
  margin-top: 30px;
margin-bottom: 0px;
}

#s-e8e9a778-e410-4656-89ee-fa9a2c6eac81 {
  margin-left: 3%;
margin-right: 3%;
text-align: center;
}

#s-795ac308-4d7e-49de-98da-ef57bdd9b431 {
  margin-left: 0%;
margin-right: 0%;
}

#s-795ac308-4d7e-49de-98da-ef57bdd9b431 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-795ac308-4d7e-49de-98da-ef57bdd9b431 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-795ac308-4d7e-49de-98da-ef57bdd9b431 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-795ac308-4d7e-49de-98da-ef57bdd9b431 td.shogun-table-row {
  background-color: #fff;
  padding: 5px;
}

#s-795ac308-4d7e-49de-98da-ef57bdd9b431 td.shogun-table-column, #s-795ac308-4d7e-49de-98da-ef57bdd9b431 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-2494a6d1-ef67-4c03-b222-6101ed2673f4 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-2494a6d1-ef67-4c03-b222-6101ed2673f4 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-2494a6d1-ef67-4c03-b222-6101ed2673f4 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-2494a6d1-ef67-4c03-b222-6101ed2673f4 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-2494a6d1-ef67-4c03-b222-6101ed2673f4 td.shogun-table-column, #s-2494a6d1-ef67-4c03-b222-6101ed2673f4 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-4399efff-ba86-4a9c-80d9-8107c9c2eab3 {
  min-height: 50px;
}








#s-4399efff-ba86-4a9c-80d9-8107c9c2eab3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4399efff-ba86-4a9c-80d9-8107c9c2eab3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15ecc0a0-b50f-442e-a84c-b0f799d62a14 {
  text-align: left;
}

#s-5e6e1e82-f9b7-4e3d-a2d4-b1f57c2552f7 {
  text-align: center;
}







  img.s-5e6e1e82-f9b7-4e3d-a2d4-b1f57c2552f7.shogun-image {
    
    
  }


.s-5e6e1e82-f9b7-4e3d-a2d4-b1f57c2552f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e6e1e82-f9b7-4e3d-a2d4-b1f57c2552f7.shg-align-container {
  text-align: center
}

.s-5e6e1e82-f9b7-4e3d-a2d4-b1f57c2552f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e6e1e82-f9b7-4e3d-a2d4-b1f57c2552f7.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5e6e1e82-f9b7-4e3d-a2d4-b1f57c2552f7.shogun-image {
    
    
  }


.s-5e6e1e82-f9b7-4e3d-a2d4-b1f57c2552f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e6e1e82-f9b7-4e3d-a2d4-b1f57c2552f7.shg-align-container {
  text-align: center
}

.s-5e6e1e82-f9b7-4e3d-a2d4-b1f57c2552f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e6e1e82-f9b7-4e3d-a2d4-b1f57c2552f7.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-5e6e1e82-f9b7-4e3d-a2d4-b1f57c2552f7.shogun-image {
    
    
  }


.s-5e6e1e82-f9b7-4e3d-a2d4-b1f57c2552f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e6e1e82-f9b7-4e3d-a2d4-b1f57c2552f7.shg-align-container {
  text-align: center
}

.s-5e6e1e82-f9b7-4e3d-a2d4-b1f57c2552f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e6e1e82-f9b7-4e3d-a2d4-b1f57c2552f7.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-5e6e1e82-f9b7-4e3d-a2d4-b1f57c2552f7.shogun-image {
    
    
  }


.s-5e6e1e82-f9b7-4e3d-a2d4-b1f57c2552f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e6e1e82-f9b7-4e3d-a2d4-b1f57c2552f7.shg-align-container {
  text-align: center
}

.s-5e6e1e82-f9b7-4e3d-a2d4-b1f57c2552f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e6e1e82-f9b7-4e3d-a2d4-b1f57c2552f7.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-5e6e1e82-f9b7-4e3d-a2d4-b1f57c2552f7.shogun-image {
    
    
  }


.s-5e6e1e82-f9b7-4e3d-a2d4-b1f57c2552f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e6e1e82-f9b7-4e3d-a2d4-b1f57c2552f7.shg-align-container {
  text-align: center
}

.s-5e6e1e82-f9b7-4e3d-a2d4-b1f57c2552f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e6e1e82-f9b7-4e3d-a2d4-b1f57c2552f7.shogun-image {
  box-sizing: border-box;
}


}
#s-95aaea28-0a7b-470d-8bc5-c9afb8fa649e .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-95aaea28-0a7b-470d-8bc5-c9afb8fa649e table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-95aaea28-0a7b-470d-8bc5-c9afb8fa649e td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-95aaea28-0a7b-470d-8bc5-c9afb8fa649e td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-95aaea28-0a7b-470d-8bc5-c9afb8fa649e td.shogun-table-column, #s-95aaea28-0a7b-470d-8bc5-c9afb8fa649e td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-80bc9f08-265d-422f-a67d-664b5102ef46 {
  min-height: 50px;
}








#s-80bc9f08-265d-422f-a67d-664b5102ef46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80bc9f08-265d-422f-a67d-664b5102ef46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3733964b-ee50-490b-97db-faad68ab7a5e {
  text-align: left;
}

#s-b2ef3f81-2eb1-446b-ad07-4ec81bfa3d41 {
  text-align: center;
}







  img.s-b2ef3f81-2eb1-446b-ad07-4ec81bfa3d41.shogun-image {
    
    
  }


.s-b2ef3f81-2eb1-446b-ad07-4ec81bfa3d41 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2ef3f81-2eb1-446b-ad07-4ec81bfa3d41.shg-align-container {
  text-align: center
}

.s-b2ef3f81-2eb1-446b-ad07-4ec81bfa3d41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2ef3f81-2eb1-446b-ad07-4ec81bfa3d41.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b2ef3f81-2eb1-446b-ad07-4ec81bfa3d41.shogun-image {
    
    
  }


.s-b2ef3f81-2eb1-446b-ad07-4ec81bfa3d41 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2ef3f81-2eb1-446b-ad07-4ec81bfa3d41.shg-align-container {
  text-align: center
}

.s-b2ef3f81-2eb1-446b-ad07-4ec81bfa3d41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2ef3f81-2eb1-446b-ad07-4ec81bfa3d41.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-b2ef3f81-2eb1-446b-ad07-4ec81bfa3d41.shogun-image {
    
    
  }


.s-b2ef3f81-2eb1-446b-ad07-4ec81bfa3d41 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2ef3f81-2eb1-446b-ad07-4ec81bfa3d41.shg-align-container {
  text-align: center
}

.s-b2ef3f81-2eb1-446b-ad07-4ec81bfa3d41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2ef3f81-2eb1-446b-ad07-4ec81bfa3d41.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-b2ef3f81-2eb1-446b-ad07-4ec81bfa3d41.shogun-image {
    
    
  }


.s-b2ef3f81-2eb1-446b-ad07-4ec81bfa3d41 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2ef3f81-2eb1-446b-ad07-4ec81bfa3d41.shg-align-container {
  text-align: center
}

.s-b2ef3f81-2eb1-446b-ad07-4ec81bfa3d41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2ef3f81-2eb1-446b-ad07-4ec81bfa3d41.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-b2ef3f81-2eb1-446b-ad07-4ec81bfa3d41.shogun-image {
    
    
  }


.s-b2ef3f81-2eb1-446b-ad07-4ec81bfa3d41 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2ef3f81-2eb1-446b-ad07-4ec81bfa3d41.shg-align-container {
  text-align: center
}

.s-b2ef3f81-2eb1-446b-ad07-4ec81bfa3d41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2ef3f81-2eb1-446b-ad07-4ec81bfa3d41.shogun-image {
  box-sizing: border-box;
}


}
#s-0c22fd2b-8967-418c-a639-76aad609da77 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-0c22fd2b-8967-418c-a639-76aad609da77 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-0c22fd2b-8967-418c-a639-76aad609da77 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-0c22fd2b-8967-418c-a639-76aad609da77 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-0c22fd2b-8967-418c-a639-76aad609da77 td.shogun-table-column, #s-0c22fd2b-8967-418c-a639-76aad609da77 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-c61a75e2-9afa-41da-8ea5-54430763ce24 {
  min-height: 50px;
}








#s-c61a75e2-9afa-41da-8ea5-54430763ce24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c61a75e2-9afa-41da-8ea5-54430763ce24.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7c3d64d-1a99-4199-a365-c02e6798fffb {
  text-align: left;
}

#s-033f5ee2-9917-40d8-8e66-9fa0157a7533 {
  text-align: center;
}







  img.s-033f5ee2-9917-40d8-8e66-9fa0157a7533.shogun-image {
    
    
  }


.s-033f5ee2-9917-40d8-8e66-9fa0157a7533 .shogun-image-content {
  
    align-items: center;
  
}

.s-033f5ee2-9917-40d8-8e66-9fa0157a7533.shg-align-container {
  text-align: center
}

.s-033f5ee2-9917-40d8-8e66-9fa0157a7533.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-033f5ee2-9917-40d8-8e66-9fa0157a7533.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-033f5ee2-9917-40d8-8e66-9fa0157a7533.shogun-image {
    
    
  }


.s-033f5ee2-9917-40d8-8e66-9fa0157a7533 .shogun-image-content {
  
    align-items: center;
  
}

.s-033f5ee2-9917-40d8-8e66-9fa0157a7533.shg-align-container {
  text-align: center
}

.s-033f5ee2-9917-40d8-8e66-9fa0157a7533.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-033f5ee2-9917-40d8-8e66-9fa0157a7533.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-033f5ee2-9917-40d8-8e66-9fa0157a7533.shogun-image {
    
    
  }


.s-033f5ee2-9917-40d8-8e66-9fa0157a7533 .shogun-image-content {
  
    align-items: center;
  
}

.s-033f5ee2-9917-40d8-8e66-9fa0157a7533.shg-align-container {
  text-align: center
}

.s-033f5ee2-9917-40d8-8e66-9fa0157a7533.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-033f5ee2-9917-40d8-8e66-9fa0157a7533.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-033f5ee2-9917-40d8-8e66-9fa0157a7533.shogun-image {
    
    
  }


.s-033f5ee2-9917-40d8-8e66-9fa0157a7533 .shogun-image-content {
  
    align-items: center;
  
}

.s-033f5ee2-9917-40d8-8e66-9fa0157a7533.shg-align-container {
  text-align: center
}

.s-033f5ee2-9917-40d8-8e66-9fa0157a7533.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-033f5ee2-9917-40d8-8e66-9fa0157a7533.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-033f5ee2-9917-40d8-8e66-9fa0157a7533.shogun-image {
    
    
  }


.s-033f5ee2-9917-40d8-8e66-9fa0157a7533 .shogun-image-content {
  
    align-items: center;
  
}

.s-033f5ee2-9917-40d8-8e66-9fa0157a7533.shg-align-container {
  text-align: center
}

.s-033f5ee2-9917-40d8-8e66-9fa0157a7533.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-033f5ee2-9917-40d8-8e66-9fa0157a7533.shogun-image {
  box-sizing: border-box;
}


}
#s-0e4303a7-0717-4a06-964a-fdc0de51d90d .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-0e4303a7-0717-4a06-964a-fdc0de51d90d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-0e4303a7-0717-4a06-964a-fdc0de51d90d td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-0e4303a7-0717-4a06-964a-fdc0de51d90d td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-0e4303a7-0717-4a06-964a-fdc0de51d90d td.shogun-table-column, #s-0e4303a7-0717-4a06-964a-fdc0de51d90d td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-4cf446aa-1244-483b-b63c-f77a6a9faa60 {
  min-height: 50px;
}








#s-4cf446aa-1244-483b-b63c-f77a6a9faa60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4cf446aa-1244-483b-b63c-f77a6a9faa60.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6fbf8881-39c0-4a0d-828d-b197a059be80 {
  text-align: left;
}

#s-d04a20c3-395f-4658-9f05-778b138dfa14 {
  text-align: center;
}







  img.s-d04a20c3-395f-4658-9f05-778b138dfa14.shogun-image {
    
    
  }


.s-d04a20c3-395f-4658-9f05-778b138dfa14 .shogun-image-content {
  
    align-items: center;
  
}

.s-d04a20c3-395f-4658-9f05-778b138dfa14.shg-align-container {
  text-align: center
}

.s-d04a20c3-395f-4658-9f05-778b138dfa14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d04a20c3-395f-4658-9f05-778b138dfa14.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d04a20c3-395f-4658-9f05-778b138dfa14.shogun-image {
    
    
  }


.s-d04a20c3-395f-4658-9f05-778b138dfa14 .shogun-image-content {
  
    align-items: center;
  
}

.s-d04a20c3-395f-4658-9f05-778b138dfa14.shg-align-container {
  text-align: center
}

.s-d04a20c3-395f-4658-9f05-778b138dfa14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d04a20c3-395f-4658-9f05-778b138dfa14.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-d04a20c3-395f-4658-9f05-778b138dfa14.shogun-image {
    
    
  }


.s-d04a20c3-395f-4658-9f05-778b138dfa14 .shogun-image-content {
  
    align-items: center;
  
}

.s-d04a20c3-395f-4658-9f05-778b138dfa14.shg-align-container {
  text-align: center
}

.s-d04a20c3-395f-4658-9f05-778b138dfa14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d04a20c3-395f-4658-9f05-778b138dfa14.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-d04a20c3-395f-4658-9f05-778b138dfa14.shogun-image {
    
    
  }


.s-d04a20c3-395f-4658-9f05-778b138dfa14 .shogun-image-content {
  
    align-items: center;
  
}

.s-d04a20c3-395f-4658-9f05-778b138dfa14.shg-align-container {
  text-align: center
}

.s-d04a20c3-395f-4658-9f05-778b138dfa14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d04a20c3-395f-4658-9f05-778b138dfa14.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-d04a20c3-395f-4658-9f05-778b138dfa14.shogun-image {
    
    
  }


.s-d04a20c3-395f-4658-9f05-778b138dfa14 .shogun-image-content {
  
    align-items: center;
  
}

.s-d04a20c3-395f-4658-9f05-778b138dfa14.shg-align-container {
  text-align: center
}

.s-d04a20c3-395f-4658-9f05-778b138dfa14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d04a20c3-395f-4658-9f05-778b138dfa14.shogun-image {
  box-sizing: border-box;
}


}
#s-07d2babd-e81f-4643-afce-74e7d85f0e2f {
  text-align: left;
}

#s-fbef4f93-6269-45d9-a88f-d83b056d40d5 {
  min-height: 50px;
}








#s-fbef4f93-6269-45d9-a88f-d83b056d40d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbef4f93-6269-45d9-a88f-d83b056d40d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd4e77a4-c52f-4a6e-a61f-7102e0a8c91b {
  text-align: left;
}

#s-541f2cbc-f49b-4807-a5b4-c6b6831297e1 hr {
  border-top: 1px solid #252525;
}

#s-323f90aa-ff9b-4e51-aa19-0f62dc97474f {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  img.s-323f90aa-ff9b-4e51-aa19-0f62dc97474f.shogun-image {
    
    
  }


.s-323f90aa-ff9b-4e51-aa19-0f62dc97474f .shogun-image-content {
  
    align-items: center;
  
}

.s-323f90aa-ff9b-4e51-aa19-0f62dc97474f.shg-align-container {
  text-align: center
}

.s-323f90aa-ff9b-4e51-aa19-0f62dc97474f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-323f90aa-ff9b-4e51-aa19-0f62dc97474f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-323f90aa-ff9b-4e51-aa19-0f62dc97474f.shogun-image {
    
    
  }


.s-323f90aa-ff9b-4e51-aa19-0f62dc97474f .shogun-image-content {
  
    align-items: center;
  
}

.s-323f90aa-ff9b-4e51-aa19-0f62dc97474f.shg-align-container {
  text-align: center
}

.s-323f90aa-ff9b-4e51-aa19-0f62dc97474f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-323f90aa-ff9b-4e51-aa19-0f62dc97474f.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-323f90aa-ff9b-4e51-aa19-0f62dc97474f.shogun-image {
    
    
  }


.s-323f90aa-ff9b-4e51-aa19-0f62dc97474f .shogun-image-content {
  
    align-items: center;
  
}

.s-323f90aa-ff9b-4e51-aa19-0f62dc97474f.shg-align-container {
  text-align: center
}

.s-323f90aa-ff9b-4e51-aa19-0f62dc97474f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-323f90aa-ff9b-4e51-aa19-0f62dc97474f.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-323f90aa-ff9b-4e51-aa19-0f62dc97474f.shogun-image {
    
    
  }


.s-323f90aa-ff9b-4e51-aa19-0f62dc97474f .shogun-image-content {
  
    align-items: center;
  
}

.s-323f90aa-ff9b-4e51-aa19-0f62dc97474f.shg-align-container {
  text-align: center
}

.s-323f90aa-ff9b-4e51-aa19-0f62dc97474f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-323f90aa-ff9b-4e51-aa19-0f62dc97474f.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-323f90aa-ff9b-4e51-aa19-0f62dc97474f.shogun-image {
    
    
  }


.s-323f90aa-ff9b-4e51-aa19-0f62dc97474f .shogun-image-content {
  
    align-items: center;
  
}

.s-323f90aa-ff9b-4e51-aa19-0f62dc97474f.shg-align-container {
  text-align: center
}

.s-323f90aa-ff9b-4e51-aa19-0f62dc97474f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-323f90aa-ff9b-4e51-aa19-0f62dc97474f.shogun-image {
  box-sizing: border-box;
}


}
#s-9d3becc7-3c3d-4f38-9404-9644122935ab {
  text-align: center;
}

#s-b91dde83-1ee3-49f6-a3ee-d31df2d309c0 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-b91dde83-1ee3-49f6-a3ee-d31df2d309c0 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-b91dde83-1ee3-49f6-a3ee-d31df2d309c0 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-b91dde83-1ee3-49f6-a3ee-d31df2d309c0 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-b91dde83-1ee3-49f6-a3ee-d31df2d309c0 td.shogun-table-column, #s-b91dde83-1ee3-49f6-a3ee-d31df2d309c0 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-95c8784c-094d-4505-bf9e-e75620fc66f2 {
  margin-left: 13%;
margin-right: 13%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-95c8784c-094d-4505-bf9e-e75620fc66f2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-95c8784c-094d-4505-bf9e-e75620fc66f2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-95c8784c-094d-4505-bf9e-e75620fc66f2-btn-wrapper {
    text-align: center;
  }


#s-95c8784c-094d-4505-bf9e-e75620fc66f2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-95c8784c-094d-4505-bf9e-e75620fc66f2-btn-wrapper {
    text-align: center;
  }


#s-95c8784c-094d-4505-bf9e-e75620fc66f2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-95c8784c-094d-4505-bf9e-e75620fc66f2-btn-wrapper {
    text-align: center;
  }


#s-95c8784c-094d-4505-bf9e-e75620fc66f2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-95c8784c-094d-4505-bf9e-e75620fc66f2-btn-wrapper {
    text-align: center;
  }


#s-95c8784c-094d-4505-bf9e-e75620fc66f2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-95c8784c-094d-4505-bf9e-e75620fc66f2-btn-wrapper {
    text-align: center;
  }


#s-95c8784c-094d-4505-bf9e-e75620fc66f2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-8840ea98-7923-4019-b7a8-f4021ad52479 {
  display: none;
}
#s-66122a7f-3e18-45e5-8110-cc0bdd943e3a {
  text-align: center;
}

#s-66122a7f-3e18-45e5-8110-cc0bdd943e3a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 25px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-66122a7f-3e18-45e5-8110-cc0bdd943e3a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 25px;
}

#s-66122a7f-3e18-45e5-8110-cc0bdd943e3a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7b5ab473-afd0-4103-b3eb-ae3bdb9dfc43 {
  margin-top: 20px;
margin-bottom: 10px;
text-align: center;
}







  img.s-7b5ab473-afd0-4103-b3eb-ae3bdb9dfc43.shogun-image {
    
    
  }


.s-7b5ab473-afd0-4103-b3eb-ae3bdb9dfc43 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b5ab473-afd0-4103-b3eb-ae3bdb9dfc43.shg-align-container {
  text-align: center
}

.s-7b5ab473-afd0-4103-b3eb-ae3bdb9dfc43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b5ab473-afd0-4103-b3eb-ae3bdb9dfc43.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7b5ab473-afd0-4103-b3eb-ae3bdb9dfc43.shogun-image {
    
    
  }


.s-7b5ab473-afd0-4103-b3eb-ae3bdb9dfc43 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b5ab473-afd0-4103-b3eb-ae3bdb9dfc43.shg-align-container {
  text-align: center
}

.s-7b5ab473-afd0-4103-b3eb-ae3bdb9dfc43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b5ab473-afd0-4103-b3eb-ae3bdb9dfc43.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-7b5ab473-afd0-4103-b3eb-ae3bdb9dfc43.shogun-image {
    
    
  }


.s-7b5ab473-afd0-4103-b3eb-ae3bdb9dfc43 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b5ab473-afd0-4103-b3eb-ae3bdb9dfc43.shg-align-container {
  text-align: center
}

.s-7b5ab473-afd0-4103-b3eb-ae3bdb9dfc43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b5ab473-afd0-4103-b3eb-ae3bdb9dfc43.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-7b5ab473-afd0-4103-b3eb-ae3bdb9dfc43.shogun-image {
    
    
  }


.s-7b5ab473-afd0-4103-b3eb-ae3bdb9dfc43 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b5ab473-afd0-4103-b3eb-ae3bdb9dfc43.shg-align-container {
  text-align: center
}

.s-7b5ab473-afd0-4103-b3eb-ae3bdb9dfc43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b5ab473-afd0-4103-b3eb-ae3bdb9dfc43.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-7b5ab473-afd0-4103-b3eb-ae3bdb9dfc43.shogun-image {
    
    
  }


.s-7b5ab473-afd0-4103-b3eb-ae3bdb9dfc43 .shogun-image-content {
  
    align-items: center;
  
}

.s-7b5ab473-afd0-4103-b3eb-ae3bdb9dfc43.shg-align-container {
  text-align: center
}

.s-7b5ab473-afd0-4103-b3eb-ae3bdb9dfc43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b5ab473-afd0-4103-b3eb-ae3bdb9dfc43.shogun-image {
  box-sizing: border-box;
}


}
#s-848353f4-e290-4c8b-b78c-a7c3640ada18 {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}

#s-fcfa2d88-ffaa-43ca-b2b4-f5d96bd3b767 {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}







  img.s-fcfa2d88-ffaa-43ca-b2b4-f5d96bd3b767.shogun-image {
    
    
  }


.s-fcfa2d88-ffaa-43ca-b2b4-f5d96bd3b767 .shogun-image-content {
  
    align-items: center;
  
}

.s-fcfa2d88-ffaa-43ca-b2b4-f5d96bd3b767.shg-align-container {
  text-align: center
}

.s-fcfa2d88-ffaa-43ca-b2b4-f5d96bd3b767.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcfa2d88-ffaa-43ca-b2b4-f5d96bd3b767.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-fcfa2d88-ffaa-43ca-b2b4-f5d96bd3b767.shogun-image {
    
    
  }


.s-fcfa2d88-ffaa-43ca-b2b4-f5d96bd3b767 .shogun-image-content {
  
    align-items: center;
  
}

.s-fcfa2d88-ffaa-43ca-b2b4-f5d96bd3b767.shg-align-container {
  text-align: center
}

.s-fcfa2d88-ffaa-43ca-b2b4-f5d96bd3b767.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcfa2d88-ffaa-43ca-b2b4-f5d96bd3b767.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-fcfa2d88-ffaa-43ca-b2b4-f5d96bd3b767.shogun-image {
    
    
  }


.s-fcfa2d88-ffaa-43ca-b2b4-f5d96bd3b767 .shogun-image-content {
  
    align-items: center;
  
}

.s-fcfa2d88-ffaa-43ca-b2b4-f5d96bd3b767.shg-align-container {
  text-align: center
}

.s-fcfa2d88-ffaa-43ca-b2b4-f5d96bd3b767.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcfa2d88-ffaa-43ca-b2b4-f5d96bd3b767.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-fcfa2d88-ffaa-43ca-b2b4-f5d96bd3b767.shogun-image {
    
    
  }


.s-fcfa2d88-ffaa-43ca-b2b4-f5d96bd3b767 .shogun-image-content {
  
    align-items: center;
  
}

.s-fcfa2d88-ffaa-43ca-b2b4-f5d96bd3b767.shg-align-container {
  text-align: center
}

.s-fcfa2d88-ffaa-43ca-b2b4-f5d96bd3b767.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcfa2d88-ffaa-43ca-b2b4-f5d96bd3b767.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-fcfa2d88-ffaa-43ca-b2b4-f5d96bd3b767.shogun-image {
    
    
  }


.s-fcfa2d88-ffaa-43ca-b2b4-f5d96bd3b767 .shogun-image-content {
  
    align-items: center;
  
}

.s-fcfa2d88-ffaa-43ca-b2b4-f5d96bd3b767.shg-align-container {
  text-align: center
}

.s-fcfa2d88-ffaa-43ca-b2b4-f5d96bd3b767.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fcfa2d88-ffaa-43ca-b2b4-f5d96bd3b767.shogun-image {
  box-sizing: border-box;
}


}
#s-06512536-6a12-47dc-b556-2baf9a3803d7 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-621b55d0-8e04-4d63-a54d-885d0904b3e4 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-621b55d0-8e04-4d63-a54d-885d0904b3e4 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-621b55d0-8e04-4d63-a54d-885d0904b3e4 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-621b55d0-8e04-4d63-a54d-885d0904b3e4 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-621b55d0-8e04-4d63-a54d-885d0904b3e4 td.shogun-table-column, #s-621b55d0-8e04-4d63-a54d-885d0904b3e4 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-fc3de26f-8f7a-421c-8dc8-f3666d3bcaa8 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-fc3de26f-8f7a-421c-8dc8-f3666d3bcaa8 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-fc3de26f-8f7a-421c-8dc8-f3666d3bcaa8 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-fc3de26f-8f7a-421c-8dc8-f3666d3bcaa8 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-fc3de26f-8f7a-421c-8dc8-f3666d3bcaa8 td.shogun-table-column, #s-fc3de26f-8f7a-421c-8dc8-f3666d3bcaa8 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-1c39d003-9758-4852-8f37-5f30e86f6a02 {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-a0124cb3-b786-4532-8a76-4cb15dd976e9 {
  margin-left: 3%;
margin-right: 3%;
text-align: center;
}

#s-4b905c94-cac3-4ceb-aeab-cc017e9e9ab4 {
  margin-left: 0%;
margin-right: 0%;
}

#s-4b905c94-cac3-4ceb-aeab-cc017e9e9ab4 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-4b905c94-cac3-4ceb-aeab-cc017e9e9ab4 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-4b905c94-cac3-4ceb-aeab-cc017e9e9ab4 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-4b905c94-cac3-4ceb-aeab-cc017e9e9ab4 td.shogun-table-row {
  background-color: #fff;
  padding: 5px;
}

#s-4b905c94-cac3-4ceb-aeab-cc017e9e9ab4 td.shogun-table-column, #s-4b905c94-cac3-4ceb-aeab-cc017e9e9ab4 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-d1e6e24a-4c85-421e-b53b-586cee6541db .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-d1e6e24a-4c85-421e-b53b-586cee6541db table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-d1e6e24a-4c85-421e-b53b-586cee6541db td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-d1e6e24a-4c85-421e-b53b-586cee6541db td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-d1e6e24a-4c85-421e-b53b-586cee6541db td.shogun-table-column, #s-d1e6e24a-4c85-421e-b53b-586cee6541db td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-d3ac265a-7cb3-4a8d-bf80-8c1caaa2758a {
  min-height: 50px;
}








#s-d3ac265a-7cb3-4a8d-bf80-8c1caaa2758a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3ac265a-7cb3-4a8d-bf80-8c1caaa2758a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb73910e-6fa0-4529-a94b-1b0100cb2cb0 {
  text-align: left;
}

#s-5c801adc-91e4-4992-8376-81557ad3f50b {
  text-align: center;
}







  img.s-5c801adc-91e4-4992-8376-81557ad3f50b.shogun-image {
    
    
  }


.s-5c801adc-91e4-4992-8376-81557ad3f50b .shogun-image-content {
  
    align-items: center;
  
}

.s-5c801adc-91e4-4992-8376-81557ad3f50b.shg-align-container {
  text-align: center
}

.s-5c801adc-91e4-4992-8376-81557ad3f50b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c801adc-91e4-4992-8376-81557ad3f50b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5c801adc-91e4-4992-8376-81557ad3f50b.shogun-image {
    
    
  }


.s-5c801adc-91e4-4992-8376-81557ad3f50b .shogun-image-content {
  
    align-items: center;
  
}

.s-5c801adc-91e4-4992-8376-81557ad3f50b.shg-align-container {
  text-align: center
}

.s-5c801adc-91e4-4992-8376-81557ad3f50b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c801adc-91e4-4992-8376-81557ad3f50b.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-5c801adc-91e4-4992-8376-81557ad3f50b.shogun-image {
    
    
  }


.s-5c801adc-91e4-4992-8376-81557ad3f50b .shogun-image-content {
  
    align-items: center;
  
}

.s-5c801adc-91e4-4992-8376-81557ad3f50b.shg-align-container {
  text-align: center
}

.s-5c801adc-91e4-4992-8376-81557ad3f50b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c801adc-91e4-4992-8376-81557ad3f50b.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-5c801adc-91e4-4992-8376-81557ad3f50b.shogun-image {
    
    
  }


.s-5c801adc-91e4-4992-8376-81557ad3f50b .shogun-image-content {
  
    align-items: center;
  
}

.s-5c801adc-91e4-4992-8376-81557ad3f50b.shg-align-container {
  text-align: center
}

.s-5c801adc-91e4-4992-8376-81557ad3f50b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c801adc-91e4-4992-8376-81557ad3f50b.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-5c801adc-91e4-4992-8376-81557ad3f50b.shogun-image {
    
    
  }


.s-5c801adc-91e4-4992-8376-81557ad3f50b .shogun-image-content {
  
    align-items: center;
  
}

.s-5c801adc-91e4-4992-8376-81557ad3f50b.shg-align-container {
  text-align: center
}

.s-5c801adc-91e4-4992-8376-81557ad3f50b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c801adc-91e4-4992-8376-81557ad3f50b.shogun-image {
  box-sizing: border-box;
}


}
#s-8582848a-8225-41fe-915e-bf74f2d615c0 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-8582848a-8225-41fe-915e-bf74f2d615c0 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-8582848a-8225-41fe-915e-bf74f2d615c0 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-8582848a-8225-41fe-915e-bf74f2d615c0 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-8582848a-8225-41fe-915e-bf74f2d615c0 td.shogun-table-column, #s-8582848a-8225-41fe-915e-bf74f2d615c0 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-de05873e-4e75-4d62-8339-d36666d0b7a8 {
  min-height: 50px;
}








#s-de05873e-4e75-4d62-8339-d36666d0b7a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de05873e-4e75-4d62-8339-d36666d0b7a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e63f6c5d-c457-4543-989a-037b57ddd466 {
  text-align: left;
}

#s-0eb2b2b7-db9c-4796-a81e-e4c4b4975a43 {
  text-align: center;
}







  img.s-0eb2b2b7-db9c-4796-a81e-e4c4b4975a43.shogun-image {
    
    
  }


.s-0eb2b2b7-db9c-4796-a81e-e4c4b4975a43 .shogun-image-content {
  
    align-items: center;
  
}

.s-0eb2b2b7-db9c-4796-a81e-e4c4b4975a43.shg-align-container {
  text-align: center
}

.s-0eb2b2b7-db9c-4796-a81e-e4c4b4975a43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0eb2b2b7-db9c-4796-a81e-e4c4b4975a43.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0eb2b2b7-db9c-4796-a81e-e4c4b4975a43.shogun-image {
    
    
  }


.s-0eb2b2b7-db9c-4796-a81e-e4c4b4975a43 .shogun-image-content {
  
    align-items: center;
  
}

.s-0eb2b2b7-db9c-4796-a81e-e4c4b4975a43.shg-align-container {
  text-align: center
}

.s-0eb2b2b7-db9c-4796-a81e-e4c4b4975a43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0eb2b2b7-db9c-4796-a81e-e4c4b4975a43.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-0eb2b2b7-db9c-4796-a81e-e4c4b4975a43.shogun-image {
    
    
  }


.s-0eb2b2b7-db9c-4796-a81e-e4c4b4975a43 .shogun-image-content {
  
    align-items: center;
  
}

.s-0eb2b2b7-db9c-4796-a81e-e4c4b4975a43.shg-align-container {
  text-align: center
}

.s-0eb2b2b7-db9c-4796-a81e-e4c4b4975a43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0eb2b2b7-db9c-4796-a81e-e4c4b4975a43.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-0eb2b2b7-db9c-4796-a81e-e4c4b4975a43.shogun-image {
    
    
  }


.s-0eb2b2b7-db9c-4796-a81e-e4c4b4975a43 .shogun-image-content {
  
    align-items: center;
  
}

.s-0eb2b2b7-db9c-4796-a81e-e4c4b4975a43.shg-align-container {
  text-align: center
}

.s-0eb2b2b7-db9c-4796-a81e-e4c4b4975a43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0eb2b2b7-db9c-4796-a81e-e4c4b4975a43.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-0eb2b2b7-db9c-4796-a81e-e4c4b4975a43.shogun-image {
    
    
  }


.s-0eb2b2b7-db9c-4796-a81e-e4c4b4975a43 .shogun-image-content {
  
    align-items: center;
  
}

.s-0eb2b2b7-db9c-4796-a81e-e4c4b4975a43.shg-align-container {
  text-align: center
}

.s-0eb2b2b7-db9c-4796-a81e-e4c4b4975a43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0eb2b2b7-db9c-4796-a81e-e4c4b4975a43.shogun-image {
  box-sizing: border-box;
}


}
#s-a165c3af-b259-40db-80b3-f1e5fc43e752 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-a165c3af-b259-40db-80b3-f1e5fc43e752 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a165c3af-b259-40db-80b3-f1e5fc43e752 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-a165c3af-b259-40db-80b3-f1e5fc43e752 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-a165c3af-b259-40db-80b3-f1e5fc43e752 td.shogun-table-column, #s-a165c3af-b259-40db-80b3-f1e5fc43e752 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-cff95497-100a-4399-ab4e-697075f32805 {
  min-height: 50px;
}








#s-cff95497-100a-4399-ab4e-697075f32805 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cff95497-100a-4399-ab4e-697075f32805.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2df2e571-e695-42c7-9ecd-590bfc5746a2 {
  text-align: left;
}

#s-b129c756-64a8-41cf-8795-95dd427cd973 {
  text-align: center;
}







  img.s-b129c756-64a8-41cf-8795-95dd427cd973.shogun-image {
    
    
  }


.s-b129c756-64a8-41cf-8795-95dd427cd973 .shogun-image-content {
  
    align-items: center;
  
}

.s-b129c756-64a8-41cf-8795-95dd427cd973.shg-align-container {
  text-align: center
}

.s-b129c756-64a8-41cf-8795-95dd427cd973.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b129c756-64a8-41cf-8795-95dd427cd973.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b129c756-64a8-41cf-8795-95dd427cd973.shogun-image {
    
    
  }


.s-b129c756-64a8-41cf-8795-95dd427cd973 .shogun-image-content {
  
    align-items: center;
  
}

.s-b129c756-64a8-41cf-8795-95dd427cd973.shg-align-container {
  text-align: center
}

.s-b129c756-64a8-41cf-8795-95dd427cd973.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b129c756-64a8-41cf-8795-95dd427cd973.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-b129c756-64a8-41cf-8795-95dd427cd973.shogun-image {
    
    
  }


.s-b129c756-64a8-41cf-8795-95dd427cd973 .shogun-image-content {
  
    align-items: center;
  
}

.s-b129c756-64a8-41cf-8795-95dd427cd973.shg-align-container {
  text-align: center
}

.s-b129c756-64a8-41cf-8795-95dd427cd973.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b129c756-64a8-41cf-8795-95dd427cd973.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-b129c756-64a8-41cf-8795-95dd427cd973.shogun-image {
    
    
  }


.s-b129c756-64a8-41cf-8795-95dd427cd973 .shogun-image-content {
  
    align-items: center;
  
}

.s-b129c756-64a8-41cf-8795-95dd427cd973.shg-align-container {
  text-align: center
}

.s-b129c756-64a8-41cf-8795-95dd427cd973.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b129c756-64a8-41cf-8795-95dd427cd973.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-b129c756-64a8-41cf-8795-95dd427cd973.shogun-image {
    
    
  }


.s-b129c756-64a8-41cf-8795-95dd427cd973 .shogun-image-content {
  
    align-items: center;
  
}

.s-b129c756-64a8-41cf-8795-95dd427cd973.shg-align-container {
  text-align: center
}

.s-b129c756-64a8-41cf-8795-95dd427cd973.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b129c756-64a8-41cf-8795-95dd427cd973.shogun-image {
  box-sizing: border-box;
}


}
#s-ea9ffebb-3e3b-4f77-90ce-f9017ba0c5cb {
  min-height: 50px;
}








#s-ea9ffebb-3e3b-4f77-90ce-f9017ba0c5cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea9ffebb-3e3b-4f77-90ce-f9017ba0c5cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-42d56e99-b7db-4c24-bf52-20cb60eae4d4 {
  text-align: left;
}

#s-724f9eac-c1e1-4dfc-b32d-ae4556c59b8a hr {
  border-top: 1px solid #252525;
}

#s-c509e067-a642-4be2-bd8b-3ddca6ca4c94 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  img.s-c509e067-a642-4be2-bd8b-3ddca6ca4c94.shogun-image {
    
    
  }


.s-c509e067-a642-4be2-bd8b-3ddca6ca4c94 .shogun-image-content {
  
    align-items: center;
  
}

.s-c509e067-a642-4be2-bd8b-3ddca6ca4c94.shg-align-container {
  text-align: center
}

.s-c509e067-a642-4be2-bd8b-3ddca6ca4c94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c509e067-a642-4be2-bd8b-3ddca6ca4c94.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c509e067-a642-4be2-bd8b-3ddca6ca4c94.shogun-image {
    
    
  }


.s-c509e067-a642-4be2-bd8b-3ddca6ca4c94 .shogun-image-content {
  
    align-items: center;
  
}

.s-c509e067-a642-4be2-bd8b-3ddca6ca4c94.shg-align-container {
  text-align: center
}

.s-c509e067-a642-4be2-bd8b-3ddca6ca4c94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c509e067-a642-4be2-bd8b-3ddca6ca4c94.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-c509e067-a642-4be2-bd8b-3ddca6ca4c94.shogun-image {
    
    
  }


.s-c509e067-a642-4be2-bd8b-3ddca6ca4c94 .shogun-image-content {
  
    align-items: center;
  
}

.s-c509e067-a642-4be2-bd8b-3ddca6ca4c94.shg-align-container {
  text-align: center
}

.s-c509e067-a642-4be2-bd8b-3ddca6ca4c94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c509e067-a642-4be2-bd8b-3ddca6ca4c94.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-c509e067-a642-4be2-bd8b-3ddca6ca4c94.shogun-image {
    
    
  }


.s-c509e067-a642-4be2-bd8b-3ddca6ca4c94 .shogun-image-content {
  
    align-items: center;
  
}

.s-c509e067-a642-4be2-bd8b-3ddca6ca4c94.shg-align-container {
  text-align: center
}

.s-c509e067-a642-4be2-bd8b-3ddca6ca4c94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c509e067-a642-4be2-bd8b-3ddca6ca4c94.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-c509e067-a642-4be2-bd8b-3ddca6ca4c94.shogun-image {
    
    
  }


.s-c509e067-a642-4be2-bd8b-3ddca6ca4c94 .shogun-image-content {
  
    align-items: center;
  
}

.s-c509e067-a642-4be2-bd8b-3ddca6ca4c94.shg-align-container {
  text-align: center
}

.s-c509e067-a642-4be2-bd8b-3ddca6ca4c94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c509e067-a642-4be2-bd8b-3ddca6ca4c94.shogun-image {
  box-sizing: border-box;
}


}
#s-0a43d9bf-4da8-4290-8720-b9363ce9b674 {
  text-align: center;
}

#s-db43d522-6e0e-44f7-98e1-e655c84a0ea6 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-db43d522-6e0e-44f7-98e1-e655c84a0ea6 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-db43d522-6e0e-44f7-98e1-e655c84a0ea6 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-db43d522-6e0e-44f7-98e1-e655c84a0ea6 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-db43d522-6e0e-44f7-98e1-e655c84a0ea6 td.shogun-table-column, #s-db43d522-6e0e-44f7-98e1-e655c84a0ea6 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-fd3c6751-22ad-4220-b06f-052217ddf66c {
  margin-left: 13%;
margin-right: 13%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-fd3c6751-22ad-4220-b06f-052217ddf66c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fd3c6751-22ad-4220-b06f-052217ddf66c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fd3c6751-22ad-4220-b06f-052217ddf66c-btn-wrapper {
    text-align: center;
  }


#s-fd3c6751-22ad-4220-b06f-052217ddf66c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-fd3c6751-22ad-4220-b06f-052217ddf66c-btn-wrapper {
    text-align: center;
  }


#s-fd3c6751-22ad-4220-b06f-052217ddf66c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fd3c6751-22ad-4220-b06f-052217ddf66c-btn-wrapper {
    text-align: center;
  }


#s-fd3c6751-22ad-4220-b06f-052217ddf66c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fd3c6751-22ad-4220-b06f-052217ddf66c-btn-wrapper {
    text-align: center;
  }


#s-fd3c6751-22ad-4220-b06f-052217ddf66c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-fd3c6751-22ad-4220-b06f-052217ddf66c-btn-wrapper {
    text-align: center;
  }


#s-fd3c6751-22ad-4220-b06f-052217ddf66c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-d02df9b4-8041-4b67-ba03-995aa7dd6715 {
  display: none;
}
#s-419ba8c8-59c2-4f46-9db4-1602491b4b99 {
  text-align: center;
}

#s-419ba8c8-59c2-4f46-9db4-1602491b4b99 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 25px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-419ba8c8-59c2-4f46-9db4-1602491b4b99 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 25px;
}

#s-419ba8c8-59c2-4f46-9db4-1602491b4b99 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-54d4a5ab-c3f4-4514-93be-b643efe9b382 {
  margin-top: 20px;
margin-bottom: 10px;
text-align: center;
}







  img.s-54d4a5ab-c3f4-4514-93be-b643efe9b382.shogun-image {
    
    
  }


.s-54d4a5ab-c3f4-4514-93be-b643efe9b382 .shogun-image-content {
  
    align-items: center;
  
}

.s-54d4a5ab-c3f4-4514-93be-b643efe9b382.shg-align-container {
  text-align: center
}

.s-54d4a5ab-c3f4-4514-93be-b643efe9b382.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54d4a5ab-c3f4-4514-93be-b643efe9b382.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-54d4a5ab-c3f4-4514-93be-b643efe9b382.shogun-image {
    
    
  }


.s-54d4a5ab-c3f4-4514-93be-b643efe9b382 .shogun-image-content {
  
    align-items: center;
  
}

.s-54d4a5ab-c3f4-4514-93be-b643efe9b382.shg-align-container {
  text-align: center
}

.s-54d4a5ab-c3f4-4514-93be-b643efe9b382.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54d4a5ab-c3f4-4514-93be-b643efe9b382.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-54d4a5ab-c3f4-4514-93be-b643efe9b382.shogun-image {
    
    
  }


.s-54d4a5ab-c3f4-4514-93be-b643efe9b382 .shogun-image-content {
  
    align-items: center;
  
}

.s-54d4a5ab-c3f4-4514-93be-b643efe9b382.shg-align-container {
  text-align: center
}

.s-54d4a5ab-c3f4-4514-93be-b643efe9b382.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54d4a5ab-c3f4-4514-93be-b643efe9b382.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-54d4a5ab-c3f4-4514-93be-b643efe9b382.shogun-image {
    
    
  }


.s-54d4a5ab-c3f4-4514-93be-b643efe9b382 .shogun-image-content {
  
    align-items: center;
  
}

.s-54d4a5ab-c3f4-4514-93be-b643efe9b382.shg-align-container {
  text-align: center
}

.s-54d4a5ab-c3f4-4514-93be-b643efe9b382.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54d4a5ab-c3f4-4514-93be-b643efe9b382.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-54d4a5ab-c3f4-4514-93be-b643efe9b382.shogun-image {
    
    
  }


.s-54d4a5ab-c3f4-4514-93be-b643efe9b382 .shogun-image-content {
  
    align-items: center;
  
}

.s-54d4a5ab-c3f4-4514-93be-b643efe9b382.shg-align-container {
  text-align: center
}

.s-54d4a5ab-c3f4-4514-93be-b643efe9b382.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54d4a5ab-c3f4-4514-93be-b643efe9b382.shogun-image {
  box-sizing: border-box;
}


}
#s-5e333a79-1f3b-490b-b100-004bb932ee6c {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}

#s-31f5bdfc-4b9c-4a3f-ae40-409bf0c7865c {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}







  img.s-31f5bdfc-4b9c-4a3f-ae40-409bf0c7865c.shogun-image {
    
    
  }


.s-31f5bdfc-4b9c-4a3f-ae40-409bf0c7865c .shogun-image-content {
  
    align-items: center;
  
}

.s-31f5bdfc-4b9c-4a3f-ae40-409bf0c7865c.shg-align-container {
  text-align: center
}

.s-31f5bdfc-4b9c-4a3f-ae40-409bf0c7865c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31f5bdfc-4b9c-4a3f-ae40-409bf0c7865c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-31f5bdfc-4b9c-4a3f-ae40-409bf0c7865c.shogun-image {
    
    
  }


.s-31f5bdfc-4b9c-4a3f-ae40-409bf0c7865c .shogun-image-content {
  
    align-items: center;
  
}

.s-31f5bdfc-4b9c-4a3f-ae40-409bf0c7865c.shg-align-container {
  text-align: center
}

.s-31f5bdfc-4b9c-4a3f-ae40-409bf0c7865c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31f5bdfc-4b9c-4a3f-ae40-409bf0c7865c.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-31f5bdfc-4b9c-4a3f-ae40-409bf0c7865c.shogun-image {
    
    
  }


.s-31f5bdfc-4b9c-4a3f-ae40-409bf0c7865c .shogun-image-content {
  
    align-items: center;
  
}

.s-31f5bdfc-4b9c-4a3f-ae40-409bf0c7865c.shg-align-container {
  text-align: center
}

.s-31f5bdfc-4b9c-4a3f-ae40-409bf0c7865c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31f5bdfc-4b9c-4a3f-ae40-409bf0c7865c.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-31f5bdfc-4b9c-4a3f-ae40-409bf0c7865c.shogun-image {
    
    
  }


.s-31f5bdfc-4b9c-4a3f-ae40-409bf0c7865c .shogun-image-content {
  
    align-items: center;
  
}

.s-31f5bdfc-4b9c-4a3f-ae40-409bf0c7865c.shg-align-container {
  text-align: center
}

.s-31f5bdfc-4b9c-4a3f-ae40-409bf0c7865c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31f5bdfc-4b9c-4a3f-ae40-409bf0c7865c.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-31f5bdfc-4b9c-4a3f-ae40-409bf0c7865c.shogun-image {
    
    
  }


.s-31f5bdfc-4b9c-4a3f-ae40-409bf0c7865c .shogun-image-content {
  
    align-items: center;
  
}

.s-31f5bdfc-4b9c-4a3f-ae40-409bf0c7865c.shg-align-container {
  text-align: center
}

.s-31f5bdfc-4b9c-4a3f-ae40-409bf0c7865c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31f5bdfc-4b9c-4a3f-ae40-409bf0c7865c.shogun-image {
  box-sizing: border-box;
}


}
#s-dc3b99fd-efa6-43b4-826d-d25c8ab223f8 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-3dc75d9a-7e73-42ab-94fd-5d63f6d63d4a .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-3dc75d9a-7e73-42ab-94fd-5d63f6d63d4a table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-3dc75d9a-7e73-42ab-94fd-5d63f6d63d4a td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-3dc75d9a-7e73-42ab-94fd-5d63f6d63d4a td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-3dc75d9a-7e73-42ab-94fd-5d63f6d63d4a td.shogun-table-column, #s-3dc75d9a-7e73-42ab-94fd-5d63f6d63d4a td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-e7e68bc8-3002-4718-a774-7245525cffa5 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-e7e68bc8-3002-4718-a774-7245525cffa5 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-e7e68bc8-3002-4718-a774-7245525cffa5 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-e7e68bc8-3002-4718-a774-7245525cffa5 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-e7e68bc8-3002-4718-a774-7245525cffa5 td.shogun-table-column, #s-e7e68bc8-3002-4718-a774-7245525cffa5 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-b53a101c-3191-4c56-9fbb-ffdaf5eb70a3 {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-6082c170-917c-454c-9aaa-2f3735d4b935 {
  margin-left: 3%;
margin-right: 3%;
text-align: center;
}

#s-51a302e8-e0db-4afa-891c-b91d91c55342 {
  margin-left: 0%;
margin-right: 0%;
}

#s-51a302e8-e0db-4afa-891c-b91d91c55342 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-51a302e8-e0db-4afa-891c-b91d91c55342 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-51a302e8-e0db-4afa-891c-b91d91c55342 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-51a302e8-e0db-4afa-891c-b91d91c55342 td.shogun-table-row {
  background-color: #fff;
  padding: 5px;
}

#s-51a302e8-e0db-4afa-891c-b91d91c55342 td.shogun-table-column, #s-51a302e8-e0db-4afa-891c-b91d91c55342 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-707dca5f-25b1-4918-98b9-830b887b9425 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-707dca5f-25b1-4918-98b9-830b887b9425 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-707dca5f-25b1-4918-98b9-830b887b9425 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-707dca5f-25b1-4918-98b9-830b887b9425 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-707dca5f-25b1-4918-98b9-830b887b9425 td.shogun-table-column, #s-707dca5f-25b1-4918-98b9-830b887b9425 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-5f2f7f61-1de1-4aea-a267-987ef437f8e2 {
  min-height: 50px;
}








#s-5f2f7f61-1de1-4aea-a267-987ef437f8e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f2f7f61-1de1-4aea-a267-987ef437f8e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fdd1abaa-bd1b-410f-b7e3-1e843855d891 {
  text-align: left;
}

#s-d7f3ea07-47fa-4eec-a03f-9b6829eb2252 {
  text-align: center;
}







  img.s-d7f3ea07-47fa-4eec-a03f-9b6829eb2252.shogun-image {
    
    
  }


.s-d7f3ea07-47fa-4eec-a03f-9b6829eb2252 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7f3ea07-47fa-4eec-a03f-9b6829eb2252.shg-align-container {
  text-align: center
}

.s-d7f3ea07-47fa-4eec-a03f-9b6829eb2252.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7f3ea07-47fa-4eec-a03f-9b6829eb2252.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d7f3ea07-47fa-4eec-a03f-9b6829eb2252.shogun-image {
    
    
  }


.s-d7f3ea07-47fa-4eec-a03f-9b6829eb2252 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7f3ea07-47fa-4eec-a03f-9b6829eb2252.shg-align-container {
  text-align: center
}

.s-d7f3ea07-47fa-4eec-a03f-9b6829eb2252.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7f3ea07-47fa-4eec-a03f-9b6829eb2252.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-d7f3ea07-47fa-4eec-a03f-9b6829eb2252.shogun-image {
    
    
  }


.s-d7f3ea07-47fa-4eec-a03f-9b6829eb2252 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7f3ea07-47fa-4eec-a03f-9b6829eb2252.shg-align-container {
  text-align: center
}

.s-d7f3ea07-47fa-4eec-a03f-9b6829eb2252.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7f3ea07-47fa-4eec-a03f-9b6829eb2252.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-d7f3ea07-47fa-4eec-a03f-9b6829eb2252.shogun-image {
    
    
  }


.s-d7f3ea07-47fa-4eec-a03f-9b6829eb2252 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7f3ea07-47fa-4eec-a03f-9b6829eb2252.shg-align-container {
  text-align: center
}

.s-d7f3ea07-47fa-4eec-a03f-9b6829eb2252.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7f3ea07-47fa-4eec-a03f-9b6829eb2252.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-d7f3ea07-47fa-4eec-a03f-9b6829eb2252.shogun-image {
    
    
  }


.s-d7f3ea07-47fa-4eec-a03f-9b6829eb2252 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7f3ea07-47fa-4eec-a03f-9b6829eb2252.shg-align-container {
  text-align: center
}

.s-d7f3ea07-47fa-4eec-a03f-9b6829eb2252.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7f3ea07-47fa-4eec-a03f-9b6829eb2252.shogun-image {
  box-sizing: border-box;
}


}
#s-75ed867f-2d1b-402f-a0f8-5fcce4580565 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-75ed867f-2d1b-402f-a0f8-5fcce4580565 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-75ed867f-2d1b-402f-a0f8-5fcce4580565 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-75ed867f-2d1b-402f-a0f8-5fcce4580565 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-75ed867f-2d1b-402f-a0f8-5fcce4580565 td.shogun-table-column, #s-75ed867f-2d1b-402f-a0f8-5fcce4580565 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-cdccdc7e-3961-4350-b399-b0a7bafcef10 {
  min-height: 50px;
}








#s-cdccdc7e-3961-4350-b399-b0a7bafcef10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdccdc7e-3961-4350-b399-b0a7bafcef10.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d04136d-4f2b-4939-a993-76ae48e89c43 {
  text-align: left;
}

#s-588c29ca-8522-4fb2-a8cd-4bf939dc7d45 {
  text-align: center;
}







  img.s-588c29ca-8522-4fb2-a8cd-4bf939dc7d45.shogun-image {
    
    
  }


.s-588c29ca-8522-4fb2-a8cd-4bf939dc7d45 .shogun-image-content {
  
    align-items: center;
  
}

.s-588c29ca-8522-4fb2-a8cd-4bf939dc7d45.shg-align-container {
  text-align: center
}

.s-588c29ca-8522-4fb2-a8cd-4bf939dc7d45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-588c29ca-8522-4fb2-a8cd-4bf939dc7d45.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-588c29ca-8522-4fb2-a8cd-4bf939dc7d45.shogun-image {
    
    
  }


.s-588c29ca-8522-4fb2-a8cd-4bf939dc7d45 .shogun-image-content {
  
    align-items: center;
  
}

.s-588c29ca-8522-4fb2-a8cd-4bf939dc7d45.shg-align-container {
  text-align: center
}

.s-588c29ca-8522-4fb2-a8cd-4bf939dc7d45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-588c29ca-8522-4fb2-a8cd-4bf939dc7d45.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-588c29ca-8522-4fb2-a8cd-4bf939dc7d45.shogun-image {
    
    
  }


.s-588c29ca-8522-4fb2-a8cd-4bf939dc7d45 .shogun-image-content {
  
    align-items: center;
  
}

.s-588c29ca-8522-4fb2-a8cd-4bf939dc7d45.shg-align-container {
  text-align: center
}

.s-588c29ca-8522-4fb2-a8cd-4bf939dc7d45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-588c29ca-8522-4fb2-a8cd-4bf939dc7d45.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-588c29ca-8522-4fb2-a8cd-4bf939dc7d45.shogun-image {
    
    
  }


.s-588c29ca-8522-4fb2-a8cd-4bf939dc7d45 .shogun-image-content {
  
    align-items: center;
  
}

.s-588c29ca-8522-4fb2-a8cd-4bf939dc7d45.shg-align-container {
  text-align: center
}

.s-588c29ca-8522-4fb2-a8cd-4bf939dc7d45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-588c29ca-8522-4fb2-a8cd-4bf939dc7d45.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-588c29ca-8522-4fb2-a8cd-4bf939dc7d45.shogun-image {
    
    
  }


.s-588c29ca-8522-4fb2-a8cd-4bf939dc7d45 .shogun-image-content {
  
    align-items: center;
  
}

.s-588c29ca-8522-4fb2-a8cd-4bf939dc7d45.shg-align-container {
  text-align: center
}

.s-588c29ca-8522-4fb2-a8cd-4bf939dc7d45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-588c29ca-8522-4fb2-a8cd-4bf939dc7d45.shogun-image {
  box-sizing: border-box;
}


}
#s-e2604b0e-800b-497c-a6d2-a6063f37677e .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-e2604b0e-800b-497c-a6d2-a6063f37677e table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-e2604b0e-800b-497c-a6d2-a6063f37677e td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-e2604b0e-800b-497c-a6d2-a6063f37677e td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-e2604b0e-800b-497c-a6d2-a6063f37677e td.shogun-table-column, #s-e2604b0e-800b-497c-a6d2-a6063f37677e td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-ec53efee-cf02-400e-aad1-18ca626af26e {
  min-height: 50px;
}








#s-ec53efee-cf02-400e-aad1-18ca626af26e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec53efee-cf02-400e-aad1-18ca626af26e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9286fafa-cab3-4ac0-89bf-8ca2c374bfaf {
  text-align: left;
}

#s-48f0f37b-289a-4f65-8b07-50339617f0a8 {
  text-align: center;
}







  img.s-48f0f37b-289a-4f65-8b07-50339617f0a8.shogun-image {
    
    
  }


.s-48f0f37b-289a-4f65-8b07-50339617f0a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-48f0f37b-289a-4f65-8b07-50339617f0a8.shg-align-container {
  text-align: center
}

.s-48f0f37b-289a-4f65-8b07-50339617f0a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48f0f37b-289a-4f65-8b07-50339617f0a8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-48f0f37b-289a-4f65-8b07-50339617f0a8.shogun-image {
    
    
  }


.s-48f0f37b-289a-4f65-8b07-50339617f0a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-48f0f37b-289a-4f65-8b07-50339617f0a8.shg-align-container {
  text-align: center
}

.s-48f0f37b-289a-4f65-8b07-50339617f0a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48f0f37b-289a-4f65-8b07-50339617f0a8.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-48f0f37b-289a-4f65-8b07-50339617f0a8.shogun-image {
    
    
  }


.s-48f0f37b-289a-4f65-8b07-50339617f0a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-48f0f37b-289a-4f65-8b07-50339617f0a8.shg-align-container {
  text-align: center
}

.s-48f0f37b-289a-4f65-8b07-50339617f0a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48f0f37b-289a-4f65-8b07-50339617f0a8.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-48f0f37b-289a-4f65-8b07-50339617f0a8.shogun-image {
    
    
  }


.s-48f0f37b-289a-4f65-8b07-50339617f0a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-48f0f37b-289a-4f65-8b07-50339617f0a8.shg-align-container {
  text-align: center
}

.s-48f0f37b-289a-4f65-8b07-50339617f0a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48f0f37b-289a-4f65-8b07-50339617f0a8.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-48f0f37b-289a-4f65-8b07-50339617f0a8.shogun-image {
    
    
  }


.s-48f0f37b-289a-4f65-8b07-50339617f0a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-48f0f37b-289a-4f65-8b07-50339617f0a8.shg-align-container {
  text-align: center
}

.s-48f0f37b-289a-4f65-8b07-50339617f0a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48f0f37b-289a-4f65-8b07-50339617f0a8.shogun-image {
  box-sizing: border-box;
}


}
#s-323fbe9b-899d-4047-84c2-f942c8261faa .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-323fbe9b-899d-4047-84c2-f942c8261faa table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-323fbe9b-899d-4047-84c2-f942c8261faa td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-323fbe9b-899d-4047-84c2-f942c8261faa td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-323fbe9b-899d-4047-84c2-f942c8261faa td.shogun-table-column, #s-323fbe9b-899d-4047-84c2-f942c8261faa td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-fd858a6a-6cf8-486d-839d-085905875983 {
  min-height: 50px;
}








#s-fd858a6a-6cf8-486d-839d-085905875983 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd858a6a-6cf8-486d-839d-085905875983.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3bd13013-0842-49c2-8825-60b483a185b9 {
  text-align: left;
}

#s-d77a79ec-c777-4f9c-a47a-3824665ab420 {
  text-align: center;
}







  img.s-d77a79ec-c777-4f9c-a47a-3824665ab420.shogun-image {
    
    
  }


.s-d77a79ec-c777-4f9c-a47a-3824665ab420 .shogun-image-content {
  
    align-items: center;
  
}

.s-d77a79ec-c777-4f9c-a47a-3824665ab420.shg-align-container {
  text-align: center
}

.s-d77a79ec-c777-4f9c-a47a-3824665ab420.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d77a79ec-c777-4f9c-a47a-3824665ab420.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d77a79ec-c777-4f9c-a47a-3824665ab420.shogun-image {
    
    
  }


.s-d77a79ec-c777-4f9c-a47a-3824665ab420 .shogun-image-content {
  
    align-items: center;
  
}

.s-d77a79ec-c777-4f9c-a47a-3824665ab420.shg-align-container {
  text-align: center
}

.s-d77a79ec-c777-4f9c-a47a-3824665ab420.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d77a79ec-c777-4f9c-a47a-3824665ab420.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-d77a79ec-c777-4f9c-a47a-3824665ab420.shogun-image {
    
    
  }


.s-d77a79ec-c777-4f9c-a47a-3824665ab420 .shogun-image-content {
  
    align-items: center;
  
}

.s-d77a79ec-c777-4f9c-a47a-3824665ab420.shg-align-container {
  text-align: center
}

.s-d77a79ec-c777-4f9c-a47a-3824665ab420.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d77a79ec-c777-4f9c-a47a-3824665ab420.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-d77a79ec-c777-4f9c-a47a-3824665ab420.shogun-image {
    
    
  }


.s-d77a79ec-c777-4f9c-a47a-3824665ab420 .shogun-image-content {
  
    align-items: center;
  
}

.s-d77a79ec-c777-4f9c-a47a-3824665ab420.shg-align-container {
  text-align: center
}

.s-d77a79ec-c777-4f9c-a47a-3824665ab420.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d77a79ec-c777-4f9c-a47a-3824665ab420.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-d77a79ec-c777-4f9c-a47a-3824665ab420.shogun-image {
    
    
  }


.s-d77a79ec-c777-4f9c-a47a-3824665ab420 .shogun-image-content {
  
    align-items: center;
  
}

.s-d77a79ec-c777-4f9c-a47a-3824665ab420.shg-align-container {
  text-align: center
}

.s-d77a79ec-c777-4f9c-a47a-3824665ab420.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d77a79ec-c777-4f9c-a47a-3824665ab420.shogun-image {
  box-sizing: border-box;
}


}
#s-dbb50a29-0aa3-4088-97d9-315bab274bba {
  min-height: 50px;
}








#s-dbb50a29-0aa3-4088-97d9-315bab274bba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbb50a29-0aa3-4088-97d9-315bab274bba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83d37af8-11c8-4dad-b22d-f17291fba43d {
  text-align: left;
}

#s-e53012d2-ab98-4305-97a0-936c6581cdc4 hr {
  border-top: 1px solid #252525;
}

#s-6c96792b-0b4f-4722-a043-f88fe6890d78 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  img.s-6c96792b-0b4f-4722-a043-f88fe6890d78.shogun-image {
    
    
  }


.s-6c96792b-0b4f-4722-a043-f88fe6890d78 .shogun-image-content {
  
    align-items: center;
  
}

.s-6c96792b-0b4f-4722-a043-f88fe6890d78.shg-align-container {
  text-align: center
}

.s-6c96792b-0b4f-4722-a043-f88fe6890d78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c96792b-0b4f-4722-a043-f88fe6890d78.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6c96792b-0b4f-4722-a043-f88fe6890d78.shogun-image {
    
    
  }


.s-6c96792b-0b4f-4722-a043-f88fe6890d78 .shogun-image-content {
  
    align-items: center;
  
}

.s-6c96792b-0b4f-4722-a043-f88fe6890d78.shg-align-container {
  text-align: center
}

.s-6c96792b-0b4f-4722-a043-f88fe6890d78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c96792b-0b4f-4722-a043-f88fe6890d78.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-6c96792b-0b4f-4722-a043-f88fe6890d78.shogun-image {
    
    
  }


.s-6c96792b-0b4f-4722-a043-f88fe6890d78 .shogun-image-content {
  
    align-items: center;
  
}

.s-6c96792b-0b4f-4722-a043-f88fe6890d78.shg-align-container {
  text-align: center
}

.s-6c96792b-0b4f-4722-a043-f88fe6890d78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c96792b-0b4f-4722-a043-f88fe6890d78.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-6c96792b-0b4f-4722-a043-f88fe6890d78.shogun-image {
    
    
  }


.s-6c96792b-0b4f-4722-a043-f88fe6890d78 .shogun-image-content {
  
    align-items: center;
  
}

.s-6c96792b-0b4f-4722-a043-f88fe6890d78.shg-align-container {
  text-align: center
}

.s-6c96792b-0b4f-4722-a043-f88fe6890d78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c96792b-0b4f-4722-a043-f88fe6890d78.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-6c96792b-0b4f-4722-a043-f88fe6890d78.shogun-image {
    
    
  }


.s-6c96792b-0b4f-4722-a043-f88fe6890d78 .shogun-image-content {
  
    align-items: center;
  
}

.s-6c96792b-0b4f-4722-a043-f88fe6890d78.shg-align-container {
  text-align: center
}

.s-6c96792b-0b4f-4722-a043-f88fe6890d78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c96792b-0b4f-4722-a043-f88fe6890d78.shogun-image {
  box-sizing: border-box;
}


}
#s-37c42e08-68ec-4e37-b0fe-cc0405314499 {
  text-align: center;
}

#s-32867ed3-9431-451a-87c9-8b7caef6d4f7 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-32867ed3-9431-451a-87c9-8b7caef6d4f7 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-32867ed3-9431-451a-87c9-8b7caef6d4f7 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-32867ed3-9431-451a-87c9-8b7caef6d4f7 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-32867ed3-9431-451a-87c9-8b7caef6d4f7 td.shogun-table-column, #s-32867ed3-9431-451a-87c9-8b7caef6d4f7 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-014b56e6-27ba-4aa2-b9a4-f8c94b0942c4 {
  margin-left: 13%;
margin-right: 13%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-014b56e6-27ba-4aa2-b9a4-f8c94b0942c4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-014b56e6-27ba-4aa2-b9a4-f8c94b0942c4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-014b56e6-27ba-4aa2-b9a4-f8c94b0942c4-btn-wrapper {
    text-align: center;
  }


#s-014b56e6-27ba-4aa2-b9a4-f8c94b0942c4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-014b56e6-27ba-4aa2-b9a4-f8c94b0942c4-btn-wrapper {
    text-align: center;
  }


#s-014b56e6-27ba-4aa2-b9a4-f8c94b0942c4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-014b56e6-27ba-4aa2-b9a4-f8c94b0942c4-btn-wrapper {
    text-align: center;
  }


#s-014b56e6-27ba-4aa2-b9a4-f8c94b0942c4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-014b56e6-27ba-4aa2-b9a4-f8c94b0942c4-btn-wrapper {
    text-align: center;
  }


#s-014b56e6-27ba-4aa2-b9a4-f8c94b0942c4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-014b56e6-27ba-4aa2-b9a4-f8c94b0942c4-btn-wrapper {
    text-align: center;
  }


#s-014b56e6-27ba-4aa2-b9a4-f8c94b0942c4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-08d1556b-4e78-41da-ae34-246ae7ffc850 {
  display: none;
}
#s-62e570b5-6a50-49ea-8c89-ac5b93183c38 {
  text-align: center;
}

#s-62e570b5-6a50-49ea-8c89-ac5b93183c38 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 25px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-62e570b5-6a50-49ea-8c89-ac5b93183c38 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 25px;
}

#s-62e570b5-6a50-49ea-8c89-ac5b93183c38 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e4bda244-ccc6-4870-ac94-95d6efd90158 {
  margin-top: 20px;
margin-bottom: 10px;
text-align: center;
}







  img.s-e4bda244-ccc6-4870-ac94-95d6efd90158.shogun-image {
    
    
  }


.s-e4bda244-ccc6-4870-ac94-95d6efd90158 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4bda244-ccc6-4870-ac94-95d6efd90158.shg-align-container {
  text-align: center
}

.s-e4bda244-ccc6-4870-ac94-95d6efd90158.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4bda244-ccc6-4870-ac94-95d6efd90158.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e4bda244-ccc6-4870-ac94-95d6efd90158.shogun-image {
    
    
  }


.s-e4bda244-ccc6-4870-ac94-95d6efd90158 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4bda244-ccc6-4870-ac94-95d6efd90158.shg-align-container {
  text-align: center
}

.s-e4bda244-ccc6-4870-ac94-95d6efd90158.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4bda244-ccc6-4870-ac94-95d6efd90158.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-e4bda244-ccc6-4870-ac94-95d6efd90158.shogun-image {
    
    
  }


.s-e4bda244-ccc6-4870-ac94-95d6efd90158 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4bda244-ccc6-4870-ac94-95d6efd90158.shg-align-container {
  text-align: center
}

.s-e4bda244-ccc6-4870-ac94-95d6efd90158.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4bda244-ccc6-4870-ac94-95d6efd90158.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-e4bda244-ccc6-4870-ac94-95d6efd90158.shogun-image {
    
    
  }


.s-e4bda244-ccc6-4870-ac94-95d6efd90158 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4bda244-ccc6-4870-ac94-95d6efd90158.shg-align-container {
  text-align: center
}

.s-e4bda244-ccc6-4870-ac94-95d6efd90158.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4bda244-ccc6-4870-ac94-95d6efd90158.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-e4bda244-ccc6-4870-ac94-95d6efd90158.shogun-image {
    
    
  }


.s-e4bda244-ccc6-4870-ac94-95d6efd90158 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4bda244-ccc6-4870-ac94-95d6efd90158.shg-align-container {
  text-align: center
}

.s-e4bda244-ccc6-4870-ac94-95d6efd90158.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4bda244-ccc6-4870-ac94-95d6efd90158.shogun-image {
  box-sizing: border-box;
}


}
#s-a7ba91c2-bfe4-472c-8688-52101df404f4 {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}

#s-3720edfb-43f9-4297-8855-280db7edd871 {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}







  img.s-3720edfb-43f9-4297-8855-280db7edd871.shogun-image {
    
    
  }


.s-3720edfb-43f9-4297-8855-280db7edd871 .shogun-image-content {
  
    align-items: center;
  
}

.s-3720edfb-43f9-4297-8855-280db7edd871.shg-align-container {
  text-align: center
}

.s-3720edfb-43f9-4297-8855-280db7edd871.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3720edfb-43f9-4297-8855-280db7edd871.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3720edfb-43f9-4297-8855-280db7edd871.shogun-image {
    
    
  }


.s-3720edfb-43f9-4297-8855-280db7edd871 .shogun-image-content {
  
    align-items: center;
  
}

.s-3720edfb-43f9-4297-8855-280db7edd871.shg-align-container {
  text-align: center
}

.s-3720edfb-43f9-4297-8855-280db7edd871.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3720edfb-43f9-4297-8855-280db7edd871.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-3720edfb-43f9-4297-8855-280db7edd871.shogun-image {
    
    
  }


.s-3720edfb-43f9-4297-8855-280db7edd871 .shogun-image-content {
  
    align-items: center;
  
}

.s-3720edfb-43f9-4297-8855-280db7edd871.shg-align-container {
  text-align: center
}

.s-3720edfb-43f9-4297-8855-280db7edd871.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3720edfb-43f9-4297-8855-280db7edd871.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-3720edfb-43f9-4297-8855-280db7edd871.shogun-image {
    
    
  }


.s-3720edfb-43f9-4297-8855-280db7edd871 .shogun-image-content {
  
    align-items: center;
  
}

.s-3720edfb-43f9-4297-8855-280db7edd871.shg-align-container {
  text-align: center
}

.s-3720edfb-43f9-4297-8855-280db7edd871.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3720edfb-43f9-4297-8855-280db7edd871.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-3720edfb-43f9-4297-8855-280db7edd871.shogun-image {
    
    
  }


.s-3720edfb-43f9-4297-8855-280db7edd871 .shogun-image-content {
  
    align-items: center;
  
}

.s-3720edfb-43f9-4297-8855-280db7edd871.shg-align-container {
  text-align: center
}

.s-3720edfb-43f9-4297-8855-280db7edd871.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3720edfb-43f9-4297-8855-280db7edd871.shogun-image {
  box-sizing: border-box;
}


}
#s-8b9f1e31-3cfc-4988-bd22-19dfa26f8c32 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-93348dad-aefc-49c0-9795-1e11d363f183 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-93348dad-aefc-49c0-9795-1e11d363f183 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-93348dad-aefc-49c0-9795-1e11d363f183 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-93348dad-aefc-49c0-9795-1e11d363f183 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-93348dad-aefc-49c0-9795-1e11d363f183 td.shogun-table-column, #s-93348dad-aefc-49c0-9795-1e11d363f183 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-81ed5e67-4fcf-4e26-bab3-d00ff19b7d89 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-81ed5e67-4fcf-4e26-bab3-d00ff19b7d89 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-81ed5e67-4fcf-4e26-bab3-d00ff19b7d89 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-81ed5e67-4fcf-4e26-bab3-d00ff19b7d89 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-81ed5e67-4fcf-4e26-bab3-d00ff19b7d89 td.shogun-table-column, #s-81ed5e67-4fcf-4e26-bab3-d00ff19b7d89 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-4e5a96a3-9b56-4cdf-8922-137b62913df5 {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-d1c3c6d0-bcc8-43f9-9120-4af9416245cf {
  margin-left: 3%;
margin-right: 3%;
text-align: center;
}

#s-b153e924-14b1-4521-bd1c-3438346f9dbe {
  margin-left: 0%;
margin-right: 0%;
}

#s-b153e924-14b1-4521-bd1c-3438346f9dbe .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-b153e924-14b1-4521-bd1c-3438346f9dbe table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-b153e924-14b1-4521-bd1c-3438346f9dbe td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-b153e924-14b1-4521-bd1c-3438346f9dbe td.shogun-table-row {
  background-color: #fff;
  padding: 5px;
}

#s-b153e924-14b1-4521-bd1c-3438346f9dbe td.shogun-table-column, #s-b153e924-14b1-4521-bd1c-3438346f9dbe td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-0d15dc49-d28f-4a44-97bc-5dbaabaf5d4b .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-0d15dc49-d28f-4a44-97bc-5dbaabaf5d4b table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-0d15dc49-d28f-4a44-97bc-5dbaabaf5d4b td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-0d15dc49-d28f-4a44-97bc-5dbaabaf5d4b td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-0d15dc49-d28f-4a44-97bc-5dbaabaf5d4b td.shogun-table-column, #s-0d15dc49-d28f-4a44-97bc-5dbaabaf5d4b td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-c506d31d-53df-46b0-a152-c9b35e1d436b {
  min-height: 50px;
}








#s-c506d31d-53df-46b0-a152-c9b35e1d436b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c506d31d-53df-46b0-a152-c9b35e1d436b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed4a0e10-2a5a-4bda-a92a-1705441e0cc0 {
  text-align: left;
}

#s-21d3e230-9cb9-4523-906d-525faabb585e {
  text-align: center;
}







  img.s-21d3e230-9cb9-4523-906d-525faabb585e.shogun-image {
    
    
  }


.s-21d3e230-9cb9-4523-906d-525faabb585e .shogun-image-content {
  
    align-items: center;
  
}

.s-21d3e230-9cb9-4523-906d-525faabb585e.shg-align-container {
  text-align: center
}

.s-21d3e230-9cb9-4523-906d-525faabb585e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21d3e230-9cb9-4523-906d-525faabb585e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-21d3e230-9cb9-4523-906d-525faabb585e.shogun-image {
    
    
  }


.s-21d3e230-9cb9-4523-906d-525faabb585e .shogun-image-content {
  
    align-items: center;
  
}

.s-21d3e230-9cb9-4523-906d-525faabb585e.shg-align-container {
  text-align: center
}

.s-21d3e230-9cb9-4523-906d-525faabb585e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21d3e230-9cb9-4523-906d-525faabb585e.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-21d3e230-9cb9-4523-906d-525faabb585e.shogun-image {
    
    
  }


.s-21d3e230-9cb9-4523-906d-525faabb585e .shogun-image-content {
  
    align-items: center;
  
}

.s-21d3e230-9cb9-4523-906d-525faabb585e.shg-align-container {
  text-align: center
}

.s-21d3e230-9cb9-4523-906d-525faabb585e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21d3e230-9cb9-4523-906d-525faabb585e.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-21d3e230-9cb9-4523-906d-525faabb585e.shogun-image {
    
    
  }


.s-21d3e230-9cb9-4523-906d-525faabb585e .shogun-image-content {
  
    align-items: center;
  
}

.s-21d3e230-9cb9-4523-906d-525faabb585e.shg-align-container {
  text-align: center
}

.s-21d3e230-9cb9-4523-906d-525faabb585e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21d3e230-9cb9-4523-906d-525faabb585e.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-21d3e230-9cb9-4523-906d-525faabb585e.shogun-image {
    
    
  }


.s-21d3e230-9cb9-4523-906d-525faabb585e .shogun-image-content {
  
    align-items: center;
  
}

.s-21d3e230-9cb9-4523-906d-525faabb585e.shg-align-container {
  text-align: center
}

.s-21d3e230-9cb9-4523-906d-525faabb585e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21d3e230-9cb9-4523-906d-525faabb585e.shogun-image {
  box-sizing: border-box;
}


}
#s-3bb756a5-9fe5-46d4-a9a1-a05dfa4177b3 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-3bb756a5-9fe5-46d4-a9a1-a05dfa4177b3 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-3bb756a5-9fe5-46d4-a9a1-a05dfa4177b3 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-3bb756a5-9fe5-46d4-a9a1-a05dfa4177b3 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-3bb756a5-9fe5-46d4-a9a1-a05dfa4177b3 td.shogun-table-column, #s-3bb756a5-9fe5-46d4-a9a1-a05dfa4177b3 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-ea84f454-9ba2-4b7f-8ea7-8cc1725874eb {
  min-height: 50px;
}








#s-ea84f454-9ba2-4b7f-8ea7-8cc1725874eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea84f454-9ba2-4b7f-8ea7-8cc1725874eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e958c1e6-f946-47b8-92a3-8fac34ac516b {
  text-align: left;
}

#s-da0e59b3-3636-41d5-949b-b84166e49591 {
  text-align: center;
}







  img.s-da0e59b3-3636-41d5-949b-b84166e49591.shogun-image {
    
    
  }


.s-da0e59b3-3636-41d5-949b-b84166e49591 .shogun-image-content {
  
    align-items: center;
  
}

.s-da0e59b3-3636-41d5-949b-b84166e49591.shg-align-container {
  text-align: center
}

.s-da0e59b3-3636-41d5-949b-b84166e49591.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da0e59b3-3636-41d5-949b-b84166e49591.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-da0e59b3-3636-41d5-949b-b84166e49591.shogun-image {
    
    
  }


.s-da0e59b3-3636-41d5-949b-b84166e49591 .shogun-image-content {
  
    align-items: center;
  
}

.s-da0e59b3-3636-41d5-949b-b84166e49591.shg-align-container {
  text-align: center
}

.s-da0e59b3-3636-41d5-949b-b84166e49591.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da0e59b3-3636-41d5-949b-b84166e49591.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-da0e59b3-3636-41d5-949b-b84166e49591.shogun-image {
    
    
  }


.s-da0e59b3-3636-41d5-949b-b84166e49591 .shogun-image-content {
  
    align-items: center;
  
}

.s-da0e59b3-3636-41d5-949b-b84166e49591.shg-align-container {
  text-align: center
}

.s-da0e59b3-3636-41d5-949b-b84166e49591.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da0e59b3-3636-41d5-949b-b84166e49591.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-da0e59b3-3636-41d5-949b-b84166e49591.shogun-image {
    
    
  }


.s-da0e59b3-3636-41d5-949b-b84166e49591 .shogun-image-content {
  
    align-items: center;
  
}

.s-da0e59b3-3636-41d5-949b-b84166e49591.shg-align-container {
  text-align: center
}

.s-da0e59b3-3636-41d5-949b-b84166e49591.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da0e59b3-3636-41d5-949b-b84166e49591.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-da0e59b3-3636-41d5-949b-b84166e49591.shogun-image {
    
    
  }


.s-da0e59b3-3636-41d5-949b-b84166e49591 .shogun-image-content {
  
    align-items: center;
  
}

.s-da0e59b3-3636-41d5-949b-b84166e49591.shg-align-container {
  text-align: center
}

.s-da0e59b3-3636-41d5-949b-b84166e49591.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da0e59b3-3636-41d5-949b-b84166e49591.shogun-image {
  box-sizing: border-box;
}


}
#s-9b2eada5-0af2-4bf7-90a6-633c361c871c .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-9b2eada5-0af2-4bf7-90a6-633c361c871c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-9b2eada5-0af2-4bf7-90a6-633c361c871c td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-9b2eada5-0af2-4bf7-90a6-633c361c871c td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-9b2eada5-0af2-4bf7-90a6-633c361c871c td.shogun-table-column, #s-9b2eada5-0af2-4bf7-90a6-633c361c871c td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-32e8c400-f860-4be6-ae58-e6dd1564ddd8 {
  min-height: 50px;
}








#s-32e8c400-f860-4be6-ae58-e6dd1564ddd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32e8c400-f860-4be6-ae58-e6dd1564ddd8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bddc0737-745a-4c9e-b508-53ac0ddf9523 {
  text-align: left;
}

#s-4a0c6783-dbd7-463d-8181-a5c146a7b03c {
  text-align: center;
}







  img.s-4a0c6783-dbd7-463d-8181-a5c146a7b03c.shogun-image {
    
    
  }


.s-4a0c6783-dbd7-463d-8181-a5c146a7b03c .shogun-image-content {
  
    align-items: center;
  
}

.s-4a0c6783-dbd7-463d-8181-a5c146a7b03c.shg-align-container {
  text-align: center
}

.s-4a0c6783-dbd7-463d-8181-a5c146a7b03c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a0c6783-dbd7-463d-8181-a5c146a7b03c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-4a0c6783-dbd7-463d-8181-a5c146a7b03c.shogun-image {
    
    
  }


.s-4a0c6783-dbd7-463d-8181-a5c146a7b03c .shogun-image-content {
  
    align-items: center;
  
}

.s-4a0c6783-dbd7-463d-8181-a5c146a7b03c.shg-align-container {
  text-align: center
}

.s-4a0c6783-dbd7-463d-8181-a5c146a7b03c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a0c6783-dbd7-463d-8181-a5c146a7b03c.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-4a0c6783-dbd7-463d-8181-a5c146a7b03c.shogun-image {
    
    
  }


.s-4a0c6783-dbd7-463d-8181-a5c146a7b03c .shogun-image-content {
  
    align-items: center;
  
}

.s-4a0c6783-dbd7-463d-8181-a5c146a7b03c.shg-align-container {
  text-align: center
}

.s-4a0c6783-dbd7-463d-8181-a5c146a7b03c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a0c6783-dbd7-463d-8181-a5c146a7b03c.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-4a0c6783-dbd7-463d-8181-a5c146a7b03c.shogun-image {
    
    
  }


.s-4a0c6783-dbd7-463d-8181-a5c146a7b03c .shogun-image-content {
  
    align-items: center;
  
}

.s-4a0c6783-dbd7-463d-8181-a5c146a7b03c.shg-align-container {
  text-align: center
}

.s-4a0c6783-dbd7-463d-8181-a5c146a7b03c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a0c6783-dbd7-463d-8181-a5c146a7b03c.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-4a0c6783-dbd7-463d-8181-a5c146a7b03c.shogun-image {
    
    
  }


.s-4a0c6783-dbd7-463d-8181-a5c146a7b03c .shogun-image-content {
  
    align-items: center;
  
}

.s-4a0c6783-dbd7-463d-8181-a5c146a7b03c.shg-align-container {
  text-align: center
}

.s-4a0c6783-dbd7-463d-8181-a5c146a7b03c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a0c6783-dbd7-463d-8181-a5c146a7b03c.shogun-image {
  box-sizing: border-box;
}


}
#s-bc5916b7-ff4f-44a3-97e4-c7b600e5ecbe .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-bc5916b7-ff4f-44a3-97e4-c7b600e5ecbe table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-bc5916b7-ff4f-44a3-97e4-c7b600e5ecbe td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-bc5916b7-ff4f-44a3-97e4-c7b600e5ecbe td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-bc5916b7-ff4f-44a3-97e4-c7b600e5ecbe td.shogun-table-column, #s-bc5916b7-ff4f-44a3-97e4-c7b600e5ecbe td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-3744be14-1a62-4fe3-937d-05bf2b283a43 {
  min-height: 50px;
}








#s-3744be14-1a62-4fe3-937d-05bf2b283a43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3744be14-1a62-4fe3-937d-05bf2b283a43.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-58cb82d3-d14a-450a-9749-8ff28916437b {
  text-align: left;
}

#s-79e07c17-f3ae-425b-ad37-623b37966090 {
  text-align: center;
}







  img.s-79e07c17-f3ae-425b-ad37-623b37966090.shogun-image {
    
    
  }


.s-79e07c17-f3ae-425b-ad37-623b37966090 .shogun-image-content {
  
    align-items: center;
  
}

.s-79e07c17-f3ae-425b-ad37-623b37966090.shg-align-container {
  text-align: center
}

.s-79e07c17-f3ae-425b-ad37-623b37966090.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79e07c17-f3ae-425b-ad37-623b37966090.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-79e07c17-f3ae-425b-ad37-623b37966090.shogun-image {
    
    
  }


.s-79e07c17-f3ae-425b-ad37-623b37966090 .shogun-image-content {
  
    align-items: center;
  
}

.s-79e07c17-f3ae-425b-ad37-623b37966090.shg-align-container {
  text-align: center
}

.s-79e07c17-f3ae-425b-ad37-623b37966090.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79e07c17-f3ae-425b-ad37-623b37966090.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-79e07c17-f3ae-425b-ad37-623b37966090.shogun-image {
    
    
  }


.s-79e07c17-f3ae-425b-ad37-623b37966090 .shogun-image-content {
  
    align-items: center;
  
}

.s-79e07c17-f3ae-425b-ad37-623b37966090.shg-align-container {
  text-align: center
}

.s-79e07c17-f3ae-425b-ad37-623b37966090.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79e07c17-f3ae-425b-ad37-623b37966090.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-79e07c17-f3ae-425b-ad37-623b37966090.shogun-image {
    
    
  }


.s-79e07c17-f3ae-425b-ad37-623b37966090 .shogun-image-content {
  
    align-items: center;
  
}

.s-79e07c17-f3ae-425b-ad37-623b37966090.shg-align-container {
  text-align: center
}

.s-79e07c17-f3ae-425b-ad37-623b37966090.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79e07c17-f3ae-425b-ad37-623b37966090.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-79e07c17-f3ae-425b-ad37-623b37966090.shogun-image {
    
    
  }


.s-79e07c17-f3ae-425b-ad37-623b37966090 .shogun-image-content {
  
    align-items: center;
  
}

.s-79e07c17-f3ae-425b-ad37-623b37966090.shg-align-container {
  text-align: center
}

.s-79e07c17-f3ae-425b-ad37-623b37966090.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79e07c17-f3ae-425b-ad37-623b37966090.shogun-image {
  box-sizing: border-box;
}


}
#s-3a918b04-b292-44d7-8474-1c50997e1e01 {
  min-height: 50px;
}








#s-3a918b04-b292-44d7-8474-1c50997e1e01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a918b04-b292-44d7-8474-1c50997e1e01.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54fe7a98-501b-49e9-99fd-431ce4f2fd6f {
  text-align: left;
}

#s-072807ae-c8cb-401e-8cb2-e91e749132b1 hr {
  border-top: 1px solid #252525;
}

#s-6fdac568-1225-432b-bb1b-a36e526caba5 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  img.s-6fdac568-1225-432b-bb1b-a36e526caba5.shogun-image {
    
    
  }


.s-6fdac568-1225-432b-bb1b-a36e526caba5 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fdac568-1225-432b-bb1b-a36e526caba5.shg-align-container {
  text-align: center
}

.s-6fdac568-1225-432b-bb1b-a36e526caba5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fdac568-1225-432b-bb1b-a36e526caba5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6fdac568-1225-432b-bb1b-a36e526caba5.shogun-image {
    
    
  }


.s-6fdac568-1225-432b-bb1b-a36e526caba5 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fdac568-1225-432b-bb1b-a36e526caba5.shg-align-container {
  text-align: center
}

.s-6fdac568-1225-432b-bb1b-a36e526caba5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fdac568-1225-432b-bb1b-a36e526caba5.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-6fdac568-1225-432b-bb1b-a36e526caba5.shogun-image {
    
    
  }


.s-6fdac568-1225-432b-bb1b-a36e526caba5 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fdac568-1225-432b-bb1b-a36e526caba5.shg-align-container {
  text-align: center
}

.s-6fdac568-1225-432b-bb1b-a36e526caba5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fdac568-1225-432b-bb1b-a36e526caba5.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-6fdac568-1225-432b-bb1b-a36e526caba5.shogun-image {
    
    
  }


.s-6fdac568-1225-432b-bb1b-a36e526caba5 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fdac568-1225-432b-bb1b-a36e526caba5.shg-align-container {
  text-align: center
}

.s-6fdac568-1225-432b-bb1b-a36e526caba5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fdac568-1225-432b-bb1b-a36e526caba5.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-6fdac568-1225-432b-bb1b-a36e526caba5.shogun-image {
    
    
  }


.s-6fdac568-1225-432b-bb1b-a36e526caba5 .shogun-image-content {
  
    align-items: center;
  
}

.s-6fdac568-1225-432b-bb1b-a36e526caba5.shg-align-container {
  text-align: center
}

.s-6fdac568-1225-432b-bb1b-a36e526caba5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fdac568-1225-432b-bb1b-a36e526caba5.shogun-image {
  box-sizing: border-box;
}


}
#s-3fda33ee-589c-484f-9a67-1c49c264d518 {
  text-align: center;
}

#s-2df727a1-9d80-438a-8c70-7145003d98b5 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-2df727a1-9d80-438a-8c70-7145003d98b5 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-2df727a1-9d80-438a-8c70-7145003d98b5 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-2df727a1-9d80-438a-8c70-7145003d98b5 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-2df727a1-9d80-438a-8c70-7145003d98b5 td.shogun-table-column, #s-2df727a1-9d80-438a-8c70-7145003d98b5 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-0bf1466c-df98-437b-ac97-6e93b442b349 {
  margin-left: 13%;
margin-right: 13%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-0bf1466c-df98-437b-ac97-6e93b442b349:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0bf1466c-df98-437b-ac97-6e93b442b349:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0bf1466c-df98-437b-ac97-6e93b442b349-btn-wrapper {
    text-align: center;
  }


#s-0bf1466c-df98-437b-ac97-6e93b442b349.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-0bf1466c-df98-437b-ac97-6e93b442b349-btn-wrapper {
    text-align: center;
  }


#s-0bf1466c-df98-437b-ac97-6e93b442b349.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0bf1466c-df98-437b-ac97-6e93b442b349-btn-wrapper {
    text-align: center;
  }


#s-0bf1466c-df98-437b-ac97-6e93b442b349.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0bf1466c-df98-437b-ac97-6e93b442b349-btn-wrapper {
    text-align: center;
  }


#s-0bf1466c-df98-437b-ac97-6e93b442b349.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-0bf1466c-df98-437b-ac97-6e93b442b349-btn-wrapper {
    text-align: center;
  }


#s-0bf1466c-df98-437b-ac97-6e93b442b349.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-d95c195d-8025-4347-9f0c-62de2837eedc {
  display: none;
}
#s-119d0c7c-976b-498c-ac1c-7892aadd25a8 {
  text-align: center;
}

#s-119d0c7c-976b-498c-ac1c-7892aadd25a8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 25px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-119d0c7c-976b-498c-ac1c-7892aadd25a8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 25px;
}

#s-119d0c7c-976b-498c-ac1c-7892aadd25a8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a47fc6db-5b87-4be8-980e-cfb57c6fa990 {
  margin-top: 20px;
margin-bottom: 10px;
text-align: center;
}







  img.s-a47fc6db-5b87-4be8-980e-cfb57c6fa990.shogun-image {
    
    
  }


.s-a47fc6db-5b87-4be8-980e-cfb57c6fa990 .shogun-image-content {
  
    align-items: center;
  
}

.s-a47fc6db-5b87-4be8-980e-cfb57c6fa990.shg-align-container {
  text-align: center
}

.s-a47fc6db-5b87-4be8-980e-cfb57c6fa990.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a47fc6db-5b87-4be8-980e-cfb57c6fa990.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a47fc6db-5b87-4be8-980e-cfb57c6fa990.shogun-image {
    
    
  }


.s-a47fc6db-5b87-4be8-980e-cfb57c6fa990 .shogun-image-content {
  
    align-items: center;
  
}

.s-a47fc6db-5b87-4be8-980e-cfb57c6fa990.shg-align-container {
  text-align: center
}

.s-a47fc6db-5b87-4be8-980e-cfb57c6fa990.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a47fc6db-5b87-4be8-980e-cfb57c6fa990.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-a47fc6db-5b87-4be8-980e-cfb57c6fa990.shogun-image {
    
    
  }


.s-a47fc6db-5b87-4be8-980e-cfb57c6fa990 .shogun-image-content {
  
    align-items: center;
  
}

.s-a47fc6db-5b87-4be8-980e-cfb57c6fa990.shg-align-container {
  text-align: center
}

.s-a47fc6db-5b87-4be8-980e-cfb57c6fa990.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a47fc6db-5b87-4be8-980e-cfb57c6fa990.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-a47fc6db-5b87-4be8-980e-cfb57c6fa990.shogun-image {
    
    
  }


.s-a47fc6db-5b87-4be8-980e-cfb57c6fa990 .shogun-image-content {
  
    align-items: center;
  
}

.s-a47fc6db-5b87-4be8-980e-cfb57c6fa990.shg-align-container {
  text-align: center
}

.s-a47fc6db-5b87-4be8-980e-cfb57c6fa990.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a47fc6db-5b87-4be8-980e-cfb57c6fa990.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-a47fc6db-5b87-4be8-980e-cfb57c6fa990.shogun-image {
    
    
  }


.s-a47fc6db-5b87-4be8-980e-cfb57c6fa990 .shogun-image-content {
  
    align-items: center;
  
}

.s-a47fc6db-5b87-4be8-980e-cfb57c6fa990.shg-align-container {
  text-align: center
}

.s-a47fc6db-5b87-4be8-980e-cfb57c6fa990.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a47fc6db-5b87-4be8-980e-cfb57c6fa990.shogun-image {
  box-sizing: border-box;
}


}
#s-5e6d138d-6ef2-4f32-b694-987a17a60bfc {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}

#s-11ca8255-a5f1-4aea-834a-ce85f774fdaf {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}







  img.s-11ca8255-a5f1-4aea-834a-ce85f774fdaf.shogun-image {
    
    
  }


.s-11ca8255-a5f1-4aea-834a-ce85f774fdaf .shogun-image-content {
  
    align-items: center;
  
}

.s-11ca8255-a5f1-4aea-834a-ce85f774fdaf.shg-align-container {
  text-align: center
}

.s-11ca8255-a5f1-4aea-834a-ce85f774fdaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11ca8255-a5f1-4aea-834a-ce85f774fdaf.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-11ca8255-a5f1-4aea-834a-ce85f774fdaf.shogun-image {
    
    
  }


.s-11ca8255-a5f1-4aea-834a-ce85f774fdaf .shogun-image-content {
  
    align-items: center;
  
}

.s-11ca8255-a5f1-4aea-834a-ce85f774fdaf.shg-align-container {
  text-align: center
}

.s-11ca8255-a5f1-4aea-834a-ce85f774fdaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11ca8255-a5f1-4aea-834a-ce85f774fdaf.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-11ca8255-a5f1-4aea-834a-ce85f774fdaf.shogun-image {
    
    
  }


.s-11ca8255-a5f1-4aea-834a-ce85f774fdaf .shogun-image-content {
  
    align-items: center;
  
}

.s-11ca8255-a5f1-4aea-834a-ce85f774fdaf.shg-align-container {
  text-align: center
}

.s-11ca8255-a5f1-4aea-834a-ce85f774fdaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11ca8255-a5f1-4aea-834a-ce85f774fdaf.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-11ca8255-a5f1-4aea-834a-ce85f774fdaf.shogun-image {
    
    
  }


.s-11ca8255-a5f1-4aea-834a-ce85f774fdaf .shogun-image-content {
  
    align-items: center;
  
}

.s-11ca8255-a5f1-4aea-834a-ce85f774fdaf.shg-align-container {
  text-align: center
}

.s-11ca8255-a5f1-4aea-834a-ce85f774fdaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11ca8255-a5f1-4aea-834a-ce85f774fdaf.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-11ca8255-a5f1-4aea-834a-ce85f774fdaf.shogun-image {
    
    
  }


.s-11ca8255-a5f1-4aea-834a-ce85f774fdaf .shogun-image-content {
  
    align-items: center;
  
}

.s-11ca8255-a5f1-4aea-834a-ce85f774fdaf.shg-align-container {
  text-align: center
}

.s-11ca8255-a5f1-4aea-834a-ce85f774fdaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11ca8255-a5f1-4aea-834a-ce85f774fdaf.shogun-image {
  box-sizing: border-box;
}


}
#s-c6ed4a0c-f9ed-4017-87b1-83a6bdb5eab6 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-664387a2-514a-4971-8e36-890279256136 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-664387a2-514a-4971-8e36-890279256136 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-664387a2-514a-4971-8e36-890279256136 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-664387a2-514a-4971-8e36-890279256136 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-664387a2-514a-4971-8e36-890279256136 td.shogun-table-column, #s-664387a2-514a-4971-8e36-890279256136 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-d25df2b5-ead7-4a42-b264-e656703f8520 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-d25df2b5-ead7-4a42-b264-e656703f8520 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-d25df2b5-ead7-4a42-b264-e656703f8520 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-d25df2b5-ead7-4a42-b264-e656703f8520 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-d25df2b5-ead7-4a42-b264-e656703f8520 td.shogun-table-column, #s-d25df2b5-ead7-4a42-b264-e656703f8520 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-e0e14b65-e8ae-40b1-989f-3c4e4af5de8c {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-e4b75e11-35f8-4ba8-bb01-cfc5f6326515 {
  margin-left: 3%;
margin-right: 3%;
text-align: center;
}

#s-33ac180c-7f32-4a98-8c3e-67ef58940316 {
  margin-left: 0%;
margin-right: 0%;
}

#s-33ac180c-7f32-4a98-8c3e-67ef58940316 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-33ac180c-7f32-4a98-8c3e-67ef58940316 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-33ac180c-7f32-4a98-8c3e-67ef58940316 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-33ac180c-7f32-4a98-8c3e-67ef58940316 td.shogun-table-row {
  background-color: #fff;
  padding: 5px;
}

#s-33ac180c-7f32-4a98-8c3e-67ef58940316 td.shogun-table-column, #s-33ac180c-7f32-4a98-8c3e-67ef58940316 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-c1eba2d9-13e8-4526-b228-0a869f32483a .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-c1eba2d9-13e8-4526-b228-0a869f32483a table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-c1eba2d9-13e8-4526-b228-0a869f32483a td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-c1eba2d9-13e8-4526-b228-0a869f32483a td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-c1eba2d9-13e8-4526-b228-0a869f32483a td.shogun-table-column, #s-c1eba2d9-13e8-4526-b228-0a869f32483a td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-8f6e9e6c-d7ed-4fb3-be48-404c4be82a3f {
  min-height: 50px;
}








#s-8f6e9e6c-d7ed-4fb3-be48-404c4be82a3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f6e9e6c-d7ed-4fb3-be48-404c4be82a3f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eae08540-1019-4eab-bc8a-efacd5a9993f {
  text-align: left;
}

#s-c27dcec2-f695-4751-a9e6-7f9a7b6d4f40 {
  text-align: center;
}







  img.s-c27dcec2-f695-4751-a9e6-7f9a7b6d4f40.shogun-image {
    
    
  }


.s-c27dcec2-f695-4751-a9e6-7f9a7b6d4f40 .shogun-image-content {
  
    align-items: center;
  
}

.s-c27dcec2-f695-4751-a9e6-7f9a7b6d4f40.shg-align-container {
  text-align: center
}

.s-c27dcec2-f695-4751-a9e6-7f9a7b6d4f40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c27dcec2-f695-4751-a9e6-7f9a7b6d4f40.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c27dcec2-f695-4751-a9e6-7f9a7b6d4f40.shogun-image {
    
    
  }


.s-c27dcec2-f695-4751-a9e6-7f9a7b6d4f40 .shogun-image-content {
  
    align-items: center;
  
}

.s-c27dcec2-f695-4751-a9e6-7f9a7b6d4f40.shg-align-container {
  text-align: center
}

.s-c27dcec2-f695-4751-a9e6-7f9a7b6d4f40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c27dcec2-f695-4751-a9e6-7f9a7b6d4f40.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-c27dcec2-f695-4751-a9e6-7f9a7b6d4f40.shogun-image {
    
    
  }


.s-c27dcec2-f695-4751-a9e6-7f9a7b6d4f40 .shogun-image-content {
  
    align-items: center;
  
}

.s-c27dcec2-f695-4751-a9e6-7f9a7b6d4f40.shg-align-container {
  text-align: center
}

.s-c27dcec2-f695-4751-a9e6-7f9a7b6d4f40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c27dcec2-f695-4751-a9e6-7f9a7b6d4f40.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-c27dcec2-f695-4751-a9e6-7f9a7b6d4f40.shogun-image {
    
    
  }


.s-c27dcec2-f695-4751-a9e6-7f9a7b6d4f40 .shogun-image-content {
  
    align-items: center;
  
}

.s-c27dcec2-f695-4751-a9e6-7f9a7b6d4f40.shg-align-container {
  text-align: center
}

.s-c27dcec2-f695-4751-a9e6-7f9a7b6d4f40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c27dcec2-f695-4751-a9e6-7f9a7b6d4f40.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-c27dcec2-f695-4751-a9e6-7f9a7b6d4f40.shogun-image {
    
    
  }


.s-c27dcec2-f695-4751-a9e6-7f9a7b6d4f40 .shogun-image-content {
  
    align-items: center;
  
}

.s-c27dcec2-f695-4751-a9e6-7f9a7b6d4f40.shg-align-container {
  text-align: center
}

.s-c27dcec2-f695-4751-a9e6-7f9a7b6d4f40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c27dcec2-f695-4751-a9e6-7f9a7b6d4f40.shogun-image {
  box-sizing: border-box;
}


}
#s-76c35bee-a4c8-4ef5-89a4-5e62cfd3765b .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-76c35bee-a4c8-4ef5-89a4-5e62cfd3765b table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-76c35bee-a4c8-4ef5-89a4-5e62cfd3765b td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-76c35bee-a4c8-4ef5-89a4-5e62cfd3765b td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-76c35bee-a4c8-4ef5-89a4-5e62cfd3765b td.shogun-table-column, #s-76c35bee-a4c8-4ef5-89a4-5e62cfd3765b td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-1bbf7ff3-3bb3-4dff-a148-3c204f7da82e {
  min-height: 50px;
}








#s-1bbf7ff3-3bb3-4dff-a148-3c204f7da82e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1bbf7ff3-3bb3-4dff-a148-3c204f7da82e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c9281cc-0c82-44b4-a1be-69db7481803e {
  text-align: left;
}

#s-5f59c647-45bd-4a09-b5db-3ddab6e4c463 {
  text-align: center;
}







  img.s-5f59c647-45bd-4a09-b5db-3ddab6e4c463.shogun-image {
    
    
  }


.s-5f59c647-45bd-4a09-b5db-3ddab6e4c463 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f59c647-45bd-4a09-b5db-3ddab6e4c463.shg-align-container {
  text-align: center
}

.s-5f59c647-45bd-4a09-b5db-3ddab6e4c463.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f59c647-45bd-4a09-b5db-3ddab6e4c463.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5f59c647-45bd-4a09-b5db-3ddab6e4c463.shogun-image {
    
    
  }


.s-5f59c647-45bd-4a09-b5db-3ddab6e4c463 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f59c647-45bd-4a09-b5db-3ddab6e4c463.shg-align-container {
  text-align: center
}

.s-5f59c647-45bd-4a09-b5db-3ddab6e4c463.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f59c647-45bd-4a09-b5db-3ddab6e4c463.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-5f59c647-45bd-4a09-b5db-3ddab6e4c463.shogun-image {
    
    
  }


.s-5f59c647-45bd-4a09-b5db-3ddab6e4c463 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f59c647-45bd-4a09-b5db-3ddab6e4c463.shg-align-container {
  text-align: center
}

.s-5f59c647-45bd-4a09-b5db-3ddab6e4c463.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f59c647-45bd-4a09-b5db-3ddab6e4c463.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-5f59c647-45bd-4a09-b5db-3ddab6e4c463.shogun-image {
    
    
  }


.s-5f59c647-45bd-4a09-b5db-3ddab6e4c463 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f59c647-45bd-4a09-b5db-3ddab6e4c463.shg-align-container {
  text-align: center
}

.s-5f59c647-45bd-4a09-b5db-3ddab6e4c463.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f59c647-45bd-4a09-b5db-3ddab6e4c463.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-5f59c647-45bd-4a09-b5db-3ddab6e4c463.shogun-image {
    
    
  }


.s-5f59c647-45bd-4a09-b5db-3ddab6e4c463 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f59c647-45bd-4a09-b5db-3ddab6e4c463.shg-align-container {
  text-align: center
}

.s-5f59c647-45bd-4a09-b5db-3ddab6e4c463.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f59c647-45bd-4a09-b5db-3ddab6e4c463.shogun-image {
  box-sizing: border-box;
}


}
#s-1ac0348e-31bd-46f6-951b-ce430372d16f .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-1ac0348e-31bd-46f6-951b-ce430372d16f table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-1ac0348e-31bd-46f6-951b-ce430372d16f td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-1ac0348e-31bd-46f6-951b-ce430372d16f td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-1ac0348e-31bd-46f6-951b-ce430372d16f td.shogun-table-column, #s-1ac0348e-31bd-46f6-951b-ce430372d16f td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-747c58f7-8530-4ce5-b97a-2c26e838c92c {
  min-height: 50px;
}








#s-747c58f7-8530-4ce5-b97a-2c26e838c92c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-747c58f7-8530-4ce5-b97a-2c26e838c92c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aca1eba9-4d45-4b5d-987c-677fdac6b2b0 {
  text-align: left;
}

#s-75c2701c-b080-4d37-9c6f-2a3545baef27 {
  text-align: center;
}







  img.s-75c2701c-b080-4d37-9c6f-2a3545baef27.shogun-image {
    
    
  }


.s-75c2701c-b080-4d37-9c6f-2a3545baef27 .shogun-image-content {
  
    align-items: center;
  
}

.s-75c2701c-b080-4d37-9c6f-2a3545baef27.shg-align-container {
  text-align: center
}

.s-75c2701c-b080-4d37-9c6f-2a3545baef27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75c2701c-b080-4d37-9c6f-2a3545baef27.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-75c2701c-b080-4d37-9c6f-2a3545baef27.shogun-image {
    
    
  }


.s-75c2701c-b080-4d37-9c6f-2a3545baef27 .shogun-image-content {
  
    align-items: center;
  
}

.s-75c2701c-b080-4d37-9c6f-2a3545baef27.shg-align-container {
  text-align: center
}

.s-75c2701c-b080-4d37-9c6f-2a3545baef27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75c2701c-b080-4d37-9c6f-2a3545baef27.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-75c2701c-b080-4d37-9c6f-2a3545baef27.shogun-image {
    
    
  }


.s-75c2701c-b080-4d37-9c6f-2a3545baef27 .shogun-image-content {
  
    align-items: center;
  
}

.s-75c2701c-b080-4d37-9c6f-2a3545baef27.shg-align-container {
  text-align: center
}

.s-75c2701c-b080-4d37-9c6f-2a3545baef27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75c2701c-b080-4d37-9c6f-2a3545baef27.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-75c2701c-b080-4d37-9c6f-2a3545baef27.shogun-image {
    
    
  }


.s-75c2701c-b080-4d37-9c6f-2a3545baef27 .shogun-image-content {
  
    align-items: center;
  
}

.s-75c2701c-b080-4d37-9c6f-2a3545baef27.shg-align-container {
  text-align: center
}

.s-75c2701c-b080-4d37-9c6f-2a3545baef27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75c2701c-b080-4d37-9c6f-2a3545baef27.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-75c2701c-b080-4d37-9c6f-2a3545baef27.shogun-image {
    
    
  }


.s-75c2701c-b080-4d37-9c6f-2a3545baef27 .shogun-image-content {
  
    align-items: center;
  
}

.s-75c2701c-b080-4d37-9c6f-2a3545baef27.shg-align-container {
  text-align: center
}

.s-75c2701c-b080-4d37-9c6f-2a3545baef27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75c2701c-b080-4d37-9c6f-2a3545baef27.shogun-image {
  box-sizing: border-box;
}


}
#s-b8473323-fdd3-4715-879e-6c1d9b8930ef {
  min-height: 50px;
}








#s-b8473323-fdd3-4715-879e-6c1d9b8930ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8473323-fdd3-4715-879e-6c1d9b8930ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3208cd0e-e131-488b-b9b1-8aa0e5cdec9a {
  text-align: left;
}

#s-b424039d-48cb-4313-a355-d2a40836210e {
  margin-top: 60px;
text-align: center;
}







  img.s-b424039d-48cb-4313-a355-d2a40836210e.shogun-image {
    
    
  }


.s-b424039d-48cb-4313-a355-d2a40836210e .shogun-image-content {
  
    align-items: center;
  
}

.s-b424039d-48cb-4313-a355-d2a40836210e.shg-align-container {
  text-align: center
}

.s-b424039d-48cb-4313-a355-d2a40836210e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b424039d-48cb-4313-a355-d2a40836210e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b424039d-48cb-4313-a355-d2a40836210e.shogun-image {
    
    
  }


.s-b424039d-48cb-4313-a355-d2a40836210e .shogun-image-content {
  
    align-items: center;
  
}

.s-b424039d-48cb-4313-a355-d2a40836210e.shg-align-container {
  text-align: center
}

.s-b424039d-48cb-4313-a355-d2a40836210e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b424039d-48cb-4313-a355-d2a40836210e.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-b424039d-48cb-4313-a355-d2a40836210e.shogun-image {
    
    
  }


.s-b424039d-48cb-4313-a355-d2a40836210e .shogun-image-content {
  
    align-items: center;
  
}

.s-b424039d-48cb-4313-a355-d2a40836210e.shg-align-container {
  text-align: center
}

.s-b424039d-48cb-4313-a355-d2a40836210e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b424039d-48cb-4313-a355-d2a40836210e.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-b424039d-48cb-4313-a355-d2a40836210e.shogun-image {
    
    
  }


.s-b424039d-48cb-4313-a355-d2a40836210e .shogun-image-content {
  
    align-items: center;
  
}

.s-b424039d-48cb-4313-a355-d2a40836210e.shg-align-container {
  text-align: center
}

.s-b424039d-48cb-4313-a355-d2a40836210e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b424039d-48cb-4313-a355-d2a40836210e.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-b424039d-48cb-4313-a355-d2a40836210e.shogun-image {
    
    
  }


.s-b424039d-48cb-4313-a355-d2a40836210e .shogun-image-content {
  
    align-items: center;
  
}

.s-b424039d-48cb-4313-a355-d2a40836210e.shg-align-container {
  text-align: center
}

.s-b424039d-48cb-4313-a355-d2a40836210e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b424039d-48cb-4313-a355-d2a40836210e.shogun-image {
  box-sizing: border-box;
}


}
#s-0c2736c0-65af-4100-940b-81a36fc6d780 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-0c2736c0-65af-4100-940b-81a36fc6d780 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-0c2736c0-65af-4100-940b-81a36fc6d780 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-0c2736c0-65af-4100-940b-81a36fc6d780 td.shogun-table-row {
  background-color: #fff;
  padding: 4px;
}

#s-0c2736c0-65af-4100-940b-81a36fc6d780 td.shogun-table-column, #s-0c2736c0-65af-4100-940b-81a36fc6d780 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-eaf7d1ee-366e-4fd6-9a3d-f1e4f6823d93 {
  display: none;
}
#s-a789b6fa-ce09-4e44-a8a8-1bc63315d09c {
  text-align: left;
}



.shg-c#s-a789b6fa-ce09-4e44-a8a8-1bc63315d09c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a789b6fa-ce09-4e44-a8a8-1bc63315d09c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a789b6fa-ce09-4e44-a8a8-1bc63315d09c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a789b6fa-ce09-4e44-a8a8-1bc63315d09c img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a789b6fa-ce09-4e44-a8a8-1bc63315d09c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a789b6fa-ce09-4e44-a8a8-1bc63315d09c img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a789b6fa-ce09-4e44-a8a8-1bc63315d09c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a789b6fa-ce09-4e44-a8a8-1bc63315d09c img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-a789b6fa-ce09-4e44-a8a8-1bc63315d09c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a789b6fa-ce09-4e44-a8a8-1bc63315d09c img.shogun-image {
  width: 100%;
}



}
#s-a5e84854-4e0f-4422-9253-fd9022d0cf7c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a5e84854-4e0f-4422-9253-fd9022d0cf7c .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-a3557052-d031-441c-b78e-5908564c375a {
  text-align: left;
}

#s-a3557052-d031-441c-b78e-5908564c375a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a3557052-d031-441c-b78e-5908564c375a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a3557052-d031-441c-b78e-5908564c375a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4f31066f-6883-430e-a251-8636fff448b4 {
  display: none;
}
#s-f8a57c24-7ff2-45da-9254-412556e151f9 {
  text-align: left;
}



.shg-c#s-f8a57c24-7ff2-45da-9254-412556e151f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8a57c24-7ff2-45da-9254-412556e151f9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f8a57c24-7ff2-45da-9254-412556e151f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8a57c24-7ff2-45da-9254-412556e151f9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f8a57c24-7ff2-45da-9254-412556e151f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8a57c24-7ff2-45da-9254-412556e151f9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f8a57c24-7ff2-45da-9254-412556e151f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8a57c24-7ff2-45da-9254-412556e151f9 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-f8a57c24-7ff2-45da-9254-412556e151f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f8a57c24-7ff2-45da-9254-412556e151f9 img.shogun-image {
  width: 100%;
}



}
#s-9e01e1dd-8009-4933-bfba-8dfdf0e0d85c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9e01e1dd-8009-4933-bfba-8dfdf0e0d85c .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-73a4b5e9-e555-435a-bc0d-c869aaca23a8 {
  text-align: left;
}

#s-73a4b5e9-e555-435a-bc0d-c869aaca23a8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-73a4b5e9-e555-435a-bc0d-c869aaca23a8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-73a4b5e9-e555-435a-bc0d-c869aaca23a8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7f4730e0-87a7-4f2f-bea6-0b5aa0420d02 {
  display: none;
}
#s-4404fd0c-4ba4-426c-b311-ee3490310f51 {
  text-align: left;
}



.shg-c#s-4404fd0c-4ba4-426c-b311-ee3490310f51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4404fd0c-4ba4-426c-b311-ee3490310f51 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4404fd0c-4ba4-426c-b311-ee3490310f51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4404fd0c-4ba4-426c-b311-ee3490310f51 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4404fd0c-4ba4-426c-b311-ee3490310f51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4404fd0c-4ba4-426c-b311-ee3490310f51 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4404fd0c-4ba4-426c-b311-ee3490310f51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4404fd0c-4ba4-426c-b311-ee3490310f51 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-4404fd0c-4ba4-426c-b311-ee3490310f51 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4404fd0c-4ba4-426c-b311-ee3490310f51 img.shogun-image {
  width: 100%;
}



}
#s-f99764f8-bbb9-4313-8983-0865c04629a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f99764f8-bbb9-4313-8983-0865c04629a6 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-dd3af394-7053-458e-b1ab-1785806a5b9c {
  text-align: left;
}

#s-dd3af394-7053-458e-b1ab-1785806a5b9c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-dd3af394-7053-458e-b1ab-1785806a5b9c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-dd3af394-7053-458e-b1ab-1785806a5b9c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-65d5a524-d204-480e-9a9d-607e497b3bda .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-65d5a524-d204-480e-9a9d-607e497b3bda table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-65d5a524-d204-480e-9a9d-607e497b3bda td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-65d5a524-d204-480e-9a9d-607e497b3bda td.shogun-table-row {
  background-color: #fff;
  padding: 4px;
}

#s-65d5a524-d204-480e-9a9d-607e497b3bda td.shogun-table-column, #s-65d5a524-d204-480e-9a9d-607e497b3bda td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-73071288-4511-41b7-b26a-9463ad5f9b7e {
  display: none;
}
#s-0bee209d-1373-4362-9e11-c838d2f3505f {
  text-align: left;
}



.shg-c#s-0bee209d-1373-4362-9e11-c838d2f3505f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bee209d-1373-4362-9e11-c838d2f3505f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0bee209d-1373-4362-9e11-c838d2f3505f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bee209d-1373-4362-9e11-c838d2f3505f img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-0bee209d-1373-4362-9e11-c838d2f3505f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bee209d-1373-4362-9e11-c838d2f3505f img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-0bee209d-1373-4362-9e11-c838d2f3505f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bee209d-1373-4362-9e11-c838d2f3505f img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-0bee209d-1373-4362-9e11-c838d2f3505f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0bee209d-1373-4362-9e11-c838d2f3505f img.shogun-image {
  width: 100%;
}



}
#s-b66028a2-df7b-42b5-93e3-f5e0a89532aa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b66028a2-df7b-42b5-93e3-f5e0a89532aa .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-4fbe3826-4295-4fbd-a804-c12d68301085 {
  text-align: left;
}

#s-4fbe3826-4295-4fbd-a804-c12d68301085 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4fbe3826-4295-4fbd-a804-c12d68301085 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4fbe3826-4295-4fbd-a804-c12d68301085 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c8f49ae5-b190-4a05-97a9-c6cc261925ba {
  display: none;
}
#s-fe60ee60-a752-4483-be76-9747427091cf {
  text-align: left;
}



.shg-c#s-fe60ee60-a752-4483-be76-9747427091cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe60ee60-a752-4483-be76-9747427091cf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fe60ee60-a752-4483-be76-9747427091cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe60ee60-a752-4483-be76-9747427091cf img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-fe60ee60-a752-4483-be76-9747427091cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe60ee60-a752-4483-be76-9747427091cf img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-fe60ee60-a752-4483-be76-9747427091cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe60ee60-a752-4483-be76-9747427091cf img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-fe60ee60-a752-4483-be76-9747427091cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe60ee60-a752-4483-be76-9747427091cf img.shogun-image {
  width: 100%;
}



}
#s-3b341a66-7f8a-45d8-80ba-48d48de1be47 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3b341a66-7f8a-45d8-80ba-48d48de1be47 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-3f6e2fb8-38fa-4af4-ae10-a563befbc6a3 {
  text-align: left;
}

#s-3f6e2fb8-38fa-4af4-ae10-a563befbc6a3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3f6e2fb8-38fa-4af4-ae10-a563befbc6a3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3f6e2fb8-38fa-4af4-ae10-a563befbc6a3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fb872ac8-a2a0-49af-8b17-d1f3cbaa1274 {
  display: none;
}
#s-9edf0c06-9ab9-4225-9b1a-eec91b9c430a {
  text-align: left;
}



.shg-c#s-9edf0c06-9ab9-4225-9b1a-eec91b9c430a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9edf0c06-9ab9-4225-9b1a-eec91b9c430a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9edf0c06-9ab9-4225-9b1a-eec91b9c430a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9edf0c06-9ab9-4225-9b1a-eec91b9c430a img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9edf0c06-9ab9-4225-9b1a-eec91b9c430a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9edf0c06-9ab9-4225-9b1a-eec91b9c430a img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9edf0c06-9ab9-4225-9b1a-eec91b9c430a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9edf0c06-9ab9-4225-9b1a-eec91b9c430a img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-9edf0c06-9ab9-4225-9b1a-eec91b9c430a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9edf0c06-9ab9-4225-9b1a-eec91b9c430a img.shogun-image {
  width: 100%;
}



}
#s-478da339-81d5-4e21-a0f0-da2882cf5018 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-478da339-81d5-4e21-a0f0-da2882cf5018 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: ;
}

#s-43564797-568c-40e3-b141-b437179f844c {
  text-align: left;
}

#s-43564797-568c-40e3-b141-b437179f844c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-43564797-568c-40e3-b141-b437179f844c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-43564797-568c-40e3-b141-b437179f844c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9f5d31d8-3a5c-4c6c-9fe4-33cdc5201734 {
  min-height: 50px;
}








#s-9f5d31d8-3a5c-4c6c-9fe4-33cdc5201734 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f5d31d8-3a5c-4c6c-9fe4-33cdc5201734.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6df81ee1-3e81-481a-8f6c-6b999ed0bdf1 {
  margin-top: 60px;
margin-bottom: 20px;
text-align: center;
}







  img.s-6df81ee1-3e81-481a-8f6c-6b999ed0bdf1.shogun-image {
    
    
  }


.s-6df81ee1-3e81-481a-8f6c-6b999ed0bdf1 .shogun-image-content {
  
    align-items: center;
  
}

.s-6df81ee1-3e81-481a-8f6c-6b999ed0bdf1.shg-align-container {
  text-align: center
}

.s-6df81ee1-3e81-481a-8f6c-6b999ed0bdf1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6df81ee1-3e81-481a-8f6c-6b999ed0bdf1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6df81ee1-3e81-481a-8f6c-6b999ed0bdf1.shogun-image {
    
    
  }


.s-6df81ee1-3e81-481a-8f6c-6b999ed0bdf1 .shogun-image-content {
  
    align-items: center;
  
}

.s-6df81ee1-3e81-481a-8f6c-6b999ed0bdf1.shg-align-container {
  text-align: center
}

.s-6df81ee1-3e81-481a-8f6c-6b999ed0bdf1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6df81ee1-3e81-481a-8f6c-6b999ed0bdf1.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-6df81ee1-3e81-481a-8f6c-6b999ed0bdf1.shogun-image {
    
    
  }


.s-6df81ee1-3e81-481a-8f6c-6b999ed0bdf1 .shogun-image-content {
  
    align-items: center;
  
}

.s-6df81ee1-3e81-481a-8f6c-6b999ed0bdf1.shg-align-container {
  text-align: center
}

.s-6df81ee1-3e81-481a-8f6c-6b999ed0bdf1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6df81ee1-3e81-481a-8f6c-6b999ed0bdf1.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-6df81ee1-3e81-481a-8f6c-6b999ed0bdf1.shogun-image {
    
    
  }


.s-6df81ee1-3e81-481a-8f6c-6b999ed0bdf1 .shogun-image-content {
  
    align-items: center;
  
}

.s-6df81ee1-3e81-481a-8f6c-6b999ed0bdf1.shg-align-container {
  text-align: center
}

.s-6df81ee1-3e81-481a-8f6c-6b999ed0bdf1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6df81ee1-3e81-481a-8f6c-6b999ed0bdf1.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-6df81ee1-3e81-481a-8f6c-6b999ed0bdf1.shogun-image {
    
    
  }


.s-6df81ee1-3e81-481a-8f6c-6b999ed0bdf1 .shogun-image-content {
  
    align-items: center;
  
}

.s-6df81ee1-3e81-481a-8f6c-6b999ed0bdf1.shg-align-container {
  text-align: center
}

.s-6df81ee1-3e81-481a-8f6c-6b999ed0bdf1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6df81ee1-3e81-481a-8f6c-6b999ed0bdf1.shogun-image {
  box-sizing: border-box;
}


}
#s-5f67de2d-3550-440d-8fc7-8837374420a9 {
  display: none;
}
#s-eb040b5c-0c43-493f-a4f3-0af204a77b93 {
  text-align: left;
}



.shg-c#s-eb040b5c-0c43-493f-a4f3-0af204a77b93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb040b5c-0c43-493f-a4f3-0af204a77b93 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-eb040b5c-0c43-493f-a4f3-0af204a77b93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb040b5c-0c43-493f-a4f3-0af204a77b93 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-eb040b5c-0c43-493f-a4f3-0af204a77b93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb040b5c-0c43-493f-a4f3-0af204a77b93 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-eb040b5c-0c43-493f-a4f3-0af204a77b93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb040b5c-0c43-493f-a4f3-0af204a77b93 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-eb040b5c-0c43-493f-a4f3-0af204a77b93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb040b5c-0c43-493f-a4f3-0af204a77b93 img.shogun-image {
  width: 100%;
}



}
#s-4d70317c-c0ad-456d-b30c-ef162fd1c2fb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4d70317c-c0ad-456d-b30c-ef162fd1c2fb .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-1da2a76a-8b29-43e5-9b21-02fedfd27853 {
  text-align: left;
}

#s-1da2a76a-8b29-43e5-9b21-02fedfd27853 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1da2a76a-8b29-43e5-9b21-02fedfd27853 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-1da2a76a-8b29-43e5-9b21-02fedfd27853 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-073381f4-d9e5-4040-a9f3-b4f46b9284a3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-073381f4-d9e5-4040-a9f3-b4f46b9284a3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-073381f4-d9e5-4040-a9f3-b4f46b9284a3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-073381f4-d9e5-4040-a9f3-b4f46b9284a3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-073381f4-d9e5-4040-a9f3-b4f46b9284a3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-073381f4-d9e5-4040-a9f3-b4f46b9284a3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-073381f4-d9e5-4040-a9f3-b4f46b9284a3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9de818c2-4bb4-402c-b93e-531e88eed3e5 {
  display: none;
}
#s-d03a24d2-d1ae-4069-9384-d96dd1abd99d {
  text-align: left;
}



.shg-c#s-d03a24d2-d1ae-4069-9384-d96dd1abd99d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d03a24d2-d1ae-4069-9384-d96dd1abd99d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d03a24d2-d1ae-4069-9384-d96dd1abd99d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d03a24d2-d1ae-4069-9384-d96dd1abd99d img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d03a24d2-d1ae-4069-9384-d96dd1abd99d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d03a24d2-d1ae-4069-9384-d96dd1abd99d img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d03a24d2-d1ae-4069-9384-d96dd1abd99d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d03a24d2-d1ae-4069-9384-d96dd1abd99d img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-d03a24d2-d1ae-4069-9384-d96dd1abd99d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d03a24d2-d1ae-4069-9384-d96dd1abd99d img.shogun-image {
  width: 100%;
}



}
#s-0ac4907e-6c84-48bf-9730-a7337daf3ddd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0ac4907e-6c84-48bf-9730-a7337daf3ddd .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-665c2709-ab3f-4a25-a5e6-dce281ae76e6 {
  text-align: left;
}

#s-665c2709-ab3f-4a25-a5e6-dce281ae76e6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-665c2709-ab3f-4a25-a5e6-dce281ae76e6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-665c2709-ab3f-4a25-a5e6-dce281ae76e6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b8eb7150-a71a-49f7-b08b-cbc02dc84e35 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b8eb7150-a71a-49f7-b08b-cbc02dc84e35:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b8eb7150-a71a-49f7-b08b-cbc02dc84e35:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b8eb7150-a71a-49f7-b08b-cbc02dc84e35 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b8eb7150-a71a-49f7-b08b-cbc02dc84e35.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b8eb7150-a71a-49f7-b08b-cbc02dc84e35.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b8eb7150-a71a-49f7-b08b-cbc02dc84e35.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9e0cfef2-3d11-421c-94c5-91908718993f {
  display: none;
}
#s-eefdc539-5764-47bf-9816-ba55d28a87aa {
  text-align: left;
}



.shg-c#s-eefdc539-5764-47bf-9816-ba55d28a87aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eefdc539-5764-47bf-9816-ba55d28a87aa img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-eefdc539-5764-47bf-9816-ba55d28a87aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eefdc539-5764-47bf-9816-ba55d28a87aa img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-eefdc539-5764-47bf-9816-ba55d28a87aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eefdc539-5764-47bf-9816-ba55d28a87aa img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-eefdc539-5764-47bf-9816-ba55d28a87aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eefdc539-5764-47bf-9816-ba55d28a87aa img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-eefdc539-5764-47bf-9816-ba55d28a87aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eefdc539-5764-47bf-9816-ba55d28a87aa img.shogun-image {
  width: 100%;
}



}
#s-95ae153a-09e4-4e66-b38d-e0f1ee508c3a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-95ae153a-09e4-4e66-b38d-e0f1ee508c3a .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-d105554f-aea3-4321-9293-153655458e48 {
  text-align: left;
}

#s-d105554f-aea3-4321-9293-153655458e48 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d105554f-aea3-4321-9293-153655458e48 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-d105554f-aea3-4321-9293-153655458e48 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-454139cd-15af-47d1-b5ca-99c37837c146 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-454139cd-15af-47d1-b5ca-99c37837c146:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-454139cd-15af-47d1-b5ca-99c37837c146:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-454139cd-15af-47d1-b5ca-99c37837c146 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-454139cd-15af-47d1-b5ca-99c37837c146.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-454139cd-15af-47d1-b5ca-99c37837c146.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-454139cd-15af-47d1-b5ca-99c37837c146.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a2f31615-c2a4-47ef-93ca-e8d55b5fa039 {
  display: none;
}
#s-c4696a84-29bc-46d1-97ef-18f4e801606f {
  text-align: left;
}



.shg-c#s-c4696a84-29bc-46d1-97ef-18f4e801606f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4696a84-29bc-46d1-97ef-18f4e801606f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c4696a84-29bc-46d1-97ef-18f4e801606f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4696a84-29bc-46d1-97ef-18f4e801606f img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c4696a84-29bc-46d1-97ef-18f4e801606f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4696a84-29bc-46d1-97ef-18f4e801606f img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c4696a84-29bc-46d1-97ef-18f4e801606f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4696a84-29bc-46d1-97ef-18f4e801606f img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-c4696a84-29bc-46d1-97ef-18f4e801606f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4696a84-29bc-46d1-97ef-18f4e801606f img.shogun-image {
  width: 100%;
}



}
#s-ac807da2-4a09-41b0-987c-abd7f559b9db {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ac807da2-4a09-41b0-987c-abd7f559b9db .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-dc79a947-f409-4943-9194-3571fb740481 {
  text-align: left;
}

#s-dc79a947-f409-4943-9194-3571fb740481 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-dc79a947-f409-4943-9194-3571fb740481 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-dc79a947-f409-4943-9194-3571fb740481 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-409915bc-d768-40e1-bb16-62feb563694b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-409915bc-d768-40e1-bb16-62feb563694b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-409915bc-d768-40e1-bb16-62feb563694b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-409915bc-d768-40e1-bb16-62feb563694b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-409915bc-d768-40e1-bb16-62feb563694b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-409915bc-d768-40e1-bb16-62feb563694b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-409915bc-d768-40e1-bb16-62feb563694b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-001026b1-4f53-4df6-9dba-32eb029e039d {
  display: none;
}
#s-ad662576-b440-4d3f-8f61-f30dcde5afdc {
  text-align: left;
}



.shg-c#s-ad662576-b440-4d3f-8f61-f30dcde5afdc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad662576-b440-4d3f-8f61-f30dcde5afdc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ad662576-b440-4d3f-8f61-f30dcde5afdc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad662576-b440-4d3f-8f61-f30dcde5afdc img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ad662576-b440-4d3f-8f61-f30dcde5afdc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad662576-b440-4d3f-8f61-f30dcde5afdc img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ad662576-b440-4d3f-8f61-f30dcde5afdc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad662576-b440-4d3f-8f61-f30dcde5afdc img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-ad662576-b440-4d3f-8f61-f30dcde5afdc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ad662576-b440-4d3f-8f61-f30dcde5afdc img.shogun-image {
  width: 100%;
}



}
#s-d88e9774-974d-4de0-926a-a5d9067660ea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d88e9774-974d-4de0-926a-a5d9067660ea .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-1a78c5a3-e2d0-48b3-a9ea-58337f35938a {
  text-align: left;
}

#s-1a78c5a3-e2d0-48b3-a9ea-58337f35938a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1a78c5a3-e2d0-48b3-a9ea-58337f35938a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-1a78c5a3-e2d0-48b3-a9ea-58337f35938a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6373473a-725e-4a0a-ab80-21b81ee2c3e1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6373473a-725e-4a0a-ab80-21b81ee2c3e1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6373473a-725e-4a0a-ab80-21b81ee2c3e1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6373473a-725e-4a0a-ab80-21b81ee2c3e1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6373473a-725e-4a0a-ab80-21b81ee2c3e1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6373473a-725e-4a0a-ab80-21b81ee2c3e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6373473a-725e-4a0a-ab80-21b81ee2c3e1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-544f9ca9-406e-4f6e-b876-8f38c4ecd466 {
  display: none;
}
#s-a02ecb03-75b1-410a-b0f0-a5d7f6f64e96 {
  text-align: left;
}



.shg-c#s-a02ecb03-75b1-410a-b0f0-a5d7f6f64e96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a02ecb03-75b1-410a-b0f0-a5d7f6f64e96 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a02ecb03-75b1-410a-b0f0-a5d7f6f64e96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a02ecb03-75b1-410a-b0f0-a5d7f6f64e96 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a02ecb03-75b1-410a-b0f0-a5d7f6f64e96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a02ecb03-75b1-410a-b0f0-a5d7f6f64e96 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a02ecb03-75b1-410a-b0f0-a5d7f6f64e96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a02ecb03-75b1-410a-b0f0-a5d7f6f64e96 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-a02ecb03-75b1-410a-b0f0-a5d7f6f64e96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a02ecb03-75b1-410a-b0f0-a5d7f6f64e96 img.shogun-image {
  width: 100%;
}



}
#s-5f7d8f1f-e620-4f04-8679-8191554882fd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5f7d8f1f-e620-4f04-8679-8191554882fd .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-69cc9243-befc-4044-a53d-710547a10704 {
  text-align: left;
}

#s-69cc9243-befc-4044-a53d-710547a10704 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-69cc9243-befc-4044-a53d-710547a10704 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-69cc9243-befc-4044-a53d-710547a10704 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-72e41984-84a1-46d7-9e3b-643d1b1b8c27 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-72e41984-84a1-46d7-9e3b-643d1b1b8c27:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-72e41984-84a1-46d7-9e3b-643d1b1b8c27:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-72e41984-84a1-46d7-9e3b-643d1b1b8c27 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-72e41984-84a1-46d7-9e3b-643d1b1b8c27.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72e41984-84a1-46d7-9e3b-643d1b1b8c27.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-72e41984-84a1-46d7-9e3b-643d1b1b8c27.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b18d8dca-4851-4eca-aac8-f72f4dd7f15f {
  margin-top: 40px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 100px;
padding-bottom: 10px;
padding-right: 100px;
border-radius: 2px;
background-color: rgba(162, 159, 159, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b18d8dca-4851-4eca-aac8-f72f4dd7f15f:hover {background-color: rgba(162, 159, 159, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b18d8dca-4851-4eca-aac8-f72f4dd7f15f:active {background-color: rgba(162, 159, 159, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b18d8dca-4851-4eca-aac8-f72f4dd7f15f-btn-wrapper {
    text-align: center;
  }


#s-b18d8dca-4851-4eca-aac8-f72f4dd7f15f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b18d8dca-4851-4eca-aac8-f72f4dd7f15f-btn-wrapper {
    text-align: center;
  }


#s-b18d8dca-4851-4eca-aac8-f72f4dd7f15f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b18d8dca-4851-4eca-aac8-f72f4dd7f15f-btn-wrapper {
    text-align: center;
  }


#s-b18d8dca-4851-4eca-aac8-f72f4dd7f15f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b18d8dca-4851-4eca-aac8-f72f4dd7f15f-btn-wrapper {
    text-align: center;
  }


#s-b18d8dca-4851-4eca-aac8-f72f4dd7f15f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b18d8dca-4851-4eca-aac8-f72f4dd7f15f-btn-wrapper {
    text-align: center;
  }


#s-b18d8dca-4851-4eca-aac8-f72f4dd7f15f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-94033371-fd6f-4910-9bc8-ef85ddbe6bf9 {
  min-height: 50px;
}








#s-94033371-fd6f-4910-9bc8-ef85ddbe6bf9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94033371-fd6f-4910-9bc8-ef85ddbe6bf9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ad14d3f-055c-44bb-83c6-363154acfa61 {
  padding-top: 60px;
padding-bottom: 30px;
}

#s-fbb2d64b-776b-45e5-8432-8fa6ad7172ae {
  text-align: left;
}

#s-b99b5fec-b0a0-4b65-9ba4-b88dc617d94c {
  margin-top: -33px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-2d642278-82e3-4a13-a31a-92e85acb9f0d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d642278-82e3-4a13-a31a-92e85acb9f0d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2d642278-82e3-4a13-a31a-92e85acb9f0d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d642278-82e3-4a13-a31a-92e85acb9f0d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f330c1b4-fdf4-498c-a96d-5256267ab094 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-f330c1b4-fdf4-498c-a96d-5256267ab094 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f330c1b4-fdf4-498c-a96d-5256267ab094 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-f330c1b4-fdf4-498c-a96d-5256267ab094 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-f330c1b4-fdf4-498c-a96d-5256267ab094 td.shogun-table-column, #s-f330c1b4-fdf4-498c-a96d-5256267ab094 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-a41d88ac-5869-4166-bcf4-70a5aa3a30fa {
  text-align: center;
}







  #s-a41d88ac-5869-4166-bcf4-70a5aa3a30fa img.shogun-image {
    

    
    
    
  }


#s-a41d88ac-5869-4166-bcf4-70a5aa3a30fa .shogun-image-content {
  
    align-items: center;
  
}

#s-3bdbc2f2-3e68-4746-be7f-356e3776f105 {
  text-align: center;
}







  #s-3bdbc2f2-3e68-4746-be7f-356e3776f105 img.shogun-image {
    

    
    
    
  }


#s-3bdbc2f2-3e68-4746-be7f-356e3776f105 .shogun-image-content {
  
    align-items: center;
  
}

#s-457a69fa-b172-45b8-a510-22752afd14f9 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-457a69fa-b172-45b8-a510-22752afd14f9 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-457a69fa-b172-45b8-a510-22752afd14f9 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-457a69fa-b172-45b8-a510-22752afd14f9 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-457a69fa-b172-45b8-a510-22752afd14f9 td.shogun-table-column, #s-457a69fa-b172-45b8-a510-22752afd14f9 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-8066b387-c733-4ff9-95ed-bb7340006440 {
  text-align: center;
}







  #s-8066b387-c733-4ff9-95ed-bb7340006440 img.shogun-image {
    

    
    
    
  }


#s-8066b387-c733-4ff9-95ed-bb7340006440 .shogun-image-content {
  
    align-items: center;
  
}

#s-254c426e-f7e6-456c-ba67-dc3947ab7b57 {
  text-align: center;
}







  #s-254c426e-f7e6-456c-ba67-dc3947ab7b57 img.shogun-image {
    

    
    
    
  }


#s-254c426e-f7e6-456c-ba67-dc3947ab7b57 .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;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;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;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
