.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-7c022964-b1c2-4a64-ba11-965ba3db09dd {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 12px;
background-color: rgba(37, 37, 81, 1);
}
@media (min-width: 1200px){#s-7c022964-b1c2-4a64-ba11-965ba3db09dd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7c022964-b1c2-4a64-ba11-965ba3db09dd {
  
}
}







#s-7c022964-b1c2-4a64-ba11-965ba3db09dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c022964-b1c2-4a64-ba11-965ba3db09dd.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-fad03b67-eff2-4405-84cd-b3ba80fcf728 {
  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-fad03b67-eff2-4405-84cd-b3ba80fcf728 {
  display: none;
}
#s-fad03b67-eff2-4405-84cd-b3ba80fcf728, #wrap-s-fad03b67-eff2-4405-84cd-b3ba80fcf728 { display:none !important; }}@media (max-width: 767px){#s-fad03b67-eff2-4405-84cd-b3ba80fcf728 {
  display: none;
}
#s-fad03b67-eff2-4405-84cd-b3ba80fcf728, #wrap-s-fad03b67-eff2-4405-84cd-b3ba80fcf728 { display:none !important; }}
@media (min-width: 0px) {
[id="s-fad03b67-eff2-4405-84cd-b3ba80fcf728"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-fad03b67-eff2-4405-84cd-b3ba80fcf728"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fad03b67-eff2-4405-84cd-b3ba80fcf728"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fad03b67-eff2-4405-84cd-b3ba80fcf728"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-42929cdc-9cc3-46e2-bbec-7dce51685da7 {
  margin-left: 0px;
min-height: 120px;
}

@media (min-width: 0px) {
[id="s-42929cdc-9cc3-46e2-bbec-7dce51685da7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-42929cdc-9cc3-46e2-bbec-7dce51685da7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-42929cdc-9cc3-46e2-bbec-7dce51685da7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-42929cdc-9cc3-46e2-bbec-7dce51685da7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-42929cdc-9cc3-46e2-bbec-7dce51685da7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-42929cdc-9cc3-46e2-bbec-7dce51685da7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-42929cdc-9cc3-46e2-bbec-7dce51685da7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.0px);
}

}

#s-5015e5c1-d178-46f4-a1a1-194fffd804a9 {
  margin-left: auto;
margin-right: auto;
min-height: 120px;
max-width: 80px;
}








#s-5015e5c1-d178-46f4-a1a1-194fffd804a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5015e5c1-d178-46f4-a1a1-194fffd804a9.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;
}
#s-6ee27184-5a5d-4474-b4e2-0bcae2731ee0 {
  text-align: center;
}







  #s-6ee27184-5a5d-4474-b4e2-0bcae2731ee0 img.shogun-image {
    

    
    
    
  }


#s-6ee27184-5a5d-4474-b4e2-0bcae2731ee0 .shogun-image-content {
  
    align-items: center;
  
}

#s-918a6a4a-ca09-4c72-9a21-e4ea0b8ef44f {
  box-shadow:0px 0px 0px 0px ;
}








#s-918a6a4a-ca09-4c72-9a21-e4ea0b8ef44f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-918a6a4a-ca09-4c72-9a21-e4ea0b8ef44f.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-132f905d-3177-4888-bf03-0f8aac18859e {
  box-shadow:0px 0px 0px 0px ;
margin-left: 0%;
margin-right: 0%;
}

#s-de343a73-7ce6-4ad4-8c77-f81fe50950aa {
  padding-left: 40px;
}

@media (min-width: 0px) {
[id="s-de343a73-7ce6-4ad4-8c77-f81fe50950aa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-de343a73-7ce6-4ad4-8c77-f81fe50950aa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-de343a73-7ce6-4ad4-8c77-f81fe50950aa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-de343a73-7ce6-4ad4-8c77-f81fe50950aa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-de343a73-7ce6-4ad4-8c77-f81fe50950aa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-de343a73-7ce6-4ad4-8c77-f81fe50950aa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-de343a73-7ce6-4ad4-8c77-f81fe50950aa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-af83273d-bb9d-4210-899c-bc08312aac6a {
  margin-left: auto;
min-height: 120px;
max-width: 80px;
}








#s-af83273d-bb9d-4210-899c-bc08312aac6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af83273d-bb9d-4210-899c-bc08312aac6a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0d2bcc0-ecc5-4045-a385-6785bfb4f8b3 {
  text-align: center;
}







  #s-a0d2bcc0-ecc5-4045-a385-6785bfb4f8b3 img.shogun-image {
    

    
    
    
  }


#s-a0d2bcc0-ecc5-4045-a385-6785bfb4f8b3 .shogun-image-content {
  
    align-items: center;
  
}








#s-423bf779-a006-435b-ae7f-756ed9fa0777 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-423bf779-a006-435b-ae7f-756ed9fa0777.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b5b1b6d5-4b04-416f-8f02-2e28297e4ff3 {
  padding-left: 40px;
}

@media (min-width: 0px) {
[id="s-b5b1b6d5-4b04-416f-8f02-2e28297e4ff3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-b5b1b6d5-4b04-416f-8f02-2e28297e4ff3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-b5b1b6d5-4b04-416f-8f02-2e28297e4ff3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-b5b1b6d5-4b04-416f-8f02-2e28297e4ff3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-b5b1b6d5-4b04-416f-8f02-2e28297e4ff3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-b5b1b6d5-4b04-416f-8f02-2e28297e4ff3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-b5b1b6d5-4b04-416f-8f02-2e28297e4ff3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-48f2e901-39a6-4863-a002-7776146d15e0 {
  margin-left: auto;
min-height: 120px;
max-width: 80px;
}








#s-48f2e901-39a6-4863-a002-7776146d15e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48f2e901-39a6-4863-a002-7776146d15e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3712c33e-e5e5-4385-9fc3-e2f2961bea63 {
  text-align: center;
}







  #s-3712c33e-e5e5-4385-9fc3-e2f2961bea63 img.shogun-image {
    

    
    
    
  }


#s-3712c33e-e5e5-4385-9fc3-e2f2961bea63 .shogun-image-content {
  
    align-items: center;
  
}








#s-d1e2abcd-02fe-49a7-904c-98a34b2f3f31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1e2abcd-02fe-49a7-904c-98a34b2f3f31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2de8b742-f36e-4d4f-9080-59ccc2dc6d7d {
  margin-top: auto;
margin-bottom: auto;
}

#s-219593c8-816a-4d26-bf27-a90e9a33fbc6 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 0px;
}

@media (min-width: 0px) {
[id="s-219593c8-816a-4d26-bf27-a90e9a33fbc6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-219593c8-816a-4d26-bf27-a90e9a33fbc6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-219593c8-816a-4d26-bf27-a90e9a33fbc6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-219593c8-816a-4d26-bf27-a90e9a33fbc6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-219593c8-816a-4d26-bf27-a90e9a33fbc6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-219593c8-816a-4d26-bf27-a90e9a33fbc6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-219593c8-816a-4d26-bf27-a90e9a33fbc6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-146f1524-da9f-4001-b691-e09cdab60cc7 {
  margin-left: auto;
margin-right: 0px;
min-height: 120px;
max-width: 80px;
}








#s-146f1524-da9f-4001-b691-e09cdab60cc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-146f1524-da9f-4001-b691-e09cdab60cc7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a0cd31b-6331-4c54-98d8-806d9f39572b {
  text-align: center;
}







  #s-5a0cd31b-6331-4c54-98d8-806d9f39572b img.shogun-image {
    

    
    
    
  }


#s-5a0cd31b-6331-4c54-98d8-806d9f39572b .shogun-image-content {
  
    align-items: center;
  
}








#s-e2aaeddb-7a64-4913-a9c3-0f0d00d30736 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2aaeddb-7a64-4913-a9c3-0f0d00d30736.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-e044aafb-09e4-40f5-af61-11fdcb9ef3e6 {
  display: none;
}
#s-e044aafb-09e4-40f5-af61-11fdcb9ef3e6, #wrap-s-e044aafb-09e4-40f5-af61-11fdcb9ef3e6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e044aafb-09e4-40f5-af61-11fdcb9ef3e6 {
  display: none;
}
#s-e044aafb-09e4-40f5-af61-11fdcb9ef3e6, #wrap-s-e044aafb-09e4-40f5-af61-11fdcb9ef3e6 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e044aafb-09e4-40f5-af61-11fdcb9ef3e6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e044aafb-09e4-40f5-af61-11fdcb9ef3e6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e044aafb-09e4-40f5-af61-11fdcb9ef3e6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e044aafb-09e4-40f5-af61-11fdcb9ef3e6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d0dec35f-2062-4e4d-83cb-5968f29dba74 {
  min-height: 120px;
}

@media (min-width: 0px) {
[id="s-d0dec35f-2062-4e4d-83cb-5968f29dba74"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d0dec35f-2062-4e4d-83cb-5968f29dba74"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d0dec35f-2062-4e4d-83cb-5968f29dba74"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d0dec35f-2062-4e4d-83cb-5968f29dba74"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d0dec35f-2062-4e4d-83cb-5968f29dba74"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0dec35f-2062-4e4d-83cb-5968f29dba74"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d0dec35f-2062-4e4d-83cb-5968f29dba74"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-f5429fa3-02df-4b32-a499-57279146f631 {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 56px;
}








#s-f5429fa3-02df-4b32-a499-57279146f631 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5429fa3-02df-4b32-a499-57279146f631.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd117a84-13a3-4f4c-9f57-a4be4aac4256 {
  text-align: center;
}







  #s-dd117a84-13a3-4f4c-9f57-a4be4aac4256 img.shogun-image {
    

    
    
    
  }


#s-dd117a84-13a3-4f4c-9f57-a4be4aac4256 .shogun-image-content {
  
    align-items: center;
  
}

#s-bce7e5ee-5540-4465-9157-56125104da8f {
  box-shadow:0px 0px 0px 0px ;
}








#s-bce7e5ee-5540-4465-9157-56125104da8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bce7e5ee-5540-4465-9157-56125104da8f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b25b6d43-92db-4de2-8e8e-37abcc9a801b {
  box-shadow:0px 0px 0px 0px ;
margin-left: 0%;
margin-right: 0%;
}

#s-502c4e24-1802-4a03-9905-894b3098dbaf {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-502c4e24-1802-4a03-9905-894b3098dbaf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-502c4e24-1802-4a03-9905-894b3098dbaf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-502c4e24-1802-4a03-9905-894b3098dbaf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-502c4e24-1802-4a03-9905-894b3098dbaf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-502c4e24-1802-4a03-9905-894b3098dbaf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-502c4e24-1802-4a03-9905-894b3098dbaf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-502c4e24-1802-4a03-9905-894b3098dbaf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-01ee87cb-50b6-4b5c-bfc2-2c637fd9b8f4 {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 56px;
}








#s-01ee87cb-50b6-4b5c-bfc2-2c637fd9b8f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01ee87cb-50b6-4b5c-bfc2-2c637fd9b8f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-915973b4-1794-417d-bf49-816d2b369fce {
  text-align: center;
}







  #s-915973b4-1794-417d-bf49-816d2b369fce img.shogun-image {
    

    
    
    
  }


#s-915973b4-1794-417d-bf49-816d2b369fce .shogun-image-content {
  
    align-items: center;
  
}








#s-3a90d7fb-f5ee-4f61-9534-411c119727e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a90d7fb-f5ee-4f61-9534-411c119727e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd1e179a-e4e1-4002-837c-0940540f26e5 {
  margin-top: -48px;
}
@media (min-width: 1200px){#s-cd1e179a-e4e1-4002-837c-0940540f26e5 {
  display: none;
}
#s-cd1e179a-e4e1-4002-837c-0940540f26e5, #wrap-s-cd1e179a-e4e1-4002-837c-0940540f26e5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cd1e179a-e4e1-4002-837c-0940540f26e5 {
  display: none;
}
#s-cd1e179a-e4e1-4002-837c-0940540f26e5, #wrap-s-cd1e179a-e4e1-4002-837c-0940540f26e5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cd1e179a-e4e1-4002-837c-0940540f26e5 {
  
}
}@media (max-width: 767px){#s-cd1e179a-e4e1-4002-837c-0940540f26e5 {
  
}
}
@media (min-width: 0px) {
[id="s-cd1e179a-e4e1-4002-837c-0940540f26e5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-cd1e179a-e4e1-4002-837c-0940540f26e5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cd1e179a-e4e1-4002-837c-0940540f26e5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd1e179a-e4e1-4002-837c-0940540f26e5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-3d0c89dd-55f8-444a-b1e7-64115dbcc34a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-3d0c89dd-55f8-444a-b1e7-64115dbcc34a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3d0c89dd-55f8-444a-b1e7-64115dbcc34a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3d0c89dd-55f8-444a-b1e7-64115dbcc34a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3d0c89dd-55f8-444a-b1e7-64115dbcc34a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d0c89dd-55f8-444a-b1e7-64115dbcc34a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3d0c89dd-55f8-444a-b1e7-64115dbcc34a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-5324a221-657a-4b85-9cdb-d30203c2e6ea {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 56px;
}








#s-5324a221-657a-4b85-9cdb-d30203c2e6ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5324a221-657a-4b85-9cdb-d30203c2e6ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15219615-4e48-4368-b35c-c57d772b30af {
  text-align: center;
}







  #s-15219615-4e48-4368-b35c-c57d772b30af img.shogun-image {
    

    
    
    
  }


#s-15219615-4e48-4368-b35c-c57d772b30af .shogun-image-content {
  
    align-items: center;
  
}








#s-c839b710-2ba5-413a-b15a-05e9e461bf87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c839b710-2ba5-413a-b15a-05e9e461bf87.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc61b038-da87-49a7-9b33-bfb751b913b4 {
  margin-top: auto;
margin-bottom: auto;
}

#s-a5f09114-ba4a-470e-a93b-b8cca5c2ac52 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a5f09114-ba4a-470e-a93b-b8cca5c2ac52"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a5f09114-ba4a-470e-a93b-b8cca5c2ac52"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a5f09114-ba4a-470e-a93b-b8cca5c2ac52"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a5f09114-ba4a-470e-a93b-b8cca5c2ac52"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a5f09114-ba4a-470e-a93b-b8cca5c2ac52"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5f09114-ba4a-470e-a93b-b8cca5c2ac52"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a5f09114-ba4a-470e-a93b-b8cca5c2ac52"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-d4d1d5b3-8b37-43ed-9776-dc963de982dd {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 65px;
}








#s-d4d1d5b3-8b37-43ed-9776-dc963de982dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4d1d5b3-8b37-43ed-9776-dc963de982dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-86dc6503-8b0b-456a-98f9-a339f4bbc927 {
  text-align: center;
}







  #s-86dc6503-8b0b-456a-98f9-a339f4bbc927 img.shogun-image {
    

    
    
    
  }


#s-86dc6503-8b0b-456a-98f9-a339f4bbc927 .shogun-image-content {
  
    align-items: center;
  
}








#s-f7427549-0534-4866-8b47-9b897832017d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7427549-0534-4866-8b47-9b897832017d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a303793c-c2fc-4a26-a263-6f86e37792e5 {
  margin-left: 0px;
margin-right: 8px;
}

#s-5178ea30-e9f7-489d-a1f3-75a982b5b411 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-5178ea30-e9f7-489d-a1f3-75a982b5b411 > .shg-box-overlay {
  background-color: rgba(228, 73, 73, 1);
  opacity: 0;
}#s-5178ea30-e9f7-489d-a1f3-75a982b5b411.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ac6bf5d4-939f-44f5-827f-738d214c7a68 {
  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-ac6bf5d4-939f-44f5-827f-738d214c7a68 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ac6bf5d4-939f-44f5-827f-738d214c7a68 {
  
}
}@media (max-width: 767px){#s-ac6bf5d4-939f-44f5-827f-738d214c7a68 {
  
}
}







#s-ac6bf5d4-939f-44f5-827f-738d214c7a68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac6bf5d4-939f-44f5-827f-738d214c7a68.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-05fe4357-c35d-4dac-bb2a-7ddf9325ebf5 {
  text-align: left;
}

#s-5291d765-f1ab-47f1-b084-a7fd05c468a4 {
  display: none;
}
.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-07764ca3-3b56-4e7b-8708-47ff26deff61 {
  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-07764ca3-3b56-4e7b-8708-47ff26deff61 {
  display: none;
}
#s-07764ca3-3b56-4e7b-8708-47ff26deff61, #wrap-s-07764ca3-3b56-4e7b-8708-47ff26deff61 { display:none !important; }}@media (max-width: 767px){#s-07764ca3-3b56-4e7b-8708-47ff26deff61 {
  display: none;
}
#s-07764ca3-3b56-4e7b-8708-47ff26deff61, #wrap-s-07764ca3-3b56-4e7b-8708-47ff26deff61 { display:none !important; }}
#s-07764ca3-3b56-4e7b-8708-47ff26deff61 .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-43f08d13-d726-4d8d-af29-00bdbf20e774 {
  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-43f08d13-d726-4d8d-af29-00bdbf20e774 {
  display: none;
}
#s-43f08d13-d726-4d8d-af29-00bdbf20e774, #wrap-s-43f08d13-d726-4d8d-af29-00bdbf20e774 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-43f08d13-d726-4d8d-af29-00bdbf20e774 {
  display: none;
}
#s-43f08d13-d726-4d8d-af29-00bdbf20e774, #wrap-s-43f08d13-d726-4d8d-af29-00bdbf20e774 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-43f08d13-d726-4d8d-af29-00bdbf20e774 {
  
}
}
#s-43f08d13-d726-4d8d-af29-00bdbf20e774 .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-fb91bc25-16d6-4a62-951f-eef3cfe1679c {
  padding-top: 16px;
padding-left: 16px;
padding-right: 16px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-fb91bc25-16d6-4a62-951f-eef3cfe1679c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-fb91bc25-16d6-4a62-951f-eef3cfe1679c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-fb91bc25-16d6-4a62-951f-eef3cfe1679c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb91bc25-16d6-4a62-951f-eef3cfe1679c"] > .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-c2454a98-f5c7-4337-9d39-3d4e4644ebbe {
  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-c2454a98-f5c7-4337-9d39-3d4e4644ebbe {
  display: none;
}
#s-c2454a98-f5c7-4337-9d39-3d4e4644ebbe, #wrap-s-c2454a98-f5c7-4337-9d39-3d4e4644ebbe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c2454a98-f5c7-4337-9d39-3d4e4644ebbe {
  display: none;
}
#s-c2454a98-f5c7-4337-9d39-3d4e4644ebbe, #wrap-s-c2454a98-f5c7-4337-9d39-3d4e4644ebbe { display:none !important; }}


.shg-c#s-c2454a98-f5c7-4337-9d39-3d4e4644ebbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2454a98-f5c7-4337-9d39-3d4e4644ebbe img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c2454a98-f5c7-4337-9d39-3d4e4644ebbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2454a98-f5c7-4337-9d39-3d4e4644ebbe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c2454a98-f5c7-4337-9d39-3d4e4644ebbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2454a98-f5c7-4337-9d39-3d4e4644ebbe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c2454a98-f5c7-4337-9d39-3d4e4644ebbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2454a98-f5c7-4337-9d39-3d4e4644ebbe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c2454a98-f5c7-4337-9d39-3d4e4644ebbe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c2454a98-f5c7-4337-9d39-3d4e4644ebbe img.shogun-image {
  width: 100%;
}



}
#s-f036ede2-4382-498c-abad-290faa88ceaf {
  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-f036ede2-4382-498c-abad-290faa88ceaf {
  display: none;
}
#s-f036ede2-4382-498c-abad-290faa88ceaf, #wrap-s-f036ede2-4382-498c-abad-290faa88ceaf { display:none !important; }}@media (max-width: 767px){#s-f036ede2-4382-498c-abad-290faa88ceaf {
  display: none;
}
#s-f036ede2-4382-498c-abad-290faa88ceaf, #wrap-s-f036ede2-4382-498c-abad-290faa88ceaf { display:none !important; }}

.shg-c#s-f036ede2-4382-498c-abad-290faa88ceaf {
  max-width:  100%;
}

.shg-c#s-f036ede2-4382-498c-abad-290faa88ceaf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f036ede2-4382-498c-abad-290faa88ceaf .shg-image-zoom,
.shg-c#s-f036ede2-4382-498c-abad-290faa88ceaf img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-f036ede2-4382-498c-abad-290faa88ceaf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f036ede2-4382-498c-abad-290faa88ceaf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f036ede2-4382-498c-abad-290faa88ceaf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-f036ede2-4382-498c-abad-290faa88ceaf {
  max-width:  100%;
}

.shg-c#s-f036ede2-4382-498c-abad-290faa88ceaf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f036ede2-4382-498c-abad-290faa88ceaf .shg-image-zoom,
.shg-c#s-f036ede2-4382-498c-abad-290faa88ceaf img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-f036ede2-4382-498c-abad-290faa88ceaf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f036ede2-4382-498c-abad-290faa88ceaf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f036ede2-4382-498c-abad-290faa88ceaf img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f036ede2-4382-498c-abad-290faa88ceaf {
  max-width:  100%;
}

.shg-c#s-f036ede2-4382-498c-abad-290faa88ceaf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f036ede2-4382-498c-abad-290faa88ceaf .shg-image-zoom,
.shg-c#s-f036ede2-4382-498c-abad-290faa88ceaf img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-f036ede2-4382-498c-abad-290faa88ceaf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f036ede2-4382-498c-abad-290faa88ceaf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f036ede2-4382-498c-abad-290faa88ceaf img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f036ede2-4382-498c-abad-290faa88ceaf {
  max-width:  100%;
}

.shg-c#s-f036ede2-4382-498c-abad-290faa88ceaf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f036ede2-4382-498c-abad-290faa88ceaf .shg-image-zoom,
.shg-c#s-f036ede2-4382-498c-abad-290faa88ceaf img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-f036ede2-4382-498c-abad-290faa88ceaf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f036ede2-4382-498c-abad-290faa88ceaf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f036ede2-4382-498c-abad-290faa88ceaf img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-f036ede2-4382-498c-abad-290faa88ceaf {
  max-width:  100%;
}

.shg-c#s-f036ede2-4382-498c-abad-290faa88ceaf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f036ede2-4382-498c-abad-290faa88ceaf .shg-image-zoom,
.shg-c#s-f036ede2-4382-498c-abad-290faa88ceaf img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-f036ede2-4382-498c-abad-290faa88ceaf .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-f036ede2-4382-498c-abad-290faa88ceaf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f036ede2-4382-498c-abad-290faa88ceaf 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-1e85d997-d33f-4afe-a4c8-bdbba41714a0 {
  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-1e85d997-d33f-4afe-a4c8-bdbba41714a0 {
  display: none;
}
#s-1e85d997-d33f-4afe-a4c8-bdbba41714a0, #wrap-s-1e85d997-d33f-4afe-a4c8-bdbba41714a0 { display:none !important; }}@media (max-width: 767px){#s-1e85d997-d33f-4afe-a4c8-bdbba41714a0 {
  display: none;
}
#s-1e85d997-d33f-4afe-a4c8-bdbba41714a0, #wrap-s-1e85d997-d33f-4afe-a4c8-bdbba41714a0 { display:none !important; }}
#s-1e85d997-d33f-4afe-a4c8-bdbba41714a0 .shg-gallery-thumb-image-wrapper {
  

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

#s-1e85d997-d33f-4afe-a4c8-bdbba41714a0 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-1e85d997-d33f-4afe-a4c8-bdbba41714a0 .shg-gallery-thumb-list-margin {
  margin-right: -8px;
}

#s-1e85d997-d33f-4afe-a4c8-bdbba41714a0 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-1e85d997-d33f-4afe-a4c8-bdbba41714a0 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-1e85d997-d33f-4afe-a4c8-bdbba41714a0 .shg-gallery-dot {
  background-color: #FFF;
}

#s-4dba27a3-f4cd-45cb-bc6a-c2e91cac4da6 {
  min-height: 140px;
}
@media (min-width: 1200px){#s-4dba27a3-f4cd-45cb-bc6a-c2e91cac4da6 {
  display: none;
}
#s-4dba27a3-f4cd-45cb-bc6a-c2e91cac4da6, #wrap-s-4dba27a3-f4cd-45cb-bc6a-c2e91cac4da6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4dba27a3-f4cd-45cb-bc6a-c2e91cac4da6 {
  display: none;
}
#s-4dba27a3-f4cd-45cb-bc6a-c2e91cac4da6, #wrap-s-4dba27a3-f4cd-45cb-bc6a-c2e91cac4da6 { display:none !important; }}







#s-4dba27a3-f4cd-45cb-bc6a-c2e91cac4da6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4dba27a3-f4cd-45cb-bc6a-c2e91cac4da6.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-38621586-f975-4bc4-8c01-88bd84323efe {
  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-38621586-f975-4bc4-8c01-88bd84323efe {
  display: none;
}
#s-38621586-f975-4bc4-8c01-88bd84323efe, #wrap-s-38621586-f975-4bc4-8c01-88bd84323efe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-38621586-f975-4bc4-8c01-88bd84323efe {
  display: none;
}
#s-38621586-f975-4bc4-8c01-88bd84323efe, #wrap-s-38621586-f975-4bc4-8c01-88bd84323efe { display:none !important; }}
#s-38621586-f975-4bc4-8c01-88bd84323efe .shg-gallery-thumb-image-wrapper {
  

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

#s-38621586-f975-4bc4-8c01-88bd84323efe .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-38621586-f975-4bc4-8c01-88bd84323efe .shg-gallery-thumb-list-margin {
  margin-right: -8px;
}

#s-38621586-f975-4bc4-8c01-88bd84323efe .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-38621586-f975-4bc4-8c01-88bd84323efe .shg-gallery-scroll-button {
  color: #FFF;
}

#s-38621586-f975-4bc4-8c01-88bd84323efe .shg-gallery-dot {
  background-color: #FFF;
}

@media (min-width: 768px) and (max-width: 991px){#s-954064fd-482d-4ae3-82ee-d48c7f0a2bca {
  display: none;
}
#s-954064fd-482d-4ae3-82ee-d48c7f0a2bca, #wrap-s-954064fd-482d-4ae3-82ee-d48c7f0a2bca { display:none !important; }}@media (max-width: 767px){#s-954064fd-482d-4ae3-82ee-d48c7f0a2bca {
  display: none;
}
#s-954064fd-482d-4ae3-82ee-d48c7f0a2bca, #wrap-s-954064fd-482d-4ae3-82ee-d48c7f0a2bca { display:none !important; }}







#s-954064fd-482d-4ae3-82ee-d48c7f0a2bca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-954064fd-482d-4ae3-82ee-d48c7f0a2bca.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-2e6231e4-1f5f-4787-b75d-90ea4a7a74bc {
  min-height: 50px;
}








#s-2e6231e4-1f5f-4787-b75d-90ea4a7a74bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e6231e4-1f5f-4787-b75d-90ea4a7a74bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6aa949e6-7c9f-45df-89a2-748bdf4dec56 {
  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-6aa949e6-7c9f-45df-89a2-748bdf4dec56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6aa949e6-7c9f-45df-89a2-748bdf4dec56.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7915cd3-9fbd-4c20-937e-9d087d35b2d4 {
  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-b7915cd3-9fbd-4c20-937e-9d087d35b2d4 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 56px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b7915cd3-9fbd-4c20-937e-9d087d35b2d4 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 56px;
}

#s-b7915cd3-9fbd-4c20-937e-9d087d35b2d4 .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-26336ff9-d492-4985-ba33-ceba9d78cbea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26336ff9-d492-4985-ba33-ceba9d78cbea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20723e28-beeb-451a-baf7-ff031346dbfd {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
min-height: 0px;
}

#s-ebb82f1b-00d1-4ae5-9c56-c6c9025b593a {
  margin-top: auto;
margin-bottom: auto;
background-color: rgba(37, 37, 81, 1);
}

@media (min-width: 0px) {
[id="s-ebb82f1b-00d1-4ae5-9c56-c6c9025b593a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ebb82f1b-00d1-4ae5-9c56-c6c9025b593a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ebb82f1b-00d1-4ae5-9c56-c6c9025b593a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ebb82f1b-00d1-4ae5-9c56-c6c9025b593a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ebb82f1b-00d1-4ae5-9c56-c6c9025b593a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ebb82f1b-00d1-4ae5-9c56-c6c9025b593a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ebb82f1b-00d1-4ae5-9c56-c6c9025b593a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-d0fd53cb-3f5c-48e4-b901-f151e623b256 {
  margin-top: auto;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 24px;
padding-right: 16px;
text-align: center;
}

#s-d0fd53cb-3f5c-48e4-b901-f151e623b256 .shg-product-quantity-wrapper {
  display: flex;
}

#s-d0fd53cb-3f5c-48e4-b901-f151e623b256 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-d0fd53cb-3f5c-48e4-b901-f151e623b256 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-d0fd53cb-3f5c-48e4-b901-f151e623b256 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-d0fd53cb-3f5c-48e4-b901-f151e623b256 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-d0fd53cb-3f5c-48e4-b901-f151e623b256 label {
    color: rgba(255, 255, 255, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-d0fd53cb-3f5c-48e4-b901-f151e623b256 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-eca0f189-a2ee-4f22-b35a-79bed497d3cf {
  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-eca0f189-a2ee-4f22-b35a-79bed497d3cf:hover {background-color: rgba(117, 76, 150, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-eca0f189-a2ee-4f22-b35a-79bed497d3cf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-eca0f189-a2ee-4f22-b35a-79bed497d3cf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eca0f189-a2ee-4f22-b35a-79bed497d3cf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eca0f189-a2ee-4f22-b35a-79bed497d3cf.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-eca0f189-a2ee-4f22-b35a-79bed497d3cf.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  
}


  #s-eca0f189-a2ee-4f22-b35a-79bed497d3cf.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    
  }


#s-95ee6cd3-85af-400e-9139-f90885e75d7a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-95ee6cd3-85af-400e-9139-f90885e75d7a {
  display: none;
}
#s-95ee6cd3-85af-400e-9139-f90885e75d7a, #wrap-s-95ee6cd3-85af-400e-9139-f90885e75d7a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-95ee6cd3-85af-400e-9139-f90885e75d7a {
  display: none;
}
#s-95ee6cd3-85af-400e-9139-f90885e75d7a, #wrap-s-95ee6cd3-85af-400e-9139-f90885e75d7a { display:none !important; }}







#s-95ee6cd3-85af-400e-9139-f90885e75d7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95ee6cd3-85af-400e-9139-f90885e75d7a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92ab6f29-cd17-43e5-99ec-7e40231f8583 {
  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-92ab6f29-cd17-43e5-99ec-7e40231f8583 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92ab6f29-cd17-43e5-99ec-7e40231f8583.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1688ec35-73ce-4eff-a5a1-13eae3635772 {
  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-1688ec35-73ce-4eff-a5a1-13eae3635772 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 40px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1688ec35-73ce-4eff-a5a1-13eae3635772 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 40px;
}

#s-1688ec35-73ce-4eff-a5a1-13eae3635772 .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-24fb0de1-d923-482e-ab4a-5d02dadf4563 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24fb0de1-d923-482e-ab4a-5d02dadf4563.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-293850f9-62f2-4159-9512-409a89d57ed7 {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
min-height: 0px;
}

#s-ad9a90b5-66ed-48d4-bf65-86b9faa728ee {
  margin-top: auto;
margin-bottom: auto;
padding-top: 8px;
padding-bottom: 24px;
min-height: 140px;
background-color: rgba(37, 37, 81, 1);
}








#s-ad9a90b5-66ed-48d4-bf65-86b9faa728ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad9a90b5-66ed-48d4-bf65-86b9faa728ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f312954d-5df6-4991-a490-c46d3cb7eff9 {
  margin-left: auto;
margin-bottom: 24px;
margin-right: auto;
max-width: 250px;
text-align: center;
}

#s-f312954d-5df6-4991-a490-c46d3cb7eff9 .shg-product-quantity-wrapper {
  display: flex;
}

#s-f312954d-5df6-4991-a490-c46d3cb7eff9 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-f312954d-5df6-4991-a490-c46d3cb7eff9 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-f312954d-5df6-4991-a490-c46d3cb7eff9 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-f312954d-5df6-4991-a490-c46d3cb7eff9 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-f312954d-5df6-4991-a490-c46d3cb7eff9 label {
    color: rgba(255, 255, 255, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-f312954d-5df6-4991-a490-c46d3cb7eff9 label:after {
      display: block;
      content: ' ';
      margin-bottom: 8px;
    }
  


#s-afb226aa-b99f-47a2-8b9a-0f5cf52b565c {
  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-afb226aa-b99f-47a2-8b9a-0f5cf52b565c:hover {background-color: rgba(117, 76, 150, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-afb226aa-b99f-47a2-8b9a-0f5cf52b565c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-afb226aa-b99f-47a2-8b9a-0f5cf52b565c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-afb226aa-b99f-47a2-8b9a-0f5cf52b565c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-afb226aa-b99f-47a2-8b9a-0f5cf52b565c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-afb226aa-b99f-47a2-8b9a-0f5cf52b565c.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  
}


  #s-afb226aa-b99f-47a2-8b9a-0f5cf52b565c.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    
  }


#s-d53a11c4-5d1b-41ad-9607-09cf1e6ee733 {
  min-height: 250px;
}
@media (min-width: 1200px){#s-d53a11c4-5d1b-41ad-9607-09cf1e6ee733 {
  display: none;
}
#s-d53a11c4-5d1b-41ad-9607-09cf1e6ee733, #wrap-s-d53a11c4-5d1b-41ad-9607-09cf1e6ee733 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d53a11c4-5d1b-41ad-9607-09cf1e6ee733 {
  display: none;
}
#s-d53a11c4-5d1b-41ad-9607-09cf1e6ee733, #wrap-s-d53a11c4-5d1b-41ad-9607-09cf1e6ee733 { display:none !important; }}







#s-d53a11c4-5d1b-41ad-9607-09cf1e6ee733 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d53a11c4-5d1b-41ad-9607-09cf1e6ee733.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-1dfba924-b500-44f1-9719-55841c223f60 {
  margin-top: 24px;
}
@media (min-width: 1200px){#s-1dfba924-b500-44f1-9719-55841c223f60 {
  display: none;
}
#s-1dfba924-b500-44f1-9719-55841c223f60, #wrap-s-1dfba924-b500-44f1-9719-55841c223f60 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1dfba924-b500-44f1-9719-55841c223f60 {
  display: none;
}
#s-1dfba924-b500-44f1-9719-55841c223f60, #wrap-s-1dfba924-b500-44f1-9719-55841c223f60 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1dfba924-b500-44f1-9719-55841c223f60 {
  
}
}
@media (min-width: 0px) {
[id="s-1dfba924-b500-44f1-9719-55841c223f60"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-1dfba924-b500-44f1-9719-55841c223f60"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-1dfba924-b500-44f1-9719-55841c223f60"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-1dfba924-b500-44f1-9719-55841c223f60"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-06806b24-1dee-455e-8f4e-886d4c0205fa {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-06806b24-1dee-455e-8f4e-886d4c0205fa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-06806b24-1dee-455e-8f4e-886d4c0205fa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-06806b24-1dee-455e-8f4e-886d4c0205fa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-06806b24-1dee-455e-8f4e-886d4c0205fa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-26d9e71b-7a0a-4237-9636-1d05a41929a2 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-26d9e71b-7a0a-4237-9636-1d05a41929a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26d9e71b-7a0a-4237-9636-1d05a41929a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7108daa7-5fe4-4a07-b135-84115c43774b {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-7108daa7-5fe4-4a07-b135-84115c43774b img.shogun-image {
    

    
    
    
  }


#s-7108daa7-5fe4-4a07-b135-84115c43774b .shogun-image-content {
  
    align-items: center;
  
}

#s-104855c8-65a7-4a9c-9a31-152b0dd10f72 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-104855c8-65a7-4a9c-9a31-152b0dd10f72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-104855c8-65a7-4a9c-9a31-152b0dd10f72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a1fccb3-806b-4796-b400-82fd4e00cc8d {
  text-align: center;
}







  #s-5a1fccb3-806b-4796-b400-82fd4e00cc8d img.shogun-image {
    

    
    
    
  }


#s-5a1fccb3-806b-4796-b400-82fd4e00cc8d .shogun-image-content {
  
    align-items: center;
  
}

#s-83f987ea-3d5c-4d68-8ede-fbcf4b6fc897 {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-83f987ea-3d5c-4d68-8ede-fbcf4b6fc897"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-83f987ea-3d5c-4d68-8ede-fbcf4b6fc897"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-83f987ea-3d5c-4d68-8ede-fbcf4b6fc897"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-83f987ea-3d5c-4d68-8ede-fbcf4b6fc897"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-bc5b510e-fe78-40eb-a266-199de61d21c2 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-bc5b510e-fe78-40eb-a266-199de61d21c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc5b510e-fe78-40eb-a266-199de61d21c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8cb611aa-e869-4c65-9a8f-4157c05900d3 {
  text-align: center;
}







  #s-8cb611aa-e869-4c65-9a8f-4157c05900d3 img.shogun-image {
    

    
    
    
  }


#s-8cb611aa-e869-4c65-9a8f-4157c05900d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-3e85a474-7997-4fd9-9655-dc01df6b0222 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-3e85a474-7997-4fd9-9655-dc01df6b0222 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e85a474-7997-4fd9-9655-dc01df6b0222.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9a918d1-f696-4e92-ab13-aa2854f58e26 {
  text-align: center;
}







  #s-c9a918d1-f696-4e92-ab13-aa2854f58e26 img.shogun-image {
    

    
    
    
  }


#s-c9a918d1-f696-4e92-ab13-aa2854f58e26 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-d242d6cf-4a5e-4851-938b-b625467ae14a {
  display: none;
}
#s-d242d6cf-4a5e-4851-938b-b625467ae14a, #wrap-s-d242d6cf-4a5e-4851-938b-b625467ae14a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d242d6cf-4a5e-4851-938b-b625467ae14a {
  display: none;
}
#s-d242d6cf-4a5e-4851-938b-b625467ae14a, #wrap-s-d242d6cf-4a5e-4851-938b-b625467ae14a { display:none !important; }}@media (max-width: 767px){#s-d242d6cf-4a5e-4851-938b-b625467ae14a {
  
}
}
@media (min-width: 0px) {
[id="s-d242d6cf-4a5e-4851-938b-b625467ae14a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-d242d6cf-4a5e-4851-938b-b625467ae14a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-d242d6cf-4a5e-4851-938b-b625467ae14a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-d242d6cf-4a5e-4851-938b-b625467ae14a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-557087c4-96c0-4e8d-82af-befb3e7423f5 {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-557087c4-96c0-4e8d-82af-befb3e7423f5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-557087c4-96c0-4e8d-82af-befb3e7423f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-557087c4-96c0-4e8d-82af-befb3e7423f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-557087c4-96c0-4e8d-82af-befb3e7423f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-bb7014bc-18ae-4798-a275-1de30581a85d {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-bb7014bc-18ae-4798-a275-1de30581a85d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb7014bc-18ae-4798-a275-1de30581a85d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6dc5886c-d0b1-49c5-9f72-231d9c38b827 {
  text-align: center;
}







  #s-6dc5886c-d0b1-49c5-9f72-231d9c38b827 img.shogun-image {
    

    
    
    
  }


#s-6dc5886c-d0b1-49c5-9f72-231d9c38b827 .shogun-image-content {
  
    align-items: center;
  
}

#s-fa408698-2a8e-4d74-880c-02a4f75e68a1 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-fa408698-2a8e-4d74-880c-02a4f75e68a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa408698-2a8e-4d74-880c-02a4f75e68a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e90ac9c4-c3cf-4d47-9a4a-8ffcd790a5c3 {
  text-align: center;
}








#s-e90ac9c4-c3cf-4d47-9a4a-8ffcd790a5c3 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-847aaa7e-ba0c-4492-be34-d4b5cea79caa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-847aaa7e-ba0c-4492-be34-d4b5cea79caa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-847aaa7e-ba0c-4492-be34-d4b5cea79caa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-847aaa7e-ba0c-4492-be34-d4b5cea79caa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-b0a8ce4d-28d5-4120-a578-93d80b114fad {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-b0a8ce4d-28d5-4120-a578-93d80b114fad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0a8ce4d-28d5-4120-a578-93d80b114fad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85fb1907-443d-4b1c-9f65-6c8c9cdcacfc {
  text-align: center;
}







  #s-85fb1907-443d-4b1c-9f65-6c8c9cdcacfc img.shogun-image {
    

    
    
    
  }


#s-85fb1907-443d-4b1c-9f65-6c8c9cdcacfc .shogun-image-content {
  
    align-items: center;
  
}

#s-043cc4d0-839e-4d97-a441-929b1bf5cf31 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-043cc4d0-839e-4d97-a441-929b1bf5cf31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-043cc4d0-839e-4d97-a441-929b1bf5cf31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3665ed96-8da1-43c3-9653-0b379db932d1 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}








#s-3665ed96-8da1-43c3-9653-0b379db932d1 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-2b12976e-ad01-49e3-8b1b-e17c2b3b35ea {
  display: none;
}
#s-2b12976e-ad01-49e3-8b1b-e17c2b3b35ea, #wrap-s-2b12976e-ad01-49e3-8b1b-e17c2b3b35ea { display:none !important; }}@media (max-width: 767px){#s-2b12976e-ad01-49e3-8b1b-e17c2b3b35ea {
  display: none;
}
#s-2b12976e-ad01-49e3-8b1b-e17c2b3b35ea, #wrap-s-2b12976e-ad01-49e3-8b1b-e17c2b3b35ea { display:none !important; }}







#s-2b12976e-ad01-49e3-8b1b-e17c2b3b35ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b12976e-ad01-49e3-8b1b-e17c2b3b35ea.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-bf0bbdb7-a99d-46ff-9741-caa3fa6f0a33 {
  margin-top: 24px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bf0bbdb7-a99d-46ff-9741-caa3fa6f0a33 {
  display: none;
}
#s-bf0bbdb7-a99d-46ff-9741-caa3fa6f0a33, #wrap-s-bf0bbdb7-a99d-46ff-9741-caa3fa6f0a33 { display:none !important; }}
@media (min-width: 0px) {
[id="s-bf0bbdb7-a99d-46ff-9741-caa3fa6f0a33"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-bf0bbdb7-a99d-46ff-9741-caa3fa6f0a33"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-bf0bbdb7-a99d-46ff-9741-caa3fa6f0a33"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf0bbdb7-a99d-46ff-9741-caa3fa6f0a33"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-78f0a5e9-9f86-4caf-9825-fbf2fd9a1679 {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-78f0a5e9-9f86-4caf-9825-fbf2fd9a1679"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-78f0a5e9-9f86-4caf-9825-fbf2fd9a1679"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-78f0a5e9-9f86-4caf-9825-fbf2fd9a1679"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-78f0a5e9-9f86-4caf-9825-fbf2fd9a1679"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-90be9ca0-d3e5-4684-89bd-5ea2ada97499 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-90be9ca0-d3e5-4684-89bd-5ea2ada97499 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90be9ca0-d3e5-4684-89bd-5ea2ada97499.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b2e2abf-3d08-4ff4-9a35-71f8e212294e {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-8b2e2abf-3d08-4ff4-9a35-71f8e212294e img.shogun-image {
    

    
    
    
  }


#s-8b2e2abf-3d08-4ff4-9a35-71f8e212294e .shogun-image-content {
  
    align-items: center;
  
}

#s-0630dfc5-f42f-4a11-ad8a-7662df2fec4b {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-0630dfc5-f42f-4a11-ad8a-7662df2fec4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0630dfc5-f42f-4a11-ad8a-7662df2fec4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-715beca6-1e1f-414f-b5c8-9882c4a6e51e {
  text-align: center;
}







  #s-715beca6-1e1f-414f-b5c8-9882c4a6e51e img.shogun-image {
    

    
    
    
  }


#s-715beca6-1e1f-414f-b5c8-9882c4a6e51e .shogun-image-content {
  
    align-items: center;
  
}

#s-ca7d0410-5166-4276-ac20-1770a02397ca {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-ca7d0410-5166-4276-ac20-1770a02397ca"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-ca7d0410-5166-4276-ac20-1770a02397ca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-ca7d0410-5166-4276-ac20-1770a02397ca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca7d0410-5166-4276-ac20-1770a02397ca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-f69fecb8-7453-4a55-8e35-0c448fb9e2ff {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-f69fecb8-7453-4a55-8e35-0c448fb9e2ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f69fecb8-7453-4a55-8e35-0c448fb9e2ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff774850-052c-4817-a1ac-4cfa8aaa9c3e {
  text-align: center;
}







  #s-ff774850-052c-4817-a1ac-4cfa8aaa9c3e img.shogun-image {
    

    
    
    
  }


#s-ff774850-052c-4817-a1ac-4cfa8aaa9c3e .shogun-image-content {
  
    align-items: center;
  
}

#s-d0580127-d97f-4ac7-bd98-e42d74a50491 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-d0580127-d97f-4ac7-bd98-e42d74a50491 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0580127-d97f-4ac7-bd98-e42d74a50491.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9ff8373-3d8f-4cc5-a3fe-da5b52ef11d0 {
  text-align: center;
}







  #s-d9ff8373-3d8f-4cc5-a3fe-da5b52ef11d0 img.shogun-image {
    

    
    
    
  }


#s-d9ff8373-3d8f-4cc5-a3fe-da5b52ef11d0 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-dba10efc-83e5-431f-bfa1-d9ba3f6c0a31 {
  display: none;
}
#s-dba10efc-83e5-431f-bfa1-d9ba3f6c0a31, #wrap-s-dba10efc-83e5-431f-bfa1-d9ba3f6c0a31 { display:none !important; }}
@media (min-width: 0px) {
[id="s-dba10efc-83e5-431f-bfa1-d9ba3f6c0a31"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-dba10efc-83e5-431f-bfa1-d9ba3f6c0a31"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-dba10efc-83e5-431f-bfa1-d9ba3f6c0a31"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-dba10efc-83e5-431f-bfa1-d9ba3f6c0a31"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-f01804b7-5c62-445d-8a44-5fd5d92867fb {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-f01804b7-5c62-445d-8a44-5fd5d92867fb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-f01804b7-5c62-445d-8a44-5fd5d92867fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-f01804b7-5c62-445d-8a44-5fd5d92867fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-f01804b7-5c62-445d-8a44-5fd5d92867fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-c797203a-8eda-4905-a33a-3cdb453dd29b {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-c797203a-8eda-4905-a33a-3cdb453dd29b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c797203a-8eda-4905-a33a-3cdb453dd29b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f780486b-cc1a-470f-a3bd-647a784f37f1 {
  text-align: center;
}







  #s-f780486b-cc1a-470f-a3bd-647a784f37f1 img.shogun-image {
    

    
    
    
  }


#s-f780486b-cc1a-470f-a3bd-647a784f37f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-9e881d66-286b-44ad-b066-1e425b5cdc60 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-9e881d66-286b-44ad-b066-1e425b5cdc60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e881d66-286b-44ad-b066-1e425b5cdc60.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f6d8dfc4-184e-4673-837b-226bdbe997c3 {
  text-align: center;
}








#s-f6d8dfc4-184e-4673-837b-226bdbe997c3 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-a3ccacbb-e7a4-49ee-98d6-bde6dff1354a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-a3ccacbb-e7a4-49ee-98d6-bde6dff1354a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-a3ccacbb-e7a4-49ee-98d6-bde6dff1354a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3ccacbb-e7a4-49ee-98d6-bde6dff1354a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-c6d3e526-0d00-425f-b0b0-ffe42a6b6c35 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-c6d3e526-0d00-425f-b0b0-ffe42a6b6c35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6d3e526-0d00-425f-b0b0-ffe42a6b6c35.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b7d7d50-c71e-4cb7-aedb-adc31fecb12f {
  text-align: center;
}







  #s-8b7d7d50-c71e-4cb7-aedb-adc31fecb12f img.shogun-image {
    

    
    
    
  }


#s-8b7d7d50-c71e-4cb7-aedb-adc31fecb12f .shogun-image-content {
  
    align-items: center;
  
}

#s-c92ec01e-e305-4efe-8622-f6f4eab7216d {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-c92ec01e-e305-4efe-8622-f6f4eab7216d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c92ec01e-e305-4efe-8622-f6f4eab7216d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5a3f499-40e5-4847-902c-67ee19a970e6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}








#s-e5a3f499-40e5-4847-902c-67ee19a970e6 .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-f8017162-cafc-454d-8464-d0173fdd673e {
  margin-top: 24px;
margin-left: 16px;
margin-right: 16px;
padding-bottom: 16px;
text-align: left;
}


  #s-f8017162-cafc-454d-8464-d0173fdd673e .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid rgba(37, 37, 81, 1);
  }
  #s-f8017162-cafc-454d-8464-d0173fdd673e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(37, 37, 81, 1);
    border: 1px solid rgba(37, 37, 81, 1);
  }
#s-f8017162-cafc-454d-8464-d0173fdd673e .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-f8017162-cafc-454d-8464-d0173fdd673e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-f8017162-cafc-454d-8464-d0173fdd673e .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(37, 37, 81, 1);
}

#s-f8017162-cafc-454d-8464-d0173fdd673e .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(37, 37, 81, 1);
}

#s-8ff0e7f6-7a28-41a4-9b2d-ef9a031f4717 {
  min-height: 50px;
}








#s-8ff0e7f6-7a28-41a4-9b2d-ef9a031f4717 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ff0e7f6-7a28-41a4-9b2d-ef9a031f4717.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-bfccffd7-ed89-46af-954c-ff5115de6155 {
  
}
}
#s-9ba67dd1-a7c3-472b-830e-af5442a283db {
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9ba67dd1-a7c3-472b-830e-af5442a283db {
  
}
}
@media (min-width: 0px) {
[id="s-28d0eebb-c6c1-41a0-a230-c1be287bf5ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-28d0eebb-c6c1-41a0-a230-c1be287bf5ad"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-28d0eebb-c6c1-41a0-a230-c1be287bf5ad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-28d0eebb-c6c1-41a0-a230-c1be287bf5ad"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-28d0eebb-c6c1-41a0-a230-c1be287bf5ad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-28d0eebb-c6c1-41a0-a230-c1be287bf5ad"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-28d0eebb-c6c1-41a0-a230-c1be287bf5ad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.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-1462e41e-cc37-4a8c-90a8-a2e76088f6ac .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-1462e41e-cc37-4a8c-90a8-a2e76088f6ac table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-1462e41e-cc37-4a8c-90a8-a2e76088f6ac td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: left;
}

#s-1462e41e-cc37-4a8c-90a8-a2e76088f6ac td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-1462e41e-cc37-4a8c-90a8-a2e76088f6ac td.shogun-table-column, #s-1462e41e-cc37-4a8c-90a8-a2e76088f6ac td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-a9940ab2-7d63-4d96-acd1-bfe00462c6a2 {
  min-height: 0px;
}

#s-6a93cbc2-e905-47e9-b8ee-aaf1c31fe47b {
  min-height: 0px;
}

#s-6891e9d6-1508-47e8-91b2-660177e6ae8a {
  min-height: 0px;
}

#s-83c3bbd7-31db-4114-b969-e8aeb60774f5 {
  min-height: 0px;
}

#s-7de8c809-8b80-47c9-8ec7-2eba03b73a2c {
  min-height: 0px;
}

#s-da2e9ed8-dd2d-43e4-99c9-022bd8395a00 {
  min-height: 0px;
}

#s-1c7c22f7-b8e0-4072-a9dc-6ff385d33289 {
  min-height: 0px;
}

#s-c96d5b52-59f5-41dc-921c-defe99dc30da {
  min-height: 0px;
}

#s-c23e669a-62a0-454b-ae56-7ca9fa69b1ec {
  min-height: 0px;
}

#s-90f19996-921c-4470-8fd3-835c067aded2 {
  min-height: 0px;
}

#s-3277ee9d-7ea8-4d1c-bc2d-fee99a70392c {
  min-height: 0px;
}

#s-cd76aa8c-a85a-4d30-88d2-22e4429d3944 {
  min-height: 0px;
}

#s-a6778abc-6c28-48c7-bacb-b74a4cf11dd9 {
  min-height: 0px;
}

#s-33d705d9-d301-4157-a397-5716c50e1c9d {
  min-height: 0px;
}

#s-68af4eb0-e78e-4dc0-89e7-9d86f62c2294 {
  min-height: 0px;
}

#s-9ee77553-393c-4290-bc3c-90ef9fe6eeed {
  min-height: 0px;
}

#s-26e9858a-357e-45e5-b2d1-4b3e6f2c6c2a {
  min-height: 0px;
}

#s-27043e49-2fec-40e3-acc4-afcc546286c8 {
  min-height: 0px;
}

#s-1c4faefc-e38a-4aca-99be-c31ece4aa832 {
  min-height: 0px;
}

#s-8a04ff64-9bca-4b0a-bf2f-006677256386 {
  min-height: 0px;
}

#s-00e51821-f8d6-4cb6-868f-54e0be0280a2 {
  min-height: 0px;
}

#s-6806f35b-122c-4502-bfbe-cbe8226ac729 {
  min-height: 0px;
}

#s-cf657e91-985c-4cd8-b780-067880e09046 {
  min-height: 0px;
}

#s-9942053b-07c3-4d25-a699-43edc697d0c9 {
  min-height: 0px;
}

#s-e138adbf-ccbd-4cb1-9613-e1e5b5deba2a {
  min-height: 0px;
}

#s-32e7ac14-f5ca-4f3c-9a30-8ed31b8913d7 {
  min-height: 0px;
}

#s-6e276143-d5e0-4ddd-8e62-abcf27237b0c {
  min-height: 0px;
}

#s-41903488-5455-4417-b725-9701249b6ff4 {
  min-height: 0px;
}

#s-68e916b9-355e-4842-998c-a8efd9d90e23 {
  min-height: 0px;
}

#s-924755a3-fb1b-42bb-822e-e5676109ea99 {
  min-height: 0px;
}

#s-13ca2a69-9b3e-48ba-8d47-d8fdac6c5912 {
  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-4f12739b-374b-411f-ae9e-270e3d4b9963 {
  min-height: 0px;
}

#s-09756096-369f-4487-8b37-52db42b2d87e {
  min-height: 50px;
}








#s-09756096-369f-4487-8b37-52db42b2d87e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09756096-369f-4487-8b37-52db42b2d87e.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-88eef59e-89bf-4e66-a834-14634019de14 {
  
}
}
#s-2c41a29a-f142-4c3a-b2b2-5fd37214cfe4 {
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2c41a29a-f142-4c3a-b2b2-5fd37214cfe4 {
  
}
}
@media (min-width: 768px) and (max-width: 991px){#s-8e0bb5c9-0cb7-4946-adfd-5152da5c97a7 {
  
}
}
#s-e7f12941-fb69-4832-99fd-e514d45596f4 {
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e7f12941-fb69-4832-99fd-e514d45596f4 {
  
}
}
#s-e6395eae-9452-430c-80c9-19626dd7cc85 {
  min-height: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e6395eae-9452-430c-80c9-19626dd7cc85 {
  display: none;
}
#s-e6395eae-9452-430c-80c9-19626dd7cc85, #wrap-s-e6395eae-9452-430c-80c9-19626dd7cc85 { display:none !important; }}@media (max-width: 767px){#s-e6395eae-9452-430c-80c9-19626dd7cc85 {
  display: none;
}
#s-e6395eae-9452-430c-80c9-19626dd7cc85, #wrap-s-e6395eae-9452-430c-80c9-19626dd7cc85 { display:none !important; }}







#s-e6395eae-9452-430c-80c9-19626dd7cc85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6395eae-9452-430c-80c9-19626dd7cc85.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-e30dfd06-6068-4111-8787-1721d0945143 {
  margin-left: 16px;
margin-right: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e30dfd06-6068-4111-8787-1721d0945143 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-dfc5391d-d863-4597-b53c-ec831cf30ed2 {
  min-height: 100px;
}
@media (min-width: 1200px){#s-dfc5391d-d863-4597-b53c-ec831cf30ed2 {
  display: none;
}
#s-dfc5391d-d863-4597-b53c-ec831cf30ed2, #wrap-s-dfc5391d-d863-4597-b53c-ec831cf30ed2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dfc5391d-d863-4597-b53c-ec831cf30ed2 {
  display: none;
}
#s-dfc5391d-d863-4597-b53c-ec831cf30ed2, #wrap-s-dfc5391d-d863-4597-b53c-ec831cf30ed2 { display:none !important; }}







#s-dfc5391d-d863-4597-b53c-ec831cf30ed2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfc5391d-d863-4597-b53c-ec831cf30ed2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6185f061-a691-4b5c-8c5e-40bf0ab92d28 {
  margin-left: 16px;
margin-right: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6185f061-a691-4b5c-8c5e-40bf0ab92d28 .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-ae16c514-a7d7-4467-8437-f48c6f50a7b2 {
  margin-top: auto;
margin-left: 16px;
margin-bottom: auto;
margin-right: 16px;
min-height: 0px;
}
@media (min-width: 1200px){#s-ae16c514-a7d7-4467-8437-f48c6f50a7b2 {
  display: none;
}
#s-ae16c514-a7d7-4467-8437-f48c6f50a7b2, #wrap-s-ae16c514-a7d7-4467-8437-f48c6f50a7b2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ae16c514-a7d7-4467-8437-f48c6f50a7b2 {
  display: none;
}
#s-ae16c514-a7d7-4467-8437-f48c6f50a7b2, #wrap-s-ae16c514-a7d7-4467-8437-f48c6f50a7b2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ae16c514-a7d7-4467-8437-f48c6f50a7b2 {
  display: none;
}
#s-ae16c514-a7d7-4467-8437-f48c6f50a7b2, #wrap-s-ae16c514-a7d7-4467-8437-f48c6f50a7b2 { display:none !important; }}
#s-3f9f0ef4-42e5-4a0b-95dc-3e55891494f1 {
  display: none;
}
#s-79326c4d-3559-479b-985b-1257d0b486db {
  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-79326c4d-3559-479b-985b-1257d0b486db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79326c4d-3559-479b-985b-1257d0b486db img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-79326c4d-3559-479b-985b-1257d0b486db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79326c4d-3559-479b-985b-1257d0b486db img.shogun-image {
  width: 100%;
}



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

.shg-c#s-79326c4d-3559-479b-985b-1257d0b486db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79326c4d-3559-479b-985b-1257d0b486db img.shogun-image {
  width: 100%;
}



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

.shg-c#s-79326c4d-3559-479b-985b-1257d0b486db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79326c4d-3559-479b-985b-1257d0b486db img.shogun-image {
  width: 100%;
}



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

.shg-c#s-79326c4d-3559-479b-985b-1257d0b486db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79326c4d-3559-479b-985b-1257d0b486db img.shogun-image {
  width: 100%;
}



}
#s-1d50396b-d748-45d6-ad0e-944c780116c4 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-1d50396b-d748-45d6-ad0e-944c780116c4 .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-3de1d9c6-d877-4e65-b56f-39b1c2f10845 {
  min-height: 50px;
text-align: center;
}

#s-3de1d9c6-d877-4e65-b56f-39b1c2f10845 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3de1d9c6-d877-4e65-b56f-39b1c2f10845 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3de1d9c6-d877-4e65-b56f-39b1c2f10845 .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-fb934931-edc0-4104-b0c8-4d53237834c5 {
  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-fb934931-edc0-4104-b0c8-4d53237834c5:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fb934931-edc0-4104-b0c8-4d53237834c5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fb934931-edc0-4104-b0c8-4d53237834c5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb934931-edc0-4104-b0c8-4d53237834c5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb934931-edc0-4104-b0c8-4d53237834c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fb934931-edc0-4104-b0c8-4d53237834c5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fb934931-edc0-4104-b0c8-4d53237834c5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-0e51d2e7-028c-4910-ac9d-0a846b9c9d13 {
  display: none;
}
#s-9b2c3ef4-e2f5-4776-a14a-4c085ec743be {
  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-9b2c3ef4-e2f5-4776-a14a-4c085ec743be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b2c3ef4-e2f5-4776-a14a-4c085ec743be img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9b2c3ef4-e2f5-4776-a14a-4c085ec743be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b2c3ef4-e2f5-4776-a14a-4c085ec743be img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b2c3ef4-e2f5-4776-a14a-4c085ec743be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b2c3ef4-e2f5-4776-a14a-4c085ec743be img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b2c3ef4-e2f5-4776-a14a-4c085ec743be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b2c3ef4-e2f5-4776-a14a-4c085ec743be img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9b2c3ef4-e2f5-4776-a14a-4c085ec743be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9b2c3ef4-e2f5-4776-a14a-4c085ec743be img.shogun-image {
  width: 100%;
}



}
#s-2e91b69c-0665-40b5-b553-5e213ec4879d {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-2e91b69c-0665-40b5-b553-5e213ec4879d .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-4a82de98-31c4-4988-85c4-654a721bbb01 {
  min-height: 50px;
text-align: center;
}

#s-4a82de98-31c4-4988-85c4-654a721bbb01 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4a82de98-31c4-4988-85c4-654a721bbb01 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4a82de98-31c4-4988-85c4-654a721bbb01 .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-45ae5feb-d8e2-46c2-98d9-233dc5bcc991 {
  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-45ae5feb-d8e2-46c2-98d9-233dc5bcc991:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-45ae5feb-d8e2-46c2-98d9-233dc5bcc991:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-45ae5feb-d8e2-46c2-98d9-233dc5bcc991 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-45ae5feb-d8e2-46c2-98d9-233dc5bcc991.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-45ae5feb-d8e2-46c2-98d9-233dc5bcc991.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-45ae5feb-d8e2-46c2-98d9-233dc5bcc991.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-45ae5feb-d8e2-46c2-98d9-233dc5bcc991.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-cd9cbafc-f5a1-4b0c-8e25-eaa18ee1ab6b {
  margin-top: auto;
margin-left: 16px;
margin-bottom: auto;
margin-right: 16px;
min-height: 0px;
}
@media (min-width: 1200px){#s-cd9cbafc-f5a1-4b0c-8e25-eaa18ee1ab6b {
  display: none;
}
#s-cd9cbafc-f5a1-4b0c-8e25-eaa18ee1ab6b, #wrap-s-cd9cbafc-f5a1-4b0c-8e25-eaa18ee1ab6b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cd9cbafc-f5a1-4b0c-8e25-eaa18ee1ab6b {
  display: none;
}
#s-cd9cbafc-f5a1-4b0c-8e25-eaa18ee1ab6b, #wrap-s-cd9cbafc-f5a1-4b0c-8e25-eaa18ee1ab6b { display:none !important; }}@media (max-width: 767px){#s-cd9cbafc-f5a1-4b0c-8e25-eaa18ee1ab6b {
  display: none;
}
#s-cd9cbafc-f5a1-4b0c-8e25-eaa18ee1ab6b, #wrap-s-cd9cbafc-f5a1-4b0c-8e25-eaa18ee1ab6b { display:none !important; }}
#s-9493218c-397e-43cc-89c5-210f9be5fd1e {
  display: none;
}
#s-f748ff1a-cfaa-4e82-a060-be6722510e56 {
  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-f748ff1a-cfaa-4e82-a060-be6722510e56 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f748ff1a-cfaa-4e82-a060-be6722510e56 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f748ff1a-cfaa-4e82-a060-be6722510e56 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f748ff1a-cfaa-4e82-a060-be6722510e56 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f748ff1a-cfaa-4e82-a060-be6722510e56 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f748ff1a-cfaa-4e82-a060-be6722510e56 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f748ff1a-cfaa-4e82-a060-be6722510e56 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f748ff1a-cfaa-4e82-a060-be6722510e56 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f748ff1a-cfaa-4e82-a060-be6722510e56 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f748ff1a-cfaa-4e82-a060-be6722510e56 img.shogun-image {
  width: 100%;
}



}
#s-1d92ad94-db56-4e29-9bef-90824a9a181f {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-1d92ad94-db56-4e29-9bef-90824a9a181f .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-b0462ea1-7a29-433a-ae1b-6d6195d9df21 {
  min-height: 50px;
text-align: center;
}

#s-b0462ea1-7a29-433a-ae1b-6d6195d9df21 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b0462ea1-7a29-433a-ae1b-6d6195d9df21 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b0462ea1-7a29-433a-ae1b-6d6195d9df21 .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-a6dde5d0-a254-4dca-98ba-3baffd627c84 {
  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-a6dde5d0-a254-4dca-98ba-3baffd627c84:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a6dde5d0-a254-4dca-98ba-3baffd627c84:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a6dde5d0-a254-4dca-98ba-3baffd627c84 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a6dde5d0-a254-4dca-98ba-3baffd627c84.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a6dde5d0-a254-4dca-98ba-3baffd627c84.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a6dde5d0-a254-4dca-98ba-3baffd627c84.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a6dde5d0-a254-4dca-98ba-3baffd627c84.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-d9444619-f975-4a5a-bd22-39ac3166b12a {
  display: none;
}
#s-d760258a-27bd-49ea-b143-ba143ae0573f {
  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-d760258a-27bd-49ea-b143-ba143ae0573f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d760258a-27bd-49ea-b143-ba143ae0573f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d760258a-27bd-49ea-b143-ba143ae0573f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d760258a-27bd-49ea-b143-ba143ae0573f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d760258a-27bd-49ea-b143-ba143ae0573f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d760258a-27bd-49ea-b143-ba143ae0573f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d760258a-27bd-49ea-b143-ba143ae0573f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d760258a-27bd-49ea-b143-ba143ae0573f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d760258a-27bd-49ea-b143-ba143ae0573f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d760258a-27bd-49ea-b143-ba143ae0573f img.shogun-image {
  width: 100%;
}



}
#s-e30fce2a-5a24-4607-b3ae-3f08f4200dee {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-e30fce2a-5a24-4607-b3ae-3f08f4200dee .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-cf04800d-58ac-4dae-b30d-6a2ffba56177 {
  min-height: 50px;
text-align: center;
}

#s-cf04800d-58ac-4dae-b30d-6a2ffba56177 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cf04800d-58ac-4dae-b30d-6a2ffba56177 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-cf04800d-58ac-4dae-b30d-6a2ffba56177 .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-865d85b5-a30b-4f65-86bb-43c4393828f9 {
  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-865d85b5-a30b-4f65-86bb-43c4393828f9:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-865d85b5-a30b-4f65-86bb-43c4393828f9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-865d85b5-a30b-4f65-86bb-43c4393828f9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-865d85b5-a30b-4f65-86bb-43c4393828f9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-865d85b5-a30b-4f65-86bb-43c4393828f9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-865d85b5-a30b-4f65-86bb-43c4393828f9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-865d85b5-a30b-4f65-86bb-43c4393828f9.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-276ca239-ad9f-40e9-bcda-9ee4992012ce {
  display: none;
}
#s-5968fa54-bdd3-4cfd-a341-ae29c2262e98 {
  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-5968fa54-bdd3-4cfd-a341-ae29c2262e98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5968fa54-bdd3-4cfd-a341-ae29c2262e98 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5968fa54-bdd3-4cfd-a341-ae29c2262e98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5968fa54-bdd3-4cfd-a341-ae29c2262e98 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5968fa54-bdd3-4cfd-a341-ae29c2262e98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5968fa54-bdd3-4cfd-a341-ae29c2262e98 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5968fa54-bdd3-4cfd-a341-ae29c2262e98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5968fa54-bdd3-4cfd-a341-ae29c2262e98 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5968fa54-bdd3-4cfd-a341-ae29c2262e98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5968fa54-bdd3-4cfd-a341-ae29c2262e98 img.shogun-image {
  width: 100%;
}



}
#s-21a98b1a-a0c5-4c33-9742-71e91a2fc2a3 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-21a98b1a-a0c5-4c33-9742-71e91a2fc2a3 .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-28d503a6-c3d2-4a3c-b047-8aae94a97588 {
  min-height: 50px;
text-align: center;
}

#s-28d503a6-c3d2-4a3c-b047-8aae94a97588 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-28d503a6-c3d2-4a3c-b047-8aae94a97588 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-28d503a6-c3d2-4a3c-b047-8aae94a97588 .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-b6e73eb1-8c97-49b3-a156-258189ee28c2 {
  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-b6e73eb1-8c97-49b3-a156-258189ee28c2:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b6e73eb1-8c97-49b3-a156-258189ee28c2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b6e73eb1-8c97-49b3-a156-258189ee28c2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b6e73eb1-8c97-49b3-a156-258189ee28c2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b6e73eb1-8c97-49b3-a156-258189ee28c2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b6e73eb1-8c97-49b3-a156-258189ee28c2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b6e73eb1-8c97-49b3-a156-258189ee28c2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-a7660958-98c4-4cc7-a873-3defca2f0a07 {
  margin-left: 16px;
margin-right: 16px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a7660958-98c4-4cc7-a873-3defca2f0a07 {
  display: none;
}
#s-a7660958-98c4-4cc7-a873-3defca2f0a07, #wrap-s-a7660958-98c4-4cc7-a873-3defca2f0a07 { display:none !important; }}@media (max-width: 767px){#s-a7660958-98c4-4cc7-a873-3defca2f0a07 {
  display: none;
}
#s-a7660958-98c4-4cc7-a873-3defca2f0a07, #wrap-s-a7660958-98c4-4cc7-a873-3defca2f0a07 { display:none !important; }}
#s-ffa80cd1-4d3c-4a3b-b1b1-ced93a248a1b {
  margin-top: auto;
margin-bottom: auto;
}

#s-ffa80cd1-4d3c-4a3b-b1b1-ced93a248a1b {
  display: none;
}
#s-3bc9c5b4-715c-43fb-934c-75dbd32978ad {
  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-3bc9c5b4-715c-43fb-934c-75dbd32978ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bc9c5b4-715c-43fb-934c-75dbd32978ad img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3bc9c5b4-715c-43fb-934c-75dbd32978ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bc9c5b4-715c-43fb-934c-75dbd32978ad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3bc9c5b4-715c-43fb-934c-75dbd32978ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bc9c5b4-715c-43fb-934c-75dbd32978ad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3bc9c5b4-715c-43fb-934c-75dbd32978ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bc9c5b4-715c-43fb-934c-75dbd32978ad img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3bc9c5b4-715c-43fb-934c-75dbd32978ad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3bc9c5b4-715c-43fb-934c-75dbd32978ad img.shogun-image {
  width: 100%;
}



}
#s-58077539-ae45-406b-bfd5-3d04093a76c2 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-58077539-ae45-406b-bfd5-3d04093a76c2 .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-74d97c83-4f40-4498-9872-6a8575b2b5d4 {
  min-height: 50px;
text-align: center;
}

#s-74d97c83-4f40-4498-9872-6a8575b2b5d4 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-74d97c83-4f40-4498-9872-6a8575b2b5d4 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-74d97c83-4f40-4498-9872-6a8575b2b5d4 .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-5340460a-52f2-4b37-ba60-6e32eec0509a {
  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-5340460a-52f2-4b37-ba60-6e32eec0509a:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5340460a-52f2-4b37-ba60-6e32eec0509a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5340460a-52f2-4b37-ba60-6e32eec0509a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5340460a-52f2-4b37-ba60-6e32eec0509a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5340460a-52f2-4b37-ba60-6e32eec0509a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5340460a-52f2-4b37-ba60-6e32eec0509a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5340460a-52f2-4b37-ba60-6e32eec0509a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-64591cb7-7650-46f5-9c62-5a8e093b7555 {
  margin-top: auto;
margin-bottom: auto;
}

#s-64591cb7-7650-46f5-9c62-5a8e093b7555 {
  display: none;
}
#s-cf1c409d-ace5-49ce-9909-55c865b3c737 {
  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-cf1c409d-ace5-49ce-9909-55c865b3c737 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf1c409d-ace5-49ce-9909-55c865b3c737 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cf1c409d-ace5-49ce-9909-55c865b3c737 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf1c409d-ace5-49ce-9909-55c865b3c737 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cf1c409d-ace5-49ce-9909-55c865b3c737 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf1c409d-ace5-49ce-9909-55c865b3c737 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cf1c409d-ace5-49ce-9909-55c865b3c737 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf1c409d-ace5-49ce-9909-55c865b3c737 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cf1c409d-ace5-49ce-9909-55c865b3c737 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cf1c409d-ace5-49ce-9909-55c865b3c737 img.shogun-image {
  width: 100%;
}



}
#s-f2994ac4-2799-4356-9315-0433c7eca07f {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-f2994ac4-2799-4356-9315-0433c7eca07f .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-aa3542a3-84cd-4327-a25d-f6883d0eadc5 {
  min-height: 50px;
text-align: center;
}

#s-aa3542a3-84cd-4327-a25d-f6883d0eadc5 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-aa3542a3-84cd-4327-a25d-f6883d0eadc5 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-aa3542a3-84cd-4327-a25d-f6883d0eadc5 .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-1914fc72-a0b1-4007-a513-b0fc5c044d24 {
  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-1914fc72-a0b1-4007-a513-b0fc5c044d24:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1914fc72-a0b1-4007-a513-b0fc5c044d24:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1914fc72-a0b1-4007-a513-b0fc5c044d24 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1914fc72-a0b1-4007-a513-b0fc5c044d24.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1914fc72-a0b1-4007-a513-b0fc5c044d24.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1914fc72-a0b1-4007-a513-b0fc5c044d24.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1914fc72-a0b1-4007-a513-b0fc5c044d24.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-4b2a4303-79aa-4f42-b259-ebed91652f40 {
  margin-top: auto;
margin-bottom: auto;
}

#s-4b2a4303-79aa-4f42-b259-ebed91652f40 {
  display: none;
}
#s-22de142b-11bc-4728-89f2-d44cc9dee18c {
  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-22de142b-11bc-4728-89f2-d44cc9dee18c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22de142b-11bc-4728-89f2-d44cc9dee18c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-22de142b-11bc-4728-89f2-d44cc9dee18c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22de142b-11bc-4728-89f2-d44cc9dee18c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-22de142b-11bc-4728-89f2-d44cc9dee18c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22de142b-11bc-4728-89f2-d44cc9dee18c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-22de142b-11bc-4728-89f2-d44cc9dee18c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22de142b-11bc-4728-89f2-d44cc9dee18c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-22de142b-11bc-4728-89f2-d44cc9dee18c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22de142b-11bc-4728-89f2-d44cc9dee18c img.shogun-image {
  width: 100%;
}



}
#s-24493a57-289c-490f-a9ac-937ef5e34e25 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-24493a57-289c-490f-a9ac-937ef5e34e25 .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-3209d81b-cdff-4d8f-9912-cf5c3abc5947 {
  min-height: 50px;
text-align: center;
}

#s-3209d81b-cdff-4d8f-9912-cf5c3abc5947 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3209d81b-cdff-4d8f-9912-cf5c3abc5947 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-3209d81b-cdff-4d8f-9912-cf5c3abc5947 .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-1ce3c4b0-5425-48bb-af10-5a1f0a16e637 {
  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-1ce3c4b0-5425-48bb-af10-5a1f0a16e637:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1ce3c4b0-5425-48bb-af10-5a1f0a16e637:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1ce3c4b0-5425-48bb-af10-5a1f0a16e637 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1ce3c4b0-5425-48bb-af10-5a1f0a16e637.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1ce3c4b0-5425-48bb-af10-5a1f0a16e637.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1ce3c4b0-5425-48bb-af10-5a1f0a16e637.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1ce3c4b0-5425-48bb-af10-5a1f0a16e637.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-dc081eae-052a-4ba1-8449-d2acc7c65a64 {
  margin-top: auto;
margin-bottom: auto;
}

#s-dc081eae-052a-4ba1-8449-d2acc7c65a64 {
  display: none;
}
#s-41b8ea27-401b-4569-b85b-44f198cf5d4f {
  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-41b8ea27-401b-4569-b85b-44f198cf5d4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41b8ea27-401b-4569-b85b-44f198cf5d4f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-41b8ea27-401b-4569-b85b-44f198cf5d4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41b8ea27-401b-4569-b85b-44f198cf5d4f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-41b8ea27-401b-4569-b85b-44f198cf5d4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41b8ea27-401b-4569-b85b-44f198cf5d4f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-41b8ea27-401b-4569-b85b-44f198cf5d4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41b8ea27-401b-4569-b85b-44f198cf5d4f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-41b8ea27-401b-4569-b85b-44f198cf5d4f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41b8ea27-401b-4569-b85b-44f198cf5d4f img.shogun-image {
  width: 100%;
}



}
#s-984f393c-d9e8-44d1-ab76-115b12f5469a {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-984f393c-d9e8-44d1-ab76-115b12f5469a .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-437e2c98-57ba-4183-a586-1e7e5d024f7a {
  min-height: 50px;
text-align: center;
}

#s-437e2c98-57ba-4183-a586-1e7e5d024f7a .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-437e2c98-57ba-4183-a586-1e7e5d024f7a .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-437e2c98-57ba-4183-a586-1e7e5d024f7a .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-39471b47-fe7c-4449-9a47-300f4fecddaf {
  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-39471b47-fe7c-4449-9a47-300f4fecddaf:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-39471b47-fe7c-4449-9a47-300f4fecddaf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-39471b47-fe7c-4449-9a47-300f4fecddaf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-39471b47-fe7c-4449-9a47-300f4fecddaf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-39471b47-fe7c-4449-9a47-300f4fecddaf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-39471b47-fe7c-4449-9a47-300f4fecddaf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-39471b47-fe7c-4449-9a47-300f4fecddaf.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:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
