.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-a8d00cb3-94bc-40ce-82e8-7509e3115f12 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 12px;
background-color: rgba(37, 37, 81, 1);
}
@media (min-width: 1200px){#s-a8d00cb3-94bc-40ce-82e8-7509e3115f12 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a8d00cb3-94bc-40ce-82e8-7509e3115f12 {
  
}
}







#s-a8d00cb3-94bc-40ce-82e8-7509e3115f12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8d00cb3-94bc-40ce-82e8-7509e3115f12.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-9ed302a2-6c7f-4900-a9ea-67dbff58a7ed {
  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-9ed302a2-6c7f-4900-a9ea-67dbff58a7ed {
  display: none;
}
#s-9ed302a2-6c7f-4900-a9ea-67dbff58a7ed, #wrap-s-9ed302a2-6c7f-4900-a9ea-67dbff58a7ed { display:none !important; }}@media (max-width: 767px){#s-9ed302a2-6c7f-4900-a9ea-67dbff58a7ed {
  display: none;
}
#s-9ed302a2-6c7f-4900-a9ea-67dbff58a7ed, #wrap-s-9ed302a2-6c7f-4900-a9ea-67dbff58a7ed { display:none !important; }}
@media (min-width: 0px) {
[id="s-9ed302a2-6c7f-4900-a9ea-67dbff58a7ed"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9ed302a2-6c7f-4900-a9ea-67dbff58a7ed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9ed302a2-6c7f-4900-a9ea-67dbff58a7ed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ed302a2-6c7f-4900-a9ea-67dbff58a7ed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-47978b87-f56d-42cf-bcdb-e69ae408bc94 {
  margin-left: 0px;
min-height: 120px;
}

@media (min-width: 0px) {
[id="s-47978b87-f56d-42cf-bcdb-e69ae408bc94"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-47978b87-f56d-42cf-bcdb-e69ae408bc94"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-47978b87-f56d-42cf-bcdb-e69ae408bc94"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-47978b87-f56d-42cf-bcdb-e69ae408bc94"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-47978b87-f56d-42cf-bcdb-e69ae408bc94"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-47978b87-f56d-42cf-bcdb-e69ae408bc94"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-47978b87-f56d-42cf-bcdb-e69ae408bc94"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.0px);
}

}

#s-a58cf485-04d3-4e06-9f40-26eb34acff48 {
  margin-left: auto;
margin-right: auto;
min-height: 120px;
max-width: 80px;
}








#s-a58cf485-04d3-4e06-9f40-26eb34acff48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a58cf485-04d3-4e06-9f40-26eb34acff48.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}

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

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

#s-ff2e6017-04ed-4130-94bd-e78ce3e5c442 {
  text-align: center;
}







  #s-ff2e6017-04ed-4130-94bd-e78ce3e5c442 img.shogun-image {
    

    
    
    
  }


#s-ff2e6017-04ed-4130-94bd-e78ce3e5c442 .shogun-image-content {
  
    align-items: center;
  
}

#s-abc10d66-7b8f-41bc-8b56-2d719296b418 {
  box-shadow:0px 0px 0px 0px ;
}








#s-abc10d66-7b8f-41bc-8b56-2d719296b418 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abc10d66-7b8f-41bc-8b56-2d719296b418.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-84c08cc2-73c9-403d-b662-8c7f7bb226f3 {
  box-shadow:0px 0px 0px 0px ;
margin-left: 0%;
margin-right: 0%;
}

#s-3955771b-6ccc-4c1e-8d22-1c389be1bd4f {
  padding-left: 40px;
}

@media (min-width: 0px) {
[id="s-3955771b-6ccc-4c1e-8d22-1c389be1bd4f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-3955771b-6ccc-4c1e-8d22-1c389be1bd4f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-3955771b-6ccc-4c1e-8d22-1c389be1bd4f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-3955771b-6ccc-4c1e-8d22-1c389be1bd4f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-3955771b-6ccc-4c1e-8d22-1c389be1bd4f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-3955771b-6ccc-4c1e-8d22-1c389be1bd4f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-3955771b-6ccc-4c1e-8d22-1c389be1bd4f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-2faa2f36-163c-4485-8ea3-6d67a5c40b04 {
  margin-left: auto;
min-height: 120px;
max-width: 80px;
}








#s-2faa2f36-163c-4485-8ea3-6d67a5c40b04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2faa2f36-163c-4485-8ea3-6d67a5c40b04.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0fe5a3fb-535f-4ed6-b430-2e28e5a62913 {
  text-align: center;
}







  #s-0fe5a3fb-535f-4ed6-b430-2e28e5a62913 img.shogun-image {
    

    
    
    
  }


#s-0fe5a3fb-535f-4ed6-b430-2e28e5a62913 .shogun-image-content {
  
    align-items: center;
  
}








#s-c84bbc24-62d9-4859-b0dc-04f42f3a89b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c84bbc24-62d9-4859-b0dc-04f42f3a89b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4a78f7a7-b5e8-4249-9a05-30700d7f4829 {
  padding-left: 40px;
}

@media (min-width: 0px) {
[id="s-4a78f7a7-b5e8-4249-9a05-30700d7f4829"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-4a78f7a7-b5e8-4249-9a05-30700d7f4829"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-4a78f7a7-b5e8-4249-9a05-30700d7f4829"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-4a78f7a7-b5e8-4249-9a05-30700d7f4829"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-4a78f7a7-b5e8-4249-9a05-30700d7f4829"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a78f7a7-b5e8-4249-9a05-30700d7f4829"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-4a78f7a7-b5e8-4249-9a05-30700d7f4829"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-c3be8cbf-4fbc-44b1-9da9-49b90c83025e {
  margin-left: auto;
min-height: 120px;
max-width: 80px;
}








#s-c3be8cbf-4fbc-44b1-9da9-49b90c83025e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3be8cbf-4fbc-44b1-9da9-49b90c83025e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-67354cbf-7d2a-4fb5-a23d-eaf8260dcd44 {
  text-align: center;
}







  #s-67354cbf-7d2a-4fb5-a23d-eaf8260dcd44 img.shogun-image {
    

    
    
    
  }


#s-67354cbf-7d2a-4fb5-a23d-eaf8260dcd44 .shogun-image-content {
  
    align-items: center;
  
}








#s-385fe293-947d-412f-8add-26d2d3403cf7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-385fe293-947d-412f-8add-26d2d3403cf7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a438f11a-3139-401e-94fb-da7254a0afe2 {
  margin-top: auto;
margin-bottom: auto;
}

#s-96b03c3a-1652-4e3e-876b-7353b786932a {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 0px;
}

@media (min-width: 0px) {
[id="s-96b03c3a-1652-4e3e-876b-7353b786932a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-96b03c3a-1652-4e3e-876b-7353b786932a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-96b03c3a-1652-4e3e-876b-7353b786932a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-96b03c3a-1652-4e3e-876b-7353b786932a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-96b03c3a-1652-4e3e-876b-7353b786932a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-96b03c3a-1652-4e3e-876b-7353b786932a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-96b03c3a-1652-4e3e-876b-7353b786932a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-d5798ab5-d4bb-4d58-bd43-4ba102868221 {
  margin-left: auto;
margin-right: 0px;
min-height: 120px;
max-width: 80px;
}








#s-d5798ab5-d4bb-4d58-bd43-4ba102868221 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5798ab5-d4bb-4d58-bd43-4ba102868221.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-465a8d27-6ffc-4f11-a7ff-60ec953c7eb4 {
  text-align: center;
}







  #s-465a8d27-6ffc-4f11-a7ff-60ec953c7eb4 img.shogun-image {
    

    
    
    
  }


#s-465a8d27-6ffc-4f11-a7ff-60ec953c7eb4 .shogun-image-content {
  
    align-items: center;
  
}








#s-1119e266-11b8-4940-9926-3cad20e70330 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1119e266-11b8-4940-9926-3cad20e70330.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-2d299f34-9c21-4353-938a-6daf4de327f1 {
  display: none;
}
#s-2d299f34-9c21-4353-938a-6daf4de327f1, #wrap-s-2d299f34-9c21-4353-938a-6daf4de327f1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2d299f34-9c21-4353-938a-6daf4de327f1 {
  display: none;
}
#s-2d299f34-9c21-4353-938a-6daf4de327f1, #wrap-s-2d299f34-9c21-4353-938a-6daf4de327f1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-2d299f34-9c21-4353-938a-6daf4de327f1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2d299f34-9c21-4353-938a-6daf4de327f1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2d299f34-9c21-4353-938a-6daf4de327f1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d299f34-9c21-4353-938a-6daf4de327f1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-35d5e684-6d3d-46b1-8b64-653b52aa8a25 {
  min-height: 120px;
}

@media (min-width: 0px) {
[id="s-35d5e684-6d3d-46b1-8b64-653b52aa8a25"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-35d5e684-6d3d-46b1-8b64-653b52aa8a25"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-35d5e684-6d3d-46b1-8b64-653b52aa8a25"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-35d5e684-6d3d-46b1-8b64-653b52aa8a25"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-35d5e684-6d3d-46b1-8b64-653b52aa8a25"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-35d5e684-6d3d-46b1-8b64-653b52aa8a25"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-35d5e684-6d3d-46b1-8b64-653b52aa8a25"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-bd812b24-eba2-4b8c-a505-942a67e077e4 {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 56px;
}








#s-bd812b24-eba2-4b8c-a505-942a67e077e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd812b24-eba2-4b8c-a505-942a67e077e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92bf502e-5ffd-4ce1-b253-635cb171bd8c {
  text-align: center;
}







  #s-92bf502e-5ffd-4ce1-b253-635cb171bd8c img.shogun-image {
    

    
    
    
  }


#s-92bf502e-5ffd-4ce1-b253-635cb171bd8c .shogun-image-content {
  
    align-items: center;
  
}

#s-2355e515-30fb-42f5-abc0-6671d2b31b38 {
  box-shadow:0px 0px 0px 0px ;
}








#s-2355e515-30fb-42f5-abc0-6671d2b31b38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2355e515-30fb-42f5-abc0-6671d2b31b38.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7124d005-b2c6-417d-a33e-a17a38fc0ee6 {
  box-shadow:0px 0px 0px 0px ;
margin-left: 0%;
margin-right: 0%;
}

#s-1b471ce0-58fe-427a-9ca6-7d45a1877fd0 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1b471ce0-58fe-427a-9ca6-7d45a1877fd0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1b471ce0-58fe-427a-9ca6-7d45a1877fd0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1b471ce0-58fe-427a-9ca6-7d45a1877fd0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1b471ce0-58fe-427a-9ca6-7d45a1877fd0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1b471ce0-58fe-427a-9ca6-7d45a1877fd0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b471ce0-58fe-427a-9ca6-7d45a1877fd0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1b471ce0-58fe-427a-9ca6-7d45a1877fd0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-30ead757-4078-4d4e-a886-10af54eb443e {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 56px;
}








#s-30ead757-4078-4d4e-a886-10af54eb443e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30ead757-4078-4d4e-a886-10af54eb443e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1484a6d6-37cf-44b8-9220-556aaa459e13 {
  text-align: center;
}







  #s-1484a6d6-37cf-44b8-9220-556aaa459e13 img.shogun-image {
    

    
    
    
  }


#s-1484a6d6-37cf-44b8-9220-556aaa459e13 .shogun-image-content {
  
    align-items: center;
  
}








#s-6982cf27-1094-4ae4-b6f5-34f94b8bcf99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6982cf27-1094-4ae4-b6f5-34f94b8bcf99.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-40424ca7-7303-4e0e-a911-b6c6a18258a4 {
  margin-top: -48px;
}
@media (min-width: 1200px){#s-40424ca7-7303-4e0e-a911-b6c6a18258a4 {
  display: none;
}
#s-40424ca7-7303-4e0e-a911-b6c6a18258a4, #wrap-s-40424ca7-7303-4e0e-a911-b6c6a18258a4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-40424ca7-7303-4e0e-a911-b6c6a18258a4 {
  display: none;
}
#s-40424ca7-7303-4e0e-a911-b6c6a18258a4, #wrap-s-40424ca7-7303-4e0e-a911-b6c6a18258a4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-40424ca7-7303-4e0e-a911-b6c6a18258a4 {
  
}
}@media (max-width: 767px){#s-40424ca7-7303-4e0e-a911-b6c6a18258a4 {
  
}
}
@media (min-width: 0px) {
[id="s-40424ca7-7303-4e0e-a911-b6c6a18258a4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-40424ca7-7303-4e0e-a911-b6c6a18258a4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-40424ca7-7303-4e0e-a911-b6c6a18258a4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-40424ca7-7303-4e0e-a911-b6c6a18258a4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-45906dda-e6d9-4659-a1bd-4f834aaec6c1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-45906dda-e6d9-4659-a1bd-4f834aaec6c1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-45906dda-e6d9-4659-a1bd-4f834aaec6c1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-45906dda-e6d9-4659-a1bd-4f834aaec6c1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-45906dda-e6d9-4659-a1bd-4f834aaec6c1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-45906dda-e6d9-4659-a1bd-4f834aaec6c1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-45906dda-e6d9-4659-a1bd-4f834aaec6c1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-dc372a34-0358-48e8-8846-1a5f332c7059 {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 56px;
}








#s-dc372a34-0358-48e8-8846-1a5f332c7059 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc372a34-0358-48e8-8846-1a5f332c7059.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d61ec478-640d-40b4-a767-62ec2137cca8 {
  text-align: center;
}







  #s-d61ec478-640d-40b4-a767-62ec2137cca8 img.shogun-image {
    

    
    
    
  }


#s-d61ec478-640d-40b4-a767-62ec2137cca8 .shogun-image-content {
  
    align-items: center;
  
}








#s-3a7c3ee7-98af-489e-a5d1-557664d5146d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a7c3ee7-98af-489e-a5d1-557664d5146d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5f31878-e95b-4f59-bfa9-31e9aa533b72 {
  margin-top: auto;
margin-bottom: auto;
}

#s-54720360-4bc0-4efc-b708-e60ed73ceefa {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-54720360-4bc0-4efc-b708-e60ed73ceefa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-54720360-4bc0-4efc-b708-e60ed73ceefa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-54720360-4bc0-4efc-b708-e60ed73ceefa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-54720360-4bc0-4efc-b708-e60ed73ceefa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-54720360-4bc0-4efc-b708-e60ed73ceefa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-54720360-4bc0-4efc-b708-e60ed73ceefa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-54720360-4bc0-4efc-b708-e60ed73ceefa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-44a625a0-09b3-4da0-afb9-e54308fe620d {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 65px;
}








#s-44a625a0-09b3-4da0-afb9-e54308fe620d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44a625a0-09b3-4da0-afb9-e54308fe620d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a19dffde-268f-4438-b97c-6a4c6004aeb6 {
  text-align: center;
}







  #s-a19dffde-268f-4438-b97c-6a4c6004aeb6 img.shogun-image {
    

    
    
    
  }


#s-a19dffde-268f-4438-b97c-6a4c6004aeb6 .shogun-image-content {
  
    align-items: center;
  
}








#s-d80a48d2-87e8-4d92-a1f8-4148c9107da1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d80a48d2-87e8-4d92-a1f8-4148c9107da1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ee9a2c5-430b-4f79-813a-f853a7eb8e6b {
  margin-left: 0px;
margin-right: 8px;
}

#s-5cd2ee49-ecb3-4cca-bfc7-1a3a915dd311 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-5cd2ee49-ecb3-4cca-bfc7-1a3a915dd311 > .shg-box-overlay {
  background-color: rgba(228, 73, 73, 1);
  opacity: 0;
}#s-5cd2ee49-ecb3-4cca-bfc7-1a3a915dd311.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-50974890-8431-4291-860f-066e0d38addf {
  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-50974890-8431-4291-860f-066e0d38addf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-50974890-8431-4291-860f-066e0d38addf {
  
}
}@media (max-width: 767px){#s-50974890-8431-4291-860f-066e0d38addf {
  
}
}







#s-50974890-8431-4291-860f-066e0d38addf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50974890-8431-4291-860f-066e0d38addf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-db0d9750-e1d4-4ed6-8e70-32dce4daa527 {
  text-align: left;
}

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

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-ef115bf4-3811-4d29-bdeb-3e0f1acdb95a {
  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-ef115bf4-3811-4d29-bdeb-3e0f1acdb95a {
  display: none;
}
#s-ef115bf4-3811-4d29-bdeb-3e0f1acdb95a, #wrap-s-ef115bf4-3811-4d29-bdeb-3e0f1acdb95a { display:none !important; }}@media (max-width: 767px){#s-ef115bf4-3811-4d29-bdeb-3e0f1acdb95a {
  display: none;
}
#s-ef115bf4-3811-4d29-bdeb-3e0f1acdb95a, #wrap-s-ef115bf4-3811-4d29-bdeb-3e0f1acdb95a { display:none !important; }}
#s-ef115bf4-3811-4d29-bdeb-3e0f1acdb95a .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-8c4d2b61-92b6-498e-9573-2cd63cb0bded {
  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-8c4d2b61-92b6-498e-9573-2cd63cb0bded {
  display: none;
}
#s-8c4d2b61-92b6-498e-9573-2cd63cb0bded, #wrap-s-8c4d2b61-92b6-498e-9573-2cd63cb0bded { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8c4d2b61-92b6-498e-9573-2cd63cb0bded {
  display: none;
}
#s-8c4d2b61-92b6-498e-9573-2cd63cb0bded, #wrap-s-8c4d2b61-92b6-498e-9573-2cd63cb0bded { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8c4d2b61-92b6-498e-9573-2cd63cb0bded {
  
}
}
#s-8c4d2b61-92b6-498e-9573-2cd63cb0bded .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-1bab7e3c-8478-423b-af60-ac48ec882be2 {
  padding-top: 16px;
padding-left: 16px;
padding-right: 16px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-1bab7e3c-8478-423b-af60-ac48ec882be2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-1bab7e3c-8478-423b-af60-ac48ec882be2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-1bab7e3c-8478-423b-af60-ac48ec882be2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-1bab7e3c-8478-423b-af60-ac48ec882be2"] > .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-594c3282-385e-480f-8d48-cece7962ea2a {
  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-594c3282-385e-480f-8d48-cece7962ea2a {
  display: none;
}
#s-594c3282-385e-480f-8d48-cece7962ea2a, #wrap-s-594c3282-385e-480f-8d48-cece7962ea2a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-594c3282-385e-480f-8d48-cece7962ea2a {
  display: none;
}
#s-594c3282-385e-480f-8d48-cece7962ea2a, #wrap-s-594c3282-385e-480f-8d48-cece7962ea2a { display:none !important; }}


.shg-c#s-594c3282-385e-480f-8d48-cece7962ea2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-594c3282-385e-480f-8d48-cece7962ea2a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-594c3282-385e-480f-8d48-cece7962ea2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-594c3282-385e-480f-8d48-cece7962ea2a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-594c3282-385e-480f-8d48-cece7962ea2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-594c3282-385e-480f-8d48-cece7962ea2a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-594c3282-385e-480f-8d48-cece7962ea2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-594c3282-385e-480f-8d48-cece7962ea2a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-594c3282-385e-480f-8d48-cece7962ea2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-594c3282-385e-480f-8d48-cece7962ea2a img.shogun-image {
  width: 100%;
}



}
#s-2df33f2e-d338-4b82-87a7-dd9793f125b3 {
  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-2df33f2e-d338-4b82-87a7-dd9793f125b3 {
  display: none;
}
#s-2df33f2e-d338-4b82-87a7-dd9793f125b3, #wrap-s-2df33f2e-d338-4b82-87a7-dd9793f125b3 { display:none !important; }}@media (max-width: 767px){#s-2df33f2e-d338-4b82-87a7-dd9793f125b3 {
  display: none;
}
#s-2df33f2e-d338-4b82-87a7-dd9793f125b3, #wrap-s-2df33f2e-d338-4b82-87a7-dd9793f125b3 { display:none !important; }}

.shg-c#s-2df33f2e-d338-4b82-87a7-dd9793f125b3 {
  max-width:  100%;
}

.shg-c#s-2df33f2e-d338-4b82-87a7-dd9793f125b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2df33f2e-d338-4b82-87a7-dd9793f125b3 .shg-image-zoom,
.shg-c#s-2df33f2e-d338-4b82-87a7-dd9793f125b3 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-2df33f2e-d338-4b82-87a7-dd9793f125b3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2df33f2e-d338-4b82-87a7-dd9793f125b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2df33f2e-d338-4b82-87a7-dd9793f125b3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-2df33f2e-d338-4b82-87a7-dd9793f125b3 {
  max-width:  100%;
}

.shg-c#s-2df33f2e-d338-4b82-87a7-dd9793f125b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2df33f2e-d338-4b82-87a7-dd9793f125b3 .shg-image-zoom,
.shg-c#s-2df33f2e-d338-4b82-87a7-dd9793f125b3 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-2df33f2e-d338-4b82-87a7-dd9793f125b3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2df33f2e-d338-4b82-87a7-dd9793f125b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2df33f2e-d338-4b82-87a7-dd9793f125b3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2df33f2e-d338-4b82-87a7-dd9793f125b3 {
  max-width:  100%;
}

.shg-c#s-2df33f2e-d338-4b82-87a7-dd9793f125b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2df33f2e-d338-4b82-87a7-dd9793f125b3 .shg-image-zoom,
.shg-c#s-2df33f2e-d338-4b82-87a7-dd9793f125b3 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-2df33f2e-d338-4b82-87a7-dd9793f125b3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2df33f2e-d338-4b82-87a7-dd9793f125b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2df33f2e-d338-4b82-87a7-dd9793f125b3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2df33f2e-d338-4b82-87a7-dd9793f125b3 {
  max-width:  100%;
}

.shg-c#s-2df33f2e-d338-4b82-87a7-dd9793f125b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2df33f2e-d338-4b82-87a7-dd9793f125b3 .shg-image-zoom,
.shg-c#s-2df33f2e-d338-4b82-87a7-dd9793f125b3 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-2df33f2e-d338-4b82-87a7-dd9793f125b3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2df33f2e-d338-4b82-87a7-dd9793f125b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2df33f2e-d338-4b82-87a7-dd9793f125b3 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-2df33f2e-d338-4b82-87a7-dd9793f125b3 {
  max-width:  100%;
}

.shg-c#s-2df33f2e-d338-4b82-87a7-dd9793f125b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2df33f2e-d338-4b82-87a7-dd9793f125b3 .shg-image-zoom,
.shg-c#s-2df33f2e-d338-4b82-87a7-dd9793f125b3 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-2df33f2e-d338-4b82-87a7-dd9793f125b3 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2df33f2e-d338-4b82-87a7-dd9793f125b3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2df33f2e-d338-4b82-87a7-dd9793f125b3 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-492540e4-f83a-4f61-880d-70f1184b61e5 {
  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-492540e4-f83a-4f61-880d-70f1184b61e5 {
  display: none;
}
#s-492540e4-f83a-4f61-880d-70f1184b61e5, #wrap-s-492540e4-f83a-4f61-880d-70f1184b61e5 { display:none !important; }}@media (max-width: 767px){#s-492540e4-f83a-4f61-880d-70f1184b61e5 {
  display: none;
}
#s-492540e4-f83a-4f61-880d-70f1184b61e5, #wrap-s-492540e4-f83a-4f61-880d-70f1184b61e5 { display:none !important; }}
#s-492540e4-f83a-4f61-880d-70f1184b61e5 .shg-gallery-thumb-image-wrapper {
  

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

#s-492540e4-f83a-4f61-880d-70f1184b61e5 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-492540e4-f83a-4f61-880d-70f1184b61e5 .shg-gallery-thumb-list-margin {
  margin-right: -8px;
}

#s-492540e4-f83a-4f61-880d-70f1184b61e5 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-492540e4-f83a-4f61-880d-70f1184b61e5 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-492540e4-f83a-4f61-880d-70f1184b61e5 .shg-gallery-dot {
  background-color: #FFF;
}

#s-10a6b0de-f776-463f-a6c4-a133ec1de765 {
  min-height: 140px;
}
@media (min-width: 1200px){#s-10a6b0de-f776-463f-a6c4-a133ec1de765 {
  display: none;
}
#s-10a6b0de-f776-463f-a6c4-a133ec1de765, #wrap-s-10a6b0de-f776-463f-a6c4-a133ec1de765 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-10a6b0de-f776-463f-a6c4-a133ec1de765 {
  display: none;
}
#s-10a6b0de-f776-463f-a6c4-a133ec1de765, #wrap-s-10a6b0de-f776-463f-a6c4-a133ec1de765 { display:none !important; }}







#s-10a6b0de-f776-463f-a6c4-a133ec1de765 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10a6b0de-f776-463f-a6c4-a133ec1de765.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-54e0c119-0142-4342-a866-56dde3282e41 {
  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-54e0c119-0142-4342-a866-56dde3282e41 {
  display: none;
}
#s-54e0c119-0142-4342-a866-56dde3282e41, #wrap-s-54e0c119-0142-4342-a866-56dde3282e41 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-54e0c119-0142-4342-a866-56dde3282e41 {
  display: none;
}
#s-54e0c119-0142-4342-a866-56dde3282e41, #wrap-s-54e0c119-0142-4342-a866-56dde3282e41 { display:none !important; }}
#s-54e0c119-0142-4342-a866-56dde3282e41 .shg-gallery-thumb-image-wrapper {
  

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

#s-54e0c119-0142-4342-a866-56dde3282e41 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-54e0c119-0142-4342-a866-56dde3282e41 .shg-gallery-thumb-list-margin {
  margin-right: -8px;
}

#s-54e0c119-0142-4342-a866-56dde3282e41 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-54e0c119-0142-4342-a866-56dde3282e41 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-54e0c119-0142-4342-a866-56dde3282e41 .shg-gallery-dot {
  background-color: #FFF;
}

@media (min-width: 768px) and (max-width: 991px){#s-9b848151-805a-4025-804c-7330b349dfc1 {
  display: none;
}
#s-9b848151-805a-4025-804c-7330b349dfc1, #wrap-s-9b848151-805a-4025-804c-7330b349dfc1 { display:none !important; }}@media (max-width: 767px){#s-9b848151-805a-4025-804c-7330b349dfc1 {
  display: none;
}
#s-9b848151-805a-4025-804c-7330b349dfc1, #wrap-s-9b848151-805a-4025-804c-7330b349dfc1 { display:none !important; }}







#s-9b848151-805a-4025-804c-7330b349dfc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b848151-805a-4025-804c-7330b349dfc1.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-1db6720f-4409-4775-9874-f6523510ce63 {
  min-height: 50px;
}








#s-1db6720f-4409-4775-9874-f6523510ce63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1db6720f-4409-4775-9874-f6523510ce63.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7f6f572-4c89-457e-be9d-608d2b6306d3 {
  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-d7f6f572-4c89-457e-be9d-608d2b6306d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7f6f572-4c89-457e-be9d-608d2b6306d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af823458-e20f-4e25-b47b-f33d168c7145 {
  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-af823458-e20f-4e25-b47b-f33d168c7145 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 56px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-af823458-e20f-4e25-b47b-f33d168c7145 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 56px;
}

#s-af823458-e20f-4e25-b47b-f33d168c7145 .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-89465656-b157-42b3-b4e7-4df3cf2e04f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89465656-b157-42b3-b4e7-4df3cf2e04f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-968ba54a-b724-4a38-bb6c-6d679e8be905 {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
min-height: 0px;
}

#s-3da72465-eee5-4476-80f8-d08f3aad2bde {
  margin-top: auto;
margin-bottom: auto;
background-color: rgba(37, 37, 81, 1);
}

@media (min-width: 0px) {
[id="s-3da72465-eee5-4476-80f8-d08f3aad2bde"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-3da72465-eee5-4476-80f8-d08f3aad2bde"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3da72465-eee5-4476-80f8-d08f3aad2bde"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3da72465-eee5-4476-80f8-d08f3aad2bde"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3da72465-eee5-4476-80f8-d08f3aad2bde"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3da72465-eee5-4476-80f8-d08f3aad2bde"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3da72465-eee5-4476-80f8-d08f3aad2bde"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-30811124-8851-4364-b95e-e95b23fb5689 {
  margin-top: auto;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 24px;
padding-right: 16px;
text-align: center;
}

#s-30811124-8851-4364-b95e-e95b23fb5689 .shg-product-quantity-wrapper {
  display: flex;
}

#s-30811124-8851-4364-b95e-e95b23fb5689 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-30811124-8851-4364-b95e-e95b23fb5689 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-30811124-8851-4364-b95e-e95b23fb5689 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-30811124-8851-4364-b95e-e95b23fb5689 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-30811124-8851-4364-b95e-e95b23fb5689 label {
    color: rgba(255, 255, 255, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-30811124-8851-4364-b95e-e95b23fb5689 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-00acc616-f06a-483f-bfde-b254bf300487 {
  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-00acc616-f06a-483f-bfde-b254bf300487:hover {background-color: rgba(117, 76, 150, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-00acc616-f06a-483f-bfde-b254bf300487:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-00acc616-f06a-483f-bfde-b254bf300487 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-00acc616-f06a-483f-bfde-b254bf300487.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-00acc616-f06a-483f-bfde-b254bf300487.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-00acc616-f06a-483f-bfde-b254bf300487.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  
}


  #s-00acc616-f06a-483f-bfde-b254bf300487.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    
  }


#s-c20f7fbf-c4f7-4f22-8fab-912e155721e5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c20f7fbf-c4f7-4f22-8fab-912e155721e5 {
  display: none;
}
#s-c20f7fbf-c4f7-4f22-8fab-912e155721e5, #wrap-s-c20f7fbf-c4f7-4f22-8fab-912e155721e5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c20f7fbf-c4f7-4f22-8fab-912e155721e5 {
  display: none;
}
#s-c20f7fbf-c4f7-4f22-8fab-912e155721e5, #wrap-s-c20f7fbf-c4f7-4f22-8fab-912e155721e5 { display:none !important; }}







#s-c20f7fbf-c4f7-4f22-8fab-912e155721e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c20f7fbf-c4f7-4f22-8fab-912e155721e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f479b04-2bf6-4953-8f95-afa8f216316a {
  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-1f479b04-2bf6-4953-8f95-afa8f216316a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f479b04-2bf6-4953-8f95-afa8f216316a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b72f4cea-9824-40a6-ab81-59792b5553c8 {
  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-b72f4cea-9824-40a6-ab81-59792b5553c8 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 40px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b72f4cea-9824-40a6-ab81-59792b5553c8 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 40px;
}

#s-b72f4cea-9824-40a6-ab81-59792b5553c8 .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-fe26238e-c4cb-4d4e-8846-699d770654d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe26238e-c4cb-4d4e-8846-699d770654d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d72eb79f-8b4e-493d-8440-71d99c738e0e {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
min-height: 0px;
}

#s-53dfebe6-4634-4d40-9b54-3efb0a137622 {
  margin-top: auto;
margin-bottom: auto;
padding-top: 8px;
padding-bottom: 24px;
min-height: 140px;
background-color: rgba(37, 37, 81, 1);
}








#s-53dfebe6-4634-4d40-9b54-3efb0a137622 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53dfebe6-4634-4d40-9b54-3efb0a137622.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89ca51b2-1945-4eee-a469-e1da8a24c700 {
  margin-left: auto;
margin-bottom: 24px;
margin-right: auto;
max-width: 250px;
text-align: center;
}

#s-89ca51b2-1945-4eee-a469-e1da8a24c700 .shg-product-quantity-wrapper {
  display: flex;
}

#s-89ca51b2-1945-4eee-a469-e1da8a24c700 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-89ca51b2-1945-4eee-a469-e1da8a24c700 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-89ca51b2-1945-4eee-a469-e1da8a24c700 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-89ca51b2-1945-4eee-a469-e1da8a24c700 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-89ca51b2-1945-4eee-a469-e1da8a24c700 label {
    color: rgba(255, 255, 255, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-89ca51b2-1945-4eee-a469-e1da8a24c700 label:after {
      display: block;
      content: ' ';
      margin-bottom: 8px;
    }
  


#s-720de779-5278-4a9a-a68b-e1f484eb674f {
  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-720de779-5278-4a9a-a68b-e1f484eb674f:hover {background-color: rgba(117, 76, 150, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-720de779-5278-4a9a-a68b-e1f484eb674f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-720de779-5278-4a9a-a68b-e1f484eb674f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-720de779-5278-4a9a-a68b-e1f484eb674f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-720de779-5278-4a9a-a68b-e1f484eb674f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-720de779-5278-4a9a-a68b-e1f484eb674f.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  
}


  #s-720de779-5278-4a9a-a68b-e1f484eb674f.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    
  }


#s-eb947d7b-e341-4159-bdd9-dade7039224c {
  min-height: 250px;
}
@media (min-width: 1200px){#s-eb947d7b-e341-4159-bdd9-dade7039224c {
  display: none;
}
#s-eb947d7b-e341-4159-bdd9-dade7039224c, #wrap-s-eb947d7b-e341-4159-bdd9-dade7039224c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eb947d7b-e341-4159-bdd9-dade7039224c {
  display: none;
}
#s-eb947d7b-e341-4159-bdd9-dade7039224c, #wrap-s-eb947d7b-e341-4159-bdd9-dade7039224c { display:none !important; }}







#s-eb947d7b-e341-4159-bdd9-dade7039224c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb947d7b-e341-4159-bdd9-dade7039224c.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-3db3095c-732c-4ce6-b091-ea8fdbe730af {
  margin-top: 24px;
}
@media (min-width: 1200px){#s-3db3095c-732c-4ce6-b091-ea8fdbe730af {
  display: none;
}
#s-3db3095c-732c-4ce6-b091-ea8fdbe730af, #wrap-s-3db3095c-732c-4ce6-b091-ea8fdbe730af { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3db3095c-732c-4ce6-b091-ea8fdbe730af {
  display: none;
}
#s-3db3095c-732c-4ce6-b091-ea8fdbe730af, #wrap-s-3db3095c-732c-4ce6-b091-ea8fdbe730af { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3db3095c-732c-4ce6-b091-ea8fdbe730af {
  
}
}
@media (min-width: 0px) {
[id="s-3db3095c-732c-4ce6-b091-ea8fdbe730af"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-3db3095c-732c-4ce6-b091-ea8fdbe730af"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-3db3095c-732c-4ce6-b091-ea8fdbe730af"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-3db3095c-732c-4ce6-b091-ea8fdbe730af"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-efd85052-e13a-4251-a2f6-29471d11a23c {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-efd85052-e13a-4251-a2f6-29471d11a23c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-efd85052-e13a-4251-a2f6-29471d11a23c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-efd85052-e13a-4251-a2f6-29471d11a23c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-efd85052-e13a-4251-a2f6-29471d11a23c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-3f20229d-7f90-4ab1-8175-14488f20278c {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-3f20229d-7f90-4ab1-8175-14488f20278c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f20229d-7f90-4ab1-8175-14488f20278c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bdf9f77f-97ba-44a2-85df-7a874f1696b0 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-bdf9f77f-97ba-44a2-85df-7a874f1696b0 img.shogun-image {
    

    
    
    
  }


#s-bdf9f77f-97ba-44a2-85df-7a874f1696b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-a65327dc-3f28-4505-ba18-4f506b1cf22a {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-a65327dc-3f28-4505-ba18-4f506b1cf22a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a65327dc-3f28-4505-ba18-4f506b1cf22a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b4ee6b7-c671-4f32-93bb-9d0ea2e83ec1 {
  text-align: center;
}







  #s-6b4ee6b7-c671-4f32-93bb-9d0ea2e83ec1 img.shogun-image {
    

    
    
    
  }


#s-6b4ee6b7-c671-4f32-93bb-9d0ea2e83ec1 .shogun-image-content {
  
    align-items: center;
  
}

#s-f2788a55-75cd-45bb-80ed-55fbbc0ffc57 {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-f2788a55-75cd-45bb-80ed-55fbbc0ffc57"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-f2788a55-75cd-45bb-80ed-55fbbc0ffc57"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-f2788a55-75cd-45bb-80ed-55fbbc0ffc57"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2788a55-75cd-45bb-80ed-55fbbc0ffc57"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-c7e18586-d740-47fa-a972-84839f471fb4 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-c7e18586-d740-47fa-a972-84839f471fb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7e18586-d740-47fa-a972-84839f471fb4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a2adf43-b68f-46f4-b8df-7373c6ed92f2 {
  text-align: center;
}







  #s-2a2adf43-b68f-46f4-b8df-7373c6ed92f2 img.shogun-image {
    

    
    
    
  }


#s-2a2adf43-b68f-46f4-b8df-7373c6ed92f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-27dc7302-867a-49d3-8f1e-2bc13d014e49 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-27dc7302-867a-49d3-8f1e-2bc13d014e49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27dc7302-867a-49d3-8f1e-2bc13d014e49.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66fdc952-fa02-4783-a89a-cf882971a475 {
  text-align: center;
}







  #s-66fdc952-fa02-4783-a89a-cf882971a475 img.shogun-image {
    

    
    
    
  }


#s-66fdc952-fa02-4783-a89a-cf882971a475 .shogun-image-content {
  
    align-items: center;
  
}

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

}

@media (min-width: 768px) {
[id="s-0a7d0e1a-d54c-4e85-b2e7-b6c9bcaa4b31"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-0a7d0e1a-d54c-4e85-b2e7-b6c9bcaa4b31"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a7d0e1a-d54c-4e85-b2e7-b6c9bcaa4b31"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-bcd22797-a6fa-4eee-be6c-c75b146a6576 {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-bcd22797-a6fa-4eee-be6c-c75b146a6576"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-bcd22797-a6fa-4eee-be6c-c75b146a6576"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-bcd22797-a6fa-4eee-be6c-c75b146a6576"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-bcd22797-a6fa-4eee-be6c-c75b146a6576"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-22c3d766-e072-4515-bdc3-11c197bf65f5 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-22c3d766-e072-4515-bdc3-11c197bf65f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22c3d766-e072-4515-bdc3-11c197bf65f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a470924f-27e2-474f-8f21-8294ffdca0e8 {
  text-align: center;
}







  #s-a470924f-27e2-474f-8f21-8294ffdca0e8 img.shogun-image {
    

    
    
    
  }


#s-a470924f-27e2-474f-8f21-8294ffdca0e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-f2926a77-d542-4ce2-add0-e3e3ce1ebcd8 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-f2926a77-d542-4ce2-add0-e3e3ce1ebcd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2926a77-d542-4ce2-add0-e3e3ce1ebcd8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84c14a1b-74e6-4eee-92df-44dba9bc7743 {
  text-align: center;
}








#s-84c14a1b-74e6-4eee-92df-44dba9bc7743 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-7e027011-d093-4fb5-adf8-15f5106f7421"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-7e027011-d093-4fb5-adf8-15f5106f7421"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-7e027011-d093-4fb5-adf8-15f5106f7421"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e027011-d093-4fb5-adf8-15f5106f7421"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-7cb00d70-b66f-4832-a2b7-33738fbdade1 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-7cb00d70-b66f-4832-a2b7-33738fbdade1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7cb00d70-b66f-4832-a2b7-33738fbdade1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-12bca14e-fdc1-4384-b855-4fce3f4d4cb3 {
  text-align: center;
}







  #s-12bca14e-fdc1-4384-b855-4fce3f4d4cb3 img.shogun-image {
    

    
    
    
  }


#s-12bca14e-fdc1-4384-b855-4fce3f4d4cb3 .shogun-image-content {
  
    align-items: center;
  
}

#s-41325d33-1061-4e0a-88d3-846c8e7343fc {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-41325d33-1061-4e0a-88d3-846c8e7343fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41325d33-1061-4e0a-88d3-846c8e7343fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd57e396-949f-4fb0-8a82-bae988712355 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}








#s-bd57e396-949f-4fb0-8a82-bae988712355 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-0aef61a4-f45e-421b-adba-d925feec1fb4 {
  display: none;
}
#s-0aef61a4-f45e-421b-adba-d925feec1fb4, #wrap-s-0aef61a4-f45e-421b-adba-d925feec1fb4 { display:none !important; }}@media (max-width: 767px){#s-0aef61a4-f45e-421b-adba-d925feec1fb4 {
  display: none;
}
#s-0aef61a4-f45e-421b-adba-d925feec1fb4, #wrap-s-0aef61a4-f45e-421b-adba-d925feec1fb4 { display:none !important; }}







#s-0aef61a4-f45e-421b-adba-d925feec1fb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0aef61a4-f45e-421b-adba-d925feec1fb4.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-a12e3bd9-ba86-4c2e-ab1d-9d77d982d084 {
  margin-top: 24px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a12e3bd9-ba86-4c2e-ab1d-9d77d982d084 {
  display: none;
}
#s-a12e3bd9-ba86-4c2e-ab1d-9d77d982d084, #wrap-s-a12e3bd9-ba86-4c2e-ab1d-9d77d982d084 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a12e3bd9-ba86-4c2e-ab1d-9d77d982d084"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-a12e3bd9-ba86-4c2e-ab1d-9d77d982d084"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-a12e3bd9-ba86-4c2e-ab1d-9d77d982d084"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-a12e3bd9-ba86-4c2e-ab1d-9d77d982d084"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-1d191ee7-3d52-4916-b91a-e52badaa41f8 {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-1d191ee7-3d52-4916-b91a-e52badaa41f8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-1d191ee7-3d52-4916-b91a-e52badaa41f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-1d191ee7-3d52-4916-b91a-e52badaa41f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d191ee7-3d52-4916-b91a-e52badaa41f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-6c7d3e45-061f-4b53-ae98-0d173747906c {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-6c7d3e45-061f-4b53-ae98-0d173747906c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c7d3e45-061f-4b53-ae98-0d173747906c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fcf0cac1-8eac-4e0c-9c55-f790324e79d1 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-fcf0cac1-8eac-4e0c-9c55-f790324e79d1 img.shogun-image {
    

    
    
    
  }


#s-fcf0cac1-8eac-4e0c-9c55-f790324e79d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-2c5f484c-6d32-4860-bc2a-46c8d1bfc371 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-2c5f484c-6d32-4860-bc2a-46c8d1bfc371 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c5f484c-6d32-4860-bc2a-46c8d1bfc371.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e629f1c3-4f39-4e3d-8b3d-1ab260db14bd {
  text-align: center;
}







  #s-e629f1c3-4f39-4e3d-8b3d-1ab260db14bd img.shogun-image {
    

    
    
    
  }


#s-e629f1c3-4f39-4e3d-8b3d-1ab260db14bd .shogun-image-content {
  
    align-items: center;
  
}

#s-b0f33900-cdc4-4352-8f27-8de2e26516de {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-b0f33900-cdc4-4352-8f27-8de2e26516de"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-b0f33900-cdc4-4352-8f27-8de2e26516de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-b0f33900-cdc4-4352-8f27-8de2e26516de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0f33900-cdc4-4352-8f27-8de2e26516de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-eb4cfd68-dca1-4765-9041-9282bb378bb9 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-eb4cfd68-dca1-4765-9041-9282bb378bb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb4cfd68-dca1-4765-9041-9282bb378bb9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9f86cac-a9f1-4a25-98aa-468396e0ef65 {
  text-align: center;
}







  #s-e9f86cac-a9f1-4a25-98aa-468396e0ef65 img.shogun-image {
    

    
    
    
  }


#s-e9f86cac-a9f1-4a25-98aa-468396e0ef65 .shogun-image-content {
  
    align-items: center;
  
}

#s-275e13c8-f581-4e8d-9911-5086eaff82a8 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-275e13c8-f581-4e8d-9911-5086eaff82a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-275e13c8-f581-4e8d-9911-5086eaff82a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-299d4326-4707-4b43-908a-ee2f85c7e1f7 {
  text-align: center;
}







  #s-299d4326-4707-4b43-908a-ee2f85c7e1f7 img.shogun-image {
    

    
    
    
  }


#s-299d4326-4707-4b43-908a-ee2f85c7e1f7 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-33c2dd74-a72e-48bc-aed1-48631d22ab12 {
  display: none;
}
#s-33c2dd74-a72e-48bc-aed1-48631d22ab12, #wrap-s-33c2dd74-a72e-48bc-aed1-48631d22ab12 { display:none !important; }}
@media (min-width: 0px) {
[id="s-33c2dd74-a72e-48bc-aed1-48631d22ab12"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-33c2dd74-a72e-48bc-aed1-48631d22ab12"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-33c2dd74-a72e-48bc-aed1-48631d22ab12"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-33c2dd74-a72e-48bc-aed1-48631d22ab12"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-d1f7e846-6336-46e2-b116-2c651617abe6 {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-d1f7e846-6336-46e2-b116-2c651617abe6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-d1f7e846-6336-46e2-b116-2c651617abe6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-d1f7e846-6336-46e2-b116-2c651617abe6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1f7e846-6336-46e2-b116-2c651617abe6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-74d5dd3f-2dea-4a86-91de-9335f43751ff {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-74d5dd3f-2dea-4a86-91de-9335f43751ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74d5dd3f-2dea-4a86-91de-9335f43751ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7eb4cc32-a4ba-40da-bc70-6592c1062e6a {
  text-align: center;
}







  #s-7eb4cc32-a4ba-40da-bc70-6592c1062e6a img.shogun-image {
    

    
    
    
  }


#s-7eb4cc32-a4ba-40da-bc70-6592c1062e6a .shogun-image-content {
  
    align-items: center;
  
}

#s-cd1006e6-7b70-472f-a167-c765854f9d09 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-cd1006e6-7b70-472f-a167-c765854f9d09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd1006e6-7b70-472f-a167-c765854f9d09.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a719df0-d621-4907-ae0c-a36b77997137 {
  text-align: center;
}








#s-1a719df0-d621-4907-ae0c-a36b77997137 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-47ae0c6b-1808-4df2-91c6-843bf53e9f0c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-47ae0c6b-1808-4df2-91c6-843bf53e9f0c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-47ae0c6b-1808-4df2-91c6-843bf53e9f0c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-47ae0c6b-1808-4df2-91c6-843bf53e9f0c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-9defc162-6fca-470a-b62b-453089f93e5f {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-9defc162-6fca-470a-b62b-453089f93e5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9defc162-6fca-470a-b62b-453089f93e5f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db3df069-7008-4ad7-b50e-ed98d482c193 {
  text-align: center;
}







  #s-db3df069-7008-4ad7-b50e-ed98d482c193 img.shogun-image {
    

    
    
    
  }


#s-db3df069-7008-4ad7-b50e-ed98d482c193 .shogun-image-content {
  
    align-items: center;
  
}

#s-b55c0609-e99b-4adb-a954-3adc849383ed {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-b55c0609-e99b-4adb-a954-3adc849383ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b55c0609-e99b-4adb-a954-3adc849383ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4912be26-2b49-40a4-a17a-9411b5be91be {
  margin-left: auto;
margin-right: auto;
text-align: center;
}








#s-4912be26-2b49-40a4-a17a-9411b5be91be .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-e7866996-bdac-4137-afb2-2333cfb46c63 {
  margin-top: 24px;
margin-left: 16px;
margin-right: 16px;
padding-bottom: 16px;
text-align: left;
}


  #s-e7866996-bdac-4137-afb2-2333cfb46c63 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid rgba(37, 37, 81, 1);
  }
  #s-e7866996-bdac-4137-afb2-2333cfb46c63 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(37, 37, 81, 1);
    border: 1px solid rgba(37, 37, 81, 1);
  }
#s-e7866996-bdac-4137-afb2-2333cfb46c63 .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-e7866996-bdac-4137-afb2-2333cfb46c63 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-e7866996-bdac-4137-afb2-2333cfb46c63 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(37, 37, 81, 1);
}

#s-e7866996-bdac-4137-afb2-2333cfb46c63 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(37, 37, 81, 1);
}

#s-ad460982-162a-4356-a4ce-5f840e41d539 {
  min-height: 50px;
}








#s-ad460982-162a-4356-a4ce-5f840e41d539 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad460982-162a-4356-a4ce-5f840e41d539.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-25e6696a-a8c9-426c-b334-027ab9b2daac {
  
}
}
#s-66d9ef1a-5818-47e4-b6a5-27d6bd78e8f7 {
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-66d9ef1a-5818-47e4-b6a5-27d6bd78e8f7 {
  
}
}
@media (min-width: 768px) and (max-width: 991px){#s-b36537f9-3c7c-4213-a476-83dccd8d7814 {
  
}
}
#s-48259337-ce85-4113-8eba-3447c61a0739 {
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-48259337-ce85-4113-8eba-3447c61a0739 {
  
}
}
@media (min-width: 768px) and (max-width: 991px){#s-f44f08af-2b3a-4113-8da9-0842ee5daa81 {
  
}
}
#s-04833713-73fb-460c-90cf-972d1e4acbde {
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-04833713-73fb-460c-90cf-972d1e4acbde {
  
}
}
@media (min-width: 768px) and (max-width: 991px){#s-5a1fd004-2490-4b8f-8614-ab0dc2b23413 {
  
}
}
#s-4430467b-255e-4f08-b1b5-65931b812aeb {
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4430467b-255e-4f08-b1b5-65931b812aeb {
  
}
}
@media (min-width: 0px) {
[id="s-c94f5465-7764-43fb-a4b1-cc78362d8e10"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c94f5465-7764-43fb-a4b1-cc78362d8e10"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c94f5465-7764-43fb-a4b1-cc78362d8e10"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c94f5465-7764-43fb-a4b1-cc78362d8e10"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

#s-f67e3909-d46f-40f8-92fd-26c8190d6953 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-f67e3909-d46f-40f8-92fd-26c8190d6953 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f67e3909-d46f-40f8-92fd-26c8190d6953 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: left;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-f67e3909-d46f-40f8-92fd-26c8190d6953 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-f67e3909-d46f-40f8-92fd-26c8190d6953 td.shogun-table-column, #s-f67e3909-d46f-40f8-92fd-26c8190d6953 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-3bab4e7f-3493-43c6-9de3-c68e2ba51828 {
  min-height: 0px;
}

#s-a102c9e3-e9a3-449e-96bf-4de16c8fafdb {
  min-height: 0px;
}

#s-8b39be81-25c8-48fd-8267-066733848154 {
  min-height: 0px;
}

#s-26c2de20-6c39-4340-99bf-18d022d2772e {
  min-height: 0px;
}

#s-090b2bba-50e4-4991-8c4f-9298e8660ca1 {
  min-height: 0px;
}

#s-ba11321d-2f2a-47e4-939a-75ff88b5518f {
  min-height: 0px;
}

#s-20953db7-4f67-47fe-85f6-b3ca55dcf993 {
  min-height: 0px;
}

#s-535af381-e01c-4d8a-841e-076442e645bf {
  min-height: 0px;
}

#s-19467659-7e2f-4c89-ba49-be729b0e2907 {
  min-height: 0px;
}

#s-f4271717-b8a5-4e15-8bbc-1647073da403 {
  min-height: 0px;
}

#s-7f5fe7e6-ded6-4224-8648-a4d92f3e02b7 {
  min-height: 0px;
}

#s-bb29fdc9-e9d2-4cda-9bd5-2467658415b8 {
  min-height: 0px;
}

#s-d613782c-f50e-4eff-9eb1-221b44fdd238 {
  min-height: 0px;
}

#s-a90e4a9e-01a6-45a1-8b4e-4043ce15b140 {
  min-height: 0px;
}

#s-461f1d1f-c98b-47ea-9d67-aa2903e357a7 {
  min-height: 0px;
}

#s-e4202486-df7f-4d7f-8368-d19edb324795 {
  min-height: 0px;
}

#s-7c57e3c9-f82a-475c-86a9-866b6bdfe879 {
  min-height: 0px;
}

#s-1857beb7-355d-486f-8ce3-0236a66a2195 {
  min-height: 0px;
}

#s-a467266e-fb23-486c-99a0-0ba276af862a {
  min-height: 0px;
}

#s-857feb8e-a9b8-46b9-8e8c-561016c084d4 {
  min-height: 0px;
}

#s-6d1321f3-8bb8-418a-bd38-26a45a6c27a8 {
  min-height: 0px;
}

#s-297005c5-ec16-4937-81f2-e5f23b7f50f0 {
  min-height: 0px;
}

#s-19afca10-2199-4824-9dcf-11a2c21363a4 {
  min-height: 0px;
}

#s-0e9edf50-7859-48ca-bb34-c63e39e8c170 {
  min-height: 0px;
}

#s-74ed1aff-24e1-466d-83dd-2b7e70e766af {
  min-height: 0px;
}

#s-33d2693d-c29d-41b0-b6ea-34e17bbdd6f9 {
  min-height: 0px;
}

#s-92d58c6c-6d4b-43b4-995f-db0594a83d12 {
  min-height: 0px;
}

#s-2ed87e02-0d5b-4720-9ab6-afbc660b96fb {
  min-height: 0px;
}

#s-999effad-f8ee-49fc-b3e0-5fba345688a6 {
  min-height: 0px;
}

#s-f074c8c3-6cbd-48f7-b207-98380f66ae8f {
  min-height: 0px;
}

#s-7e99ea31-6f8e-4990-a8c0-a844c95e8cee {
  min-height: 0px;
}

#s-22f041a0-eb63-48f0-9279-f448f64d2eb7 {
  min-height: 0px;
}

#s-6cfcfdca-a5af-4080-b6ab-23e2fdeca518 {
  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-fa7505ab-466b-41c9-a11d-399b033f2893 {
  min-height: 0px;
}

@media (min-width: 768px) and (max-width: 991px){#s-69aec8c6-0b8a-4a48-9efa-6588bf47b009 {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-69aec8c6-0b8a-4a48-9efa-6588bf47b009 {
  margin-top: 16px;
}
}
#s-984790b4-81e4-46a5-b7fc-50e17b528ba0 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-984790b4-81e4-46a5-b7fc-50e17b528ba0 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-984790b4-81e4-46a5-b7fc-50e17b528ba0 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-984790b4-81e4-46a5-b7fc-50e17b528ba0 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-984790b4-81e4-46a5-b7fc-50e17b528ba0 td.shogun-table-column, #s-984790b4-81e4-46a5-b7fc-50e17b528ba0 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-0d75f284-7083-4636-9a5a-d89cf7ea05fb {
  min-height: 0px;
}

#s-f9ffe2ae-ae4d-49f7-b2c0-5cf8aab8bc26 {
  min-height: 0px;
}

#s-6795e882-c282-443b-982c-7c59b43ac8c8 {
  min-height: 0px;
}

#s-058ce802-dc62-4df6-90ed-c0b5bd376f00 {
  min-height: 0px;
}

#s-f19e1273-c909-48f0-bf8f-0255813c1d86 {
  min-height: 0px;
}

#s-355ce50b-744e-4a25-891f-30af986e2412 {
  min-height: 0px;
}

#s-043de066-c057-4941-82f0-6284c089f927 {
  min-height: 0px;
}

#s-bd799120-179e-4be6-ad37-d1176fd99045 {
  min-height: 0px;
}

#s-37822f48-4c02-4857-878f-efdb467fe675 {
  min-height: 0px;
}

#s-eddd549a-fa15-4994-9b45-375d71ef3824 {
  min-height: 0px;
}

#s-cb07063a-7828-4e1c-96ba-a17a785286c2 {
  min-height: 0px;
}

#s-d8243a5b-32b7-4706-913b-4d96ac05ec9c {
  min-height: 0px;
}

#s-589bf290-7fbe-4f7c-94dc-c43cad962ffb {
  min-height: 0px;
}

#s-dec2fb94-0cfa-4ec6-812a-618bea629959 {
  min-height: 0px;
}

#s-62e4551e-d9de-4295-9e74-3463f7e90a26 {
  min-height: 0px;
}

#s-d917e46d-8660-48f1-811d-f0ac03457b35 {
  min-height: 0px;
}

#s-aefdfac3-4204-4598-828f-833e0abda2ec {
  min-height: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-aefdfac3-4204-4598-828f-833e0abda2ec {
  display: none;
}
#s-aefdfac3-4204-4598-828f-833e0abda2ec, #wrap-s-aefdfac3-4204-4598-828f-833e0abda2ec { display:none !important; }}@media (max-width: 767px){#s-aefdfac3-4204-4598-828f-833e0abda2ec {
  display: none;
}
#s-aefdfac3-4204-4598-828f-833e0abda2ec, #wrap-s-aefdfac3-4204-4598-828f-833e0abda2ec { display:none !important; }}







#s-aefdfac3-4204-4598-828f-833e0abda2ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aefdfac3-4204-4598-828f-833e0abda2ec.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-1edddbe0-afc7-4f91-93ed-98ce70ba2e0d {
  margin-left: 16px;
margin-right: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1edddbe0-afc7-4f91-93ed-98ce70ba2e0d .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-30361e71-0516-41b4-8306-138f26047162 {
  min-height: 100px;
}
@media (min-width: 1200px){#s-30361e71-0516-41b4-8306-138f26047162 {
  display: none;
}
#s-30361e71-0516-41b4-8306-138f26047162, #wrap-s-30361e71-0516-41b4-8306-138f26047162 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-30361e71-0516-41b4-8306-138f26047162 {
  display: none;
}
#s-30361e71-0516-41b4-8306-138f26047162, #wrap-s-30361e71-0516-41b4-8306-138f26047162 { display:none !important; }}







#s-30361e71-0516-41b4-8306-138f26047162 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30361e71-0516-41b4-8306-138f26047162.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e9f85af-5d98-459c-9e37-73ffa9e9f72a {
  margin-left: 16px;
margin-right: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0e9f85af-5d98-459c-9e37-73ffa9e9f72a .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-d063e406-69be-43e5-89bd-2050b06f7383 {
  margin-top: auto;
margin-left: 16px;
margin-bottom: auto;
margin-right: 16px;
min-height: 0px;
}
@media (min-width: 1200px){#s-d063e406-69be-43e5-89bd-2050b06f7383 {
  display: none;
}
#s-d063e406-69be-43e5-89bd-2050b06f7383, #wrap-s-d063e406-69be-43e5-89bd-2050b06f7383 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d063e406-69be-43e5-89bd-2050b06f7383 {
  display: none;
}
#s-d063e406-69be-43e5-89bd-2050b06f7383, #wrap-s-d063e406-69be-43e5-89bd-2050b06f7383 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d063e406-69be-43e5-89bd-2050b06f7383 {
  display: none;
}
#s-d063e406-69be-43e5-89bd-2050b06f7383, #wrap-s-d063e406-69be-43e5-89bd-2050b06f7383 { display:none !important; }}
#s-4ee88ca9-9e37-4c61-8b1e-f74894292e05 {
  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-4ee88ca9-9e37-4c61-8b1e-f74894292e05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ee88ca9-9e37-4c61-8b1e-f74894292e05 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4ee88ca9-9e37-4c61-8b1e-f74894292e05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ee88ca9-9e37-4c61-8b1e-f74894292e05 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4ee88ca9-9e37-4c61-8b1e-f74894292e05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ee88ca9-9e37-4c61-8b1e-f74894292e05 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4ee88ca9-9e37-4c61-8b1e-f74894292e05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ee88ca9-9e37-4c61-8b1e-f74894292e05 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4ee88ca9-9e37-4c61-8b1e-f74894292e05 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ee88ca9-9e37-4c61-8b1e-f74894292e05 img.shogun-image {
  width: 100%;
}



}
#s-58577916-a032-401e-8bb7-332b4a04b828 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-58577916-a032-401e-8bb7-332b4a04b828 .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-ee63d875-8c00-4c24-bff5-7f1d54cc3d3c {
  min-height: 50px;
text-align: center;
}

#s-ee63d875-8c00-4c24-bff5-7f1d54cc3d3c .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ee63d875-8c00-4c24-bff5-7f1d54cc3d3c .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ee63d875-8c00-4c24-bff5-7f1d54cc3d3c .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-3b26aacb-b539-4290-80fa-488bfb586385 {
  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-3b26aacb-b539-4290-80fa-488bfb586385:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3b26aacb-b539-4290-80fa-488bfb586385:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3b26aacb-b539-4290-80fa-488bfb586385 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3b26aacb-b539-4290-80fa-488bfb586385.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3b26aacb-b539-4290-80fa-488bfb586385.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3b26aacb-b539-4290-80fa-488bfb586385.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3b26aacb-b539-4290-80fa-488bfb586385.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-f4fbd3b4-32de-4d7e-ad39-97525d9902d7 {
  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-f4fbd3b4-32de-4d7e-ad39-97525d9902d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4fbd3b4-32de-4d7e-ad39-97525d9902d7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f4fbd3b4-32de-4d7e-ad39-97525d9902d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4fbd3b4-32de-4d7e-ad39-97525d9902d7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f4fbd3b4-32de-4d7e-ad39-97525d9902d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4fbd3b4-32de-4d7e-ad39-97525d9902d7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f4fbd3b4-32de-4d7e-ad39-97525d9902d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4fbd3b4-32de-4d7e-ad39-97525d9902d7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f4fbd3b4-32de-4d7e-ad39-97525d9902d7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f4fbd3b4-32de-4d7e-ad39-97525d9902d7 img.shogun-image {
  width: 100%;
}



}
#s-1c03151e-939f-4d67-91c5-7e83c2db7359 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-1c03151e-939f-4d67-91c5-7e83c2db7359 .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-6848f14e-df06-4a87-9906-d0d05ba40ce9 {
  min-height: 50px;
text-align: center;
}

#s-6848f14e-df06-4a87-9906-d0d05ba40ce9 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6848f14e-df06-4a87-9906-d0d05ba40ce9 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6848f14e-df06-4a87-9906-d0d05ba40ce9 .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-8f6c9bb2-b691-497c-99ef-f21c0ea8b772 {
  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-8f6c9bb2-b691-497c-99ef-f21c0ea8b772:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8f6c9bb2-b691-497c-99ef-f21c0ea8b772:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8f6c9bb2-b691-497c-99ef-f21c0ea8b772 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8f6c9bb2-b691-497c-99ef-f21c0ea8b772.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8f6c9bb2-b691-497c-99ef-f21c0ea8b772.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8f6c9bb2-b691-497c-99ef-f21c0ea8b772.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8f6c9bb2-b691-497c-99ef-f21c0ea8b772.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-158f14e4-253d-4b6d-9408-43c1036b851b {
  margin-top: auto;
margin-left: 16px;
margin-bottom: auto;
margin-right: 16px;
min-height: 0px;
}
@media (min-width: 1200px){#s-158f14e4-253d-4b6d-9408-43c1036b851b {
  display: none;
}
#s-158f14e4-253d-4b6d-9408-43c1036b851b, #wrap-s-158f14e4-253d-4b6d-9408-43c1036b851b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-158f14e4-253d-4b6d-9408-43c1036b851b {
  display: none;
}
#s-158f14e4-253d-4b6d-9408-43c1036b851b, #wrap-s-158f14e4-253d-4b6d-9408-43c1036b851b { display:none !important; }}@media (max-width: 767px){#s-158f14e4-253d-4b6d-9408-43c1036b851b {
  display: none;
}
#s-158f14e4-253d-4b6d-9408-43c1036b851b, #wrap-s-158f14e4-253d-4b6d-9408-43c1036b851b { display:none !important; }}
#s-9977ef1c-b20e-479d-a135-6032e1d80a98 {
  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-9977ef1c-b20e-479d-a135-6032e1d80a98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9977ef1c-b20e-479d-a135-6032e1d80a98 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9977ef1c-b20e-479d-a135-6032e1d80a98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9977ef1c-b20e-479d-a135-6032e1d80a98 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9977ef1c-b20e-479d-a135-6032e1d80a98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9977ef1c-b20e-479d-a135-6032e1d80a98 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9977ef1c-b20e-479d-a135-6032e1d80a98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9977ef1c-b20e-479d-a135-6032e1d80a98 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9977ef1c-b20e-479d-a135-6032e1d80a98 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9977ef1c-b20e-479d-a135-6032e1d80a98 img.shogun-image {
  width: 100%;
}



}
#s-e48c2d86-c40c-4461-a87d-de112989e618 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-e48c2d86-c40c-4461-a87d-de112989e618 .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-0bc3b849-0bd2-4e68-8b65-87383e1a0a96 {
  min-height: 50px;
text-align: center;
}

#s-0bc3b849-0bd2-4e68-8b65-87383e1a0a96 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0bc3b849-0bd2-4e68-8b65-87383e1a0a96 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0bc3b849-0bd2-4e68-8b65-87383e1a0a96 .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-efa95c43-7351-490e-acdb-d0a5318076a4 {
  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-efa95c43-7351-490e-acdb-d0a5318076a4:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-efa95c43-7351-490e-acdb-d0a5318076a4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-efa95c43-7351-490e-acdb-d0a5318076a4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-efa95c43-7351-490e-acdb-d0a5318076a4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-efa95c43-7351-490e-acdb-d0a5318076a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-efa95c43-7351-490e-acdb-d0a5318076a4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-efa95c43-7351-490e-acdb-d0a5318076a4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-5bdf8b2b-4dc2-4c7d-8982-b0ae4e5a463a {
  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-5bdf8b2b-4dc2-4c7d-8982-b0ae4e5a463a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5bdf8b2b-4dc2-4c7d-8982-b0ae4e5a463a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5bdf8b2b-4dc2-4c7d-8982-b0ae4e5a463a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5bdf8b2b-4dc2-4c7d-8982-b0ae4e5a463a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5bdf8b2b-4dc2-4c7d-8982-b0ae4e5a463a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5bdf8b2b-4dc2-4c7d-8982-b0ae4e5a463a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5bdf8b2b-4dc2-4c7d-8982-b0ae4e5a463a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5bdf8b2b-4dc2-4c7d-8982-b0ae4e5a463a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5bdf8b2b-4dc2-4c7d-8982-b0ae4e5a463a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5bdf8b2b-4dc2-4c7d-8982-b0ae4e5a463a img.shogun-image {
  width: 100%;
}



}
#s-61169a95-e4b8-4cf4-bbe0-fb6c68b82b24 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-61169a95-e4b8-4cf4-bbe0-fb6c68b82b24 .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-b9f810ef-a9bc-42d9-8eb5-e0da7721d8eb {
  min-height: 50px;
text-align: center;
}

#s-b9f810ef-a9bc-42d9-8eb5-e0da7721d8eb .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b9f810ef-a9bc-42d9-8eb5-e0da7721d8eb .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b9f810ef-a9bc-42d9-8eb5-e0da7721d8eb .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-b043d63b-7bd5-4857-8c29-c7b83e701332 {
  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-b043d63b-7bd5-4857-8c29-c7b83e701332:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b043d63b-7bd5-4857-8c29-c7b83e701332:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b043d63b-7bd5-4857-8c29-c7b83e701332 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b043d63b-7bd5-4857-8c29-c7b83e701332.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b043d63b-7bd5-4857-8c29-c7b83e701332.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b043d63b-7bd5-4857-8c29-c7b83e701332.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b043d63b-7bd5-4857-8c29-c7b83e701332.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-f0b88287-d21c-4a0f-a474-c3e8855b1bdd {
  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-f0b88287-d21c-4a0f-a474-c3e8855b1bdd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0b88287-d21c-4a0f-a474-c3e8855b1bdd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f0b88287-d21c-4a0f-a474-c3e8855b1bdd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0b88287-d21c-4a0f-a474-c3e8855b1bdd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f0b88287-d21c-4a0f-a474-c3e8855b1bdd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0b88287-d21c-4a0f-a474-c3e8855b1bdd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f0b88287-d21c-4a0f-a474-c3e8855b1bdd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0b88287-d21c-4a0f-a474-c3e8855b1bdd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f0b88287-d21c-4a0f-a474-c3e8855b1bdd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0b88287-d21c-4a0f-a474-c3e8855b1bdd img.shogun-image {
  width: 100%;
}



}
#s-913e7728-e8a4-4884-9366-2cffedf9ed32 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-913e7728-e8a4-4884-9366-2cffedf9ed32 .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-a784fc6e-8083-4c50-ba21-1a0f1dc2b04e {
  min-height: 50px;
text-align: center;
}

#s-a784fc6e-8083-4c50-ba21-1a0f1dc2b04e .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a784fc6e-8083-4c50-ba21-1a0f1dc2b04e .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a784fc6e-8083-4c50-ba21-1a0f1dc2b04e .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-142d3c95-7927-4b22-8ac4-292b46fa6b7f {
  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-142d3c95-7927-4b22-8ac4-292b46fa6b7f:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-142d3c95-7927-4b22-8ac4-292b46fa6b7f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-142d3c95-7927-4b22-8ac4-292b46fa6b7f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-142d3c95-7927-4b22-8ac4-292b46fa6b7f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-142d3c95-7927-4b22-8ac4-292b46fa6b7f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-142d3c95-7927-4b22-8ac4-292b46fa6b7f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-142d3c95-7927-4b22-8ac4-292b46fa6b7f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-ff2c940d-3eb5-424e-bdd1-da573c7bcc18 {
  margin-left: 16px;
margin-right: 16px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ff2c940d-3eb5-424e-bdd1-da573c7bcc18 {
  display: none;
}
#s-ff2c940d-3eb5-424e-bdd1-da573c7bcc18, #wrap-s-ff2c940d-3eb5-424e-bdd1-da573c7bcc18 { display:none !important; }}@media (max-width: 767px){#s-ff2c940d-3eb5-424e-bdd1-da573c7bcc18 {
  display: none;
}
#s-ff2c940d-3eb5-424e-bdd1-da573c7bcc18, #wrap-s-ff2c940d-3eb5-424e-bdd1-da573c7bcc18 { display:none !important; }}
#s-008c3c17-0264-4458-8351-9aa903f5bf6f {
  margin-top: auto;
margin-bottom: auto;
}

#s-830ad710-b9f4-4196-be16-34aa81c5b665 {
  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-830ad710-b9f4-4196-be16-34aa81c5b665 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-830ad710-b9f4-4196-be16-34aa81c5b665 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-830ad710-b9f4-4196-be16-34aa81c5b665 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-830ad710-b9f4-4196-be16-34aa81c5b665 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-830ad710-b9f4-4196-be16-34aa81c5b665 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-830ad710-b9f4-4196-be16-34aa81c5b665 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-830ad710-b9f4-4196-be16-34aa81c5b665 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-830ad710-b9f4-4196-be16-34aa81c5b665 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-830ad710-b9f4-4196-be16-34aa81c5b665 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-830ad710-b9f4-4196-be16-34aa81c5b665 img.shogun-image {
  width: 100%;
}



}
#s-0cfc3520-637a-4b85-bef7-83877cdb2c33 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-0cfc3520-637a-4b85-bef7-83877cdb2c33 .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-a5308bd0-26fb-441f-8b59-bf6a2515c998 {
  min-height: 50px;
text-align: center;
}

#s-a5308bd0-26fb-441f-8b59-bf6a2515c998 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a5308bd0-26fb-441f-8b59-bf6a2515c998 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-a5308bd0-26fb-441f-8b59-bf6a2515c998 .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-cfcda116-f339-4c8c-84d5-4e3a707c9b79 {
  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-cfcda116-f339-4c8c-84d5-4e3a707c9b79:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cfcda116-f339-4c8c-84d5-4e3a707c9b79:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cfcda116-f339-4c8c-84d5-4e3a707c9b79 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cfcda116-f339-4c8c-84d5-4e3a707c9b79.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cfcda116-f339-4c8c-84d5-4e3a707c9b79.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cfcda116-f339-4c8c-84d5-4e3a707c9b79.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-cfcda116-f339-4c8c-84d5-4e3a707c9b79.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-3303d933-e040-40c3-bc1d-787aa093eac6 {
  margin-top: auto;
margin-bottom: auto;
}

#s-5ade1251-658d-43da-b05f-a3353d877694 {
  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-5ade1251-658d-43da-b05f-a3353d877694 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ade1251-658d-43da-b05f-a3353d877694 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5ade1251-658d-43da-b05f-a3353d877694 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ade1251-658d-43da-b05f-a3353d877694 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5ade1251-658d-43da-b05f-a3353d877694 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ade1251-658d-43da-b05f-a3353d877694 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5ade1251-658d-43da-b05f-a3353d877694 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ade1251-658d-43da-b05f-a3353d877694 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5ade1251-658d-43da-b05f-a3353d877694 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5ade1251-658d-43da-b05f-a3353d877694 img.shogun-image {
  width: 100%;
}



}
#s-f34a498c-bb69-4d54-9ebf-e566a007ff79 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-f34a498c-bb69-4d54-9ebf-e566a007ff79 .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-f5b47cf3-8535-4a14-a01b-7d86ad08864d {
  min-height: 50px;
text-align: center;
}

#s-f5b47cf3-8535-4a14-a01b-7d86ad08864d .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f5b47cf3-8535-4a14-a01b-7d86ad08864d .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-f5b47cf3-8535-4a14-a01b-7d86ad08864d .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-f6bcc55b-8f41-4e73-a8c9-0b5cc698aa5b {
  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-f6bcc55b-8f41-4e73-a8c9-0b5cc698aa5b:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f6bcc55b-8f41-4e73-a8c9-0b5cc698aa5b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f6bcc55b-8f41-4e73-a8c9-0b5cc698aa5b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f6bcc55b-8f41-4e73-a8c9-0b5cc698aa5b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f6bcc55b-8f41-4e73-a8c9-0b5cc698aa5b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f6bcc55b-8f41-4e73-a8c9-0b5cc698aa5b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f6bcc55b-8f41-4e73-a8c9-0b5cc698aa5b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-364eb00f-b724-42cd-9575-cbd28c19ffa7 {
  margin-top: auto;
margin-bottom: auto;
}

#s-386ff1ed-7ad4-4234-be86-11d40ad5ed6d {
  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-386ff1ed-7ad4-4234-be86-11d40ad5ed6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-386ff1ed-7ad4-4234-be86-11d40ad5ed6d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-386ff1ed-7ad4-4234-be86-11d40ad5ed6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-386ff1ed-7ad4-4234-be86-11d40ad5ed6d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-386ff1ed-7ad4-4234-be86-11d40ad5ed6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-386ff1ed-7ad4-4234-be86-11d40ad5ed6d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-386ff1ed-7ad4-4234-be86-11d40ad5ed6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-386ff1ed-7ad4-4234-be86-11d40ad5ed6d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-386ff1ed-7ad4-4234-be86-11d40ad5ed6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-386ff1ed-7ad4-4234-be86-11d40ad5ed6d img.shogun-image {
  width: 100%;
}



}
#s-2392ac28-dbf4-4d32-8876-574093056614 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-2392ac28-dbf4-4d32-8876-574093056614 .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-7c07ee1a-ebaa-4b44-9f4f-601a2d9ddda1 {
  min-height: 50px;
text-align: center;
}

#s-7c07ee1a-ebaa-4b44-9f4f-601a2d9ddda1 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7c07ee1a-ebaa-4b44-9f4f-601a2d9ddda1 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-7c07ee1a-ebaa-4b44-9f4f-601a2d9ddda1 .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-8d09cb7b-f327-45df-a39b-39305ec0c379 {
  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-8d09cb7b-f327-45df-a39b-39305ec0c379:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8d09cb7b-f327-45df-a39b-39305ec0c379:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8d09cb7b-f327-45df-a39b-39305ec0c379 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8d09cb7b-f327-45df-a39b-39305ec0c379.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8d09cb7b-f327-45df-a39b-39305ec0c379.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8d09cb7b-f327-45df-a39b-39305ec0c379.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8d09cb7b-f327-45df-a39b-39305ec0c379.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-cb40e8db-77d1-45da-8fae-01ad88409672 {
  margin-top: auto;
margin-bottom: auto;
}

#s-e70bd39b-99dd-43c9-87aa-e335d6cf8eb0 {
  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-e70bd39b-99dd-43c9-87aa-e335d6cf8eb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e70bd39b-99dd-43c9-87aa-e335d6cf8eb0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e70bd39b-99dd-43c9-87aa-e335d6cf8eb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e70bd39b-99dd-43c9-87aa-e335d6cf8eb0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e70bd39b-99dd-43c9-87aa-e335d6cf8eb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e70bd39b-99dd-43c9-87aa-e335d6cf8eb0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e70bd39b-99dd-43c9-87aa-e335d6cf8eb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e70bd39b-99dd-43c9-87aa-e335d6cf8eb0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e70bd39b-99dd-43c9-87aa-e335d6cf8eb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e70bd39b-99dd-43c9-87aa-e335d6cf8eb0 img.shogun-image {
  width: 100%;
}



}
#s-f1306470-9b96-4385-8d06-97513e0bb31f {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-f1306470-9b96-4385-8d06-97513e0bb31f .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-0e464fb1-2d56-4f80-8536-127153e2b34c {
  min-height: 50px;
text-align: center;
}

#s-0e464fb1-2d56-4f80-8536-127153e2b34c .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0e464fb1-2d56-4f80-8536-127153e2b34c .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-0e464fb1-2d56-4f80-8536-127153e2b34c .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-04fa5347-54ce-4a8c-b4fe-779414f0b064 {
  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-04fa5347-54ce-4a8c-b4fe-779414f0b064:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-04fa5347-54ce-4a8c-b4fe-779414f0b064:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-04fa5347-54ce-4a8c-b4fe-779414f0b064 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-04fa5347-54ce-4a8c-b4fe-779414f0b064.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-04fa5347-54ce-4a8c-b4fe-779414f0b064.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-04fa5347-54ce-4a8c-b4fe-779414f0b064.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-04fa5347-54ce-4a8c-b4fe-779414f0b064.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

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