.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-d309be6e-96a7-4743-aa64-a69fcecf51ea {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 12px;
background-color: rgba(37, 37, 81, 1);
}
@media (min-width: 1200px){#s-d309be6e-96a7-4743-aa64-a69fcecf51ea {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d309be6e-96a7-4743-aa64-a69fcecf51ea {
  
}
}







#s-d309be6e-96a7-4743-aa64-a69fcecf51ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d309be6e-96a7-4743-aa64-a69fcecf51ea.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-304d0b05-a199-4102-ab6a-6775a1771fcc {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 16px;
padding-right: 16px;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-304d0b05-a199-4102-ab6a-6775a1771fcc {
  display: none;
}
#s-304d0b05-a199-4102-ab6a-6775a1771fcc, #wrap-s-304d0b05-a199-4102-ab6a-6775a1771fcc { display:none !important; }}@media (max-width: 767px){#s-304d0b05-a199-4102-ab6a-6775a1771fcc {
  display: none;
}
#s-304d0b05-a199-4102-ab6a-6775a1771fcc, #wrap-s-304d0b05-a199-4102-ab6a-6775a1771fcc { display:none !important; }}
@media (min-width: 0px) {
[id="s-304d0b05-a199-4102-ab6a-6775a1771fcc"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-304d0b05-a199-4102-ab6a-6775a1771fcc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-304d0b05-a199-4102-ab6a-6775a1771fcc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-304d0b05-a199-4102-ab6a-6775a1771fcc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-f6d48b2d-175b-4640-a5d7-ae3fc0de5b93 {
  margin-left: 0px;
min-height: 120px;
}

@media (min-width: 0px) {
[id="s-f6d48b2d-175b-4640-a5d7-ae3fc0de5b93"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-f6d48b2d-175b-4640-a5d7-ae3fc0de5b93"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-f6d48b2d-175b-4640-a5d7-ae3fc0de5b93"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-f6d48b2d-175b-4640-a5d7-ae3fc0de5b93"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-f6d48b2d-175b-4640-a5d7-ae3fc0de5b93"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6d48b2d-175b-4640-a5d7-ae3fc0de5b93"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-f6d48b2d-175b-4640-a5d7-ae3fc0de5b93"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.0px);
}

}

#s-0bfc56c1-ca0a-44e8-960b-335b37e69bd1 {
  margin-left: auto;
margin-right: auto;
min-height: 120px;
max-width: 80px;
}








#s-0bfc56c1-ca0a-44e8-960b-335b37e69bd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bfc56c1-ca0a-44e8-960b-335b37e69bd1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-ed093460-dc74-49d0-97ac-d3d899b3bfcb {
  text-align: center;
}







  #s-ed093460-dc74-49d0-97ac-d3d899b3bfcb img.shogun-image {
    

    
    
    
  }


#s-ed093460-dc74-49d0-97ac-d3d899b3bfcb .shogun-image-content {
  
    align-items: center;
  
}

#s-67413e2c-6140-4aa4-8899-75241b1cf8b9 {
  box-shadow:0px 0px 0px 0px ;
}








#s-67413e2c-6140-4aa4-8899-75241b1cf8b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67413e2c-6140-4aa4-8899-75241b1cf8b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content 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-e05e1e11-4925-4f25-89c8-b307647c27bf {
  box-shadow:0px 0px 0px 0px ;
margin-left: 0%;
margin-right: 0%;
}

#s-354ce1e8-34f6-4b64-b786-c7181387c336 {
  padding-left: 40px;
}

@media (min-width: 0px) {
[id="s-354ce1e8-34f6-4b64-b786-c7181387c336"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-354ce1e8-34f6-4b64-b786-c7181387c336"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-354ce1e8-34f6-4b64-b786-c7181387c336"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-354ce1e8-34f6-4b64-b786-c7181387c336"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-354ce1e8-34f6-4b64-b786-c7181387c336"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-354ce1e8-34f6-4b64-b786-c7181387c336"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-354ce1e8-34f6-4b64-b786-c7181387c336"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-1385aebb-34c1-4ba2-9d90-70372041850d {
  margin-left: auto;
min-height: 120px;
max-width: 80px;
}








#s-1385aebb-34c1-4ba2-9d90-70372041850d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1385aebb-34c1-4ba2-9d90-70372041850d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f6866b3-e86f-4446-8f6c-cbc73a585332 {
  text-align: center;
}







  #s-7f6866b3-e86f-4446-8f6c-cbc73a585332 img.shogun-image {
    

    
    
    
  }


#s-7f6866b3-e86f-4446-8f6c-cbc73a585332 .shogun-image-content {
  
    align-items: center;
  
}








#s-f14e8020-380f-4499-8c51-29f20ce47a31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f14e8020-380f-4499-8c51-29f20ce47a31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-951c787e-a212-47ef-8138-1a1f867bca53 {
  padding-left: 40px;
}

@media (min-width: 0px) {
[id="s-951c787e-a212-47ef-8138-1a1f867bca53"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-951c787e-a212-47ef-8138-1a1f867bca53"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-951c787e-a212-47ef-8138-1a1f867bca53"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-951c787e-a212-47ef-8138-1a1f867bca53"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-951c787e-a212-47ef-8138-1a1f867bca53"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-951c787e-a212-47ef-8138-1a1f867bca53"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-951c787e-a212-47ef-8138-1a1f867bca53"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-ab772bd5-c0f1-411f-8c56-6204991a6203 {
  margin-left: auto;
min-height: 120px;
max-width: 80px;
}








#s-ab772bd5-c0f1-411f-8c56-6204991a6203 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab772bd5-c0f1-411f-8c56-6204991a6203.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4ebca07-1760-41ab-8e6b-c9a1a36dc226 {
  text-align: center;
}







  #s-a4ebca07-1760-41ab-8e6b-c9a1a36dc226 img.shogun-image {
    

    
    
    
  }


#s-a4ebca07-1760-41ab-8e6b-c9a1a36dc226 .shogun-image-content {
  
    align-items: center;
  
}








#s-314370c2-b322-40ae-8df7-acde3fd9c317 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-314370c2-b322-40ae-8df7-acde3fd9c317.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2d39595-ae47-4356-a169-4b93d128692e {
  margin-top: auto;
margin-bottom: auto;
}

#s-b536a6fe-10ee-4feb-8db5-e3fbb32b02f0 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 0px;
}

@media (min-width: 0px) {
[id="s-b536a6fe-10ee-4feb-8db5-e3fbb32b02f0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-b536a6fe-10ee-4feb-8db5-e3fbb32b02f0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-b536a6fe-10ee-4feb-8db5-e3fbb32b02f0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-b536a6fe-10ee-4feb-8db5-e3fbb32b02f0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-b536a6fe-10ee-4feb-8db5-e3fbb32b02f0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-b536a6fe-10ee-4feb-8db5-e3fbb32b02f0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-b536a6fe-10ee-4feb-8db5-e3fbb32b02f0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-ed26fbde-1e2f-4dac-baed-2db11d09db76 {
  margin-left: auto;
margin-right: 0px;
min-height: 120px;
max-width: 80px;
}








#s-ed26fbde-1e2f-4dac-baed-2db11d09db76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed26fbde-1e2f-4dac-baed-2db11d09db76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25f6e290-73ef-4cdb-a7ec-4da4a4d6c9e7 {
  text-align: center;
}







  #s-25f6e290-73ef-4cdb-a7ec-4da4a4d6c9e7 img.shogun-image {
    

    
    
    
  }


#s-25f6e290-73ef-4cdb-a7ec-4da4a4d6c9e7 .shogun-image-content {
  
    align-items: center;
  
}








#s-6ba8ff81-35ba-484d-80e8-05d374e2d32e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ba8ff81-35ba-484d-80e8-05d374e2d32e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-e651e452-1dc3-47a6-9957-df9b6826ac19 {
  display: none;
}
#s-e651e452-1dc3-47a6-9957-df9b6826ac19, #wrap-s-e651e452-1dc3-47a6-9957-df9b6826ac19 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e651e452-1dc3-47a6-9957-df9b6826ac19 {
  display: none;
}
#s-e651e452-1dc3-47a6-9957-df9b6826ac19, #wrap-s-e651e452-1dc3-47a6-9957-df9b6826ac19 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e651e452-1dc3-47a6-9957-df9b6826ac19"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e651e452-1dc3-47a6-9957-df9b6826ac19"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e651e452-1dc3-47a6-9957-df9b6826ac19"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e651e452-1dc3-47a6-9957-df9b6826ac19"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-372dd944-f480-4f2f-934e-593245a88556 {
  min-height: 120px;
}

@media (min-width: 0px) {
[id="s-372dd944-f480-4f2f-934e-593245a88556"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-372dd944-f480-4f2f-934e-593245a88556"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-372dd944-f480-4f2f-934e-593245a88556"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-372dd944-f480-4f2f-934e-593245a88556"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-372dd944-f480-4f2f-934e-593245a88556"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-372dd944-f480-4f2f-934e-593245a88556"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-372dd944-f480-4f2f-934e-593245a88556"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-f7cebae4-786d-40e2-bdcb-23933d89de2c {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 56px;
}








#s-f7cebae4-786d-40e2-bdcb-23933d89de2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7cebae4-786d-40e2-bdcb-23933d89de2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-427e7dd1-cc87-4253-90bd-10d4fa1aa652 {
  text-align: center;
}







  #s-427e7dd1-cc87-4253-90bd-10d4fa1aa652 img.shogun-image {
    

    
    
    
  }


#s-427e7dd1-cc87-4253-90bd-10d4fa1aa652 .shogun-image-content {
  
    align-items: center;
  
}

#s-76ed9b4a-1f97-4dd6-868a-b7f9a310de58 {
  box-shadow:0px 0px 0px 0px ;
}








#s-76ed9b4a-1f97-4dd6-868a-b7f9a310de58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76ed9b4a-1f97-4dd6-868a-b7f9a310de58.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8e7effe2-4871-4aea-a48a-ad54d121f5f8 {
  box-shadow:0px 0px 0px 0px ;
margin-left: 0%;
margin-right: 0%;
}

#s-08696734-0efb-4297-ab4e-5cc4975c4d94 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-08696734-0efb-4297-ab4e-5cc4975c4d94"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-08696734-0efb-4297-ab4e-5cc4975c4d94"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-08696734-0efb-4297-ab4e-5cc4975c4d94"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-08696734-0efb-4297-ab4e-5cc4975c4d94"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-08696734-0efb-4297-ab4e-5cc4975c4d94"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-08696734-0efb-4297-ab4e-5cc4975c4d94"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-08696734-0efb-4297-ab4e-5cc4975c4d94"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-afe46dd4-28a8-472c-9b42-78f520fb30d6 {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 56px;
}








#s-afe46dd4-28a8-472c-9b42-78f520fb30d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afe46dd4-28a8-472c-9b42-78f520fb30d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a99f57f1-ec49-43bf-904f-6e9febd7ca9a {
  text-align: center;
}







  #s-a99f57f1-ec49-43bf-904f-6e9febd7ca9a img.shogun-image {
    

    
    
    
  }


#s-a99f57f1-ec49-43bf-904f-6e9febd7ca9a .shogun-image-content {
  
    align-items: center;
  
}








#s-ac98c68d-5e1c-4af7-9418-ecf4056da7ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac98c68d-5e1c-4af7-9418-ecf4056da7ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7f7e828-ec93-46ad-ba6c-3038f616ccc0 {
  margin-top: -48px;
}
@media (min-width: 1200px){#s-f7f7e828-ec93-46ad-ba6c-3038f616ccc0 {
  display: none;
}
#s-f7f7e828-ec93-46ad-ba6c-3038f616ccc0, #wrap-s-f7f7e828-ec93-46ad-ba6c-3038f616ccc0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f7f7e828-ec93-46ad-ba6c-3038f616ccc0 {
  display: none;
}
#s-f7f7e828-ec93-46ad-ba6c-3038f616ccc0, #wrap-s-f7f7e828-ec93-46ad-ba6c-3038f616ccc0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f7f7e828-ec93-46ad-ba6c-3038f616ccc0 {
  
}
}@media (max-width: 767px){#s-f7f7e828-ec93-46ad-ba6c-3038f616ccc0 {
  
}
}
@media (min-width: 0px) {
[id="s-f7f7e828-ec93-46ad-ba6c-3038f616ccc0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f7f7e828-ec93-46ad-ba6c-3038f616ccc0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f7f7e828-ec93-46ad-ba6c-3038f616ccc0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7f7e828-ec93-46ad-ba6c-3038f616ccc0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-c5ed8d3b-584d-4abc-9cd5-a6cf79189b3c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c5ed8d3b-584d-4abc-9cd5-a6cf79189b3c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c5ed8d3b-584d-4abc-9cd5-a6cf79189b3c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c5ed8d3b-584d-4abc-9cd5-a6cf79189b3c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c5ed8d3b-584d-4abc-9cd5-a6cf79189b3c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5ed8d3b-584d-4abc-9cd5-a6cf79189b3c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c5ed8d3b-584d-4abc-9cd5-a6cf79189b3c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-84a098c0-5a04-414e-a351-88bedb9ded5c {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 56px;
}








#s-84a098c0-5a04-414e-a351-88bedb9ded5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84a098c0-5a04-414e-a351-88bedb9ded5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9acb7fe0-cf69-420a-ae84-5e0c63af4b1b {
  text-align: center;
}







  #s-9acb7fe0-cf69-420a-ae84-5e0c63af4b1b img.shogun-image {
    

    
    
    
  }


#s-9acb7fe0-cf69-420a-ae84-5e0c63af4b1b .shogun-image-content {
  
    align-items: center;
  
}








#s-a15df4c1-4d2b-4d73-b622-cb3837983593 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a15df4c1-4d2b-4d73-b622-cb3837983593.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a6ea37e-fa67-470c-b664-309d290973e0 {
  margin-top: auto;
margin-bottom: auto;
}

#s-85683886-f6f6-4c7e-acf5-d0b360e394d5 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-85683886-f6f6-4c7e-acf5-d0b360e394d5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-85683886-f6f6-4c7e-acf5-d0b360e394d5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-85683886-f6f6-4c7e-acf5-d0b360e394d5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-85683886-f6f6-4c7e-acf5-d0b360e394d5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-85683886-f6f6-4c7e-acf5-d0b360e394d5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-85683886-f6f6-4c7e-acf5-d0b360e394d5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-85683886-f6f6-4c7e-acf5-d0b360e394d5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-c86a2a8d-676a-40eb-af20-eadae1d70a7b {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 65px;
}








#s-c86a2a8d-676a-40eb-af20-eadae1d70a7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c86a2a8d-676a-40eb-af20-eadae1d70a7b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a692838-4c20-4fb4-9beb-c13082cd26ca {
  text-align: center;
}







  #s-8a692838-4c20-4fb4-9beb-c13082cd26ca img.shogun-image {
    

    
    
    
  }


#s-8a692838-4c20-4fb4-9beb-c13082cd26ca .shogun-image-content {
  
    align-items: center;
  
}








#s-739b8fda-3cf6-4b2b-9cf5-81305bc0992e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-739b8fda-3cf6-4b2b-9cf5-81305bc0992e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ae61cfa-4a4c-42fb-80da-7a96a4769aba {
  margin-left: 0px;
margin-right: 8px;
}

#s-df757de9-7b30-449c-9a38-4f8bce7a2d78 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-df757de9-7b30-449c-9a38-4f8bce7a2d78 > .shg-box-overlay {
  background-color: rgba(228, 73, 73, 1);
  opacity: 0;
}#s-df757de9-7b30-449c-9a38-4f8bce7a2d78.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2a4064e1-a2bb-4e0a-83c7-cbf725084802 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-2a4064e1-a2bb-4e0a-83c7-cbf725084802 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2a4064e1-a2bb-4e0a-83c7-cbf725084802 {
  
}
}@media (max-width: 767px){#s-2a4064e1-a2bb-4e0a-83c7-cbf725084802 {
  
}
}







#s-2a4064e1-a2bb-4e0a-83c7-cbf725084802 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a4064e1-a2bb-4e0a-83c7-cbf725084802.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-48e0fc56-ab5a-4fb3-8864-072be1763410 {
  text-align: left;
}

.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-e71b6aec-6a17-4b49-977d-403f5bb10d2e {
  margin-top: 24px;
margin-left: 8px;
margin-bottom: 24px;
padding-top: 8px;
padding-left: 8px;
padding-bottom: 8px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-e71b6aec-6a17-4b49-977d-403f5bb10d2e {
  display: none;
}
#s-e71b6aec-6a17-4b49-977d-403f5bb10d2e, #wrap-s-e71b6aec-6a17-4b49-977d-403f5bb10d2e { display:none !important; }}@media (max-width: 767px){#s-e71b6aec-6a17-4b49-977d-403f5bb10d2e {
  display: none;
}
#s-e71b6aec-6a17-4b49-977d-403f5bb10d2e, #wrap-s-e71b6aec-6a17-4b49-977d-403f5bb10d2e { display:none !important; }}
#s-e71b6aec-6a17-4b49-977d-403f5bb10d2e .shg-product-title-component h1 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
}

#s-4ba6fd2f-8eaf-48b5-8496-97d3fb739911 {
  margin-top: 16px;
margin-left: 8px;
margin-bottom: 0px;
padding-top: 8px;
padding-left: 8px;
padding-bottom: 8px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
}
@media (min-width: 1200px){#s-4ba6fd2f-8eaf-48b5-8496-97d3fb739911 {
  display: none;
}
#s-4ba6fd2f-8eaf-48b5-8496-97d3fb739911, #wrap-s-4ba6fd2f-8eaf-48b5-8496-97d3fb739911 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ba6fd2f-8eaf-48b5-8496-97d3fb739911 {
  display: none;
}
#s-4ba6fd2f-8eaf-48b5-8496-97d3fb739911, #wrap-s-4ba6fd2f-8eaf-48b5-8496-97d3fb739911 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4ba6fd2f-8eaf-48b5-8496-97d3fb739911 {
  
}
}
#s-4ba6fd2f-8eaf-48b5-8496-97d3fb739911 .shg-product-title-component h1 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

#s-7b22a43a-6f71-4a14-9457-4cd22f80a4bf {
  padding-top: 16px;
padding-left: 16px;
padding-right: 16px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-7b22a43a-6f71-4a14-9457-4cd22f80a4bf"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-7b22a43a-6f71-4a14-9457-4cd22f80a4bf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-7b22a43a-6f71-4a14-9457-4cd22f80a4bf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b22a43a-6f71-4a14-9457-4cd22f80a4bf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.0px);
}

}

.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-7ea9d5e3-6a22-4cd8-b69e-e1f8b5a877f6 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(37, 37, 81, 1);
border-style: solid;
text-align: center;
opacity: 1;
}
@media (min-width: 1200px){#s-7ea9d5e3-6a22-4cd8-b69e-e1f8b5a877f6 {
  display: none;
}
#s-7ea9d5e3-6a22-4cd8-b69e-e1f8b5a877f6, #wrap-s-7ea9d5e3-6a22-4cd8-b69e-e1f8b5a877f6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7ea9d5e3-6a22-4cd8-b69e-e1f8b5a877f6 {
  display: none;
}
#s-7ea9d5e3-6a22-4cd8-b69e-e1f8b5a877f6, #wrap-s-7ea9d5e3-6a22-4cd8-b69e-e1f8b5a877f6 { display:none !important; }}


.shg-c#s-7ea9d5e3-6a22-4cd8-b69e-e1f8b5a877f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ea9d5e3-6a22-4cd8-b69e-e1f8b5a877f6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7ea9d5e3-6a22-4cd8-b69e-e1f8b5a877f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ea9d5e3-6a22-4cd8-b69e-e1f8b5a877f6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7ea9d5e3-6a22-4cd8-b69e-e1f8b5a877f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ea9d5e3-6a22-4cd8-b69e-e1f8b5a877f6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7ea9d5e3-6a22-4cd8-b69e-e1f8b5a877f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ea9d5e3-6a22-4cd8-b69e-e1f8b5a877f6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7ea9d5e3-6a22-4cd8-b69e-e1f8b5a877f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ea9d5e3-6a22-4cd8-b69e-e1f8b5a877f6 img.shogun-image {
  width: 100%;
}



}
#s-6e306a84-af92-4315-b7d8-6ca2c18ca1c3 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
margin-bottom: 0px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(37, 37, 81, 1);
border-style: solid;
text-align: center;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-6e306a84-af92-4315-b7d8-6ca2c18ca1c3 {
  display: none;
}
#s-6e306a84-af92-4315-b7d8-6ca2c18ca1c3, #wrap-s-6e306a84-af92-4315-b7d8-6ca2c18ca1c3 { display:none !important; }}@media (max-width: 767px){#s-6e306a84-af92-4315-b7d8-6ca2c18ca1c3 {
  display: none;
}
#s-6e306a84-af92-4315-b7d8-6ca2c18ca1c3, #wrap-s-6e306a84-af92-4315-b7d8-6ca2c18ca1c3 { display:none !important; }}

.shg-c#s-6e306a84-af92-4315-b7d8-6ca2c18ca1c3 {
  max-width:  100%;
}

.shg-c#s-6e306a84-af92-4315-b7d8-6ca2c18ca1c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6e306a84-af92-4315-b7d8-6ca2c18ca1c3 .shg-image-zoom,
.shg-c#s-6e306a84-af92-4315-b7d8-6ca2c18ca1c3 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-6e306a84-af92-4315-b7d8-6ca2c18ca1c3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6e306a84-af92-4315-b7d8-6ca2c18ca1c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e306a84-af92-4315-b7d8-6ca2c18ca1c3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-6e306a84-af92-4315-b7d8-6ca2c18ca1c3 {
  max-width:  100%;
}

.shg-c#s-6e306a84-af92-4315-b7d8-6ca2c18ca1c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6e306a84-af92-4315-b7d8-6ca2c18ca1c3 .shg-image-zoom,
.shg-c#s-6e306a84-af92-4315-b7d8-6ca2c18ca1c3 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-6e306a84-af92-4315-b7d8-6ca2c18ca1c3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6e306a84-af92-4315-b7d8-6ca2c18ca1c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e306a84-af92-4315-b7d8-6ca2c18ca1c3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6e306a84-af92-4315-b7d8-6ca2c18ca1c3 {
  max-width:  100%;
}

.shg-c#s-6e306a84-af92-4315-b7d8-6ca2c18ca1c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6e306a84-af92-4315-b7d8-6ca2c18ca1c3 .shg-image-zoom,
.shg-c#s-6e306a84-af92-4315-b7d8-6ca2c18ca1c3 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-6e306a84-af92-4315-b7d8-6ca2c18ca1c3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6e306a84-af92-4315-b7d8-6ca2c18ca1c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e306a84-af92-4315-b7d8-6ca2c18ca1c3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6e306a84-af92-4315-b7d8-6ca2c18ca1c3 {
  max-width:  100%;
}

.shg-c#s-6e306a84-af92-4315-b7d8-6ca2c18ca1c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6e306a84-af92-4315-b7d8-6ca2c18ca1c3 .shg-image-zoom,
.shg-c#s-6e306a84-af92-4315-b7d8-6ca2c18ca1c3 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-6e306a84-af92-4315-b7d8-6ca2c18ca1c3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6e306a84-af92-4315-b7d8-6ca2c18ca1c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e306a84-af92-4315-b7d8-6ca2c18ca1c3 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-6e306a84-af92-4315-b7d8-6ca2c18ca1c3 {
  max-width:  100%;
}

.shg-c#s-6e306a84-af92-4315-b7d8-6ca2c18ca1c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6e306a84-af92-4315-b7d8-6ca2c18ca1c3 .shg-image-zoom,
.shg-c#s-6e306a84-af92-4315-b7d8-6ca2c18ca1c3 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-6e306a84-af92-4315-b7d8-6ca2c18ca1c3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6e306a84-af92-4315-b7d8-6ca2c18ca1c3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e306a84-af92-4315-b7d8-6ca2c18ca1c3 img.shogun-image {
  width: 100%;
}



}
.shg-gallery-root {
}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}

#s-47f13a96-93c7-4deb-8039-1dc06625d2e3 {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(37, 37, 81, 1);
border-style: solid;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-47f13a96-93c7-4deb-8039-1dc06625d2e3 {
  display: none;
}
#s-47f13a96-93c7-4deb-8039-1dc06625d2e3, #wrap-s-47f13a96-93c7-4deb-8039-1dc06625d2e3 { display:none !important; }}@media (max-width: 767px){#s-47f13a96-93c7-4deb-8039-1dc06625d2e3 {
  display: none;
}
#s-47f13a96-93c7-4deb-8039-1dc06625d2e3, #wrap-s-47f13a96-93c7-4deb-8039-1dc06625d2e3 { display:none !important; }}
#s-47f13a96-93c7-4deb-8039-1dc06625d2e3 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 16.666666666666668%;
  padding-right: 8px;
  padding-bottom: 8px;
}

#s-47f13a96-93c7-4deb-8039-1dc06625d2e3 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-47f13a96-93c7-4deb-8039-1dc06625d2e3 .shg-gallery-thumb-list-margin {
  margin-right: -8px;
}

#s-47f13a96-93c7-4deb-8039-1dc06625d2e3 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-47f13a96-93c7-4deb-8039-1dc06625d2e3 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-47f13a96-93c7-4deb-8039-1dc06625d2e3 .shg-gallery-dot {
  background-color: #FFF;
}

#s-36a10dc9-77d1-4a97-9d2b-684699b28ef4 {
  min-height: 140px;
}
@media (min-width: 1200px){#s-36a10dc9-77d1-4a97-9d2b-684699b28ef4 {
  display: none;
}
#s-36a10dc9-77d1-4a97-9d2b-684699b28ef4, #wrap-s-36a10dc9-77d1-4a97-9d2b-684699b28ef4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-36a10dc9-77d1-4a97-9d2b-684699b28ef4 {
  display: none;
}
#s-36a10dc9-77d1-4a97-9d2b-684699b28ef4, #wrap-s-36a10dc9-77d1-4a97-9d2b-684699b28ef4 { display:none !important; }}







#s-36a10dc9-77d1-4a97-9d2b-684699b28ef4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36a10dc9-77d1-4a97-9d2b-684699b28ef4.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-c0a810d6-4657-4fd0-9487-27500fadd548 {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(37, 37, 81, 1);
border-style: solid;
text-align: left;
}
@media (min-width: 1200px){#s-c0a810d6-4657-4fd0-9487-27500fadd548 {
  display: none;
}
#s-c0a810d6-4657-4fd0-9487-27500fadd548, #wrap-s-c0a810d6-4657-4fd0-9487-27500fadd548 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c0a810d6-4657-4fd0-9487-27500fadd548 {
  display: none;
}
#s-c0a810d6-4657-4fd0-9487-27500fadd548, #wrap-s-c0a810d6-4657-4fd0-9487-27500fadd548 { display:none !important; }}
#s-c0a810d6-4657-4fd0-9487-27500fadd548 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 16.666666666666668%;
  padding-right: 8px;
  padding-bottom: 8px;
}

#s-c0a810d6-4657-4fd0-9487-27500fadd548 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-c0a810d6-4657-4fd0-9487-27500fadd548 .shg-gallery-thumb-list-margin {
  margin-right: -8px;
}

#s-c0a810d6-4657-4fd0-9487-27500fadd548 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-c0a810d6-4657-4fd0-9487-27500fadd548 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-c0a810d6-4657-4fd0-9487-27500fadd548 .shg-gallery-dot {
  background-color: #FFF;
}

@media (min-width: 768px) and (max-width: 991px){#s-c7e40055-b1cd-4111-ac1d-581013c18cac {
  display: none;
}
#s-c7e40055-b1cd-4111-ac1d-581013c18cac, #wrap-s-c7e40055-b1cd-4111-ac1d-581013c18cac { display:none !important; }}@media (max-width: 767px){#s-c7e40055-b1cd-4111-ac1d-581013c18cac {
  display: none;
}
#s-c7e40055-b1cd-4111-ac1d-581013c18cac, #wrap-s-c7e40055-b1cd-4111-ac1d-581013c18cac { display:none !important; }}







#s-c7e40055-b1cd-4111-ac1d-581013c18cac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7e40055-b1cd-4111-ac1d-581013c18cac.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-2271b657-dd08-495e-9cbc-c5029a8f3db3 {
  min-height: 50px;
}








#s-2271b657-dd08-495e-9cbc-c5029a8f3db3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2271b657-dd08-495e-9cbc-c5029a8f3db3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d525c6b1-7bfd-468d-a0c0-331848e37748 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 150px;
background-color: rgba(37, 37, 81, 1);
background-attachment: scroll;
}








#s-d525c6b1-7bfd-468d-a0c0-331848e37748 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d525c6b1-7bfd-468d-a0c0-331848e37748.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-51009b56-272b-4374-9fc0-33c1655ec8ec {
  margin-top: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-51009b56-272b-4374-9fc0-33c1655ec8ec .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 56px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-51009b56-272b-4374-9fc0-33c1655ec8ec .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 56px;
}

#s-51009b56-272b-4374-9fc0-33c1655ec8ec .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-b50e354d-9f43-4824-975f-b45a6b053f42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b50e354d-9f43-4824-975f-b45a6b053f42.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96b53ffd-5fd3-4869-a14f-6efa55fff4ea {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
min-height: 0px;
}

#s-0f023cf2-830b-4052-aede-602a441ab831 {
  margin-top: auto;
margin-bottom: auto;
background-color: rgba(37, 37, 81, 1);
}

@media (min-width: 0px) {
[id="s-0f023cf2-830b-4052-aede-602a441ab831"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0f023cf2-830b-4052-aede-602a441ab831"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0f023cf2-830b-4052-aede-602a441ab831"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0f023cf2-830b-4052-aede-602a441ab831"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0f023cf2-830b-4052-aede-602a441ab831"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f023cf2-830b-4052-aede-602a441ab831"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0f023cf2-830b-4052-aede-602a441ab831"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-0f5e5b12-032a-4691-a377-a3351e02e45d {
  margin-top: auto;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 24px;
padding-right: 16px;
text-align: center;
}

#s-0f5e5b12-032a-4691-a377-a3351e02e45d .shg-product-quantity-wrapper {
  display: flex;
}

#s-0f5e5b12-032a-4691-a377-a3351e02e45d .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-0f5e5b12-032a-4691-a377-a3351e02e45d .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-0f5e5b12-032a-4691-a377-a3351e02e45d .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-0f5e5b12-032a-4691-a377-a3351e02e45d .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-0f5e5b12-032a-4691-a377-a3351e02e45d label {
    color: rgba(255, 255, 255, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-0f5e5b12-032a-4691-a377-a3351e02e45d label:after {
      display: block;
      content: ' ';
      margin-bottom: 8px;
    }
  


.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-4624ece7-eee0-48b8-beef-b915134c35c2 {
  margin-top: 16px;
margin-left: 0%;
margin-bottom: 16px;
margin-right: 0%;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 0px;
background-color: rgba(155, 102, 197, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-4624ece7-eee0-48b8-beef-b915134c35c2:hover {background-color: rgba(117, 76, 150, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4624ece7-eee0-48b8-beef-b915134c35c2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4624ece7-eee0-48b8-beef-b915134c35c2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4624ece7-eee0-48b8-beef-b915134c35c2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4624ece7-eee0-48b8-beef-b915134c35c2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-4624ece7-eee0-48b8-beef-b915134c35c2.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  
}


  #s-4624ece7-eee0-48b8-beef-b915134c35c2.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    
  }


#s-abe6c9cb-beb6-44b7-a27f-fa344ee57bd8 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-abe6c9cb-beb6-44b7-a27f-fa344ee57bd8 {
  display: none;
}
#s-abe6c9cb-beb6-44b7-a27f-fa344ee57bd8, #wrap-s-abe6c9cb-beb6-44b7-a27f-fa344ee57bd8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-abe6c9cb-beb6-44b7-a27f-fa344ee57bd8 {
  display: none;
}
#s-abe6c9cb-beb6-44b7-a27f-fa344ee57bd8, #wrap-s-abe6c9cb-beb6-44b7-a27f-fa344ee57bd8 { display:none !important; }}







#s-abe6c9cb-beb6-44b7-a27f-fa344ee57bd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abe6c9cb-beb6-44b7-a27f-fa344ee57bd8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bbd1073d-0590-45d8-8824-559beff3972e {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 100px;
background-color: rgba(37, 37, 81, 1);
background-attachment: scroll;
}








#s-bbd1073d-0590-45d8-8824-559beff3972e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbd1073d-0590-45d8-8824-559beff3972e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dcaa7459-ce74-48b9-848e-c6ba164eca12 {
  margin-top: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-dcaa7459-ce74-48b9-848e-c6ba164eca12 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 40px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-dcaa7459-ce74-48b9-848e-c6ba164eca12 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 40px;
}

#s-dcaa7459-ce74-48b9-848e-c6ba164eca12 .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-1dea2bcf-ed3a-4467-b5ad-19e7cb6cbb89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1dea2bcf-ed3a-4467-b5ad-19e7cb6cbb89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18ba2166-8f35-488d-9454-5fb138d2ab3e {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
min-height: 0px;
}

#s-94807e7d-b87a-4bbb-991a-847840d791b2 {
  margin-top: auto;
margin-bottom: auto;
padding-top: 8px;
padding-bottom: 24px;
min-height: 140px;
background-color: rgba(37, 37, 81, 1);
}








#s-94807e7d-b87a-4bbb-991a-847840d791b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94807e7d-b87a-4bbb-991a-847840d791b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-01aca141-5a84-4de3-a179-8df38ab886ec {
  margin-left: auto;
margin-bottom: 24px;
margin-right: auto;
max-width: 250px;
text-align: center;
}

#s-01aca141-5a84-4de3-a179-8df38ab886ec .shg-product-quantity-wrapper {
  display: flex;
}

#s-01aca141-5a84-4de3-a179-8df38ab886ec .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-01aca141-5a84-4de3-a179-8df38ab886ec .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-01aca141-5a84-4de3-a179-8df38ab886ec .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-01aca141-5a84-4de3-a179-8df38ab886ec .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-01aca141-5a84-4de3-a179-8df38ab886ec label {
    color: rgba(255, 255, 255, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-01aca141-5a84-4de3-a179-8df38ab886ec label:after {
      display: block;
      content: ' ';
      margin-bottom: 8px;
    }
  


#s-efbfb6ac-cda2-4c54-8cb0-c2513b677a2c {
  margin-top: auto;
margin-left: 16px;
margin-bottom: auto;
margin-right: 16px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
max-width: 256px;
background-color: rgba(155, 102, 197, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-efbfb6ac-cda2-4c54-8cb0-c2513b677a2c:hover {background-color: rgba(117, 76, 150, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-efbfb6ac-cda2-4c54-8cb0-c2513b677a2c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-efbfb6ac-cda2-4c54-8cb0-c2513b677a2c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-efbfb6ac-cda2-4c54-8cb0-c2513b677a2c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-efbfb6ac-cda2-4c54-8cb0-c2513b677a2c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-efbfb6ac-cda2-4c54-8cb0-c2513b677a2c.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  
}


  #s-efbfb6ac-cda2-4c54-8cb0-c2513b677a2c.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    
  }


#s-c3b784fa-7801-4c35-8864-2e1b9892d8a1 {
  min-height: 250px;
}
@media (min-width: 1200px){#s-c3b784fa-7801-4c35-8864-2e1b9892d8a1 {
  display: none;
}
#s-c3b784fa-7801-4c35-8864-2e1b9892d8a1, #wrap-s-c3b784fa-7801-4c35-8864-2e1b9892d8a1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c3b784fa-7801-4c35-8864-2e1b9892d8a1 {
  display: none;
}
#s-c3b784fa-7801-4c35-8864-2e1b9892d8a1, #wrap-s-c3b784fa-7801-4c35-8864-2e1b9892d8a1 { display:none !important; }}







#s-c3b784fa-7801-4c35-8864-2e1b9892d8a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3b784fa-7801-4c35-8864-2e1b9892d8a1.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-cec8eda6-23d1-4d70-842b-8c5d16921405 {
  margin-top: 24px;
}
@media (min-width: 1200px){#s-cec8eda6-23d1-4d70-842b-8c5d16921405 {
  display: none;
}
#s-cec8eda6-23d1-4d70-842b-8c5d16921405, #wrap-s-cec8eda6-23d1-4d70-842b-8c5d16921405 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cec8eda6-23d1-4d70-842b-8c5d16921405 {
  display: none;
}
#s-cec8eda6-23d1-4d70-842b-8c5d16921405, #wrap-s-cec8eda6-23d1-4d70-842b-8c5d16921405 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cec8eda6-23d1-4d70-842b-8c5d16921405 {
  
}
}
@media (min-width: 0px) {
[id="s-cec8eda6-23d1-4d70-842b-8c5d16921405"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-cec8eda6-23d1-4d70-842b-8c5d16921405"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-cec8eda6-23d1-4d70-842b-8c5d16921405"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-cec8eda6-23d1-4d70-842b-8c5d16921405"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-ad6bb987-952a-4c6e-8d7c-5f9176e159d8 {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-ad6bb987-952a-4c6e-8d7c-5f9176e159d8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-ad6bb987-952a-4c6e-8d7c-5f9176e159d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-ad6bb987-952a-4c6e-8d7c-5f9176e159d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad6bb987-952a-4c6e-8d7c-5f9176e159d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-1188b313-8750-492b-bf1b-9c214c93106f {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-1188b313-8750-492b-bf1b-9c214c93106f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1188b313-8750-492b-bf1b-9c214c93106f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-76a6390a-91e4-44b4-84cd-d127a31bd5e3 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-76a6390a-91e4-44b4-84cd-d127a31bd5e3 img.shogun-image {
    

    
    
    
  }


#s-76a6390a-91e4-44b4-84cd-d127a31bd5e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e87e02f-a4e1-494f-94ea-51f5636e1256 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-7e87e02f-a4e1-494f-94ea-51f5636e1256 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e87e02f-a4e1-494f-94ea-51f5636e1256.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44d9582a-1d92-4879-8195-4a2cc2ab332a {
  text-align: center;
}







  #s-44d9582a-1d92-4879-8195-4a2cc2ab332a img.shogun-image {
    

    
    
    
  }


#s-44d9582a-1d92-4879-8195-4a2cc2ab332a .shogun-image-content {
  
    align-items: center;
  
}

#s-53ec197b-20a1-4091-bc5a-a89bfe974ba9 {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-53ec197b-20a1-4091-bc5a-a89bfe974ba9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-53ec197b-20a1-4091-bc5a-a89bfe974ba9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-53ec197b-20a1-4091-bc5a-a89bfe974ba9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-53ec197b-20a1-4091-bc5a-a89bfe974ba9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-f0a1fb08-c093-4217-913d-033c15bfdb3f {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-f0a1fb08-c093-4217-913d-033c15bfdb3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0a1fb08-c093-4217-913d-033c15bfdb3f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a6a7c19-fea9-4670-aa14-03e15e58d613 {
  text-align: center;
}







  #s-1a6a7c19-fea9-4670-aa14-03e15e58d613 img.shogun-image {
    

    
    
    
  }


#s-1a6a7c19-fea9-4670-aa14-03e15e58d613 .shogun-image-content {
  
    align-items: center;
  
}

#s-ab16865b-b8d6-4a19-8c30-8ce6cf23de30 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-ab16865b-b8d6-4a19-8c30-8ce6cf23de30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab16865b-b8d6-4a19-8c30-8ce6cf23de30.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a7e89576-7162-418e-babd-3481cfd8e17d {
  text-align: center;
}







  #s-a7e89576-7162-418e-babd-3481cfd8e17d img.shogun-image {
    

    
    
    
  }


#s-a7e89576-7162-418e-babd-3481cfd8e17d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-133c99ae-d03b-4532-93d4-1f4b98d7e749 {
  display: none;
}
#s-133c99ae-d03b-4532-93d4-1f4b98d7e749, #wrap-s-133c99ae-d03b-4532-93d4-1f4b98d7e749 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-133c99ae-d03b-4532-93d4-1f4b98d7e749 {
  display: none;
}
#s-133c99ae-d03b-4532-93d4-1f4b98d7e749, #wrap-s-133c99ae-d03b-4532-93d4-1f4b98d7e749 { display:none !important; }}@media (max-width: 767px){#s-133c99ae-d03b-4532-93d4-1f4b98d7e749 {
  
}
}
@media (min-width: 0px) {
[id="s-133c99ae-d03b-4532-93d4-1f4b98d7e749"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-133c99ae-d03b-4532-93d4-1f4b98d7e749"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-133c99ae-d03b-4532-93d4-1f4b98d7e749"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-133c99ae-d03b-4532-93d4-1f4b98d7e749"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-ec73d4f0-640e-403b-be88-5af5813372bb {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-ec73d4f0-640e-403b-be88-5af5813372bb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-ec73d4f0-640e-403b-be88-5af5813372bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-ec73d4f0-640e-403b-be88-5af5813372bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec73d4f0-640e-403b-be88-5af5813372bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-35b93497-ad6d-4284-ad9a-58edce51f7f6 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-35b93497-ad6d-4284-ad9a-58edce51f7f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35b93497-ad6d-4284-ad9a-58edce51f7f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da9817df-5401-4fa3-bc35-936466f7a1ed {
  text-align: center;
}







  #s-da9817df-5401-4fa3-bc35-936466f7a1ed img.shogun-image {
    

    
    
    
  }


#s-da9817df-5401-4fa3-bc35-936466f7a1ed .shogun-image-content {
  
    align-items: center;
  
}

#s-58d2667a-7aa9-4a57-a395-5ba644e32082 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-58d2667a-7aa9-4a57-a395-5ba644e32082 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58d2667a-7aa9-4a57-a395-5ba644e32082.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65ee7bb9-0fc5-42b3-855d-ebc23d1b164a {
  text-align: center;
}








#s-65ee7bb9-0fc5-42b3-855d-ebc23d1b164a .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-de9d9b81-65e1-43c6-87c0-3fb9bc6dcafe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-de9d9b81-65e1-43c6-87c0-3fb9bc6dcafe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-de9d9b81-65e1-43c6-87c0-3fb9bc6dcafe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-de9d9b81-65e1-43c6-87c0-3fb9bc6dcafe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-e3143bad-1379-4da6-b454-53f235031b72 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-e3143bad-1379-4da6-b454-53f235031b72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3143bad-1379-4da6-b454-53f235031b72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e860b414-19de-4080-81a4-107ba8add83e {
  text-align: center;
}







  #s-e860b414-19de-4080-81a4-107ba8add83e img.shogun-image {
    

    
    
    
  }


#s-e860b414-19de-4080-81a4-107ba8add83e .shogun-image-content {
  
    align-items: center;
  
}

#s-98920824-ad8b-4f4b-b482-deb8d90ba5b6 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-98920824-ad8b-4f4b-b482-deb8d90ba5b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98920824-ad8b-4f4b-b482-deb8d90ba5b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b2c6013-e2e0-4938-911f-ed91cb91e73d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}








#s-5b2c6013-e2e0-4938-911f-ed91cb91e73d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-12a403e2-0f31-4b31-adcc-48bd6064f96d {
  display: none;
}
#s-12a403e2-0f31-4b31-adcc-48bd6064f96d, #wrap-s-12a403e2-0f31-4b31-adcc-48bd6064f96d { display:none !important; }}@media (max-width: 767px){#s-12a403e2-0f31-4b31-adcc-48bd6064f96d {
  display: none;
}
#s-12a403e2-0f31-4b31-adcc-48bd6064f96d, #wrap-s-12a403e2-0f31-4b31-adcc-48bd6064f96d { display:none !important; }}







#s-12a403e2-0f31-4b31-adcc-48bd6064f96d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12a403e2-0f31-4b31-adcc-48bd6064f96d.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-26b5baff-5241-4ecd-9766-b8d5bc80ca8f {
  margin-top: 24px;
}
@media (min-width: 768px) and (max-width: 991px){#s-26b5baff-5241-4ecd-9766-b8d5bc80ca8f {
  display: none;
}
#s-26b5baff-5241-4ecd-9766-b8d5bc80ca8f, #wrap-s-26b5baff-5241-4ecd-9766-b8d5bc80ca8f { display:none !important; }}
@media (min-width: 0px) {
[id="s-26b5baff-5241-4ecd-9766-b8d5bc80ca8f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-26b5baff-5241-4ecd-9766-b8d5bc80ca8f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-26b5baff-5241-4ecd-9766-b8d5bc80ca8f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-26b5baff-5241-4ecd-9766-b8d5bc80ca8f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-a6716d29-a179-4e7f-8b75-ecd363e5e9c3 {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-a6716d29-a179-4e7f-8b75-ecd363e5e9c3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-a6716d29-a179-4e7f-8b75-ecd363e5e9c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-a6716d29-a179-4e7f-8b75-ecd363e5e9c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6716d29-a179-4e7f-8b75-ecd363e5e9c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-46fbe1a9-769b-4500-9422-d2470e465702 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-46fbe1a9-769b-4500-9422-d2470e465702 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46fbe1a9-769b-4500-9422-d2470e465702.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78f9797d-830a-4552-80a9-7064112b44fb {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-78f9797d-830a-4552-80a9-7064112b44fb img.shogun-image {
    

    
    
    
  }


#s-78f9797d-830a-4552-80a9-7064112b44fb .shogun-image-content {
  
    align-items: center;
  
}

#s-8c98ac10-943f-4e9d-9ff9-a0b1ef8361ad {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-8c98ac10-943f-4e9d-9ff9-a0b1ef8361ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c98ac10-943f-4e9d-9ff9-a0b1ef8361ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc94baa5-6e7e-4d21-a568-e8a08e0ba8a1 {
  text-align: center;
}







  #s-bc94baa5-6e7e-4d21-a568-e8a08e0ba8a1 img.shogun-image {
    

    
    
    
  }


#s-bc94baa5-6e7e-4d21-a568-e8a08e0ba8a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-c9f8dfb4-d52f-4005-ae6c-7ebf7b6a0f56 {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-c9f8dfb4-d52f-4005-ae6c-7ebf7b6a0f56"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-c9f8dfb4-d52f-4005-ae6c-7ebf7b6a0f56"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-c9f8dfb4-d52f-4005-ae6c-7ebf7b6a0f56"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9f8dfb4-d52f-4005-ae6c-7ebf7b6a0f56"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-6f56c61e-3126-4d09-aadc-c86ff2aaa8a3 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-6f56c61e-3126-4d09-aadc-c86ff2aaa8a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f56c61e-3126-4d09-aadc-c86ff2aaa8a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be529e3b-50d9-4d13-890a-18e27fa7023e {
  text-align: center;
}







  #s-be529e3b-50d9-4d13-890a-18e27fa7023e img.shogun-image {
    

    
    
    
  }


#s-be529e3b-50d9-4d13-890a-18e27fa7023e .shogun-image-content {
  
    align-items: center;
  
}

#s-6f74b878-2f2d-47b2-9431-4163448d7190 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-6f74b878-2f2d-47b2-9431-4163448d7190 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f74b878-2f2d-47b2-9431-4163448d7190.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3499620b-1a7d-4ddc-819d-b6d2d13f0b14 {
  text-align: center;
}







  #s-3499620b-1a7d-4ddc-819d-b6d2d13f0b14 img.shogun-image {
    

    
    
    
  }


#s-3499620b-1a7d-4ddc-819d-b6d2d13f0b14 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-153c17f5-8605-4b7a-a1b5-acece7d505dd {
  display: none;
}
#s-153c17f5-8605-4b7a-a1b5-acece7d505dd, #wrap-s-153c17f5-8605-4b7a-a1b5-acece7d505dd { display:none !important; }}
@media (min-width: 0px) {
[id="s-153c17f5-8605-4b7a-a1b5-acece7d505dd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-153c17f5-8605-4b7a-a1b5-acece7d505dd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-153c17f5-8605-4b7a-a1b5-acece7d505dd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-153c17f5-8605-4b7a-a1b5-acece7d505dd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-e0ce0c69-dd88-476c-89b7-2c1f53b28f0a {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-e0ce0c69-dd88-476c-89b7-2c1f53b28f0a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-e0ce0c69-dd88-476c-89b7-2c1f53b28f0a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-e0ce0c69-dd88-476c-89b7-2c1f53b28f0a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0ce0c69-dd88-476c-89b7-2c1f53b28f0a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-ea83a777-c545-4232-a784-8a7a07582e96 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-ea83a777-c545-4232-a784-8a7a07582e96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea83a777-c545-4232-a784-8a7a07582e96.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f47a9f2-b0dd-4c0e-bd36-f4a9e70d8ef5 {
  text-align: center;
}







  #s-9f47a9f2-b0dd-4c0e-bd36-f4a9e70d8ef5 img.shogun-image {
    

    
    
    
  }


#s-9f47a9f2-b0dd-4c0e-bd36-f4a9e70d8ef5 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c93f331-6ce2-45f1-98e2-6996d1cc9236 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-8c93f331-6ce2-45f1-98e2-6996d1cc9236 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c93f331-6ce2-45f1-98e2-6996d1cc9236.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d70028e-083d-4908-9545-43b3754325a6 {
  text-align: center;
}








#s-4d70028e-083d-4908-9545-43b3754325a6 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-90ac598c-7fe8-4432-9201-af6b23b36031"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-90ac598c-7fe8-4432-9201-af6b23b36031"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-90ac598c-7fe8-4432-9201-af6b23b36031"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-90ac598c-7fe8-4432-9201-af6b23b36031"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-9bdbc7e1-11a4-4079-b556-323d26ea727c {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-9bdbc7e1-11a4-4079-b556-323d26ea727c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bdbc7e1-11a4-4079-b556-323d26ea727c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26477067-360b-4d3a-956e-4965cf718bf6 {
  text-align: center;
}







  #s-26477067-360b-4d3a-956e-4965cf718bf6 img.shogun-image {
    

    
    
    
  }


#s-26477067-360b-4d3a-956e-4965cf718bf6 .shogun-image-content {
  
    align-items: center;
  
}

#s-f18cc2bf-d3be-4d9a-a722-048af8a2b97c {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-f18cc2bf-d3be-4d9a-a722-048af8a2b97c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f18cc2bf-d3be-4d9a-a722-048af8a2b97c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e018542-700e-4a25-a15a-b2ea6b17d87a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}








#s-9e018542-700e-4a25-a15a-b2ea6b17d87a .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

#s-3f26912d-3358-4fa7-97a8-007c43ad21f6 {
  margin-top: 24px;
margin-left: 16px;
margin-right: 16px;
padding-bottom: 16px;
text-align: left;
}


  #s-3f26912d-3358-4fa7-97a8-007c43ad21f6 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid rgba(37, 37, 81, 1);
  }
  #s-3f26912d-3358-4fa7-97a8-007c43ad21f6 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(37, 37, 81, 1);
    border: 1px solid rgba(37, 37, 81, 1);
  }
#s-3f26912d-3358-4fa7-97a8-007c43ad21f6 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-3f26912d-3358-4fa7-97a8-007c43ad21f6 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-3f26912d-3358-4fa7-97a8-007c43ad21f6 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(37, 37, 81, 1);
}

#s-3f26912d-3358-4fa7-97a8-007c43ad21f6 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(37, 37, 81, 1);
}








#s-033b0079-17e7-4829-ac62-6b5ad77da14e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-033b0079-17e7-4829-ac62-6b5ad77da14e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-9d082664-b892-4aed-9d68-1cfff2a74320"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d082664-b892-4aed-9d68-1cfff2a74320"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9d082664-b892-4aed-9d68-1cfff2a74320"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d082664-b892-4aed-9d68-1cfff2a74320"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-9d082664-b892-4aed-9d68-1cfff2a74320"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-208e03f2-0b2f-473c-baae-c733352a18e5 {
  margin-bottom: 8px;
}

@media (min-width: 768px) and (max-width: 991px){#s-b736611b-a1cd-4082-a2b5-cef7200611eb {
  display: none;
}
#s-b736611b-a1cd-4082-a2b5-cef7200611eb, #wrap-s-b736611b-a1cd-4082-a2b5-cef7200611eb { display:none !important; }}
#s-4529d9ea-3122-416e-8cdf-b52931bb6784 {
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4529d9ea-3122-416e-8cdf-b52931bb6784 {
  display: none;
}
#s-4529d9ea-3122-416e-8cdf-b52931bb6784, #wrap-s-4529d9ea-3122-416e-8cdf-b52931bb6784 { display:none !important; }}
.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-dd6f4550-3532-4d2b-93e0-eb779011c60f {
  margin-bottom: 24px;
}

@media (min-width: 1200px){#s-78455925-1394-4d4c-8e63-147b802d02fd {
  display: none;
}
#s-78455925-1394-4d4c-8e63-147b802d02fd, #wrap-s-78455925-1394-4d4c-8e63-147b802d02fd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-78455925-1394-4d4c-8e63-147b802d02fd {
  display: none;
}
#s-78455925-1394-4d4c-8e63-147b802d02fd, #wrap-s-78455925-1394-4d4c-8e63-147b802d02fd { display:none !important; }}@media (max-width: 767px){#s-78455925-1394-4d4c-8e63-147b802d02fd {
  display: none;
}
#s-78455925-1394-4d4c-8e63-147b802d02fd, #wrap-s-78455925-1394-4d4c-8e63-147b802d02fd { display:none !important; }}
#s-eab124b5-8768-4759-978d-96772b61e0a5 {
  margin-bottom: 8px;
}
@media (min-width: 1200px){#s-eab124b5-8768-4759-978d-96772b61e0a5 {
  display: none;
}
#s-eab124b5-8768-4759-978d-96772b61e0a5, #wrap-s-eab124b5-8768-4759-978d-96772b61e0a5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eab124b5-8768-4759-978d-96772b61e0a5 {
  display: none;
}
#s-eab124b5-8768-4759-978d-96772b61e0a5, #wrap-s-eab124b5-8768-4759-978d-96772b61e0a5 { display:none !important; }}@media (max-width: 767px){#s-eab124b5-8768-4759-978d-96772b61e0a5 {
  display: none;
}
#s-eab124b5-8768-4759-978d-96772b61e0a5, #wrap-s-eab124b5-8768-4759-978d-96772b61e0a5 { display:none !important; }}
#s-82c4014d-816c-469f-bf1a-85f4c7794f3c {
  min-height: 50px;
}








#s-82c4014d-816c-469f-bf1a-85f4c7794f3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82c4014d-816c-469f-bf1a-85f4c7794f3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-fb053846-f5ff-442c-a3ad-c75e7d68f305 {
  
}
}
#s-4b36a705-50e8-4bda-8166-14d1adb8d0f5 {
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4b36a705-50e8-4bda-8166-14d1adb8d0f5 {
  
}
}
#s-e2d3e25c-49d5-4d75-b846-222dad978ece {
  min-height: 50px;
}








#s-e2d3e25c-49d5-4d75-b846-222dad978ece > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2d3e25c-49d5-4d75-b846-222dad978ece.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-00797b8f-d893-4f09-ab44-9658dbb318d2 {
  
}
}
#s-ad0e1ce3-f3de-4a5e-b731-a1d5ef5cff4c {
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ad0e1ce3-f3de-4a5e-b731-a1d5ef5cff4c {
  
}
}
@media (min-width: 0px) {
[id="s-b080ee4b-10f5-4878-8a02-a0dbaedb2935"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b080ee4b-10f5-4878-8a02-a0dbaedb2935"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b080ee4b-10f5-4878-8a02-a0dbaedb2935"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b080ee4b-10f5-4878-8a02-a0dbaedb2935"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.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-15afe856-9626-4e66-8e6f-75a5ac598cf9 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-15afe856-9626-4e66-8e6f-75a5ac598cf9 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-15afe856-9626-4e66-8e6f-75a5ac598cf9 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: left;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-15afe856-9626-4e66-8e6f-75a5ac598cf9 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-15afe856-9626-4e66-8e6f-75a5ac598cf9 td.shogun-table-column, #s-15afe856-9626-4e66-8e6f-75a5ac598cf9 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-b5ad0724-0401-4295-83db-775d3d1e8271 {
  min-height: 0px;
}

#s-0ba29c8d-5387-423d-bfde-44eb10f17238 {
  min-height: 0px;
}

#s-1b0b718e-5086-43d0-a436-7fc3c9d765f1 {
  min-height: 0px;
}

#s-980caa81-7f39-42d9-a2e3-14521ffb2445 {
  min-height: 0px;
}

#s-f9ee0c68-5b49-458b-b86a-f6b574d1b7ae {
  min-height: 0px;
}

#s-512d00b1-c802-47f5-b256-06a9d8221b38 {
  min-height: 0px;
}

#s-1cdda3e7-cb6f-49d5-addc-e53eae8226a9 {
  min-height: 0px;
}

#s-16050878-135a-4190-bf08-a58a211cab95 {
  min-height: 0px;
}

#s-bb96185a-39f7-4978-b799-425845c3251d {
  min-height: 0px;
}

#s-01bc285e-3d40-4b0f-87d9-6a3703d36a51 {
  min-height: 0px;
}

#s-5bace0c5-d249-4171-a483-1c1274acfcf6 {
  min-height: 0px;
}

#s-98c849f5-fc5a-42ef-a69e-4ba15877fb88 {
  min-height: 0px;
}

#s-56811c0c-603d-4ec5-9438-7287b1e0fe6e {
  min-height: 0px;
}

#s-4952b105-576a-41a5-bb82-d563f4c83956 {
  min-height: 0px;
}

#s-1e529582-9fc8-4ed8-89fd-06fcbff11f7c {
  min-height: 0px;
}

#s-a2df4336-e3d5-473c-b6ed-869fc4156679 {
  min-height: 0px;
}

#s-2d550e91-8fe6-4583-9c2e-a161c7a1564b {
  min-height: 0px;
}

#s-029e8be8-9eef-4955-b6b2-a09fc54901c9 {
  min-height: 0px;
}

#s-98f12bfd-7589-41b1-9c67-f8960c94e914 {
  min-height: 0px;
}

#s-9c9b6deb-d87f-48ee-af2d-83a9feb300e6 {
  min-height: 0px;
}

#s-5e01cef4-f4f7-47c0-8085-108197f123bf {
  min-height: 0px;
}

#s-4c60f6c2-1343-49f9-bc1c-b84832650908 {
  min-height: 0px;
}

#s-ddc86d13-e91c-4613-b9e9-61b15fec64ef {
  min-height: 0px;
}

#s-54e3efda-305e-4469-8333-56edc0df38c0 {
  min-height: 0px;
}

#s-0a1b339e-2784-4e7b-9a0e-bd3abcdcbc26 {
  min-height: 0px;
}

#s-adb0ec62-650d-488c-9bb0-692ed25a5cce {
  min-height: 0px;
}

#s-419f699c-2f4b-48b9-9792-98aeae4023dc {
  min-height: 0px;
}

#s-613741a1-3d95-4894-8e51-3a030a3656d4 {
  min-height: 0px;
}

#s-14410519-83b8-488d-9f96-920a595a32e8 {
  min-height: 0px;
}

#s-627b6af0-2dd2-4e75-8be5-ff04dc0f72a7 {
  min-height: 0px;
}

#s-1ea46dee-09a1-4d00-b23f-59fa6f619dfd {
  min-height: 0px;
}

#s-3ca08a4f-03d9-4fc5-b3f3-5ff6d366861f {
  min-height: 0px;
}

#s-d9216f47-abd6-4696-93cc-b22858476a12 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 0px;
}

#s-69bc806e-2436-48d2-b506-2870dc49dc40 {
  min-height: 0px;
}

@media (min-width: 768px) and (max-width: 991px){#s-959a6421-1280-478c-869d-e13cf9448fde {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-959a6421-1280-478c-869d-e13cf9448fde {
  margin-top: 16px;
}
}
#s-c537197a-96d8-47cc-8b38-96f987cbb255 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-c537197a-96d8-47cc-8b38-96f987cbb255 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-c537197a-96d8-47cc-8b38-96f987cbb255 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-c537197a-96d8-47cc-8b38-96f987cbb255 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-c537197a-96d8-47cc-8b38-96f987cbb255 td.shogun-table-column, #s-c537197a-96d8-47cc-8b38-96f987cbb255 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-0fa8823f-b0cb-4bcb-a74a-4edd6ac8bdcd {
  min-height: 0px;
}

#s-11fcb654-d947-491b-bd44-d07b2cc57960 {
  min-height: 0px;
}

#s-cd6a0cd2-d9c1-424c-8be3-f86ef09a2768 {
  min-height: 0px;
}

#s-148a3971-c482-4074-ac8c-51d3a7b2ace2 {
  min-height: 0px;
}

#s-4936efee-441e-46f2-9275-0d0296628652 {
  min-height: 0px;
}

#s-0b4a23d5-3b40-47f6-aeb1-e3bf4f936251 {
  min-height: 0px;
}

#s-2acbe967-ea2f-4803-9a08-251bd415ffad {
  min-height: 0px;
}

#s-fbff665b-7d05-49b2-a8bc-329b8b036830 {
  min-height: 0px;
}

#s-e060488e-ebc7-42a9-922a-e46c92c3015f {
  min-height: 0px;
}

#s-04808dcf-207e-48f4-8a85-a9a8376ae468 {
  min-height: 0px;
}

#s-043dce4d-8a28-40a9-ba22-e500563109dc {
  min-height: 0px;
}

#s-7e9f7a7b-b1a0-4ef6-8ca1-09fed77f9d34 {
  min-height: 0px;
}

#s-74ffa90e-9e79-45aa-b2ba-0d62264d4b55 {
  min-height: 0px;
}

#s-0fe7ea3d-b22d-4687-bb94-2bd2fc62f41f {
  min-height: 0px;
}

#s-0ad0955c-6c64-4925-a042-6b4c2823b8fd {
  min-height: 0px;
}

#s-03bfb098-fb79-4d50-95bf-64e3d66cda56 {
  min-height: 0px;
}

#s-2ba82e86-62b7-4f01-8572-a73636f7d2b5 {
  min-height: 0px;
}

#s-2e2bdcd9-7d45-4bcb-9099-ac51757c870e {
  min-height: 0px;
}

#s-92147f49-3e8d-46e9-8b2b-bd95eadca358 {
  min-height: 0px;
}

#s-fbf2221a-ada9-48c0-9f34-42d47efa5f1f {
  min-height: 0px;
}

#s-e316c6f1-e350-4bd5-a10a-ee0028c0b185 {
  min-height: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e316c6f1-e350-4bd5-a10a-ee0028c0b185 {
  display: none;
}
#s-e316c6f1-e350-4bd5-a10a-ee0028c0b185, #wrap-s-e316c6f1-e350-4bd5-a10a-ee0028c0b185 { display:none !important; }}@media (max-width: 767px){#s-e316c6f1-e350-4bd5-a10a-ee0028c0b185 {
  display: none;
}
#s-e316c6f1-e350-4bd5-a10a-ee0028c0b185, #wrap-s-e316c6f1-e350-4bd5-a10a-ee0028c0b185 { display:none !important; }}







#s-e316c6f1-e350-4bd5-a10a-ee0028c0b185 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e316c6f1-e350-4bd5-a10a-ee0028c0b185.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-b1b00822-89ac-489f-8d1d-a2da696eae60 {
  margin-left: 16px;
margin-right: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b1b00822-89ac-489f-8d1d-a2da696eae60 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-c1daaa16-ea8a-4943-8420-d39fa037a5a7 {
  min-height: 100px;
}
@media (min-width: 1200px){#s-c1daaa16-ea8a-4943-8420-d39fa037a5a7 {
  display: none;
}
#s-c1daaa16-ea8a-4943-8420-d39fa037a5a7, #wrap-s-c1daaa16-ea8a-4943-8420-d39fa037a5a7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c1daaa16-ea8a-4943-8420-d39fa037a5a7 {
  display: none;
}
#s-c1daaa16-ea8a-4943-8420-d39fa037a5a7, #wrap-s-c1daaa16-ea8a-4943-8420-d39fa037a5a7 { display:none !important; }}







#s-c1daaa16-ea8a-4943-8420-d39fa037a5a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1daaa16-ea8a-4943-8420-d39fa037a5a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c0fb9b2-164e-4469-861f-55999e152c1d {
  margin-left: 16px;
margin-right: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1c0fb9b2-164e-4469-861f-55999e152c1d .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



/*
  $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-bd8815a8-4ac8-4f18-ab4c-59146eb1258d {
  margin-top: auto;
margin-left: 16px;
margin-bottom: auto;
margin-right: 16px;
min-height: 0px;
}
@media (min-width: 1200px){#s-bd8815a8-4ac8-4f18-ab4c-59146eb1258d {
  display: none;
}
#s-bd8815a8-4ac8-4f18-ab4c-59146eb1258d, #wrap-s-bd8815a8-4ac8-4f18-ab4c-59146eb1258d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bd8815a8-4ac8-4f18-ab4c-59146eb1258d {
  display: none;
}
#s-bd8815a8-4ac8-4f18-ab4c-59146eb1258d, #wrap-s-bd8815a8-4ac8-4f18-ab4c-59146eb1258d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bd8815a8-4ac8-4f18-ab4c-59146eb1258d {
  display: none;
}
#s-bd8815a8-4ac8-4f18-ab4c-59146eb1258d, #wrap-s-bd8815a8-4ac8-4f18-ab4c-59146eb1258d { display:none !important; }}
#s-f9953660-6f46-4b32-b03d-5c8e5040ce96 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.17);
border-style: solid;
text-align: center;
opacity: 1;
}



.shg-c#s-f9953660-6f46-4b32-b03d-5c8e5040ce96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9953660-6f46-4b32-b03d-5c8e5040ce96 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f9953660-6f46-4b32-b03d-5c8e5040ce96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9953660-6f46-4b32-b03d-5c8e5040ce96 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f9953660-6f46-4b32-b03d-5c8e5040ce96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9953660-6f46-4b32-b03d-5c8e5040ce96 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f9953660-6f46-4b32-b03d-5c8e5040ce96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9953660-6f46-4b32-b03d-5c8e5040ce96 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f9953660-6f46-4b32-b03d-5c8e5040ce96 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f9953660-6f46-4b32-b03d-5c8e5040ce96 img.shogun-image {
  width: 100%;
}



}
#s-daf46521-13ac-4aa2-8217-453618a8ec48 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-daf46521-13ac-4aa2-8217-453618a8ec48 .shg-product-title-component h3 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-fceca02e-b1c2-4100-ac6c-cd92b11f96b1 {
  min-height: 50px;
text-align: center;
}

#s-fceca02e-b1c2-4100-ac6c-cd92b11f96b1 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fceca02e-b1c2-4100-ac6c-cd92b11f96b1 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-fceca02e-b1c2-4100-ac6c-cd92b11f96b1 .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-45f75e51-5e0f-4c48-a3a5-43c7c37151e6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-45f75e51-5e0f-4c48-a3a5-43c7c37151e6:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-45f75e51-5e0f-4c48-a3a5-43c7c37151e6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-45f75e51-5e0f-4c48-a3a5-43c7c37151e6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-45f75e51-5e0f-4c48-a3a5-43c7c37151e6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-45f75e51-5e0f-4c48-a3a5-43c7c37151e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-45f75e51-5e0f-4c48-a3a5-43c7c37151e6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-45f75e51-5e0f-4c48-a3a5-43c7c37151e6.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-1247c4eb-2f2d-4118-a07e-99b4ab6cd3dd {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.17);
border-style: solid;
text-align: center;
opacity: 1;
}



.shg-c#s-1247c4eb-2f2d-4118-a07e-99b4ab6cd3dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1247c4eb-2f2d-4118-a07e-99b4ab6cd3dd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1247c4eb-2f2d-4118-a07e-99b4ab6cd3dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1247c4eb-2f2d-4118-a07e-99b4ab6cd3dd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1247c4eb-2f2d-4118-a07e-99b4ab6cd3dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1247c4eb-2f2d-4118-a07e-99b4ab6cd3dd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1247c4eb-2f2d-4118-a07e-99b4ab6cd3dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1247c4eb-2f2d-4118-a07e-99b4ab6cd3dd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1247c4eb-2f2d-4118-a07e-99b4ab6cd3dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1247c4eb-2f2d-4118-a07e-99b4ab6cd3dd img.shogun-image {
  width: 100%;
}



}
#s-3b2353a2-0288-4d9c-8e05-4b6fe7ad8b08 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-3b2353a2-0288-4d9c-8e05-4b6fe7ad8b08 .shg-product-title-component h3 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-c92ac928-e0c1-4935-9617-82ac9024e299 {
  min-height: 50px;
text-align: center;
}

#s-c92ac928-e0c1-4935-9617-82ac9024e299 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c92ac928-e0c1-4935-9617-82ac9024e299 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c92ac928-e0c1-4935-9617-82ac9024e299 .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-55059140-7758-4a3a-a5d0-1ec6ad56b2b8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-55059140-7758-4a3a-a5d0-1ec6ad56b2b8:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-55059140-7758-4a3a-a5d0-1ec6ad56b2b8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-55059140-7758-4a3a-a5d0-1ec6ad56b2b8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-55059140-7758-4a3a-a5d0-1ec6ad56b2b8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-55059140-7758-4a3a-a5d0-1ec6ad56b2b8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-55059140-7758-4a3a-a5d0-1ec6ad56b2b8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-55059140-7758-4a3a-a5d0-1ec6ad56b2b8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-81ba504e-76cf-4706-b294-ce0d9c17cc51 {
  margin-top: auto;
margin-left: 16px;
margin-bottom: auto;
margin-right: 16px;
min-height: 0px;
}
@media (min-width: 1200px){#s-81ba504e-76cf-4706-b294-ce0d9c17cc51 {
  display: none;
}
#s-81ba504e-76cf-4706-b294-ce0d9c17cc51, #wrap-s-81ba504e-76cf-4706-b294-ce0d9c17cc51 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81ba504e-76cf-4706-b294-ce0d9c17cc51 {
  display: none;
}
#s-81ba504e-76cf-4706-b294-ce0d9c17cc51, #wrap-s-81ba504e-76cf-4706-b294-ce0d9c17cc51 { display:none !important; }}@media (max-width: 767px){#s-81ba504e-76cf-4706-b294-ce0d9c17cc51 {
  display: none;
}
#s-81ba504e-76cf-4706-b294-ce0d9c17cc51, #wrap-s-81ba504e-76cf-4706-b294-ce0d9c17cc51 { display:none !important; }}
#s-13d8c91f-b021-41b3-9172-1344247dc5b5 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.17);
border-style: solid;
text-align: center;
opacity: 1;
}



.shg-c#s-13d8c91f-b021-41b3-9172-1344247dc5b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13d8c91f-b021-41b3-9172-1344247dc5b5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-13d8c91f-b021-41b3-9172-1344247dc5b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13d8c91f-b021-41b3-9172-1344247dc5b5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-13d8c91f-b021-41b3-9172-1344247dc5b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13d8c91f-b021-41b3-9172-1344247dc5b5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-13d8c91f-b021-41b3-9172-1344247dc5b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13d8c91f-b021-41b3-9172-1344247dc5b5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-13d8c91f-b021-41b3-9172-1344247dc5b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13d8c91f-b021-41b3-9172-1344247dc5b5 img.shogun-image {
  width: 100%;
}



}
#s-1b38cf89-b762-483f-9c54-d33eed6c6111 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-1b38cf89-b762-483f-9c54-d33eed6c6111 .shg-product-title-component h3 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-4f5171ec-ddeb-4ac2-b62d-fc297d85a127 {
  min-height: 50px;
text-align: center;
}

#s-4f5171ec-ddeb-4ac2-b62d-fc297d85a127 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4f5171ec-ddeb-4ac2-b62d-fc297d85a127 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4f5171ec-ddeb-4ac2-b62d-fc297d85a127 .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-09064c6f-d2fd-400b-9b47-d1277d3a95bc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-09064c6f-d2fd-400b-9b47-d1277d3a95bc:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-09064c6f-d2fd-400b-9b47-d1277d3a95bc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-09064c6f-d2fd-400b-9b47-d1277d3a95bc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-09064c6f-d2fd-400b-9b47-d1277d3a95bc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-09064c6f-d2fd-400b-9b47-d1277d3a95bc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-09064c6f-d2fd-400b-9b47-d1277d3a95bc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-09064c6f-d2fd-400b-9b47-d1277d3a95bc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-7a4b9a98-49d1-470b-8c05-904ec0628438 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.17);
border-style: solid;
text-align: center;
opacity: 1;
}



.shg-c#s-7a4b9a98-49d1-470b-8c05-904ec0628438 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a4b9a98-49d1-470b-8c05-904ec0628438 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7a4b9a98-49d1-470b-8c05-904ec0628438 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a4b9a98-49d1-470b-8c05-904ec0628438 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7a4b9a98-49d1-470b-8c05-904ec0628438 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a4b9a98-49d1-470b-8c05-904ec0628438 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7a4b9a98-49d1-470b-8c05-904ec0628438 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a4b9a98-49d1-470b-8c05-904ec0628438 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7a4b9a98-49d1-470b-8c05-904ec0628438 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a4b9a98-49d1-470b-8c05-904ec0628438 img.shogun-image {
  width: 100%;
}



}
#s-7b0b61e6-1cce-4d7f-8a26-e2a137c17f32 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-7b0b61e6-1cce-4d7f-8a26-e2a137c17f32 .shg-product-title-component h3 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-d4b53d48-3c98-4c35-a747-32171bc1d716 {
  min-height: 50px;
text-align: center;
}

#s-d4b53d48-3c98-4c35-a747-32171bc1d716 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d4b53d48-3c98-4c35-a747-32171bc1d716 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d4b53d48-3c98-4c35-a747-32171bc1d716 .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-5c5336e1-479e-4055-926f-c9001851bb22 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5c5336e1-479e-4055-926f-c9001851bb22:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5c5336e1-479e-4055-926f-c9001851bb22:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5c5336e1-479e-4055-926f-c9001851bb22 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5c5336e1-479e-4055-926f-c9001851bb22.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5c5336e1-479e-4055-926f-c9001851bb22.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5c5336e1-479e-4055-926f-c9001851bb22.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5c5336e1-479e-4055-926f-c9001851bb22.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-d3663eb9-4abe-4e09-ae8b-b4a5c8b611d7 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.17);
border-style: solid;
text-align: center;
opacity: 1;
}



.shg-c#s-d3663eb9-4abe-4e09-ae8b-b4a5c8b611d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3663eb9-4abe-4e09-ae8b-b4a5c8b611d7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d3663eb9-4abe-4e09-ae8b-b4a5c8b611d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3663eb9-4abe-4e09-ae8b-b4a5c8b611d7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d3663eb9-4abe-4e09-ae8b-b4a5c8b611d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3663eb9-4abe-4e09-ae8b-b4a5c8b611d7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d3663eb9-4abe-4e09-ae8b-b4a5c8b611d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3663eb9-4abe-4e09-ae8b-b4a5c8b611d7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d3663eb9-4abe-4e09-ae8b-b4a5c8b611d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3663eb9-4abe-4e09-ae8b-b4a5c8b611d7 img.shogun-image {
  width: 100%;
}



}
#s-601e9745-d5da-4474-b52a-0bcae519b817 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-601e9745-d5da-4474-b52a-0bcae519b817 .shg-product-title-component h3 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-69b4206f-b9cf-4e33-9274-e2c8edafaf93 {
  min-height: 50px;
text-align: center;
}

#s-69b4206f-b9cf-4e33-9274-e2c8edafaf93 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-69b4206f-b9cf-4e33-9274-e2c8edafaf93 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-69b4206f-b9cf-4e33-9274-e2c8edafaf93 .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-481e5c5f-23bd-418c-abbe-a85efdf71ab4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-481e5c5f-23bd-418c-abbe-a85efdf71ab4:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-481e5c5f-23bd-418c-abbe-a85efdf71ab4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-481e5c5f-23bd-418c-abbe-a85efdf71ab4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-481e5c5f-23bd-418c-abbe-a85efdf71ab4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-481e5c5f-23bd-418c-abbe-a85efdf71ab4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-481e5c5f-23bd-418c-abbe-a85efdf71ab4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-481e5c5f-23bd-418c-abbe-a85efdf71ab4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-141185ed-22ca-462f-9206-90d2d9e79028 {
  margin-left: 16px;
margin-right: 16px;
}
@media (min-width: 768px) and (max-width: 991px){#s-141185ed-22ca-462f-9206-90d2d9e79028 {
  display: none;
}
#s-141185ed-22ca-462f-9206-90d2d9e79028, #wrap-s-141185ed-22ca-462f-9206-90d2d9e79028 { display:none !important; }}@media (max-width: 767px){#s-141185ed-22ca-462f-9206-90d2d9e79028 {
  display: none;
}
#s-141185ed-22ca-462f-9206-90d2d9e79028, #wrap-s-141185ed-22ca-462f-9206-90d2d9e79028 { display:none !important; }}
#s-fb2f911b-e46e-4811-aa1e-cf77a979248c {
  margin-top: auto;
margin-bottom: auto;
}

#s-2a5dd83c-2cf6-48bc-82d2-132293102a63 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.17);
border-style: solid;
text-align: center;
opacity: 1;
}



.shg-c#s-2a5dd83c-2cf6-48bc-82d2-132293102a63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a5dd83c-2cf6-48bc-82d2-132293102a63 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2a5dd83c-2cf6-48bc-82d2-132293102a63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a5dd83c-2cf6-48bc-82d2-132293102a63 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2a5dd83c-2cf6-48bc-82d2-132293102a63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a5dd83c-2cf6-48bc-82d2-132293102a63 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2a5dd83c-2cf6-48bc-82d2-132293102a63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a5dd83c-2cf6-48bc-82d2-132293102a63 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2a5dd83c-2cf6-48bc-82d2-132293102a63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a5dd83c-2cf6-48bc-82d2-132293102a63 img.shogun-image {
  width: 100%;
}



}
#s-d72c2e0a-5954-474c-adfb-fbc3f02bca6c {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-d72c2e0a-5954-474c-adfb-fbc3f02bca6c .shg-product-title-component h3 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-6cd33aa6-0ca7-4b41-9237-75f90a561acd {
  min-height: 50px;
text-align: center;
}

#s-6cd33aa6-0ca7-4b41-9237-75f90a561acd .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6cd33aa6-0ca7-4b41-9237-75f90a561acd .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-6cd33aa6-0ca7-4b41-9237-75f90a561acd .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-a627438e-61a3-4d3d-b07e-c404a2136db7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a627438e-61a3-4d3d-b07e-c404a2136db7:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a627438e-61a3-4d3d-b07e-c404a2136db7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a627438e-61a3-4d3d-b07e-c404a2136db7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a627438e-61a3-4d3d-b07e-c404a2136db7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a627438e-61a3-4d3d-b07e-c404a2136db7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a627438e-61a3-4d3d-b07e-c404a2136db7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a627438e-61a3-4d3d-b07e-c404a2136db7.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-5747ce9a-87af-4ec8-8a44-240d25652ffe {
  margin-top: auto;
margin-bottom: auto;
}

#s-365b98cf-667a-4650-9a05-719a62db5339 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.17);
border-style: solid;
text-align: center;
opacity: 1;
}



.shg-c#s-365b98cf-667a-4650-9a05-719a62db5339 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-365b98cf-667a-4650-9a05-719a62db5339 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-365b98cf-667a-4650-9a05-719a62db5339 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-365b98cf-667a-4650-9a05-719a62db5339 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-365b98cf-667a-4650-9a05-719a62db5339 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-365b98cf-667a-4650-9a05-719a62db5339 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-365b98cf-667a-4650-9a05-719a62db5339 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-365b98cf-667a-4650-9a05-719a62db5339 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-365b98cf-667a-4650-9a05-719a62db5339 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-365b98cf-667a-4650-9a05-719a62db5339 img.shogun-image {
  width: 100%;
}



}
#s-8f01889d-9298-4806-9573-ca546ef8b249 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-8f01889d-9298-4806-9573-ca546ef8b249 .shg-product-title-component h3 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-4df822b1-fdd1-46d9-8129-9efeb80e4401 {
  min-height: 50px;
text-align: center;
}

#s-4df822b1-fdd1-46d9-8129-9efeb80e4401 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4df822b1-fdd1-46d9-8129-9efeb80e4401 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-4df822b1-fdd1-46d9-8129-9efeb80e4401 .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-e16c156e-f081-4c81-90c9-e10049d2b540 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e16c156e-f081-4c81-90c9-e10049d2b540:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e16c156e-f081-4c81-90c9-e10049d2b540:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e16c156e-f081-4c81-90c9-e10049d2b540 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e16c156e-f081-4c81-90c9-e10049d2b540.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e16c156e-f081-4c81-90c9-e10049d2b540.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e16c156e-f081-4c81-90c9-e10049d2b540.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e16c156e-f081-4c81-90c9-e10049d2b540.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-f8be54f9-0654-4936-a6ea-1c4e64d0420c {
  margin-top: auto;
margin-bottom: auto;
}

#s-ce523a47-d06b-433b-b1ea-deef63ad11fb {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.17);
border-style: solid;
text-align: center;
opacity: 1;
}



.shg-c#s-ce523a47-d06b-433b-b1ea-deef63ad11fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce523a47-d06b-433b-b1ea-deef63ad11fb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ce523a47-d06b-433b-b1ea-deef63ad11fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce523a47-d06b-433b-b1ea-deef63ad11fb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ce523a47-d06b-433b-b1ea-deef63ad11fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce523a47-d06b-433b-b1ea-deef63ad11fb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ce523a47-d06b-433b-b1ea-deef63ad11fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce523a47-d06b-433b-b1ea-deef63ad11fb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ce523a47-d06b-433b-b1ea-deef63ad11fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ce523a47-d06b-433b-b1ea-deef63ad11fb img.shogun-image {
  width: 100%;
}



}
#s-d782c00a-5bbd-4c9e-9358-527160878cd6 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-d782c00a-5bbd-4c9e-9358-527160878cd6 .shg-product-title-component h3 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-4987c988-5684-4695-b19d-2a0f0427226a {
  min-height: 50px;
text-align: center;
}

#s-4987c988-5684-4695-b19d-2a0f0427226a .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4987c988-5684-4695-b19d-2a0f0427226a .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-4987c988-5684-4695-b19d-2a0f0427226a .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-a6d3be71-f282-4f9e-9e9b-5ee2c52e8f42 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a6d3be71-f282-4f9e-9e9b-5ee2c52e8f42:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a6d3be71-f282-4f9e-9e9b-5ee2c52e8f42:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a6d3be71-f282-4f9e-9e9b-5ee2c52e8f42 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a6d3be71-f282-4f9e-9e9b-5ee2c52e8f42.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a6d3be71-f282-4f9e-9e9b-5ee2c52e8f42.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a6d3be71-f282-4f9e-9e9b-5ee2c52e8f42.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a6d3be71-f282-4f9e-9e9b-5ee2c52e8f42.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-ad2767ed-2b27-41ba-b769-adb5e0730be6 {
  margin-top: auto;
margin-bottom: auto;
}

#s-6475d26f-94ae-4073-a921-7fd3982870a7 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.17);
border-style: solid;
text-align: center;
opacity: 1;
}



.shg-c#s-6475d26f-94ae-4073-a921-7fd3982870a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6475d26f-94ae-4073-a921-7fd3982870a7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6475d26f-94ae-4073-a921-7fd3982870a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6475d26f-94ae-4073-a921-7fd3982870a7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6475d26f-94ae-4073-a921-7fd3982870a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6475d26f-94ae-4073-a921-7fd3982870a7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6475d26f-94ae-4073-a921-7fd3982870a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6475d26f-94ae-4073-a921-7fd3982870a7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6475d26f-94ae-4073-a921-7fd3982870a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6475d26f-94ae-4073-a921-7fd3982870a7 img.shogun-image {
  width: 100%;
}



}
#s-dada3d87-65e9-4ddb-9acf-ed68aa78a6e2 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-dada3d87-65e9-4ddb-9acf-ed68aa78a6e2 .shg-product-title-component h3 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e6a154a1-38cf-4655-97c8-d991b541cded {
  min-height: 50px;
text-align: center;
}

#s-e6a154a1-38cf-4655-97c8-d991b541cded .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e6a154a1-38cf-4655-97c8-d991b541cded .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-e6a154a1-38cf-4655-97c8-d991b541cded .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-d423eff0-63bb-4c5a-89f2-86ee7518575b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 81, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d423eff0-63bb-4c5a-89f2-86ee7518575b:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d423eff0-63bb-4c5a-89f2-86ee7518575b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d423eff0-63bb-4c5a-89f2-86ee7518575b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d423eff0-63bb-4c5a-89f2-86ee7518575b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d423eff0-63bb-4c5a-89f2-86ee7518575b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d423eff0-63bb-4c5a-89f2-86ee7518575b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d423eff0-63bb-4c5a-89f2-86ee7518575b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


/*
  $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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}