.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-ccd2a8ee-ee4a-4b8f-9cd8-404521c2db37 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 12px;
background-color: rgba(37, 37, 81, 1);
}
@media (min-width: 1200px){#s-ccd2a8ee-ee4a-4b8f-9cd8-404521c2db37 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ccd2a8ee-ee4a-4b8f-9cd8-404521c2db37 {
  
}
}







#s-ccd2a8ee-ee4a-4b8f-9cd8-404521c2db37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccd2a8ee-ee4a-4b8f-9cd8-404521c2db37.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-dbfd440b-9a46-4e3b-bac8-a074422a74ce {
  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-dbfd440b-9a46-4e3b-bac8-a074422a74ce {
  display: none;
}
#s-dbfd440b-9a46-4e3b-bac8-a074422a74ce, #wrap-s-dbfd440b-9a46-4e3b-bac8-a074422a74ce { display:none !important; }}@media (max-width: 767px){#s-dbfd440b-9a46-4e3b-bac8-a074422a74ce {
  display: none;
}
#s-dbfd440b-9a46-4e3b-bac8-a074422a74ce, #wrap-s-dbfd440b-9a46-4e3b-bac8-a074422a74ce { display:none !important; }}
@media (min-width: 0px) {
[id="s-dbfd440b-9a46-4e3b-bac8-a074422a74ce"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-dbfd440b-9a46-4e3b-bac8-a074422a74ce"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dbfd440b-9a46-4e3b-bac8-a074422a74ce"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dbfd440b-9a46-4e3b-bac8-a074422a74ce"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-9659a0f5-3760-43ce-bad6-80ccf1aa74f7 {
  margin-left: 0px;
min-height: 120px;
}

@media (min-width: 0px) {
[id="s-9659a0f5-3760-43ce-bad6-80ccf1aa74f7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-9659a0f5-3760-43ce-bad6-80ccf1aa74f7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-9659a0f5-3760-43ce-bad6-80ccf1aa74f7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-9659a0f5-3760-43ce-bad6-80ccf1aa74f7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-9659a0f5-3760-43ce-bad6-80ccf1aa74f7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-9659a0f5-3760-43ce-bad6-80ccf1aa74f7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-9659a0f5-3760-43ce-bad6-80ccf1aa74f7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.0px);
}

}

#s-0b0a40b1-2ef5-4a01-9002-e2c76d4f6cea {
  margin-left: auto;
margin-right: auto;
min-height: 120px;
max-width: 80px;
}








#s-0b0a40b1-2ef5-4a01-9002-e2c76d4f6cea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b0a40b1-2ef5-4a01-9002-e2c76d4f6cea.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-b5205f82-be04-4d03-859d-0df9f24cf450 {
  text-align: center;
}







  #s-b5205f82-be04-4d03-859d-0df9f24cf450 img.shogun-image {
    

    
    
    
  }


#s-b5205f82-be04-4d03-859d-0df9f24cf450 .shogun-image-content {
  
    align-items: center;
  
}

#s-20fc32f7-5a58-4acf-9b82-eae3621fa351 {
  box-shadow:0px 0px 0px 0px ;
}








#s-20fc32f7-5a58-4acf-9b82-eae3621fa351 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20fc32f7-5a58-4acf-9b82-eae3621fa351.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-5a402ceb-e853-472c-8008-8a03241eb166 {
  box-shadow:0px 0px 0px 0px ;
margin-left: 0%;
margin-right: 0%;
}

#s-e01d57bd-a8f3-4d10-a2e4-10e22b4959e9 {
  padding-left: 40px;
}

@media (min-width: 0px) {
[id="s-e01d57bd-a8f3-4d10-a2e4-10e22b4959e9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-e01d57bd-a8f3-4d10-a2e4-10e22b4959e9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-e01d57bd-a8f3-4d10-a2e4-10e22b4959e9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-e01d57bd-a8f3-4d10-a2e4-10e22b4959e9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-e01d57bd-a8f3-4d10-a2e4-10e22b4959e9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-e01d57bd-a8f3-4d10-a2e4-10e22b4959e9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-e01d57bd-a8f3-4d10-a2e4-10e22b4959e9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-1cfb27a1-c383-4549-b326-eb6cfe8cb0c4 {
  margin-left: auto;
min-height: 120px;
max-width: 80px;
}








#s-1cfb27a1-c383-4549-b326-eb6cfe8cb0c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cfb27a1-c383-4549-b326-eb6cfe8cb0c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94178ac2-0dbd-48e3-affb-103dcb90edf9 {
  text-align: center;
}







  #s-94178ac2-0dbd-48e3-affb-103dcb90edf9 img.shogun-image {
    

    
    
    
  }


#s-94178ac2-0dbd-48e3-affb-103dcb90edf9 .shogun-image-content {
  
    align-items: center;
  
}








#s-80ea4330-4b65-4150-8a0b-cf0632fdac37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80ea4330-4b65-4150-8a0b-cf0632fdac37.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c156e7e-c299-41b8-ab5f-bed781fc7278 {
  padding-left: 40px;
}

@media (min-width: 0px) {
[id="s-9c156e7e-c299-41b8-ab5f-bed781fc7278"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-9c156e7e-c299-41b8-ab5f-bed781fc7278"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-9c156e7e-c299-41b8-ab5f-bed781fc7278"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-9c156e7e-c299-41b8-ab5f-bed781fc7278"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-9c156e7e-c299-41b8-ab5f-bed781fc7278"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c156e7e-c299-41b8-ab5f-bed781fc7278"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-9c156e7e-c299-41b8-ab5f-bed781fc7278"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-ecbd4063-07a0-41d0-adb5-50939a26fea8 {
  margin-left: auto;
min-height: 120px;
max-width: 80px;
}








#s-ecbd4063-07a0-41d0-adb5-50939a26fea8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecbd4063-07a0-41d0-adb5-50939a26fea8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dba4891d-fbfc-4537-a3f2-a190a940d46a {
  text-align: center;
}







  #s-dba4891d-fbfc-4537-a3f2-a190a940d46a img.shogun-image {
    

    
    
    
  }


#s-dba4891d-fbfc-4537-a3f2-a190a940d46a .shogun-image-content {
  
    align-items: center;
  
}








#s-c8639059-d1d3-401f-af1b-46c89a0862ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8639059-d1d3-401f-af1b-46c89a0862ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6bb2dc93-1dce-4a01-a7cb-e9752e322e00 {
  margin-top: auto;
margin-bottom: auto;
}

#s-166fe392-9f35-4b85-b611-74c6f783038e {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 0px;
}

@media (min-width: 0px) {
[id="s-166fe392-9f35-4b85-b611-74c6f783038e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-166fe392-9f35-4b85-b611-74c6f783038e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-166fe392-9f35-4b85-b611-74c6f783038e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-166fe392-9f35-4b85-b611-74c6f783038e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-166fe392-9f35-4b85-b611-74c6f783038e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-166fe392-9f35-4b85-b611-74c6f783038e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-166fe392-9f35-4b85-b611-74c6f783038e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-69680774-071a-44cd-b40c-c240ffbeb4f5 {
  margin-left: auto;
margin-right: 0px;
min-height: 120px;
max-width: 80px;
}








#s-69680774-071a-44cd-b40c-c240ffbeb4f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69680774-071a-44cd-b40c-c240ffbeb4f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c730570-31ad-4840-a0f0-67390c8e6cc0 {
  text-align: center;
}







  #s-3c730570-31ad-4840-a0f0-67390c8e6cc0 img.shogun-image {
    

    
    
    
  }


#s-3c730570-31ad-4840-a0f0-67390c8e6cc0 .shogun-image-content {
  
    align-items: center;
  
}








#s-a491907c-9844-407c-a5ec-35a614f839ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a491907c-9844-407c-a5ec-35a614f839ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-bd4d9264-7807-48eb-9cf8-e73211a74fe2 {
  display: none;
}
#s-bd4d9264-7807-48eb-9cf8-e73211a74fe2, #wrap-s-bd4d9264-7807-48eb-9cf8-e73211a74fe2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bd4d9264-7807-48eb-9cf8-e73211a74fe2 {
  display: none;
}
#s-bd4d9264-7807-48eb-9cf8-e73211a74fe2, #wrap-s-bd4d9264-7807-48eb-9cf8-e73211a74fe2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-bd4d9264-7807-48eb-9cf8-e73211a74fe2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-bd4d9264-7807-48eb-9cf8-e73211a74fe2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bd4d9264-7807-48eb-9cf8-e73211a74fe2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd4d9264-7807-48eb-9cf8-e73211a74fe2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8fb9be68-a566-4390-94f2-454028b7a9de {
  min-height: 120px;
}

@media (min-width: 0px) {
[id="s-8fb9be68-a566-4390-94f2-454028b7a9de"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-8fb9be68-a566-4390-94f2-454028b7a9de"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8fb9be68-a566-4390-94f2-454028b7a9de"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8fb9be68-a566-4390-94f2-454028b7a9de"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8fb9be68-a566-4390-94f2-454028b7a9de"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8fb9be68-a566-4390-94f2-454028b7a9de"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8fb9be68-a566-4390-94f2-454028b7a9de"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-0da26050-7cc1-4d05-8758-3b31b0384aa2 {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 56px;
}








#s-0da26050-7cc1-4d05-8758-3b31b0384aa2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0da26050-7cc1-4d05-8758-3b31b0384aa2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84e5949c-9b61-4441-b09a-208582edcbfd {
  text-align: center;
}







  #s-84e5949c-9b61-4441-b09a-208582edcbfd img.shogun-image {
    

    
    
    
  }


#s-84e5949c-9b61-4441-b09a-208582edcbfd .shogun-image-content {
  
    align-items: center;
  
}

#s-651194c7-5283-4290-9aef-cb833d98456c {
  box-shadow:0px 0px 0px 0px ;
}








#s-651194c7-5283-4290-9aef-cb833d98456c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-651194c7-5283-4290-9aef-cb833d98456c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-121e14c5-c924-4dde-b304-c0d3d7725227 {
  box-shadow:0px 0px 0px 0px ;
margin-left: 0%;
margin-right: 0%;
}

#s-9b3785b3-059b-4561-b653-bddfdaf5b47e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9b3785b3-059b-4561-b653-bddfdaf5b47e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9b3785b3-059b-4561-b653-bddfdaf5b47e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9b3785b3-059b-4561-b653-bddfdaf5b47e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9b3785b3-059b-4561-b653-bddfdaf5b47e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9b3785b3-059b-4561-b653-bddfdaf5b47e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b3785b3-059b-4561-b653-bddfdaf5b47e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9b3785b3-059b-4561-b653-bddfdaf5b47e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-7a0ae62d-8709-4004-aaf0-18a318a4cbd3 {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 56px;
}








#s-7a0ae62d-8709-4004-aaf0-18a318a4cbd3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a0ae62d-8709-4004-aaf0-18a318a4cbd3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-719d8866-7294-4ff6-8a15-7bed94cfeb19 {
  text-align: center;
}







  #s-719d8866-7294-4ff6-8a15-7bed94cfeb19 img.shogun-image {
    

    
    
    
  }


#s-719d8866-7294-4ff6-8a15-7bed94cfeb19 .shogun-image-content {
  
    align-items: center;
  
}








#s-17620096-e5ad-4fb5-95b7-c811c46a7789 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17620096-e5ad-4fb5-95b7-c811c46a7789.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

}

@media (min-width: 768px) {
[id="s-f0dfd199-d8d6-4198-ad34-43103360fb55"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f0dfd199-d8d6-4198-ad34-43103360fb55"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0dfd199-d8d6-4198-ad34-43103360fb55"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-2dd9381a-2c2e-4388-b775-5a9d9fe2782d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2dd9381a-2c2e-4388-b775-5a9d9fe2782d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2dd9381a-2c2e-4388-b775-5a9d9fe2782d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2dd9381a-2c2e-4388-b775-5a9d9fe2782d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2dd9381a-2c2e-4388-b775-5a9d9fe2782d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2dd9381a-2c2e-4388-b775-5a9d9fe2782d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2dd9381a-2c2e-4388-b775-5a9d9fe2782d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-c9c4698b-92bb-4732-a68a-b2a50525c6ef {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 56px;
}








#s-c9c4698b-92bb-4732-a68a-b2a50525c6ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9c4698b-92bb-4732-a68a-b2a50525c6ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0cae5b43-5e62-4f80-bfe1-9c6b35d2dd08 {
  text-align: center;
}







  #s-0cae5b43-5e62-4f80-bfe1-9c6b35d2dd08 img.shogun-image {
    

    
    
    
  }


#s-0cae5b43-5e62-4f80-bfe1-9c6b35d2dd08 .shogun-image-content {
  
    align-items: center;
  
}








#s-8471802a-cd5b-45ea-9c41-3f5d25c8e299 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8471802a-cd5b-45ea-9c41-3f5d25c8e299.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc4cc0d2-440c-471f-9a53-5ef908b6d509 {
  margin-top: auto;
margin-bottom: auto;
}

#s-168abcd2-0ae7-4a63-a72f-5ed0998ff7a1 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-168abcd2-0ae7-4a63-a72f-5ed0998ff7a1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-168abcd2-0ae7-4a63-a72f-5ed0998ff7a1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-168abcd2-0ae7-4a63-a72f-5ed0998ff7a1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-168abcd2-0ae7-4a63-a72f-5ed0998ff7a1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-168abcd2-0ae7-4a63-a72f-5ed0998ff7a1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-168abcd2-0ae7-4a63-a72f-5ed0998ff7a1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-168abcd2-0ae7-4a63-a72f-5ed0998ff7a1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-add0cd10-f3c2-45d2-9a30-5d57059b4ce4 {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 65px;
}








#s-add0cd10-f3c2-45d2-9a30-5d57059b4ce4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-add0cd10-f3c2-45d2-9a30-5d57059b4ce4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-512d445f-74bd-486e-af08-4db73e39ec2d {
  text-align: center;
}







  #s-512d445f-74bd-486e-af08-4db73e39ec2d img.shogun-image {
    

    
    
    
  }


#s-512d445f-74bd-486e-af08-4db73e39ec2d .shogun-image-content {
  
    align-items: center;
  
}








#s-559995cb-5183-486b-bea6-b553633dc711 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-559995cb-5183-486b-bea6-b553633dc711.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e73b0959-b857-4c82-974c-c60d180529b8 {
  margin-left: 0px;
margin-right: 8px;
}

#s-dbe351f6-a624-483d-bdcb-09e03162f64c {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-dbe351f6-a624-483d-bdcb-09e03162f64c > .shg-box-overlay {
  background-color: rgba(228, 73, 73, 1);
  opacity: 0;
}#s-dbe351f6-a624-483d-bdcb-09e03162f64c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b1018395-d59d-441e-b83b-ec8ee9906f68 {
  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-b1018395-d59d-441e-b83b-ec8ee9906f68 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b1018395-d59d-441e-b83b-ec8ee9906f68 {
  
}
}@media (max-width: 767px){#s-b1018395-d59d-441e-b83b-ec8ee9906f68 {
  
}
}







#s-b1018395-d59d-441e-b83b-ec8ee9906f68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1018395-d59d-441e-b83b-ec8ee9906f68.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-171b0a60-ccc9-46cb-b0e6-afb6584bebba {
  text-align: left;
}

#s-a19cf242-3b4a-4ec9-b61d-c300f9820360 {
  display: none;
}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-16523bce-17e8-413c-88f4-56f10658f66b {
  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-16523bce-17e8-413c-88f4-56f10658f66b {
  display: none;
}
#s-16523bce-17e8-413c-88f4-56f10658f66b, #wrap-s-16523bce-17e8-413c-88f4-56f10658f66b { display:none !important; }}@media (max-width: 767px){#s-16523bce-17e8-413c-88f4-56f10658f66b {
  display: none;
}
#s-16523bce-17e8-413c-88f4-56f10658f66b, #wrap-s-16523bce-17e8-413c-88f4-56f10658f66b { display:none !important; }}
#s-16523bce-17e8-413c-88f4-56f10658f66b .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-3a34597f-2129-4f56-90d7-918df74a13c3 {
  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-3a34597f-2129-4f56-90d7-918df74a13c3 {
  display: none;
}
#s-3a34597f-2129-4f56-90d7-918df74a13c3, #wrap-s-3a34597f-2129-4f56-90d7-918df74a13c3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3a34597f-2129-4f56-90d7-918df74a13c3 {
  display: none;
}
#s-3a34597f-2129-4f56-90d7-918df74a13c3, #wrap-s-3a34597f-2129-4f56-90d7-918df74a13c3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3a34597f-2129-4f56-90d7-918df74a13c3 {
  
}
}
#s-3a34597f-2129-4f56-90d7-918df74a13c3 .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-26abe249-f09d-4d15-9319-a080d21b849c {
  padding-top: 16px;
padding-left: 16px;
padding-right: 16px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-26abe249-f09d-4d15-9319-a080d21b849c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-26abe249-f09d-4d15-9319-a080d21b849c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-26abe249-f09d-4d15-9319-a080d21b849c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-26abe249-f09d-4d15-9319-a080d21b849c"] > .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-27224ba2-c005-44c3-9743-46eca992908e {
  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-27224ba2-c005-44c3-9743-46eca992908e {
  display: none;
}
#s-27224ba2-c005-44c3-9743-46eca992908e, #wrap-s-27224ba2-c005-44c3-9743-46eca992908e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-27224ba2-c005-44c3-9743-46eca992908e {
  display: none;
}
#s-27224ba2-c005-44c3-9743-46eca992908e, #wrap-s-27224ba2-c005-44c3-9743-46eca992908e { display:none !important; }}


.shg-c#s-27224ba2-c005-44c3-9743-46eca992908e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27224ba2-c005-44c3-9743-46eca992908e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-27224ba2-c005-44c3-9743-46eca992908e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27224ba2-c005-44c3-9743-46eca992908e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-27224ba2-c005-44c3-9743-46eca992908e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27224ba2-c005-44c3-9743-46eca992908e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-27224ba2-c005-44c3-9743-46eca992908e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27224ba2-c005-44c3-9743-46eca992908e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-27224ba2-c005-44c3-9743-46eca992908e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-27224ba2-c005-44c3-9743-46eca992908e img.shogun-image {
  width: 100%;
}



}
#s-8643600c-212a-4cc6-902a-a92895296f78 {
  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-8643600c-212a-4cc6-902a-a92895296f78 {
  display: none;
}
#s-8643600c-212a-4cc6-902a-a92895296f78, #wrap-s-8643600c-212a-4cc6-902a-a92895296f78 { display:none !important; }}@media (max-width: 767px){#s-8643600c-212a-4cc6-902a-a92895296f78 {
  display: none;
}
#s-8643600c-212a-4cc6-902a-a92895296f78, #wrap-s-8643600c-212a-4cc6-902a-a92895296f78 { display:none !important; }}

.shg-c#s-8643600c-212a-4cc6-902a-a92895296f78 {
  max-width:  100%;
}

.shg-c#s-8643600c-212a-4cc6-902a-a92895296f78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8643600c-212a-4cc6-902a-a92895296f78 .shg-image-zoom,
.shg-c#s-8643600c-212a-4cc6-902a-a92895296f78 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-8643600c-212a-4cc6-902a-a92895296f78 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8643600c-212a-4cc6-902a-a92895296f78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8643600c-212a-4cc6-902a-a92895296f78 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-8643600c-212a-4cc6-902a-a92895296f78 {
  max-width:  100%;
}

.shg-c#s-8643600c-212a-4cc6-902a-a92895296f78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8643600c-212a-4cc6-902a-a92895296f78 .shg-image-zoom,
.shg-c#s-8643600c-212a-4cc6-902a-a92895296f78 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-8643600c-212a-4cc6-902a-a92895296f78 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8643600c-212a-4cc6-902a-a92895296f78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8643600c-212a-4cc6-902a-a92895296f78 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8643600c-212a-4cc6-902a-a92895296f78 {
  max-width:  100%;
}

.shg-c#s-8643600c-212a-4cc6-902a-a92895296f78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8643600c-212a-4cc6-902a-a92895296f78 .shg-image-zoom,
.shg-c#s-8643600c-212a-4cc6-902a-a92895296f78 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-8643600c-212a-4cc6-902a-a92895296f78 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8643600c-212a-4cc6-902a-a92895296f78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8643600c-212a-4cc6-902a-a92895296f78 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8643600c-212a-4cc6-902a-a92895296f78 {
  max-width:  100%;
}

.shg-c#s-8643600c-212a-4cc6-902a-a92895296f78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8643600c-212a-4cc6-902a-a92895296f78 .shg-image-zoom,
.shg-c#s-8643600c-212a-4cc6-902a-a92895296f78 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-8643600c-212a-4cc6-902a-a92895296f78 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8643600c-212a-4cc6-902a-a92895296f78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8643600c-212a-4cc6-902a-a92895296f78 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-8643600c-212a-4cc6-902a-a92895296f78 {
  max-width:  100%;
}

.shg-c#s-8643600c-212a-4cc6-902a-a92895296f78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8643600c-212a-4cc6-902a-a92895296f78 .shg-image-zoom,
.shg-c#s-8643600c-212a-4cc6-902a-a92895296f78 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-8643600c-212a-4cc6-902a-a92895296f78 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8643600c-212a-4cc6-902a-a92895296f78 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8643600c-212a-4cc6-902a-a92895296f78 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-bf92621a-a083-49c5-8fa2-94fd021381e9 {
  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-bf92621a-a083-49c5-8fa2-94fd021381e9 {
  display: none;
}
#s-bf92621a-a083-49c5-8fa2-94fd021381e9, #wrap-s-bf92621a-a083-49c5-8fa2-94fd021381e9 { display:none !important; }}@media (max-width: 767px){#s-bf92621a-a083-49c5-8fa2-94fd021381e9 {
  display: none;
}
#s-bf92621a-a083-49c5-8fa2-94fd021381e9, #wrap-s-bf92621a-a083-49c5-8fa2-94fd021381e9 { display:none !important; }}
#s-bf92621a-a083-49c5-8fa2-94fd021381e9 .shg-gallery-thumb-image-wrapper {
  

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

#s-bf92621a-a083-49c5-8fa2-94fd021381e9 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-bf92621a-a083-49c5-8fa2-94fd021381e9 .shg-gallery-thumb-list-margin {
  margin-right: -8px;
}

#s-bf92621a-a083-49c5-8fa2-94fd021381e9 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-bf92621a-a083-49c5-8fa2-94fd021381e9 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-bf92621a-a083-49c5-8fa2-94fd021381e9 .shg-gallery-dot {
  background-color: #FFF;
}

#s-82afc0b5-2f53-4d76-a5f4-9765d5e80856 {
  min-height: 140px;
}
@media (min-width: 1200px){#s-82afc0b5-2f53-4d76-a5f4-9765d5e80856 {
  display: none;
}
#s-82afc0b5-2f53-4d76-a5f4-9765d5e80856, #wrap-s-82afc0b5-2f53-4d76-a5f4-9765d5e80856 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-82afc0b5-2f53-4d76-a5f4-9765d5e80856 {
  display: none;
}
#s-82afc0b5-2f53-4d76-a5f4-9765d5e80856, #wrap-s-82afc0b5-2f53-4d76-a5f4-9765d5e80856 { display:none !important; }}







#s-82afc0b5-2f53-4d76-a5f4-9765d5e80856 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82afc0b5-2f53-4d76-a5f4-9765d5e80856.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-209ac7ce-410c-487b-abed-a6877e3c02e6 {
  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-209ac7ce-410c-487b-abed-a6877e3c02e6 {
  display: none;
}
#s-209ac7ce-410c-487b-abed-a6877e3c02e6, #wrap-s-209ac7ce-410c-487b-abed-a6877e3c02e6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-209ac7ce-410c-487b-abed-a6877e3c02e6 {
  display: none;
}
#s-209ac7ce-410c-487b-abed-a6877e3c02e6, #wrap-s-209ac7ce-410c-487b-abed-a6877e3c02e6 { display:none !important; }}
#s-209ac7ce-410c-487b-abed-a6877e3c02e6 .shg-gallery-thumb-image-wrapper {
  

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

#s-209ac7ce-410c-487b-abed-a6877e3c02e6 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-209ac7ce-410c-487b-abed-a6877e3c02e6 .shg-gallery-thumb-list-margin {
  margin-right: -8px;
}

#s-209ac7ce-410c-487b-abed-a6877e3c02e6 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-209ac7ce-410c-487b-abed-a6877e3c02e6 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-209ac7ce-410c-487b-abed-a6877e3c02e6 .shg-gallery-dot {
  background-color: #FFF;
}

@media (min-width: 768px) and (max-width: 991px){#s-d19b42ea-f5a5-413b-8206-35ba1201538a {
  display: none;
}
#s-d19b42ea-f5a5-413b-8206-35ba1201538a, #wrap-s-d19b42ea-f5a5-413b-8206-35ba1201538a { display:none !important; }}@media (max-width: 767px){#s-d19b42ea-f5a5-413b-8206-35ba1201538a {
  display: none;
}
#s-d19b42ea-f5a5-413b-8206-35ba1201538a, #wrap-s-d19b42ea-f5a5-413b-8206-35ba1201538a { display:none !important; }}







#s-d19b42ea-f5a5-413b-8206-35ba1201538a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d19b42ea-f5a5-413b-8206-35ba1201538a.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-af329dbe-eb50-46c3-83ff-5aa4954176d6 {
  min-height: 50px;
}








#s-af329dbe-eb50-46c3-83ff-5aa4954176d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af329dbe-eb50-46c3-83ff-5aa4954176d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-661b8389-9a1f-40b7-b8fe-0109bb9e1159 {
  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-661b8389-9a1f-40b7-b8fe-0109bb9e1159 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-661b8389-9a1f-40b7-b8fe-0109bb9e1159.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df9b26cd-b72d-467b-a8a1-5efafb41b244 {
  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-df9b26cd-b72d-467b-a8a1-5efafb41b244 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 56px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-df9b26cd-b72d-467b-a8a1-5efafb41b244 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 56px;
}

#s-df9b26cd-b72d-467b-a8a1-5efafb41b244 .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-41714eb2-f42f-47b6-864b-933465960ec3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41714eb2-f42f-47b6-864b-933465960ec3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b0f75204-60bc-4736-842f-90bd03e86e0e {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
min-height: 0px;
}

#s-0576f164-413a-486a-bc8d-c14c57206bd2 {
  margin-top: auto;
margin-bottom: auto;
background-color: rgba(37, 37, 81, 1);
}

@media (min-width: 0px) {
[id="s-0576f164-413a-486a-bc8d-c14c57206bd2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0576f164-413a-486a-bc8d-c14c57206bd2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0576f164-413a-486a-bc8d-c14c57206bd2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0576f164-413a-486a-bc8d-c14c57206bd2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0576f164-413a-486a-bc8d-c14c57206bd2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0576f164-413a-486a-bc8d-c14c57206bd2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0576f164-413a-486a-bc8d-c14c57206bd2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-5c4f5f3b-735c-4c14-b55b-f7cb40cb6689 {
  margin-top: auto;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 24px;
padding-right: 16px;
text-align: center;
}

#s-5c4f5f3b-735c-4c14-b55b-f7cb40cb6689 .shg-product-quantity-wrapper {
  display: flex;
}

#s-5c4f5f3b-735c-4c14-b55b-f7cb40cb6689 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-5c4f5f3b-735c-4c14-b55b-f7cb40cb6689 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-5c4f5f3b-735c-4c14-b55b-f7cb40cb6689 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-5c4f5f3b-735c-4c14-b55b-f7cb40cb6689 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-5c4f5f3b-735c-4c14-b55b-f7cb40cb6689 label {
    color: rgba(255, 255, 255, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-5c4f5f3b-735c-4c14-b55b-f7cb40cb6689 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-157e495a-31c4-472a-ace9-f652a7524c94 {
  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-157e495a-31c4-472a-ace9-f652a7524c94:hover {background-color: rgba(117, 76, 150, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-157e495a-31c4-472a-ace9-f652a7524c94:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-157e495a-31c4-472a-ace9-f652a7524c94 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-157e495a-31c4-472a-ace9-f652a7524c94.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-157e495a-31c4-472a-ace9-f652a7524c94.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-157e495a-31c4-472a-ace9-f652a7524c94.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  
}


  #s-157e495a-31c4-472a-ace9-f652a7524c94.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    
  }


#s-1dac4e2e-2e03-4bd3-bc38-a8bf82807245 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1dac4e2e-2e03-4bd3-bc38-a8bf82807245 {
  display: none;
}
#s-1dac4e2e-2e03-4bd3-bc38-a8bf82807245, #wrap-s-1dac4e2e-2e03-4bd3-bc38-a8bf82807245 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1dac4e2e-2e03-4bd3-bc38-a8bf82807245 {
  display: none;
}
#s-1dac4e2e-2e03-4bd3-bc38-a8bf82807245, #wrap-s-1dac4e2e-2e03-4bd3-bc38-a8bf82807245 { display:none !important; }}







#s-1dac4e2e-2e03-4bd3-bc38-a8bf82807245 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1dac4e2e-2e03-4bd3-bc38-a8bf82807245.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32efa869-cdfe-43a4-8295-c0bf14e86269 {
  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-32efa869-cdfe-43a4-8295-c0bf14e86269 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32efa869-cdfe-43a4-8295-c0bf14e86269.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-802ef73e-7baa-4e8d-95e0-e2a03cb2d208 {
  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-802ef73e-7baa-4e8d-95e0-e2a03cb2d208 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 40px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-802ef73e-7baa-4e8d-95e0-e2a03cb2d208 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 40px;
}

#s-802ef73e-7baa-4e8d-95e0-e2a03cb2d208 .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-d5967b25-587c-4650-bc3f-435f7b640c22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5967b25-587c-4650-bc3f-435f7b640c22.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7eadd88-f16e-4de9-8482-9d9f8b87aa1a {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
min-height: 0px;
}

#s-e373d61d-a6b6-454c-8d28-71105c589bb8 {
  margin-top: auto;
margin-bottom: auto;
padding-top: 8px;
padding-bottom: 24px;
min-height: 140px;
background-color: rgba(37, 37, 81, 1);
}








#s-e373d61d-a6b6-454c-8d28-71105c589bb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e373d61d-a6b6-454c-8d28-71105c589bb8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0dd6db02-6087-41dc-8c91-49d3db1d73de {
  margin-left: auto;
margin-bottom: 24px;
margin-right: auto;
max-width: 250px;
text-align: center;
}

#s-0dd6db02-6087-41dc-8c91-49d3db1d73de .shg-product-quantity-wrapper {
  display: flex;
}

#s-0dd6db02-6087-41dc-8c91-49d3db1d73de .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-0dd6db02-6087-41dc-8c91-49d3db1d73de .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-0dd6db02-6087-41dc-8c91-49d3db1d73de .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-0dd6db02-6087-41dc-8c91-49d3db1d73de .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-0dd6db02-6087-41dc-8c91-49d3db1d73de label {
    color: rgba(255, 255, 255, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-0dd6db02-6087-41dc-8c91-49d3db1d73de label:after {
      display: block;
      content: ' ';
      margin-bottom: 8px;
    }
  


#s-fbea61bd-5b2e-42a6-9eca-5053e0608b3a {
  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-fbea61bd-5b2e-42a6-9eca-5053e0608b3a:hover {background-color: rgba(117, 76, 150, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fbea61bd-5b2e-42a6-9eca-5053e0608b3a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fbea61bd-5b2e-42a6-9eca-5053e0608b3a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fbea61bd-5b2e-42a6-9eca-5053e0608b3a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fbea61bd-5b2e-42a6-9eca-5053e0608b3a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-fbea61bd-5b2e-42a6-9eca-5053e0608b3a.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  
}


  #s-fbea61bd-5b2e-42a6-9eca-5053e0608b3a.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    
  }


#s-0ab56325-d0a9-4110-93fe-7d506581e2ae {
  min-height: 250px;
}
@media (min-width: 1200px){#s-0ab56325-d0a9-4110-93fe-7d506581e2ae {
  display: none;
}
#s-0ab56325-d0a9-4110-93fe-7d506581e2ae, #wrap-s-0ab56325-d0a9-4110-93fe-7d506581e2ae { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0ab56325-d0a9-4110-93fe-7d506581e2ae {
  display: none;
}
#s-0ab56325-d0a9-4110-93fe-7d506581e2ae, #wrap-s-0ab56325-d0a9-4110-93fe-7d506581e2ae { display:none !important; }}







#s-0ab56325-d0a9-4110-93fe-7d506581e2ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ab56325-d0a9-4110-93fe-7d506581e2ae.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-42edc2fc-be4f-4f76-9b9b-c55c0ca8c350 {
  margin-top: 24px;
}
@media (min-width: 1200px){#s-42edc2fc-be4f-4f76-9b9b-c55c0ca8c350 {
  display: none;
}
#s-42edc2fc-be4f-4f76-9b9b-c55c0ca8c350, #wrap-s-42edc2fc-be4f-4f76-9b9b-c55c0ca8c350 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-42edc2fc-be4f-4f76-9b9b-c55c0ca8c350 {
  display: none;
}
#s-42edc2fc-be4f-4f76-9b9b-c55c0ca8c350, #wrap-s-42edc2fc-be4f-4f76-9b9b-c55c0ca8c350 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-42edc2fc-be4f-4f76-9b9b-c55c0ca8c350 {
  
}
}
@media (min-width: 0px) {
[id="s-42edc2fc-be4f-4f76-9b9b-c55c0ca8c350"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-42edc2fc-be4f-4f76-9b9b-c55c0ca8c350"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-42edc2fc-be4f-4f76-9b9b-c55c0ca8c350"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-42edc2fc-be4f-4f76-9b9b-c55c0ca8c350"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-3baf9574-ea4d-4312-812f-412245393c6c {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-3baf9574-ea4d-4312-812f-412245393c6c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-3baf9574-ea4d-4312-812f-412245393c6c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-3baf9574-ea4d-4312-812f-412245393c6c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-3baf9574-ea4d-4312-812f-412245393c6c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-9c5d2fd1-c888-4fc7-a7dd-f200b0c40863 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-9c5d2fd1-c888-4fc7-a7dd-f200b0c40863 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c5d2fd1-c888-4fc7-a7dd-f200b0c40863.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc45bd8a-759d-488c-8dba-06bf781f8324 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-bc45bd8a-759d-488c-8dba-06bf781f8324 img.shogun-image {
    

    
    
    
  }


#s-bc45bd8a-759d-488c-8dba-06bf781f8324 .shogun-image-content {
  
    align-items: center;
  
}

#s-6f1acee4-a789-49ba-ba38-d4bef03cf8eb {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-6f1acee4-a789-49ba-ba38-d4bef03cf8eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f1acee4-a789-49ba-ba38-d4bef03cf8eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d3ede50-bc73-40ac-99d4-e13d60cdcec3 {
  text-align: center;
}







  #s-2d3ede50-bc73-40ac-99d4-e13d60cdcec3 img.shogun-image {
    

    
    
    
  }


#s-2d3ede50-bc73-40ac-99d4-e13d60cdcec3 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f9c4c0e-cb24-4a3f-9291-5ddbcd566993 {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-9f9c4c0e-cb24-4a3f-9291-5ddbcd566993"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-9f9c4c0e-cb24-4a3f-9291-5ddbcd566993"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-9f9c4c0e-cb24-4a3f-9291-5ddbcd566993"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f9c4c0e-cb24-4a3f-9291-5ddbcd566993"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-17a020b6-6f8f-42e0-95d1-292293b1b2b6 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-17a020b6-6f8f-42e0-95d1-292293b1b2b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17a020b6-6f8f-42e0-95d1-292293b1b2b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9065c6a-4b12-42aa-81f3-23e3c4bd7486 {
  text-align: center;
}







  #s-b9065c6a-4b12-42aa-81f3-23e3c4bd7486 img.shogun-image {
    

    
    
    
  }


#s-b9065c6a-4b12-42aa-81f3-23e3c4bd7486 .shogun-image-content {
  
    align-items: center;
  
}

#s-f2fb4827-15d2-41a2-aa13-98cd0cd1a48f {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-f2fb4827-15d2-41a2-aa13-98cd0cd1a48f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2fb4827-15d2-41a2-aa13-98cd0cd1a48f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f293064c-592f-4eb6-850d-8496d507a45b {
  text-align: center;
}







  #s-f293064c-592f-4eb6-850d-8496d507a45b img.shogun-image {
    

    
    
    
  }


#s-f293064c-592f-4eb6-850d-8496d507a45b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-e0797456-20de-457b-b8c7-d3bc3dfe5584 {
  display: none;
}
#s-e0797456-20de-457b-b8c7-d3bc3dfe5584, #wrap-s-e0797456-20de-457b-b8c7-d3bc3dfe5584 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0797456-20de-457b-b8c7-d3bc3dfe5584 {
  display: none;
}
#s-e0797456-20de-457b-b8c7-d3bc3dfe5584, #wrap-s-e0797456-20de-457b-b8c7-d3bc3dfe5584 { display:none !important; }}@media (max-width: 767px){#s-e0797456-20de-457b-b8c7-d3bc3dfe5584 {
  
}
}
@media (min-width: 0px) {
[id="s-e0797456-20de-457b-b8c7-d3bc3dfe5584"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-e0797456-20de-457b-b8c7-d3bc3dfe5584"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-e0797456-20de-457b-b8c7-d3bc3dfe5584"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0797456-20de-457b-b8c7-d3bc3dfe5584"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-3537ee70-1a04-4f5a-b187-bf27f55f4e88 {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-3537ee70-1a04-4f5a-b187-bf27f55f4e88"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-3537ee70-1a04-4f5a-b187-bf27f55f4e88"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-3537ee70-1a04-4f5a-b187-bf27f55f4e88"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-3537ee70-1a04-4f5a-b187-bf27f55f4e88"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-9271f630-73e8-473b-84bd-1b947e5316c3 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-9271f630-73e8-473b-84bd-1b947e5316c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9271f630-73e8-473b-84bd-1b947e5316c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-11ecdcf4-967a-4da8-ac83-c7870cd8a497 {
  text-align: center;
}







  #s-11ecdcf4-967a-4da8-ac83-c7870cd8a497 img.shogun-image {
    

    
    
    
  }


#s-11ecdcf4-967a-4da8-ac83-c7870cd8a497 .shogun-image-content {
  
    align-items: center;
  
}

#s-77c12ec4-a520-4036-a4cb-2dc2715398fe {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-77c12ec4-a520-4036-a4cb-2dc2715398fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77c12ec4-a520-4036-a4cb-2dc2715398fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df64a8dd-c92e-4a3f-95ee-d66fa628704c {
  text-align: center;
}








#s-df64a8dd-c92e-4a3f-95ee-d66fa628704c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-2a654632-8c0f-4fb7-84bd-7bce371bea00"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-2a654632-8c0f-4fb7-84bd-7bce371bea00"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-2a654632-8c0f-4fb7-84bd-7bce371bea00"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a654632-8c0f-4fb7-84bd-7bce371bea00"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-ded32c8c-8758-4ecb-86d1-0f20c0b52abc {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-ded32c8c-8758-4ecb-86d1-0f20c0b52abc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ded32c8c-8758-4ecb-86d1-0f20c0b52abc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-256c5ec1-cd82-4ef9-8347-f08a57970e71 {
  text-align: center;
}







  #s-256c5ec1-cd82-4ef9-8347-f08a57970e71 img.shogun-image {
    

    
    
    
  }


#s-256c5ec1-cd82-4ef9-8347-f08a57970e71 .shogun-image-content {
  
    align-items: center;
  
}

#s-ad7c89f0-66ed-48ab-85ee-09c2bc920131 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-ad7c89f0-66ed-48ab-85ee-09c2bc920131 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad7c89f0-66ed-48ab-85ee-09c2bc920131.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-559c9433-f27c-4335-8e9b-82c1f78c65ba {
  margin-left: auto;
margin-right: auto;
text-align: center;
}








#s-559c9433-f27c-4335-8e9b-82c1f78c65ba .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-4a275ac2-732d-4a51-a306-e5747bb534ce {
  display: none;
}
#s-4a275ac2-732d-4a51-a306-e5747bb534ce, #wrap-s-4a275ac2-732d-4a51-a306-e5747bb534ce { display:none !important; }}@media (max-width: 767px){#s-4a275ac2-732d-4a51-a306-e5747bb534ce {
  display: none;
}
#s-4a275ac2-732d-4a51-a306-e5747bb534ce, #wrap-s-4a275ac2-732d-4a51-a306-e5747bb534ce { display:none !important; }}







#s-4a275ac2-732d-4a51-a306-e5747bb534ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a275ac2-732d-4a51-a306-e5747bb534ce.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-f895fa06-2f49-45d7-88b9-8a738fc0e08d {
  margin-top: 24px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f895fa06-2f49-45d7-88b9-8a738fc0e08d {
  display: none;
}
#s-f895fa06-2f49-45d7-88b9-8a738fc0e08d, #wrap-s-f895fa06-2f49-45d7-88b9-8a738fc0e08d { display:none !important; }}
@media (min-width: 0px) {
[id="s-f895fa06-2f49-45d7-88b9-8a738fc0e08d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-f895fa06-2f49-45d7-88b9-8a738fc0e08d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-f895fa06-2f49-45d7-88b9-8a738fc0e08d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-f895fa06-2f49-45d7-88b9-8a738fc0e08d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-d7000749-f92d-4b3c-b92f-b3b3482d6244 {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-d7000749-f92d-4b3c-b92f-b3b3482d6244"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-d7000749-f92d-4b3c-b92f-b3b3482d6244"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-d7000749-f92d-4b3c-b92f-b3b3482d6244"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7000749-f92d-4b3c-b92f-b3b3482d6244"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-1a8ad00c-e683-4a32-bfc3-f4fc71bc95cf {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-1a8ad00c-e683-4a32-bfc3-f4fc71bc95cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a8ad00c-e683-4a32-bfc3-f4fc71bc95cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71c6d0b5-9ad3-4b14-90cf-d2f6a4a41388 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-71c6d0b5-9ad3-4b14-90cf-d2f6a4a41388 img.shogun-image {
    

    
    
    
  }


#s-71c6d0b5-9ad3-4b14-90cf-d2f6a4a41388 .shogun-image-content {
  
    align-items: center;
  
}

#s-532d2360-c4dc-4110-b3eb-649931a47bc1 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-532d2360-c4dc-4110-b3eb-649931a47bc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-532d2360-c4dc-4110-b3eb-649931a47bc1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d058793-0fb8-414d-b627-8bd59418d4a3 {
  text-align: center;
}







  #s-2d058793-0fb8-414d-b627-8bd59418d4a3 img.shogun-image {
    

    
    
    
  }


#s-2d058793-0fb8-414d-b627-8bd59418d4a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-2325582e-1f3d-47fe-bbe3-fb88b3923ea0 {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-2325582e-1f3d-47fe-bbe3-fb88b3923ea0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-2325582e-1f3d-47fe-bbe3-fb88b3923ea0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-2325582e-1f3d-47fe-bbe3-fb88b3923ea0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-2325582e-1f3d-47fe-bbe3-fb88b3923ea0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-46d875c0-0a11-4167-a148-e39a2dc2becb {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-46d875c0-0a11-4167-a148-e39a2dc2becb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46d875c0-0a11-4167-a148-e39a2dc2becb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-274d86a1-dc89-4aad-8735-5a1b2e91dff7 {
  text-align: center;
}







  #s-274d86a1-dc89-4aad-8735-5a1b2e91dff7 img.shogun-image {
    

    
    
    
  }


#s-274d86a1-dc89-4aad-8735-5a1b2e91dff7 .shogun-image-content {
  
    align-items: center;
  
}

#s-b1da8271-6a4b-4ebf-887d-0f1693644910 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-b1da8271-6a4b-4ebf-887d-0f1693644910 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1da8271-6a4b-4ebf-887d-0f1693644910.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7586a73-4248-4aee-b3ec-8f747051b659 {
  text-align: center;
}







  #s-b7586a73-4248-4aee-b3ec-8f747051b659 img.shogun-image {
    

    
    
    
  }


#s-b7586a73-4248-4aee-b3ec-8f747051b659 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-3463845a-47e2-4e6c-b4ce-391e22d9867e {
  display: none;
}
#s-3463845a-47e2-4e6c-b4ce-391e22d9867e, #wrap-s-3463845a-47e2-4e6c-b4ce-391e22d9867e { display:none !important; }}
@media (min-width: 0px) {
[id="s-3463845a-47e2-4e6c-b4ce-391e22d9867e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-3463845a-47e2-4e6c-b4ce-391e22d9867e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-3463845a-47e2-4e6c-b4ce-391e22d9867e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-3463845a-47e2-4e6c-b4ce-391e22d9867e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-f52ddd5e-9037-4562-8a9c-26e250482f63 {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-f52ddd5e-9037-4562-8a9c-26e250482f63"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-f52ddd5e-9037-4562-8a9c-26e250482f63"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-f52ddd5e-9037-4562-8a9c-26e250482f63"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-f52ddd5e-9037-4562-8a9c-26e250482f63"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-519b9377-1e63-4472-a447-6961867d3257 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-519b9377-1e63-4472-a447-6961867d3257 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-519b9377-1e63-4472-a447-6961867d3257.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6646bed5-cbc1-48ef-8c19-f9c1e9776578 {
  text-align: center;
}







  #s-6646bed5-cbc1-48ef-8c19-f9c1e9776578 img.shogun-image {
    

    
    
    
  }


#s-6646bed5-cbc1-48ef-8c19-f9c1e9776578 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d7ed6ea-badc-45c2-8a5d-9426f03f0ee8 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-5d7ed6ea-badc-45c2-8a5d-9426f03f0ee8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d7ed6ea-badc-45c2-8a5d-9426f03f0ee8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db7de991-86fc-42ce-b22f-0270fd2ceeb9 {
  text-align: center;
}








#s-db7de991-86fc-42ce-b22f-0270fd2ceeb9 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-7f1aeff3-7593-4606-b0b5-d67e226dfac6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-7f1aeff3-7593-4606-b0b5-d67e226dfac6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-7f1aeff3-7593-4606-b0b5-d67e226dfac6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f1aeff3-7593-4606-b0b5-d67e226dfac6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-cf048837-a04b-4d64-847c-b06ec1cc055b {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-cf048837-a04b-4d64-847c-b06ec1cc055b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf048837-a04b-4d64-847c-b06ec1cc055b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95cacf9a-57f4-4ee1-9a4e-d869752461fb {
  text-align: center;
}







  #s-95cacf9a-57f4-4ee1-9a4e-d869752461fb img.shogun-image {
    

    
    
    
  }


#s-95cacf9a-57f4-4ee1-9a4e-d869752461fb .shogun-image-content {
  
    align-items: center;
  
}

#s-1a09b633-7886-46ed-8de3-86cb8d8414b9 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-1a09b633-7886-46ed-8de3-86cb8d8414b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a09b633-7886-46ed-8de3-86cb8d8414b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6ae60a6-1f75-4e97-b054-5fe30597905d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}








#s-a6ae60a6-1f75-4e97-b054-5fe30597905d .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-05e25253-045c-431d-8e7d-601848afa80a {
  margin-top: 24px;
margin-left: 16px;
margin-right: 16px;
padding-bottom: 16px;
text-align: left;
}


  #s-05e25253-045c-431d-8e7d-601848afa80a .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid rgba(37, 37, 81, 1);
  }
  #s-05e25253-045c-431d-8e7d-601848afa80a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(37, 37, 81, 1);
    border: 1px solid rgba(37, 37, 81, 1);
  }
#s-05e25253-045c-431d-8e7d-601848afa80a .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-05e25253-045c-431d-8e7d-601848afa80a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-05e25253-045c-431d-8e7d-601848afa80a .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(37, 37, 81, 1);
}

#s-05e25253-045c-431d-8e7d-601848afa80a .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(37, 37, 81, 1);
}

#s-5680ccfb-b1e9-49de-9a4b-34c9fbc1de45 {
  min-height: 50px;
}








#s-5680ccfb-b1e9-49de-9a4b-34c9fbc1de45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5680ccfb-b1e9-49de-9a4b-34c9fbc1de45.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-0a0d4339-e3c6-487d-a013-9ed026d5633e {
  
}
}
#s-be0ae974-bf08-4ba2-b369-982b0021add0 {
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-be0ae974-bf08-4ba2-b369-982b0021add0 {
  
}
}
@media (min-width: 768px) and (max-width: 991px){#s-e65d53c9-0485-430c-baa8-f87e8958df46 {
  
}
}
#s-9aadae2b-d6f1-4f21-8991-759feaeb502c {
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9aadae2b-d6f1-4f21-8991-759feaeb502c {
  
}
}
@media (min-width: 768px) and (max-width: 991px){#s-71859e5f-64ad-4670-9b8b-2c4758cd0b5d {
  
}
}
#s-cafc36dc-b5e9-40e1-a818-8b1290c66450 {
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cafc36dc-b5e9-40e1-a818-8b1290c66450 {
  
}
}
@media (min-width: 768px) and (max-width: 991px){#s-19587456-0bf2-416e-bc62-f736617fbd17 {
  
}
}
#s-b81aae9c-c0de-4d15-97a3-81eafa298fc2 {
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b81aae9c-c0de-4d15-97a3-81eafa298fc2 {
  
}
}
@media (min-width: 0px) {
[id="s-95b1700d-e466-4188-abbf-5289204804e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95b1700d-e466-4188-abbf-5289204804e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-95b1700d-e466-4188-abbf-5289204804e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-95b1700d-e466-4188-abbf-5289204804e8"] > .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-200957ac-1e80-431b-9a77-4fec60a23099 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-200957ac-1e80-431b-9a77-4fec60a23099 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-200957ac-1e80-431b-9a77-4fec60a23099 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-200957ac-1e80-431b-9a77-4fec60a23099 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-200957ac-1e80-431b-9a77-4fec60a23099 td.shogun-table-column, #s-200957ac-1e80-431b-9a77-4fec60a23099 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-ffee7f57-7de1-46c1-bec9-833a1b35cf76 {
  min-height: 0px;
}

#s-6d104852-e8df-4ffd-acf1-b5e3de8335ae {
  min-height: 0px;
}

#s-c8d54255-7336-4ba7-847e-9e9044297266 {
  min-height: 0px;
}

#s-122bf816-1591-4156-9d3a-4dd11037390a {
  min-height: 0px;
}

#s-11f601b3-b5fe-494e-ba66-2e59c4173326 {
  min-height: 0px;
}

#s-f59252ee-c1d3-4163-9f8b-4fec29f86325 {
  min-height: 0px;
}

#s-11a505c0-fce5-4f89-98d6-d63ad675db81 {
  min-height: 0px;
}

#s-58f4af42-94e6-4958-a4a8-87a2e5cbbb67 {
  min-height: 0px;
}

#s-516bd801-9c17-42c1-bcef-4b1f1df87d7f {
  min-height: 0px;
}

#s-9df27761-414f-4217-8c3f-b7c91845373d {
  min-height: 0px;
}

#s-1d26a053-f2ff-45f3-9ff7-be57a961373a {
  min-height: 0px;
}

#s-4de52165-505b-4966-99da-a9a7d977b379 {
  min-height: 0px;
}

#s-80892ca6-2f5e-47cd-9222-5a941ce75e7a {
  min-height: 0px;
}

#s-0d69b2f2-294e-4cc4-8b41-e1817d791eb9 {
  min-height: 0px;
}

#s-9220885f-a2af-48d9-9a6f-0697593b8fcf {
  min-height: 0px;
}

#s-56ac515a-951b-4bc9-886e-62363b346318 {
  min-height: 0px;
}

#s-2f236b97-7a4d-46a2-9c83-f1e61ddc1c44 {
  min-height: 0px;
}

#s-a4d3b74e-9c72-4669-83c4-f956aba088e3 {
  min-height: 0px;
}

#s-2e154605-b35a-4863-b679-43a785d14889 {
  min-height: 0px;
}

#s-674e7aef-3e05-4019-9aa8-d88ebc3a6946 {
  min-height: 0px;
}

#s-35fb5875-cc54-450a-98b0-a8fa0dd010f9 {
  min-height: 0px;
}

#s-62d2d558-b063-4e74-9a38-a8f6a22fcd21 {
  min-height: 0px;
}

#s-fe9a2dca-f182-4652-af15-b03bc72d173d {
  min-height: 0px;
}

#s-ebf73859-08df-47de-ae3a-430dd0485569 {
  min-height: 0px;
}

#s-b687b4f6-42e9-47e8-a8c1-ba38bf898ad2 {
  min-height: 0px;
}

#s-1a26774f-017a-45a8-8a2f-beccc4740334 {
  min-height: 0px;
}

#s-fb17d9d3-8243-4ede-ac2f-8c21c3b7c637 {
  min-height: 0px;
}

#s-82e8608c-801e-4250-9887-5447592c8712 {
  min-height: 0px;
}

#s-cff3e7b1-0b94-48ed-91fc-56c09abc0ca8 {
  min-height: 0px;
}

#s-764587a0-bd28-4bc5-9717-bc4d19b84c78 {
  min-height: 0px;
}

#s-f1f290b1-ccac-46c7-bd72-06266da6b72b {
  min-height: 0px;
}

#s-0d7e6290-6cb2-483f-ae47-0af15869a4fb {
  min-height: 0px;
}

#s-9a9a3dbf-8b5c-4ad9-92df-262dfb00ba88 {
  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-3e30f018-9cfd-4cc7-8395-4556afc52f71 {
  min-height: 0px;
}

@media (min-width: 768px) and (max-width: 991px){#s-46061f6e-0fcb-4141-89b0-e2a89abbac3a {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-46061f6e-0fcb-4141-89b0-e2a89abbac3a {
  margin-top: 16px;
}
}
#s-07d421cb-8af1-49c3-8586-3f29bde7c505 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-07d421cb-8af1-49c3-8586-3f29bde7c505 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-07d421cb-8af1-49c3-8586-3f29bde7c505 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-07d421cb-8af1-49c3-8586-3f29bde7c505 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-07d421cb-8af1-49c3-8586-3f29bde7c505 td.shogun-table-column, #s-07d421cb-8af1-49c3-8586-3f29bde7c505 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-3c47f7a6-ca4c-45fe-8b34-c549d23abbe5 {
  min-height: 0px;
}

#s-a94818be-fc0e-4660-9492-6e8902002253 {
  min-height: 0px;
}

#s-72a729c0-99aa-4d92-a25a-4b0c80be9fae {
  min-height: 0px;
}

#s-7953bdfb-6c39-4b87-94ec-fe53aad71eee {
  min-height: 0px;
}

#s-73178555-7cda-4e70-98ef-2724b1f9fb3f {
  min-height: 0px;
}

#s-86a11638-7abe-41f0-a8d3-f2391345609f {
  min-height: 0px;
}

#s-6657826d-6672-426b-9258-4659b61214f2 {
  min-height: 0px;
}

#s-72994a29-5e6c-4a76-bd7f-b66d04e64ff4 {
  min-height: 0px;
}

#s-a46308bd-81ba-4c8b-bfd1-5a1ff2c83bf5 {
  min-height: 0px;
}

#s-30614740-2db5-44c9-9efc-098e72eda06a {
  min-height: 0px;
}

#s-6ad38d93-3d17-4667-aa15-57ef33162e15 {
  min-height: 0px;
}

#s-a4aba348-7687-486b-86f5-e1323fdcf7d4 {
  min-height: 0px;
}

#s-d4b1eec5-d8ec-47f6-9d8e-dcea962190de {
  min-height: 0px;
}

#s-f49b99d8-2ed4-47f9-8d09-1253ed97ab36 {
  min-height: 0px;
}

#s-f6677002-15b5-4f2d-af8f-340ba1b842cd {
  min-height: 0px;
}

#s-b6194302-f513-4125-8340-f5ef59cddc89 {
  min-height: 0px;
}

#s-7c5ce728-e09d-4cb1-bf39-fd6c310c3e42 {
  min-height: 0px;
}

#s-6834e6e0-83f0-4138-a01a-20e8899b3e92 {
  min-height: 0px;
}

#s-e51c39d7-bd3b-4d34-84a1-8c4569d08399 {
  min-height: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e51c39d7-bd3b-4d34-84a1-8c4569d08399 {
  display: none;
}
#s-e51c39d7-bd3b-4d34-84a1-8c4569d08399, #wrap-s-e51c39d7-bd3b-4d34-84a1-8c4569d08399 { display:none !important; }}@media (max-width: 767px){#s-e51c39d7-bd3b-4d34-84a1-8c4569d08399 {
  display: none;
}
#s-e51c39d7-bd3b-4d34-84a1-8c4569d08399, #wrap-s-e51c39d7-bd3b-4d34-84a1-8c4569d08399 { display:none !important; }}







#s-e51c39d7-bd3b-4d34-84a1-8c4569d08399 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e51c39d7-bd3b-4d34-84a1-8c4569d08399.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-be624eb6-fe01-4586-b420-35769cae89ee {
  margin-left: 16px;
margin-right: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-be624eb6-fe01-4586-b420-35769cae89ee .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-94ce2602-b616-4c63-91c2-b2c4cffb89ff {
  min-height: 100px;
}
@media (min-width: 1200px){#s-94ce2602-b616-4c63-91c2-b2c4cffb89ff {
  display: none;
}
#s-94ce2602-b616-4c63-91c2-b2c4cffb89ff, #wrap-s-94ce2602-b616-4c63-91c2-b2c4cffb89ff { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-94ce2602-b616-4c63-91c2-b2c4cffb89ff {
  display: none;
}
#s-94ce2602-b616-4c63-91c2-b2c4cffb89ff, #wrap-s-94ce2602-b616-4c63-91c2-b2c4cffb89ff { display:none !important; }}







#s-94ce2602-b616-4c63-91c2-b2c4cffb89ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94ce2602-b616-4c63-91c2-b2c4cffb89ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93fcc2c8-9dcc-4ed8-8738-ab5368d77ebf {
  margin-left: 16px;
margin-right: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-93fcc2c8-9dcc-4ed8-8738-ab5368d77ebf .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-5a44cdb2-6c5d-4540-9465-0c61d4f634b0 {
  margin-top: auto;
margin-left: 16px;
margin-bottom: auto;
margin-right: 16px;
min-height: 0px;
}
@media (min-width: 1200px){#s-5a44cdb2-6c5d-4540-9465-0c61d4f634b0 {
  display: none;
}
#s-5a44cdb2-6c5d-4540-9465-0c61d4f634b0, #wrap-s-5a44cdb2-6c5d-4540-9465-0c61d4f634b0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5a44cdb2-6c5d-4540-9465-0c61d4f634b0 {
  display: none;
}
#s-5a44cdb2-6c5d-4540-9465-0c61d4f634b0, #wrap-s-5a44cdb2-6c5d-4540-9465-0c61d4f634b0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5a44cdb2-6c5d-4540-9465-0c61d4f634b0 {
  display: none;
}
#s-5a44cdb2-6c5d-4540-9465-0c61d4f634b0, #wrap-s-5a44cdb2-6c5d-4540-9465-0c61d4f634b0 { display:none !important; }}
#s-93bfa80e-d138-41df-9877-3c6a0c2adf65 {
  display: none;
}
#s-49b19e35-2dc3-4f8b-800a-9a472cbd0708 {
  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-49b19e35-2dc3-4f8b-800a-9a472cbd0708 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49b19e35-2dc3-4f8b-800a-9a472cbd0708 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-49b19e35-2dc3-4f8b-800a-9a472cbd0708 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49b19e35-2dc3-4f8b-800a-9a472cbd0708 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-49b19e35-2dc3-4f8b-800a-9a472cbd0708 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49b19e35-2dc3-4f8b-800a-9a472cbd0708 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-49b19e35-2dc3-4f8b-800a-9a472cbd0708 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49b19e35-2dc3-4f8b-800a-9a472cbd0708 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-49b19e35-2dc3-4f8b-800a-9a472cbd0708 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-49b19e35-2dc3-4f8b-800a-9a472cbd0708 img.shogun-image {
  width: 100%;
}



}
#s-aeb38419-9228-409b-b280-af0a9ee425ab {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-aeb38419-9228-409b-b280-af0a9ee425ab .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-2fc650f3-ca88-4932-bb97-1df8a3900f5c {
  min-height: 50px;
text-align: center;
}

#s-2fc650f3-ca88-4932-bb97-1df8a3900f5c .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2fc650f3-ca88-4932-bb97-1df8a3900f5c .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2fc650f3-ca88-4932-bb97-1df8a3900f5c .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-ac0e59fc-d0d8-4561-9ab0-eb844f734728 {
  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-ac0e59fc-d0d8-4561-9ab0-eb844f734728:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ac0e59fc-d0d8-4561-9ab0-eb844f734728:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ac0e59fc-d0d8-4561-9ab0-eb844f734728 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ac0e59fc-d0d8-4561-9ab0-eb844f734728.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ac0e59fc-d0d8-4561-9ab0-eb844f734728.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ac0e59fc-d0d8-4561-9ab0-eb844f734728.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ac0e59fc-d0d8-4561-9ab0-eb844f734728.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-545b1e5b-dfe2-4932-8d67-8d7e1e26b5e2 {
  display: none;
}
#s-1751bc3d-448c-41ad-941d-a68d2b74f3d1 {
  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-1751bc3d-448c-41ad-941d-a68d2b74f3d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1751bc3d-448c-41ad-941d-a68d2b74f3d1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1751bc3d-448c-41ad-941d-a68d2b74f3d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1751bc3d-448c-41ad-941d-a68d2b74f3d1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1751bc3d-448c-41ad-941d-a68d2b74f3d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1751bc3d-448c-41ad-941d-a68d2b74f3d1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1751bc3d-448c-41ad-941d-a68d2b74f3d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1751bc3d-448c-41ad-941d-a68d2b74f3d1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1751bc3d-448c-41ad-941d-a68d2b74f3d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1751bc3d-448c-41ad-941d-a68d2b74f3d1 img.shogun-image {
  width: 100%;
}



}
#s-1fd123f1-1464-4c4f-b6e2-f2dd3149c01c {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-1fd123f1-1464-4c4f-b6e2-f2dd3149c01c .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-1c2b41e9-28aa-417e-8562-91197e5564b6 {
  min-height: 50px;
text-align: center;
}

#s-1c2b41e9-28aa-417e-8562-91197e5564b6 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1c2b41e9-28aa-417e-8562-91197e5564b6 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1c2b41e9-28aa-417e-8562-91197e5564b6 .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-180e5036-9ccd-4e25-8f4d-7d90e8008ba5 {
  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-180e5036-9ccd-4e25-8f4d-7d90e8008ba5:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-180e5036-9ccd-4e25-8f4d-7d90e8008ba5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-180e5036-9ccd-4e25-8f4d-7d90e8008ba5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-180e5036-9ccd-4e25-8f4d-7d90e8008ba5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-180e5036-9ccd-4e25-8f4d-7d90e8008ba5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-180e5036-9ccd-4e25-8f4d-7d90e8008ba5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-180e5036-9ccd-4e25-8f4d-7d90e8008ba5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-b9216a29-1337-4c3e-a611-e65dce5ee272 {
  margin-top: auto;
margin-left: 16px;
margin-bottom: auto;
margin-right: 16px;
min-height: 0px;
}
@media (min-width: 1200px){#s-b9216a29-1337-4c3e-a611-e65dce5ee272 {
  display: none;
}
#s-b9216a29-1337-4c3e-a611-e65dce5ee272, #wrap-s-b9216a29-1337-4c3e-a611-e65dce5ee272 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b9216a29-1337-4c3e-a611-e65dce5ee272 {
  display: none;
}
#s-b9216a29-1337-4c3e-a611-e65dce5ee272, #wrap-s-b9216a29-1337-4c3e-a611-e65dce5ee272 { display:none !important; }}@media (max-width: 767px){#s-b9216a29-1337-4c3e-a611-e65dce5ee272 {
  display: none;
}
#s-b9216a29-1337-4c3e-a611-e65dce5ee272, #wrap-s-b9216a29-1337-4c3e-a611-e65dce5ee272 { display:none !important; }}
#s-067ecd42-b589-4bd8-ab4f-12bbb4ed7890 {
  display: none;
}
#s-36a76f16-e7af-41ad-bdaa-4c97478eec06 {
  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-36a76f16-e7af-41ad-bdaa-4c97478eec06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36a76f16-e7af-41ad-bdaa-4c97478eec06 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-36a76f16-e7af-41ad-bdaa-4c97478eec06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36a76f16-e7af-41ad-bdaa-4c97478eec06 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-36a76f16-e7af-41ad-bdaa-4c97478eec06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36a76f16-e7af-41ad-bdaa-4c97478eec06 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-36a76f16-e7af-41ad-bdaa-4c97478eec06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36a76f16-e7af-41ad-bdaa-4c97478eec06 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-36a76f16-e7af-41ad-bdaa-4c97478eec06 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36a76f16-e7af-41ad-bdaa-4c97478eec06 img.shogun-image {
  width: 100%;
}



}
#s-6c684580-5786-4b6b-a67c-3050f11ac675 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-6c684580-5786-4b6b-a67c-3050f11ac675 .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-8c8dc76a-82d3-4eec-8809-8348d2af534e {
  min-height: 50px;
text-align: center;
}

#s-8c8dc76a-82d3-4eec-8809-8348d2af534e .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8c8dc76a-82d3-4eec-8809-8348d2af534e .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8c8dc76a-82d3-4eec-8809-8348d2af534e .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-6a9dfb74-16a6-4a10-bfed-8544d652580e {
  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-6a9dfb74-16a6-4a10-bfed-8544d652580e:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6a9dfb74-16a6-4a10-bfed-8544d652580e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6a9dfb74-16a6-4a10-bfed-8544d652580e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6a9dfb74-16a6-4a10-bfed-8544d652580e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6a9dfb74-16a6-4a10-bfed-8544d652580e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6a9dfb74-16a6-4a10-bfed-8544d652580e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6a9dfb74-16a6-4a10-bfed-8544d652580e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-450da105-e420-4173-aa94-a2cf655de78e {
  display: none;
}
#s-05680630-c9f3-4540-97e5-1d1f6fc71789 {
  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-05680630-c9f3-4540-97e5-1d1f6fc71789 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05680630-c9f3-4540-97e5-1d1f6fc71789 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-05680630-c9f3-4540-97e5-1d1f6fc71789 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05680630-c9f3-4540-97e5-1d1f6fc71789 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-05680630-c9f3-4540-97e5-1d1f6fc71789 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05680630-c9f3-4540-97e5-1d1f6fc71789 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-05680630-c9f3-4540-97e5-1d1f6fc71789 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05680630-c9f3-4540-97e5-1d1f6fc71789 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-05680630-c9f3-4540-97e5-1d1f6fc71789 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05680630-c9f3-4540-97e5-1d1f6fc71789 img.shogun-image {
  width: 100%;
}



}
#s-794fbe21-8e60-4614-ab46-c09dc06a61dc {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-794fbe21-8e60-4614-ab46-c09dc06a61dc .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-ffdaef84-c872-4d8a-8883-dda0307e6a7f {
  min-height: 50px;
text-align: center;
}

#s-ffdaef84-c872-4d8a-8883-dda0307e6a7f .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ffdaef84-c872-4d8a-8883-dda0307e6a7f .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ffdaef84-c872-4d8a-8883-dda0307e6a7f .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-ed6dc395-55ba-4ec7-b027-316defa813ce {
  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-ed6dc395-55ba-4ec7-b027-316defa813ce:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ed6dc395-55ba-4ec7-b027-316defa813ce:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ed6dc395-55ba-4ec7-b027-316defa813ce {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ed6dc395-55ba-4ec7-b027-316defa813ce.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ed6dc395-55ba-4ec7-b027-316defa813ce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ed6dc395-55ba-4ec7-b027-316defa813ce.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ed6dc395-55ba-4ec7-b027-316defa813ce.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-07fdbe10-f3e7-4a71-8ad8-cc63b04ad921 {
  display: none;
}
#s-13dd6ccb-1cea-4980-bbe2-a573d3aa7375 {
  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-13dd6ccb-1cea-4980-bbe2-a573d3aa7375 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13dd6ccb-1cea-4980-bbe2-a573d3aa7375 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-13dd6ccb-1cea-4980-bbe2-a573d3aa7375 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13dd6ccb-1cea-4980-bbe2-a573d3aa7375 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-13dd6ccb-1cea-4980-bbe2-a573d3aa7375 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13dd6ccb-1cea-4980-bbe2-a573d3aa7375 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-13dd6ccb-1cea-4980-bbe2-a573d3aa7375 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13dd6ccb-1cea-4980-bbe2-a573d3aa7375 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-13dd6ccb-1cea-4980-bbe2-a573d3aa7375 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-13dd6ccb-1cea-4980-bbe2-a573d3aa7375 img.shogun-image {
  width: 100%;
}



}
#s-acba5dd5-330a-4779-8b79-21fed039d837 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-acba5dd5-330a-4779-8b79-21fed039d837 .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-8f7a740b-fee8-4fce-9bec-51868aacde51 {
  min-height: 50px;
text-align: center;
}

#s-8f7a740b-fee8-4fce-9bec-51868aacde51 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8f7a740b-fee8-4fce-9bec-51868aacde51 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8f7a740b-fee8-4fce-9bec-51868aacde51 .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-01181099-1b03-4355-92b5-64360916ec5b {
  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-01181099-1b03-4355-92b5-64360916ec5b:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-01181099-1b03-4355-92b5-64360916ec5b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-01181099-1b03-4355-92b5-64360916ec5b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-01181099-1b03-4355-92b5-64360916ec5b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-01181099-1b03-4355-92b5-64360916ec5b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-01181099-1b03-4355-92b5-64360916ec5b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-01181099-1b03-4355-92b5-64360916ec5b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-8be639cc-9527-44fd-aeac-49e6b6105bdd {
  margin-left: 16px;
margin-right: 16px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8be639cc-9527-44fd-aeac-49e6b6105bdd {
  display: none;
}
#s-8be639cc-9527-44fd-aeac-49e6b6105bdd, #wrap-s-8be639cc-9527-44fd-aeac-49e6b6105bdd { display:none !important; }}@media (max-width: 767px){#s-8be639cc-9527-44fd-aeac-49e6b6105bdd {
  display: none;
}
#s-8be639cc-9527-44fd-aeac-49e6b6105bdd, #wrap-s-8be639cc-9527-44fd-aeac-49e6b6105bdd { display:none !important; }}
#s-46ea345a-6e9b-48eb-a792-287a069144bd {
  margin-top: auto;
margin-bottom: auto;
}

#s-46ea345a-6e9b-48eb-a792-287a069144bd {
  display: none;
}
#s-cd425499-713a-4483-a5c6-44115184a46e {
  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-cd425499-713a-4483-a5c6-44115184a46e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd425499-713a-4483-a5c6-44115184a46e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cd425499-713a-4483-a5c6-44115184a46e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd425499-713a-4483-a5c6-44115184a46e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cd425499-713a-4483-a5c6-44115184a46e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd425499-713a-4483-a5c6-44115184a46e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cd425499-713a-4483-a5c6-44115184a46e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd425499-713a-4483-a5c6-44115184a46e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cd425499-713a-4483-a5c6-44115184a46e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd425499-713a-4483-a5c6-44115184a46e img.shogun-image {
  width: 100%;
}



}
#s-4c1ee8f1-6aba-4c70-a8fe-da03ff6d3746 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-4c1ee8f1-6aba-4c70-a8fe-da03ff6d3746 .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-128bcd1e-2b7c-4801-b705-c932eb3fceee {
  min-height: 50px;
text-align: center;
}

#s-128bcd1e-2b7c-4801-b705-c932eb3fceee .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-128bcd1e-2b7c-4801-b705-c932eb3fceee .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-128bcd1e-2b7c-4801-b705-c932eb3fceee .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-52083f06-d57b-4a6b-83f1-83a0c78a5c8d {
  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-52083f06-d57b-4a6b-83f1-83a0c78a5c8d:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-52083f06-d57b-4a6b-83f1-83a0c78a5c8d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-52083f06-d57b-4a6b-83f1-83a0c78a5c8d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-52083f06-d57b-4a6b-83f1-83a0c78a5c8d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-52083f06-d57b-4a6b-83f1-83a0c78a5c8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-52083f06-d57b-4a6b-83f1-83a0c78a5c8d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-52083f06-d57b-4a6b-83f1-83a0c78a5c8d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-2156a327-ddbe-487d-b5a5-db1dafd570fa {
  margin-top: auto;
margin-bottom: auto;
}

#s-2156a327-ddbe-487d-b5a5-db1dafd570fa {
  display: none;
}
#s-b0ac949e-3534-44bd-909d-152c76ec5177 {
  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-b0ac949e-3534-44bd-909d-152c76ec5177 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0ac949e-3534-44bd-909d-152c76ec5177 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b0ac949e-3534-44bd-909d-152c76ec5177 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0ac949e-3534-44bd-909d-152c76ec5177 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b0ac949e-3534-44bd-909d-152c76ec5177 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0ac949e-3534-44bd-909d-152c76ec5177 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b0ac949e-3534-44bd-909d-152c76ec5177 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0ac949e-3534-44bd-909d-152c76ec5177 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b0ac949e-3534-44bd-909d-152c76ec5177 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0ac949e-3534-44bd-909d-152c76ec5177 img.shogun-image {
  width: 100%;
}



}
#s-12a13b30-6b5e-47e7-990c-02879dcb5f30 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-12a13b30-6b5e-47e7-990c-02879dcb5f30 .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-41934fa8-78f1-41d0-bef3-41861192c97d {
  min-height: 50px;
text-align: center;
}

#s-41934fa8-78f1-41d0-bef3-41861192c97d .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-41934fa8-78f1-41d0-bef3-41861192c97d .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-41934fa8-78f1-41d0-bef3-41861192c97d .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-8d6eac6a-cad1-45ba-80e2-5a12963ef429 {
  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-8d6eac6a-cad1-45ba-80e2-5a12963ef429:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8d6eac6a-cad1-45ba-80e2-5a12963ef429:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8d6eac6a-cad1-45ba-80e2-5a12963ef429 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8d6eac6a-cad1-45ba-80e2-5a12963ef429.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8d6eac6a-cad1-45ba-80e2-5a12963ef429.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8d6eac6a-cad1-45ba-80e2-5a12963ef429.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8d6eac6a-cad1-45ba-80e2-5a12963ef429.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-87df242a-53e1-482e-8c58-56ba2d700f0a {
  margin-top: auto;
margin-bottom: auto;
}

#s-87df242a-53e1-482e-8c58-56ba2d700f0a {
  display: none;
}
#s-7132a6b9-e7e4-4f2e-af0c-5473b6ca3ab9 {
  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-7132a6b9-e7e4-4f2e-af0c-5473b6ca3ab9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7132a6b9-e7e4-4f2e-af0c-5473b6ca3ab9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7132a6b9-e7e4-4f2e-af0c-5473b6ca3ab9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7132a6b9-e7e4-4f2e-af0c-5473b6ca3ab9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7132a6b9-e7e4-4f2e-af0c-5473b6ca3ab9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7132a6b9-e7e4-4f2e-af0c-5473b6ca3ab9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7132a6b9-e7e4-4f2e-af0c-5473b6ca3ab9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7132a6b9-e7e4-4f2e-af0c-5473b6ca3ab9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7132a6b9-e7e4-4f2e-af0c-5473b6ca3ab9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7132a6b9-e7e4-4f2e-af0c-5473b6ca3ab9 img.shogun-image {
  width: 100%;
}



}
#s-f4d61572-0b7f-49a6-88e4-226bcef31ded {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-f4d61572-0b7f-49a6-88e4-226bcef31ded .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-1591d827-a137-442b-a2c3-40c54ff2ce88 {
  min-height: 50px;
text-align: center;
}

#s-1591d827-a137-442b-a2c3-40c54ff2ce88 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1591d827-a137-442b-a2c3-40c54ff2ce88 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-1591d827-a137-442b-a2c3-40c54ff2ce88 .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-32f0c4df-00a1-445a-a97e-0062aff365a8 {
  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-32f0c4df-00a1-445a-a97e-0062aff365a8:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-32f0c4df-00a1-445a-a97e-0062aff365a8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-32f0c4df-00a1-445a-a97e-0062aff365a8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-32f0c4df-00a1-445a-a97e-0062aff365a8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-32f0c4df-00a1-445a-a97e-0062aff365a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-32f0c4df-00a1-445a-a97e-0062aff365a8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-32f0c4df-00a1-445a-a97e-0062aff365a8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-f2cbc681-a9a0-4920-bc00-11b3a044a260 {
  margin-top: auto;
margin-bottom: auto;
}

#s-f2cbc681-a9a0-4920-bc00-11b3a044a260 {
  display: none;
}
#s-8079dce4-383c-46b0-92b5-5f57197eaab4 {
  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-8079dce4-383c-46b0-92b5-5f57197eaab4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8079dce4-383c-46b0-92b5-5f57197eaab4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8079dce4-383c-46b0-92b5-5f57197eaab4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8079dce4-383c-46b0-92b5-5f57197eaab4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8079dce4-383c-46b0-92b5-5f57197eaab4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8079dce4-383c-46b0-92b5-5f57197eaab4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8079dce4-383c-46b0-92b5-5f57197eaab4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8079dce4-383c-46b0-92b5-5f57197eaab4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8079dce4-383c-46b0-92b5-5f57197eaab4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8079dce4-383c-46b0-92b5-5f57197eaab4 img.shogun-image {
  width: 100%;
}



}
#s-7c11f6f2-a40a-413d-8874-5f1ad48c93cc {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-7c11f6f2-a40a-413d-8874-5f1ad48c93cc .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-29e468bd-51d2-4f39-924c-e8358e37c9ea {
  min-height: 50px;
text-align: center;
}

#s-29e468bd-51d2-4f39-924c-e8358e37c9ea .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-29e468bd-51d2-4f39-924c-e8358e37c9ea .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-29e468bd-51d2-4f39-924c-e8358e37c9ea .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-f08f9a90-b809-467b-9d25-b7398625b612 {
  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-f08f9a90-b809-467b-9d25-b7398625b612:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f08f9a90-b809-467b-9d25-b7398625b612:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f08f9a90-b809-467b-9d25-b7398625b612 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f08f9a90-b809-467b-9d25-b7398625b612.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f08f9a90-b809-467b-9d25-b7398625b612.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f08f9a90-b809-467b-9d25-b7398625b612.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f08f9a90-b809-467b-9d25-b7398625b612.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}