.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-456b9caf-e532-4d87-bcef-1e1e6ff2b491 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 12px;
background-color: rgba(37, 37, 81, 1);
}
@media (min-width: 1200px){#s-456b9caf-e532-4d87-bcef-1e1e6ff2b491 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-456b9caf-e532-4d87-bcef-1e1e6ff2b491 {
  
}
}







#s-456b9caf-e532-4d87-bcef-1e1e6ff2b491 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-456b9caf-e532-4d87-bcef-1e1e6ff2b491.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-643b7deb-4f72-47fe-9260-e1ef3e19fd26 {
  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-643b7deb-4f72-47fe-9260-e1ef3e19fd26 {
  display: none;
}
#s-643b7deb-4f72-47fe-9260-e1ef3e19fd26, #wrap-s-643b7deb-4f72-47fe-9260-e1ef3e19fd26 { display:none !important; }}@media (max-width: 767px){#s-643b7deb-4f72-47fe-9260-e1ef3e19fd26 {
  display: none;
}
#s-643b7deb-4f72-47fe-9260-e1ef3e19fd26, #wrap-s-643b7deb-4f72-47fe-9260-e1ef3e19fd26 { display:none !important; }}
@media (min-width: 0px) {
[id="s-643b7deb-4f72-47fe-9260-e1ef3e19fd26"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-643b7deb-4f72-47fe-9260-e1ef3e19fd26"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-643b7deb-4f72-47fe-9260-e1ef3e19fd26"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-643b7deb-4f72-47fe-9260-e1ef3e19fd26"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-90746bc2-1007-4975-9305-855070ab0450 {
  margin-left: 0px;
min-height: 120px;
}

@media (min-width: 0px) {
[id="s-90746bc2-1007-4975-9305-855070ab0450"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-90746bc2-1007-4975-9305-855070ab0450"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-90746bc2-1007-4975-9305-855070ab0450"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-90746bc2-1007-4975-9305-855070ab0450"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-90746bc2-1007-4975-9305-855070ab0450"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-90746bc2-1007-4975-9305-855070ab0450"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-90746bc2-1007-4975-9305-855070ab0450"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.0px);
}

}

#s-e3c545e0-9102-4d9a-996f-7997ba6930d0 {
  margin-left: auto;
margin-right: auto;
min-height: 120px;
max-width: 80px;
}








#s-e3c545e0-9102-4d9a-996f-7997ba6930d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3c545e0-9102-4d9a-996f-7997ba6930d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-a05add1f-2069-44ac-a856-37e964f4aa03 {
  text-align: center;
}







  #s-a05add1f-2069-44ac-a856-37e964f4aa03 img.shogun-image {
    

    
    
    
  }


#s-a05add1f-2069-44ac-a856-37e964f4aa03 .shogun-image-content {
  
    align-items: center;
  
}

#s-ffbbcacd-f55d-483f-bdfc-859b20017e65 {
  box-shadow:0px 0px 0px 0px ;
}








#s-ffbbcacd-f55d-483f-bdfc-859b20017e65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffbbcacd-f55d-483f-bdfc-859b20017e65.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-268446bd-0cef-46ef-a95b-3541b3a37dd6 {
  box-shadow:0px 0px 0px 0px ;
margin-left: 0%;
margin-right: 0%;
}

#s-848cafbb-d653-4c63-8c7d-fa3207c27de4 {
  padding-left: 40px;
}

@media (min-width: 0px) {
[id="s-848cafbb-d653-4c63-8c7d-fa3207c27de4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-848cafbb-d653-4c63-8c7d-fa3207c27de4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-848cafbb-d653-4c63-8c7d-fa3207c27de4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-848cafbb-d653-4c63-8c7d-fa3207c27de4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-848cafbb-d653-4c63-8c7d-fa3207c27de4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-848cafbb-d653-4c63-8c7d-fa3207c27de4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-848cafbb-d653-4c63-8c7d-fa3207c27de4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-638f1f99-f239-438b-9d47-0df50f83b269 {
  margin-left: auto;
min-height: 120px;
max-width: 80px;
}








#s-638f1f99-f239-438b-9d47-0df50f83b269 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-638f1f99-f239-438b-9d47-0df50f83b269.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-90e9bbf1-467a-40f1-bbdd-33874ec80470 {
  text-align: center;
}







  #s-90e9bbf1-467a-40f1-bbdd-33874ec80470 img.shogun-image {
    

    
    
    
  }


#s-90e9bbf1-467a-40f1-bbdd-33874ec80470 .shogun-image-content {
  
    align-items: center;
  
}








#s-bc375d24-f012-4ce1-869e-a0b07d90c253 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc375d24-f012-4ce1-869e-a0b07d90c253.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21059410-dc57-425e-bd98-8c55a3839b41 {
  padding-left: 40px;
}

@media (min-width: 0px) {
[id="s-21059410-dc57-425e-bd98-8c55a3839b41"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-21059410-dc57-425e-bd98-8c55a3839b41"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-21059410-dc57-425e-bd98-8c55a3839b41"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-21059410-dc57-425e-bd98-8c55a3839b41"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-21059410-dc57-425e-bd98-8c55a3839b41"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-21059410-dc57-425e-bd98-8c55a3839b41"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-21059410-dc57-425e-bd98-8c55a3839b41"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-b79d389c-36e0-4b07-bf3d-f65712a79351 {
  margin-left: auto;
min-height: 120px;
max-width: 80px;
}








#s-b79d389c-36e0-4b07-bf3d-f65712a79351 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b79d389c-36e0-4b07-bf3d-f65712a79351.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8473938c-0dc4-4a1e-bfec-2dbeed356c1f {
  text-align: center;
}







  #s-8473938c-0dc4-4a1e-bfec-2dbeed356c1f img.shogun-image {
    

    
    
    
  }


#s-8473938c-0dc4-4a1e-bfec-2dbeed356c1f .shogun-image-content {
  
    align-items: center;
  
}








#s-a8266d15-87e8-4b52-a0ae-46e8a57bfdae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8266d15-87e8-4b52-a0ae-46e8a57bfdae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-acba5cb4-093d-410f-b938-7c36ba0b512b {
  margin-top: auto;
margin-bottom: auto;
}

#s-29de0ca2-b630-4209-933e-a3d726956dc8 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 0px;
}

@media (min-width: 0px) {
[id="s-29de0ca2-b630-4209-933e-a3d726956dc8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-29de0ca2-b630-4209-933e-a3d726956dc8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-29de0ca2-b630-4209-933e-a3d726956dc8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-29de0ca2-b630-4209-933e-a3d726956dc8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-29de0ca2-b630-4209-933e-a3d726956dc8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-29de0ca2-b630-4209-933e-a3d726956dc8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-29de0ca2-b630-4209-933e-a3d726956dc8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-be5039e5-cd76-4347-928b-096fb3584f79 {
  margin-left: auto;
margin-right: 0px;
min-height: 120px;
max-width: 80px;
}








#s-be5039e5-cd76-4347-928b-096fb3584f79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be5039e5-cd76-4347-928b-096fb3584f79.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-67fb0e0b-cd94-4662-a926-b801921c42be {
  text-align: center;
}







  #s-67fb0e0b-cd94-4662-a926-b801921c42be img.shogun-image {
    

    
    
    
  }


#s-67fb0e0b-cd94-4662-a926-b801921c42be .shogun-image-content {
  
    align-items: center;
  
}








#s-8ecbfbcc-0a13-43be-8a49-0496d42d0dc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ecbfbcc-0a13-43be-8a49-0496d42d0dc7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-0fe136f3-bd16-4f10-a58f-e3d93939a016 {
  display: none;
}
#s-0fe136f3-bd16-4f10-a58f-e3d93939a016, #wrap-s-0fe136f3-bd16-4f10-a58f-e3d93939a016 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0fe136f3-bd16-4f10-a58f-e3d93939a016 {
  display: none;
}
#s-0fe136f3-bd16-4f10-a58f-e3d93939a016, #wrap-s-0fe136f3-bd16-4f10-a58f-e3d93939a016 { display:none !important; }}
@media (min-width: 0px) {
[id="s-0fe136f3-bd16-4f10-a58f-e3d93939a016"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0fe136f3-bd16-4f10-a58f-e3d93939a016"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0fe136f3-bd16-4f10-a58f-e3d93939a016"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0fe136f3-bd16-4f10-a58f-e3d93939a016"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-287c075d-7c30-4f95-bd3e-8491ede23657 {
  min-height: 120px;
}

@media (min-width: 0px) {
[id="s-287c075d-7c30-4f95-bd3e-8491ede23657"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-287c075d-7c30-4f95-bd3e-8491ede23657"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-287c075d-7c30-4f95-bd3e-8491ede23657"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-287c075d-7c30-4f95-bd3e-8491ede23657"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-287c075d-7c30-4f95-bd3e-8491ede23657"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-287c075d-7c30-4f95-bd3e-8491ede23657"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-287c075d-7c30-4f95-bd3e-8491ede23657"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-4b3f27dd-f70b-4429-9628-5bd50c8703fd {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 56px;
}








#s-4b3f27dd-f70b-4429-9628-5bd50c8703fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b3f27dd-f70b-4429-9628-5bd50c8703fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-72dccd76-64ef-4eae-b1ab-33969c4669e9 {
  text-align: center;
}







  #s-72dccd76-64ef-4eae-b1ab-33969c4669e9 img.shogun-image {
    

    
    
    
  }


#s-72dccd76-64ef-4eae-b1ab-33969c4669e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f6e30a7-9e54-4abe-9e40-16bcf88cebba {
  box-shadow:0px 0px 0px 0px ;
}








#s-1f6e30a7-9e54-4abe-9e40-16bcf88cebba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f6e30a7-9e54-4abe-9e40-16bcf88cebba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9672f766-a09a-4ac3-803a-c0770f74da21 {
  box-shadow:0px 0px 0px 0px ;
margin-left: 0%;
margin-right: 0%;
}

#s-5e5fa4f7-ee5c-4a68-9e08-e4471d5b5932 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5e5fa4f7-ee5c-4a68-9e08-e4471d5b5932"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5e5fa4f7-ee5c-4a68-9e08-e4471d5b5932"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5e5fa4f7-ee5c-4a68-9e08-e4471d5b5932"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5e5fa4f7-ee5c-4a68-9e08-e4471d5b5932"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5e5fa4f7-ee5c-4a68-9e08-e4471d5b5932"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e5fa4f7-ee5c-4a68-9e08-e4471d5b5932"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5e5fa4f7-ee5c-4a68-9e08-e4471d5b5932"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-e0f43228-79ea-45a6-b7db-fc03bed3f6e1 {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 56px;
}








#s-e0f43228-79ea-45a6-b7db-fc03bed3f6e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0f43228-79ea-45a6-b7db-fc03bed3f6e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0cf98e7c-5e2e-40a1-9a0f-cc20d02e378c {
  text-align: center;
}







  #s-0cf98e7c-5e2e-40a1-9a0f-cc20d02e378c img.shogun-image {
    

    
    
    
  }


#s-0cf98e7c-5e2e-40a1-9a0f-cc20d02e378c .shogun-image-content {
  
    align-items: center;
  
}








#s-98e050b6-0b4d-473e-8d45-52f9eb65bdd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98e050b6-0b4d-473e-8d45-52f9eb65bdd9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-728cfc1d-c7c4-407f-aa5f-2460a5189a6b {
  margin-top: -48px;
}
@media (min-width: 1200px){#s-728cfc1d-c7c4-407f-aa5f-2460a5189a6b {
  display: none;
}
#s-728cfc1d-c7c4-407f-aa5f-2460a5189a6b, #wrap-s-728cfc1d-c7c4-407f-aa5f-2460a5189a6b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-728cfc1d-c7c4-407f-aa5f-2460a5189a6b {
  display: none;
}
#s-728cfc1d-c7c4-407f-aa5f-2460a5189a6b, #wrap-s-728cfc1d-c7c4-407f-aa5f-2460a5189a6b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-728cfc1d-c7c4-407f-aa5f-2460a5189a6b {
  
}
}@media (max-width: 767px){#s-728cfc1d-c7c4-407f-aa5f-2460a5189a6b {
  
}
}
@media (min-width: 0px) {
[id="s-728cfc1d-c7c4-407f-aa5f-2460a5189a6b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-728cfc1d-c7c4-407f-aa5f-2460a5189a6b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-728cfc1d-c7c4-407f-aa5f-2460a5189a6b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-728cfc1d-c7c4-407f-aa5f-2460a5189a6b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-58e65219-b2f5-4ce5-b8c7-39827910e1f9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-58e65219-b2f5-4ce5-b8c7-39827910e1f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-58e65219-b2f5-4ce5-b8c7-39827910e1f9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-58e65219-b2f5-4ce5-b8c7-39827910e1f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-58e65219-b2f5-4ce5-b8c7-39827910e1f9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-58e65219-b2f5-4ce5-b8c7-39827910e1f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-58e65219-b2f5-4ce5-b8c7-39827910e1f9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-22b7e0dc-a370-42ec-baa2-d8c555ccd49b {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 56px;
}








#s-22b7e0dc-a370-42ec-baa2-d8c555ccd49b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22b7e0dc-a370-42ec-baa2-d8c555ccd49b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2566bcbd-6f75-4278-a5e4-036f2c1aada3 {
  text-align: center;
}







  #s-2566bcbd-6f75-4278-a5e4-036f2c1aada3 img.shogun-image {
    

    
    
    
  }


#s-2566bcbd-6f75-4278-a5e4-036f2c1aada3 .shogun-image-content {
  
    align-items: center;
  
}








#s-2f5a6223-1ce4-49bb-91c5-2a15ce6e8593 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f5a6223-1ce4-49bb-91c5-2a15ce6e8593.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3fda7525-7b51-42ae-8d0e-bc44d2ebd32c {
  margin-top: auto;
margin-bottom: auto;
}

#s-59852311-9037-421a-91d8-88eba506c2a9 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-59852311-9037-421a-91d8-88eba506c2a9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-59852311-9037-421a-91d8-88eba506c2a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-59852311-9037-421a-91d8-88eba506c2a9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-59852311-9037-421a-91d8-88eba506c2a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-59852311-9037-421a-91d8-88eba506c2a9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-59852311-9037-421a-91d8-88eba506c2a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-59852311-9037-421a-91d8-88eba506c2a9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-b53d0ea5-7223-434a-8681-bc46bf193a62 {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 65px;
}








#s-b53d0ea5-7223-434a-8681-bc46bf193a62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b53d0ea5-7223-434a-8681-bc46bf193a62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-891c2144-8279-4dec-b5f4-e63eef986381 {
  text-align: center;
}







  #s-891c2144-8279-4dec-b5f4-e63eef986381 img.shogun-image {
    

    
    
    
  }


#s-891c2144-8279-4dec-b5f4-e63eef986381 .shogun-image-content {
  
    align-items: center;
  
}








#s-8df3e789-1046-46e6-9b56-d9d915ba6f41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8df3e789-1046-46e6-9b56-d9d915ba6f41.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b959532d-b080-4f58-a343-8e3065b0eac9 {
  margin-left: 0px;
margin-right: 8px;
}

#s-3dfa85cc-40fb-457b-9e38-37ea0bacb767 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-3dfa85cc-40fb-457b-9e38-37ea0bacb767 > .shg-box-overlay {
  background-color: rgba(228, 73, 73, 1);
  opacity: 0;
}#s-3dfa85cc-40fb-457b-9e38-37ea0bacb767.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-20d6b499-af8a-46e6-ab88-1fcb6e49592b {
  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-20d6b499-af8a-46e6-ab88-1fcb6e49592b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-20d6b499-af8a-46e6-ab88-1fcb6e49592b {
  
}
}@media (max-width: 767px){#s-20d6b499-af8a-46e6-ab88-1fcb6e49592b {
  
}
}







#s-20d6b499-af8a-46e6-ab88-1fcb6e49592b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20d6b499-af8a-46e6-ab88-1fcb6e49592b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2ff6aa56-0c7c-447a-981c-a3eec5b0d26e {
  text-align: left;
}

#s-d8f6e786-964a-4bdd-8a0f-45a549325339 {
  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-d29f0c8b-b6e5-4b0c-85e5-b6bcd1dea843 {
  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-d29f0c8b-b6e5-4b0c-85e5-b6bcd1dea843 {
  display: none;
}
#s-d29f0c8b-b6e5-4b0c-85e5-b6bcd1dea843, #wrap-s-d29f0c8b-b6e5-4b0c-85e5-b6bcd1dea843 { display:none !important; }}@media (max-width: 767px){#s-d29f0c8b-b6e5-4b0c-85e5-b6bcd1dea843 {
  display: none;
}
#s-d29f0c8b-b6e5-4b0c-85e5-b6bcd1dea843, #wrap-s-d29f0c8b-b6e5-4b0c-85e5-b6bcd1dea843 { display:none !important; }}
#s-d29f0c8b-b6e5-4b0c-85e5-b6bcd1dea843 .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-c1705880-c1cd-4338-b9b1-7ed71cfb3b21 {
  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-c1705880-c1cd-4338-b9b1-7ed71cfb3b21 {
  display: none;
}
#s-c1705880-c1cd-4338-b9b1-7ed71cfb3b21, #wrap-s-c1705880-c1cd-4338-b9b1-7ed71cfb3b21 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c1705880-c1cd-4338-b9b1-7ed71cfb3b21 {
  display: none;
}
#s-c1705880-c1cd-4338-b9b1-7ed71cfb3b21, #wrap-s-c1705880-c1cd-4338-b9b1-7ed71cfb3b21 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c1705880-c1cd-4338-b9b1-7ed71cfb3b21 {
  
}
}
#s-c1705880-c1cd-4338-b9b1-7ed71cfb3b21 .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-a1c0f66f-a625-47a1-a015-a9e79647cf39 {
  padding-top: 16px;
padding-left: 16px;
padding-right: 16px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-a1c0f66f-a625-47a1-a015-a9e79647cf39"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-a1c0f66f-a625-47a1-a015-a9e79647cf39"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-a1c0f66f-a625-47a1-a015-a9e79647cf39"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1c0f66f-a625-47a1-a015-a9e79647cf39"] > .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-7dc1464b-de8f-4872-91c5-510fba8ad7a9 {
  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-7dc1464b-de8f-4872-91c5-510fba8ad7a9 {
  display: none;
}
#s-7dc1464b-de8f-4872-91c5-510fba8ad7a9, #wrap-s-7dc1464b-de8f-4872-91c5-510fba8ad7a9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7dc1464b-de8f-4872-91c5-510fba8ad7a9 {
  display: none;
}
#s-7dc1464b-de8f-4872-91c5-510fba8ad7a9, #wrap-s-7dc1464b-de8f-4872-91c5-510fba8ad7a9 { display:none !important; }}


.shg-c#s-7dc1464b-de8f-4872-91c5-510fba8ad7a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dc1464b-de8f-4872-91c5-510fba8ad7a9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7dc1464b-de8f-4872-91c5-510fba8ad7a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dc1464b-de8f-4872-91c5-510fba8ad7a9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7dc1464b-de8f-4872-91c5-510fba8ad7a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dc1464b-de8f-4872-91c5-510fba8ad7a9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7dc1464b-de8f-4872-91c5-510fba8ad7a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dc1464b-de8f-4872-91c5-510fba8ad7a9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7dc1464b-de8f-4872-91c5-510fba8ad7a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7dc1464b-de8f-4872-91c5-510fba8ad7a9 img.shogun-image {
  width: 100%;
}



}
#s-6b0b3f5f-a635-4597-8787-e01f4f4880ed {
  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-6b0b3f5f-a635-4597-8787-e01f4f4880ed {
  display: none;
}
#s-6b0b3f5f-a635-4597-8787-e01f4f4880ed, #wrap-s-6b0b3f5f-a635-4597-8787-e01f4f4880ed { display:none !important; }}@media (max-width: 767px){#s-6b0b3f5f-a635-4597-8787-e01f4f4880ed {
  display: none;
}
#s-6b0b3f5f-a635-4597-8787-e01f4f4880ed, #wrap-s-6b0b3f5f-a635-4597-8787-e01f4f4880ed { display:none !important; }}

.shg-c#s-6b0b3f5f-a635-4597-8787-e01f4f4880ed {
  max-width:  100%;
}

.shg-c#s-6b0b3f5f-a635-4597-8787-e01f4f4880ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b0b3f5f-a635-4597-8787-e01f4f4880ed .shg-image-zoom,
.shg-c#s-6b0b3f5f-a635-4597-8787-e01f4f4880ed img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-6b0b3f5f-a635-4597-8787-e01f4f4880ed .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6b0b3f5f-a635-4597-8787-e01f4f4880ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b0b3f5f-a635-4597-8787-e01f4f4880ed img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-6b0b3f5f-a635-4597-8787-e01f4f4880ed {
  max-width:  100%;
}

.shg-c#s-6b0b3f5f-a635-4597-8787-e01f4f4880ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b0b3f5f-a635-4597-8787-e01f4f4880ed .shg-image-zoom,
.shg-c#s-6b0b3f5f-a635-4597-8787-e01f4f4880ed img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-6b0b3f5f-a635-4597-8787-e01f4f4880ed .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6b0b3f5f-a635-4597-8787-e01f4f4880ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b0b3f5f-a635-4597-8787-e01f4f4880ed img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6b0b3f5f-a635-4597-8787-e01f4f4880ed {
  max-width:  100%;
}

.shg-c#s-6b0b3f5f-a635-4597-8787-e01f4f4880ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b0b3f5f-a635-4597-8787-e01f4f4880ed .shg-image-zoom,
.shg-c#s-6b0b3f5f-a635-4597-8787-e01f4f4880ed img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-6b0b3f5f-a635-4597-8787-e01f4f4880ed .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6b0b3f5f-a635-4597-8787-e01f4f4880ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b0b3f5f-a635-4597-8787-e01f4f4880ed img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6b0b3f5f-a635-4597-8787-e01f4f4880ed {
  max-width:  100%;
}

.shg-c#s-6b0b3f5f-a635-4597-8787-e01f4f4880ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b0b3f5f-a635-4597-8787-e01f4f4880ed .shg-image-zoom,
.shg-c#s-6b0b3f5f-a635-4597-8787-e01f4f4880ed img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-6b0b3f5f-a635-4597-8787-e01f4f4880ed .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6b0b3f5f-a635-4597-8787-e01f4f4880ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b0b3f5f-a635-4597-8787-e01f4f4880ed img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-6b0b3f5f-a635-4597-8787-e01f4f4880ed {
  max-width:  100%;
}

.shg-c#s-6b0b3f5f-a635-4597-8787-e01f4f4880ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b0b3f5f-a635-4597-8787-e01f4f4880ed .shg-image-zoom,
.shg-c#s-6b0b3f5f-a635-4597-8787-e01f4f4880ed img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-6b0b3f5f-a635-4597-8787-e01f4f4880ed .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6b0b3f5f-a635-4597-8787-e01f4f4880ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6b0b3f5f-a635-4597-8787-e01f4f4880ed 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-20200b93-31ef-45e1-bda5-88f4e23b1a67 {
  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-20200b93-31ef-45e1-bda5-88f4e23b1a67 {
  display: none;
}
#s-20200b93-31ef-45e1-bda5-88f4e23b1a67, #wrap-s-20200b93-31ef-45e1-bda5-88f4e23b1a67 { display:none !important; }}@media (max-width: 767px){#s-20200b93-31ef-45e1-bda5-88f4e23b1a67 {
  display: none;
}
#s-20200b93-31ef-45e1-bda5-88f4e23b1a67, #wrap-s-20200b93-31ef-45e1-bda5-88f4e23b1a67 { display:none !important; }}
#s-20200b93-31ef-45e1-bda5-88f4e23b1a67 .shg-gallery-thumb-image-wrapper {
  

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

#s-20200b93-31ef-45e1-bda5-88f4e23b1a67 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-20200b93-31ef-45e1-bda5-88f4e23b1a67 .shg-gallery-thumb-list-margin {
  margin-right: -8px;
}

#s-20200b93-31ef-45e1-bda5-88f4e23b1a67 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-20200b93-31ef-45e1-bda5-88f4e23b1a67 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-20200b93-31ef-45e1-bda5-88f4e23b1a67 .shg-gallery-dot {
  background-color: #FFF;
}

#s-3bc4ea64-8041-4718-93d7-e2601c80a8e2 {
  min-height: 140px;
}
@media (min-width: 1200px){#s-3bc4ea64-8041-4718-93d7-e2601c80a8e2 {
  display: none;
}
#s-3bc4ea64-8041-4718-93d7-e2601c80a8e2, #wrap-s-3bc4ea64-8041-4718-93d7-e2601c80a8e2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3bc4ea64-8041-4718-93d7-e2601c80a8e2 {
  display: none;
}
#s-3bc4ea64-8041-4718-93d7-e2601c80a8e2, #wrap-s-3bc4ea64-8041-4718-93d7-e2601c80a8e2 { display:none !important; }}







#s-3bc4ea64-8041-4718-93d7-e2601c80a8e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3bc4ea64-8041-4718-93d7-e2601c80a8e2.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-3e6a3dad-9943-4a02-b90e-85637842a853 {
  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-3e6a3dad-9943-4a02-b90e-85637842a853 {
  display: none;
}
#s-3e6a3dad-9943-4a02-b90e-85637842a853, #wrap-s-3e6a3dad-9943-4a02-b90e-85637842a853 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3e6a3dad-9943-4a02-b90e-85637842a853 {
  display: none;
}
#s-3e6a3dad-9943-4a02-b90e-85637842a853, #wrap-s-3e6a3dad-9943-4a02-b90e-85637842a853 { display:none !important; }}
#s-3e6a3dad-9943-4a02-b90e-85637842a853 .shg-gallery-thumb-image-wrapper {
  

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

#s-3e6a3dad-9943-4a02-b90e-85637842a853 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-3e6a3dad-9943-4a02-b90e-85637842a853 .shg-gallery-thumb-list-margin {
  margin-right: -8px;
}

#s-3e6a3dad-9943-4a02-b90e-85637842a853 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-3e6a3dad-9943-4a02-b90e-85637842a853 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-3e6a3dad-9943-4a02-b90e-85637842a853 .shg-gallery-dot {
  background-color: #FFF;
}

@media (min-width: 768px) and (max-width: 991px){#s-ee802207-aee9-4213-a68b-055f40587e82 {
  display: none;
}
#s-ee802207-aee9-4213-a68b-055f40587e82, #wrap-s-ee802207-aee9-4213-a68b-055f40587e82 { display:none !important; }}@media (max-width: 767px){#s-ee802207-aee9-4213-a68b-055f40587e82 {
  display: none;
}
#s-ee802207-aee9-4213-a68b-055f40587e82, #wrap-s-ee802207-aee9-4213-a68b-055f40587e82 { display:none !important; }}







#s-ee802207-aee9-4213-a68b-055f40587e82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee802207-aee9-4213-a68b-055f40587e82.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-9a59a8c4-826d-46f8-9102-77903e4be071 {
  min-height: 50px;
}








#s-9a59a8c4-826d-46f8-9102-77903e4be071 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a59a8c4-826d-46f8-9102-77903e4be071.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b64e08c-1ef4-4aff-93db-25d90db687e3 {
  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-2b64e08c-1ef4-4aff-93db-25d90db687e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b64e08c-1ef4-4aff-93db-25d90db687e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-553b8ccd-45bc-46ab-9035-e0d18a79e701 {
  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-553b8ccd-45bc-46ab-9035-e0d18a79e701 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 56px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-553b8ccd-45bc-46ab-9035-e0d18a79e701 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 56px;
}

#s-553b8ccd-45bc-46ab-9035-e0d18a79e701 .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-bb52f80d-0968-41ca-9cf7-8af3139ba5e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb52f80d-0968-41ca-9cf7-8af3139ba5e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad2caa25-5c36-4cdc-a560-fd4015496f7b {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
min-height: 0px;
}

#s-6ee26397-e33a-4d16-b73b-d39b4983577e {
  margin-top: auto;
margin-bottom: auto;
background-color: rgba(37, 37, 81, 1);
}

@media (min-width: 0px) {
[id="s-6ee26397-e33a-4d16-b73b-d39b4983577e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6ee26397-e33a-4d16-b73b-d39b4983577e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6ee26397-e33a-4d16-b73b-d39b4983577e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6ee26397-e33a-4d16-b73b-d39b4983577e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6ee26397-e33a-4d16-b73b-d39b4983577e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ee26397-e33a-4d16-b73b-d39b4983577e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6ee26397-e33a-4d16-b73b-d39b4983577e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-85f10708-0f35-4ed9-a409-da15434aeccf {
  margin-top: auto;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 24px;
padding-right: 16px;
text-align: center;
}

#s-85f10708-0f35-4ed9-a409-da15434aeccf .shg-product-quantity-wrapper {
  display: flex;
}

#s-85f10708-0f35-4ed9-a409-da15434aeccf .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-85f10708-0f35-4ed9-a409-da15434aeccf .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-85f10708-0f35-4ed9-a409-da15434aeccf .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-85f10708-0f35-4ed9-a409-da15434aeccf .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-85f10708-0f35-4ed9-a409-da15434aeccf label {
    color: rgba(255, 255, 255, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-85f10708-0f35-4ed9-a409-da15434aeccf 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-40cc7139-577c-488f-a1b9-3a93af6719d0 {
  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-40cc7139-577c-488f-a1b9-3a93af6719d0:hover {background-color: rgba(117, 76, 150, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-40cc7139-577c-488f-a1b9-3a93af6719d0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-40cc7139-577c-488f-a1b9-3a93af6719d0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-40cc7139-577c-488f-a1b9-3a93af6719d0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-40cc7139-577c-488f-a1b9-3a93af6719d0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-40cc7139-577c-488f-a1b9-3a93af6719d0.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  
}


  #s-40cc7139-577c-488f-a1b9-3a93af6719d0.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    
  }


#s-bd631873-fe73-482f-a671-7a0e00cc04cb {
  min-height: 50px;
}
@media (min-width: 1200px){#s-bd631873-fe73-482f-a671-7a0e00cc04cb {
  display: none;
}
#s-bd631873-fe73-482f-a671-7a0e00cc04cb, #wrap-s-bd631873-fe73-482f-a671-7a0e00cc04cb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bd631873-fe73-482f-a671-7a0e00cc04cb {
  display: none;
}
#s-bd631873-fe73-482f-a671-7a0e00cc04cb, #wrap-s-bd631873-fe73-482f-a671-7a0e00cc04cb { display:none !important; }}







#s-bd631873-fe73-482f-a671-7a0e00cc04cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd631873-fe73-482f-a671-7a0e00cc04cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-deff7865-051f-48c3-8376-03da9cc5738f {
  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-deff7865-051f-48c3-8376-03da9cc5738f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-deff7865-051f-48c3-8376-03da9cc5738f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-80565e97-71a4-45f2-a758-1fd648c59316 {
  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-80565e97-71a4-45f2-a758-1fd648c59316 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 40px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-80565e97-71a4-45f2-a758-1fd648c59316 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 40px;
}

#s-80565e97-71a4-45f2-a758-1fd648c59316 .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-7620aac0-8026-43e7-8f96-cd27fa7c0ff5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7620aac0-8026-43e7-8f96-cd27fa7c0ff5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1de4196-848b-4d8d-99df-5233befd034f {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
min-height: 0px;
}

#s-6c281d34-d0fb-476d-9018-8e1924b513bb {
  margin-top: auto;
margin-bottom: auto;
padding-top: 8px;
padding-bottom: 24px;
min-height: 140px;
background-color: rgba(37, 37, 81, 1);
}








#s-6c281d34-d0fb-476d-9018-8e1924b513bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c281d34-d0fb-476d-9018-8e1924b513bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f461c305-dbd2-4e47-86a0-595c12834340 {
  margin-left: auto;
margin-bottom: 24px;
margin-right: auto;
max-width: 250px;
text-align: center;
}

#s-f461c305-dbd2-4e47-86a0-595c12834340 .shg-product-quantity-wrapper {
  display: flex;
}

#s-f461c305-dbd2-4e47-86a0-595c12834340 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-f461c305-dbd2-4e47-86a0-595c12834340 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-f461c305-dbd2-4e47-86a0-595c12834340 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-f461c305-dbd2-4e47-86a0-595c12834340 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-f461c305-dbd2-4e47-86a0-595c12834340 label {
    color: rgba(255, 255, 255, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-f461c305-dbd2-4e47-86a0-595c12834340 label:after {
      display: block;
      content: ' ';
      margin-bottom: 8px;
    }
  


#s-6aa810f2-a7c2-4ddf-b8e2-2bff9c4a8463 {
  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-6aa810f2-a7c2-4ddf-b8e2-2bff9c4a8463:hover {background-color: rgba(117, 76, 150, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6aa810f2-a7c2-4ddf-b8e2-2bff9c4a8463:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6aa810f2-a7c2-4ddf-b8e2-2bff9c4a8463 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6aa810f2-a7c2-4ddf-b8e2-2bff9c4a8463.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6aa810f2-a7c2-4ddf-b8e2-2bff9c4a8463.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-6aa810f2-a7c2-4ddf-b8e2-2bff9c4a8463.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  
}


  #s-6aa810f2-a7c2-4ddf-b8e2-2bff9c4a8463.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    
  }


#s-d4f82328-80f4-4abb-90dd-30f49f6219bf {
  min-height: 250px;
}
@media (min-width: 1200px){#s-d4f82328-80f4-4abb-90dd-30f49f6219bf {
  display: none;
}
#s-d4f82328-80f4-4abb-90dd-30f49f6219bf, #wrap-s-d4f82328-80f4-4abb-90dd-30f49f6219bf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d4f82328-80f4-4abb-90dd-30f49f6219bf {
  display: none;
}
#s-d4f82328-80f4-4abb-90dd-30f49f6219bf, #wrap-s-d4f82328-80f4-4abb-90dd-30f49f6219bf { display:none !important; }}







#s-d4f82328-80f4-4abb-90dd-30f49f6219bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4f82328-80f4-4abb-90dd-30f49f6219bf.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

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

}

@media (min-width: 768px) {
[id="s-d6b79820-183d-42bc-a2c8-4a106e85fdfa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-d6b79820-183d-42bc-a2c8-4a106e85fdfa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6b79820-183d-42bc-a2c8-4a106e85fdfa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-b8b0aae7-cb1b-40e1-bc2c-8e817864cf98 {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-b8b0aae7-cb1b-40e1-bc2c-8e817864cf98"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-b8b0aae7-cb1b-40e1-bc2c-8e817864cf98"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-b8b0aae7-cb1b-40e1-bc2c-8e817864cf98"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8b0aae7-cb1b-40e1-bc2c-8e817864cf98"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-bdbdd205-8f43-41e9-a699-f354f8c41e6b {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-bdbdd205-8f43-41e9-a699-f354f8c41e6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdbdd205-8f43-41e9-a699-f354f8c41e6b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39037b6c-e0bf-4918-a242-ae9fb3d289cf {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-39037b6c-e0bf-4918-a242-ae9fb3d289cf img.shogun-image {
    

    
    
    
  }


#s-39037b6c-e0bf-4918-a242-ae9fb3d289cf .shogun-image-content {
  
    align-items: center;
  
}

#s-8e523629-51e6-4adb-ac2c-96beda339b25 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-8e523629-51e6-4adb-ac2c-96beda339b25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e523629-51e6-4adb-ac2c-96beda339b25.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23ea262d-542e-4fd2-b8aa-1cd22ebd126c {
  text-align: center;
}







  #s-23ea262d-542e-4fd2-b8aa-1cd22ebd126c img.shogun-image {
    

    
    
    
  }


#s-23ea262d-542e-4fd2-b8aa-1cd22ebd126c .shogun-image-content {
  
    align-items: center;
  
}

#s-64def2a2-491c-4b1e-bad2-60d87339c1e7 {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-64def2a2-491c-4b1e-bad2-60d87339c1e7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-64def2a2-491c-4b1e-bad2-60d87339c1e7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-64def2a2-491c-4b1e-bad2-60d87339c1e7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-64def2a2-491c-4b1e-bad2-60d87339c1e7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-5400740c-6a22-4e5c-9864-c124a5cc661d {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-5400740c-6a22-4e5c-9864-c124a5cc661d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5400740c-6a22-4e5c-9864-c124a5cc661d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc7e5eb7-3e03-41fd-a558-aa1785bcfb84 {
  text-align: center;
}







  #s-cc7e5eb7-3e03-41fd-a558-aa1785bcfb84 img.shogun-image {
    

    
    
    
  }


#s-cc7e5eb7-3e03-41fd-a558-aa1785bcfb84 .shogun-image-content {
  
    align-items: center;
  
}

#s-8cac3409-867d-43c1-8aca-75106eadc80f {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-8cac3409-867d-43c1-8aca-75106eadc80f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8cac3409-867d-43c1-8aca-75106eadc80f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa5ee829-191a-489c-add2-baa1a334256f {
  text-align: center;
}







  #s-fa5ee829-191a-489c-add2-baa1a334256f img.shogun-image {
    

    
    
    
  }


#s-fa5ee829-191a-489c-add2-baa1a334256f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-8e9cfbe7-d236-4026-a0ae-df8911a55e5c {
  display: none;
}
#s-8e9cfbe7-d236-4026-a0ae-df8911a55e5c, #wrap-s-8e9cfbe7-d236-4026-a0ae-df8911a55e5c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8e9cfbe7-d236-4026-a0ae-df8911a55e5c {
  display: none;
}
#s-8e9cfbe7-d236-4026-a0ae-df8911a55e5c, #wrap-s-8e9cfbe7-d236-4026-a0ae-df8911a55e5c { display:none !important; }}@media (max-width: 767px){#s-8e9cfbe7-d236-4026-a0ae-df8911a55e5c {
  
}
}
@media (min-width: 0px) {
[id="s-8e9cfbe7-d236-4026-a0ae-df8911a55e5c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-8e9cfbe7-d236-4026-a0ae-df8911a55e5c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-8e9cfbe7-d236-4026-a0ae-df8911a55e5c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e9cfbe7-d236-4026-a0ae-df8911a55e5c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-8fb2b194-f8b5-453d-9065-c44b77f7c12c {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-8fb2b194-f8b5-453d-9065-c44b77f7c12c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-8fb2b194-f8b5-453d-9065-c44b77f7c12c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-8fb2b194-f8b5-453d-9065-c44b77f7c12c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-8fb2b194-f8b5-453d-9065-c44b77f7c12c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-f094cc1e-c050-4ef3-8337-19043d62b1c9 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-f094cc1e-c050-4ef3-8337-19043d62b1c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f094cc1e-c050-4ef3-8337-19043d62b1c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef1345c3-2f02-4a32-a26a-f337776b9777 {
  text-align: center;
}







  #s-ef1345c3-2f02-4a32-a26a-f337776b9777 img.shogun-image {
    

    
    
    
  }


#s-ef1345c3-2f02-4a32-a26a-f337776b9777 .shogun-image-content {
  
    align-items: center;
  
}

#s-09b19792-27f1-492a-8657-b13d30b12801 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-09b19792-27f1-492a-8657-b13d30b12801 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09b19792-27f1-492a-8657-b13d30b12801.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29a75bb0-eb8f-41cf-8037-9aa369efae15 {
  text-align: center;
}








#s-29a75bb0-eb8f-41cf-8037-9aa369efae15 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-7510c12a-e1df-4c54-ac59-a8f83ef4e681"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-7510c12a-e1df-4c54-ac59-a8f83ef4e681"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-7510c12a-e1df-4c54-ac59-a8f83ef4e681"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-7510c12a-e1df-4c54-ac59-a8f83ef4e681"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-c8c6a497-8ba6-4a33-ac43-de30c2b99a74 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-c8c6a497-8ba6-4a33-ac43-de30c2b99a74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8c6a497-8ba6-4a33-ac43-de30c2b99a74.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15b40242-6be1-418c-9ca0-06ff2a7b3c39 {
  text-align: center;
}







  #s-15b40242-6be1-418c-9ca0-06ff2a7b3c39 img.shogun-image {
    

    
    
    
  }


#s-15b40242-6be1-418c-9ca0-06ff2a7b3c39 .shogun-image-content {
  
    align-items: center;
  
}

#s-312de608-0ee9-4084-a508-923a08550865 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-312de608-0ee9-4084-a508-923a08550865 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-312de608-0ee9-4084-a508-923a08550865.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1a4bdaf-1a26-4f44-b41f-5bcf23c98fd5 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}








#s-e1a4bdaf-1a26-4f44-b41f-5bcf23c98fd5 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-d39c40e4-8436-49b4-9f23-5745120ce4b7 {
  display: none;
}
#s-d39c40e4-8436-49b4-9f23-5745120ce4b7, #wrap-s-d39c40e4-8436-49b4-9f23-5745120ce4b7 { display:none !important; }}@media (max-width: 767px){#s-d39c40e4-8436-49b4-9f23-5745120ce4b7 {
  display: none;
}
#s-d39c40e4-8436-49b4-9f23-5745120ce4b7, #wrap-s-d39c40e4-8436-49b4-9f23-5745120ce4b7 { display:none !important; }}







#s-d39c40e4-8436-49b4-9f23-5745120ce4b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d39c40e4-8436-49b4-9f23-5745120ce4b7.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-70dbd02f-3139-4ba8-8a90-05518582a345 {
  margin-top: 24px;
}
@media (min-width: 768px) and (max-width: 991px){#s-70dbd02f-3139-4ba8-8a90-05518582a345 {
  display: none;
}
#s-70dbd02f-3139-4ba8-8a90-05518582a345, #wrap-s-70dbd02f-3139-4ba8-8a90-05518582a345 { display:none !important; }}
@media (min-width: 0px) {
[id="s-70dbd02f-3139-4ba8-8a90-05518582a345"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-70dbd02f-3139-4ba8-8a90-05518582a345"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-70dbd02f-3139-4ba8-8a90-05518582a345"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-70dbd02f-3139-4ba8-8a90-05518582a345"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-79957ab1-f0a8-4f80-931a-d6c566b880ee {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-79957ab1-f0a8-4f80-931a-d6c566b880ee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-79957ab1-f0a8-4f80-931a-d6c566b880ee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-79957ab1-f0a8-4f80-931a-d6c566b880ee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-79957ab1-f0a8-4f80-931a-d6c566b880ee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-d59c071f-e7c9-41f0-906c-b8915edf757b {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-d59c071f-e7c9-41f0-906c-b8915edf757b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d59c071f-e7c9-41f0-906c-b8915edf757b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d528246e-df3e-43a6-ac72-54f1e2836c92 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-d528246e-df3e-43a6-ac72-54f1e2836c92 img.shogun-image {
    

    
    
    
  }


#s-d528246e-df3e-43a6-ac72-54f1e2836c92 .shogun-image-content {
  
    align-items: center;
  
}

#s-0347c7f6-e8b0-459a-94b2-3b359e0fc966 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-0347c7f6-e8b0-459a-94b2-3b359e0fc966 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0347c7f6-e8b0-459a-94b2-3b359e0fc966.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47fc7e08-a1dc-44d4-882f-3ca839b83088 {
  text-align: center;
}







  #s-47fc7e08-a1dc-44d4-882f-3ca839b83088 img.shogun-image {
    

    
    
    
  }


#s-47fc7e08-a1dc-44d4-882f-3ca839b83088 .shogun-image-content {
  
    align-items: center;
  
}

#s-09fb87f9-8e0c-4024-a146-ba23b3ba31fb {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-09fb87f9-8e0c-4024-a146-ba23b3ba31fb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-09fb87f9-8e0c-4024-a146-ba23b3ba31fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-09fb87f9-8e0c-4024-a146-ba23b3ba31fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-09fb87f9-8e0c-4024-a146-ba23b3ba31fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-33b1d72f-3af1-49c9-ab00-26dcf31c5a91 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-33b1d72f-3af1-49c9-ab00-26dcf31c5a91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33b1d72f-3af1-49c9-ab00-26dcf31c5a91.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a41b230-2f50-487b-87db-d9f75a781ec9 {
  text-align: center;
}







  #s-1a41b230-2f50-487b-87db-d9f75a781ec9 img.shogun-image {
    

    
    
    
  }


#s-1a41b230-2f50-487b-87db-d9f75a781ec9 .shogun-image-content {
  
    align-items: center;
  
}

#s-0828cd9e-a8ff-40e0-8c44-380873650e4c {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-0828cd9e-a8ff-40e0-8c44-380873650e4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0828cd9e-a8ff-40e0-8c44-380873650e4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b0221d7-b2f3-44c0-8f97-a6875df1d4ae {
  text-align: center;
}







  #s-3b0221d7-b2f3-44c0-8f97-a6875df1d4ae img.shogun-image {
    

    
    
    
  }


#s-3b0221d7-b2f3-44c0-8f97-a6875df1d4ae .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-4fc1bdc3-a007-4f3b-9706-5a70930fbc0d {
  display: none;
}
#s-4fc1bdc3-a007-4f3b-9706-5a70930fbc0d, #wrap-s-4fc1bdc3-a007-4f3b-9706-5a70930fbc0d { display:none !important; }}
@media (min-width: 0px) {
[id="s-4fc1bdc3-a007-4f3b-9706-5a70930fbc0d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-4fc1bdc3-a007-4f3b-9706-5a70930fbc0d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-4fc1bdc3-a007-4f3b-9706-5a70930fbc0d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-4fc1bdc3-a007-4f3b-9706-5a70930fbc0d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-8a10ae9d-f2d0-4ba7-aa5e-842c5fa5c21b {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-8a10ae9d-f2d0-4ba7-aa5e-842c5fa5c21b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-8a10ae9d-f2d0-4ba7-aa5e-842c5fa5c21b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-8a10ae9d-f2d0-4ba7-aa5e-842c5fa5c21b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a10ae9d-f2d0-4ba7-aa5e-842c5fa5c21b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-6d1e2f34-c1e9-4e04-987c-852f6f08a2fc {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-6d1e2f34-c1e9-4e04-987c-852f6f08a2fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d1e2f34-c1e9-4e04-987c-852f6f08a2fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b71bbed-5531-4544-933d-de8634afe365 {
  text-align: center;
}







  #s-4b71bbed-5531-4544-933d-de8634afe365 img.shogun-image {
    

    
    
    
  }


#s-4b71bbed-5531-4544-933d-de8634afe365 .shogun-image-content {
  
    align-items: center;
  
}

#s-90387534-3b3f-461b-9d36-f5e9f49b762e {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-90387534-3b3f-461b-9d36-f5e9f49b762e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90387534-3b3f-461b-9d36-f5e9f49b762e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c335392-9253-4abd-9035-46b990c565db {
  text-align: center;
}








#s-0c335392-9253-4abd-9035-46b990c565db .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-0b6789c9-19b1-4700-b903-eb8c2b7f126c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-0b6789c9-19b1-4700-b903-eb8c2b7f126c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-0b6789c9-19b1-4700-b903-eb8c2b7f126c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b6789c9-19b1-4700-b903-eb8c2b7f126c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-c05798a7-d33c-4e48-a87a-b1ad900087da {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-c05798a7-d33c-4e48-a87a-b1ad900087da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c05798a7-d33c-4e48-a87a-b1ad900087da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9e87eb7-bca1-4239-a349-f0c04c2816a4 {
  text-align: center;
}







  #s-f9e87eb7-bca1-4239-a349-f0c04c2816a4 img.shogun-image {
    

    
    
    
  }


#s-f9e87eb7-bca1-4239-a349-f0c04c2816a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-fcb0fb65-871e-4e4a-a448-b7fbfdf172b2 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-fcb0fb65-871e-4e4a-a448-b7fbfdf172b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fcb0fb65-871e-4e4a-a448-b7fbfdf172b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-712f27a2-77cc-4f71-9680-441780823b27 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}








#s-712f27a2-77cc-4f71-9680-441780823b27 .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-67977887-7b62-4b9b-bf08-9c07385a0040 {
  margin-top: 24px;
margin-left: 16px;
margin-right: 16px;
padding-bottom: 16px;
text-align: left;
}


  #s-67977887-7b62-4b9b-bf08-9c07385a0040 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid rgba(37, 37, 81, 1);
  }
  #s-67977887-7b62-4b9b-bf08-9c07385a0040 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(37, 37, 81, 1);
    border: 1px solid rgba(37, 37, 81, 1);
  }
#s-67977887-7b62-4b9b-bf08-9c07385a0040 .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-67977887-7b62-4b9b-bf08-9c07385a0040 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-67977887-7b62-4b9b-bf08-9c07385a0040 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(37, 37, 81, 1);
}

#s-67977887-7b62-4b9b-bf08-9c07385a0040 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(37, 37, 81, 1);
}








#s-af031435-46af-41bd-9608-7f9488c11273 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af031435-46af-41bd-9608-7f9488c11273.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-319a19be-ce01-40b1-9a4c-a8fe6512b7f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-319a19be-ce01-40b1-9a4c-a8fe6512b7f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-319a19be-ce01-40b1-9a4c-a8fe6512b7f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-319a19be-ce01-40b1-9a4c-a8fe6512b7f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-319a19be-ce01-40b1-9a4c-a8fe6512b7f9"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c84803c1-4125-4fe0-9176-71172f8dbf7b {
  margin-bottom: 8px;
}

#s-0f8a5125-e959-4f8e-a6b5-c51914531a26 {
  margin-bottom: 8px;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

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

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

#s-6d800a62-6950-44cb-bdc9-fffeaf9eadec {
  margin-bottom: 24px;
}

#s-3981aff4-3404-4bc7-8418-2a25a3a9c8ed {
  margin-bottom: 8px;
}

#s-e8d7402c-07c8-4470-bb10-cf76e12fcea9 {
  margin-bottom: 8px;
}

@media (min-width: 0px) {
[id="s-ec541087-db8c-4056-a6d0-c6c85198d4dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec541087-db8c-4056-a6d0-c6c85198d4dc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ec541087-db8c-4056-a6d0-c6c85198d4dc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec541087-db8c-4056-a6d0-c6c85198d4dc"] > .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-14b0ae25-0c20-47f0-b613-84cfde4c17ab .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-14b0ae25-0c20-47f0-b613-84cfde4c17ab table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-14b0ae25-0c20-47f0-b613-84cfde4c17ab td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: left;
}

#s-14b0ae25-0c20-47f0-b613-84cfde4c17ab td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-14b0ae25-0c20-47f0-b613-84cfde4c17ab td.shogun-table-column, #s-14b0ae25-0c20-47f0-b613-84cfde4c17ab td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-879e1189-32eb-4fc2-88a2-7592b6a26092 {
  min-height: 0px;
}

#s-1ee7b5be-477b-4809-b3ae-ec1fcc410eb3 {
  min-height: 0px;
}

#s-34d70846-223d-4b72-aa35-555c141e9d3e {
  min-height: 0px;
}

#s-ba094918-9ddd-4c37-bd11-b3e00bc389df {
  min-height: 0px;
}

#s-665a9002-f09a-4588-a046-939c166a07bc {
  min-height: 0px;
}

#s-2f1455d1-557b-44c3-bf0a-128adf5b0efc {
  min-height: 0px;
}

#s-657d7e97-57a2-4009-9131-88a2412e63a2 {
  min-height: 0px;
}

#s-1e7dab8c-9634-4d14-8c19-10faba16e35b {
  min-height: 0px;
}

#s-0c14eb46-4422-4007-a811-02dfc45b5752 {
  min-height: 0px;
}

#s-8559464d-7ba0-4705-a71b-323afb64963c {
  min-height: 0px;
}

#s-eb54ee4e-eb05-45c4-b1ce-b054eaf7bdad {
  min-height: 0px;
}

#s-03934fb0-70bf-497a-85c6-632012b215f1 {
  min-height: 0px;
}

#s-d53d3572-d15f-4ce9-9a72-b64dceddb5bf {
  min-height: 0px;
}

#s-ff74e811-ff3b-4e6b-ac11-013790e4a296 {
  min-height: 0px;
}

#s-cd4b2f75-2d37-4171-8367-67e363b216e8 {
  min-height: 0px;
}

#s-bf063255-ab4e-4fe7-904d-65f64b40130f {
  min-height: 0px;
}

#s-648b9f7c-8021-4a7e-bc27-3a774a41213e {
  min-height: 0px;
}

#s-4b8dc426-66e1-4d9a-913d-c3653607c815 {
  min-height: 0px;
}

#s-4480ab08-4961-4d35-987d-7db59ae0676f {
  min-height: 0px;
}

#s-57ea5e21-5f46-4fec-9f02-8e9a04a7a206 {
  min-height: 0px;
}

#s-3db06097-4ef5-47dd-b948-badd9fe904d1 {
  min-height: 0px;
}

#s-8b933811-f51a-4c93-a6c3-60a0ad410b29 {
  min-height: 0px;
}

#s-efcf4198-646c-4733-a43a-6df272567964 {
  min-height: 0px;
}

#s-7784ca19-f6f0-45ae-8bde-0f2382908999 {
  min-height: 0px;
}

#s-e60df293-be9c-449b-9d47-42d36df5d600 {
  min-height: 0px;
}

#s-7bb93538-df5b-4f63-8920-768ab895865d {
  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-1442ed88-846c-4c12-a9d6-50597b8c06a4 {
  min-height: 0px;
}

#s-456f0713-9dd5-4e8a-a0f4-1a74d1da0550 {
  min-height: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-456f0713-9dd5-4e8a-a0f4-1a74d1da0550 {
  display: none;
}
#s-456f0713-9dd5-4e8a-a0f4-1a74d1da0550, #wrap-s-456f0713-9dd5-4e8a-a0f4-1a74d1da0550 { display:none !important; }}@media (max-width: 767px){#s-456f0713-9dd5-4e8a-a0f4-1a74d1da0550 {
  display: none;
}
#s-456f0713-9dd5-4e8a-a0f4-1a74d1da0550, #wrap-s-456f0713-9dd5-4e8a-a0f4-1a74d1da0550 { display:none !important; }}







#s-456f0713-9dd5-4e8a-a0f4-1a74d1da0550 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-456f0713-9dd5-4e8a-a0f4-1a74d1da0550.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-83892703-b7bd-48f8-ad43-b56bf624cab3 {
  margin-left: 16px;
margin-right: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-83892703-b7bd-48f8-ad43-b56bf624cab3 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-baad2612-a5c9-40d9-8d9f-5369565a0197 {
  min-height: 100px;
}
@media (min-width: 1200px){#s-baad2612-a5c9-40d9-8d9f-5369565a0197 {
  display: none;
}
#s-baad2612-a5c9-40d9-8d9f-5369565a0197, #wrap-s-baad2612-a5c9-40d9-8d9f-5369565a0197 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-baad2612-a5c9-40d9-8d9f-5369565a0197 {
  display: none;
}
#s-baad2612-a5c9-40d9-8d9f-5369565a0197, #wrap-s-baad2612-a5c9-40d9-8d9f-5369565a0197 { display:none !important; }}







#s-baad2612-a5c9-40d9-8d9f-5369565a0197 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-baad2612-a5c9-40d9-8d9f-5369565a0197.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf3686bd-ec5a-414f-b509-624ac4e54938 {
  margin-left: 16px;
margin-right: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cf3686bd-ec5a-414f-b509-624ac4e54938 .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-0371bc25-5a04-4749-aba1-d88563e63e07 {
  margin-top: auto;
margin-left: 16px;
margin-bottom: auto;
margin-right: 16px;
min-height: 0px;
}
@media (min-width: 1200px){#s-0371bc25-5a04-4749-aba1-d88563e63e07 {
  display: none;
}
#s-0371bc25-5a04-4749-aba1-d88563e63e07, #wrap-s-0371bc25-5a04-4749-aba1-d88563e63e07 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0371bc25-5a04-4749-aba1-d88563e63e07 {
  display: none;
}
#s-0371bc25-5a04-4749-aba1-d88563e63e07, #wrap-s-0371bc25-5a04-4749-aba1-d88563e63e07 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0371bc25-5a04-4749-aba1-d88563e63e07 {
  display: none;
}
#s-0371bc25-5a04-4749-aba1-d88563e63e07, #wrap-s-0371bc25-5a04-4749-aba1-d88563e63e07 { display:none !important; }}
#s-34244a1a-241c-47c8-99ba-a2635014e5e7 {
  display: none;
}
#s-b35b73f1-4cea-4ee4-8723-525b00e90929 {
  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-b35b73f1-4cea-4ee4-8723-525b00e90929 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b35b73f1-4cea-4ee4-8723-525b00e90929 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b35b73f1-4cea-4ee4-8723-525b00e90929 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b35b73f1-4cea-4ee4-8723-525b00e90929 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b35b73f1-4cea-4ee4-8723-525b00e90929 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b35b73f1-4cea-4ee4-8723-525b00e90929 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b35b73f1-4cea-4ee4-8723-525b00e90929 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b35b73f1-4cea-4ee4-8723-525b00e90929 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b35b73f1-4cea-4ee4-8723-525b00e90929 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b35b73f1-4cea-4ee4-8723-525b00e90929 img.shogun-image {
  width: 100%;
}



}
#s-4ed6975f-4579-4102-8dfc-02b21c502211 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-4ed6975f-4579-4102-8dfc-02b21c502211 .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-d0e49566-40f9-43f5-bd9b-61725ff217af {
  min-height: 50px;
text-align: center;
}

#s-d0e49566-40f9-43f5-bd9b-61725ff217af .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d0e49566-40f9-43f5-bd9b-61725ff217af .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d0e49566-40f9-43f5-bd9b-61725ff217af .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-180e8167-b229-4b95-b927-64f741a5d3c5 {
  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-180e8167-b229-4b95-b927-64f741a5d3c5:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-180e8167-b229-4b95-b927-64f741a5d3c5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-180e8167-b229-4b95-b927-64f741a5d3c5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-180e8167-b229-4b95-b927-64f741a5d3c5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-180e8167-b229-4b95-b927-64f741a5d3c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-180e8167-b229-4b95-b927-64f741a5d3c5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-180e8167-b229-4b95-b927-64f741a5d3c5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-572440ee-e108-4b0b-8f44-a3dc703b937f {
  display: none;
}
#s-31cada41-6d77-48c9-9abb-9f76c87337e3 {
  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-31cada41-6d77-48c9-9abb-9f76c87337e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31cada41-6d77-48c9-9abb-9f76c87337e3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-31cada41-6d77-48c9-9abb-9f76c87337e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31cada41-6d77-48c9-9abb-9f76c87337e3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-31cada41-6d77-48c9-9abb-9f76c87337e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31cada41-6d77-48c9-9abb-9f76c87337e3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-31cada41-6d77-48c9-9abb-9f76c87337e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31cada41-6d77-48c9-9abb-9f76c87337e3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-31cada41-6d77-48c9-9abb-9f76c87337e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31cada41-6d77-48c9-9abb-9f76c87337e3 img.shogun-image {
  width: 100%;
}



}
#s-313a3bf9-24be-4e73-b934-0d2a06b92fcc {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-313a3bf9-24be-4e73-b934-0d2a06b92fcc .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-cf77e18e-d1d4-4ac8-ae2f-26761c02b96d {
  min-height: 50px;
text-align: center;
}

#s-cf77e18e-d1d4-4ac8-ae2f-26761c02b96d .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cf77e18e-d1d4-4ac8-ae2f-26761c02b96d .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-cf77e18e-d1d4-4ac8-ae2f-26761c02b96d .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-9001818f-874f-448c-ae8e-1bc78cc76b2a {
  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-9001818f-874f-448c-ae8e-1bc78cc76b2a:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9001818f-874f-448c-ae8e-1bc78cc76b2a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9001818f-874f-448c-ae8e-1bc78cc76b2a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9001818f-874f-448c-ae8e-1bc78cc76b2a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9001818f-874f-448c-ae8e-1bc78cc76b2a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9001818f-874f-448c-ae8e-1bc78cc76b2a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9001818f-874f-448c-ae8e-1bc78cc76b2a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-abd57cb3-b14b-4f95-b4b7-e3f0cdb6eb42 {
  margin-top: auto;
margin-left: 16px;
margin-bottom: auto;
margin-right: 16px;
min-height: 0px;
}
@media (min-width: 1200px){#s-abd57cb3-b14b-4f95-b4b7-e3f0cdb6eb42 {
  display: none;
}
#s-abd57cb3-b14b-4f95-b4b7-e3f0cdb6eb42, #wrap-s-abd57cb3-b14b-4f95-b4b7-e3f0cdb6eb42 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-abd57cb3-b14b-4f95-b4b7-e3f0cdb6eb42 {
  display: none;
}
#s-abd57cb3-b14b-4f95-b4b7-e3f0cdb6eb42, #wrap-s-abd57cb3-b14b-4f95-b4b7-e3f0cdb6eb42 { display:none !important; }}@media (max-width: 767px){#s-abd57cb3-b14b-4f95-b4b7-e3f0cdb6eb42 {
  display: none;
}
#s-abd57cb3-b14b-4f95-b4b7-e3f0cdb6eb42, #wrap-s-abd57cb3-b14b-4f95-b4b7-e3f0cdb6eb42 { display:none !important; }}
#s-15026c13-48ea-4cf0-9346-cc91428ec440 {
  display: none;
}
#s-33e0fe9c-f678-48b8-8998-26cebfc9b468 {
  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-33e0fe9c-f678-48b8-8998-26cebfc9b468 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33e0fe9c-f678-48b8-8998-26cebfc9b468 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-33e0fe9c-f678-48b8-8998-26cebfc9b468 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33e0fe9c-f678-48b8-8998-26cebfc9b468 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-33e0fe9c-f678-48b8-8998-26cebfc9b468 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33e0fe9c-f678-48b8-8998-26cebfc9b468 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-33e0fe9c-f678-48b8-8998-26cebfc9b468 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33e0fe9c-f678-48b8-8998-26cebfc9b468 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-33e0fe9c-f678-48b8-8998-26cebfc9b468 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-33e0fe9c-f678-48b8-8998-26cebfc9b468 img.shogun-image {
  width: 100%;
}



}
#s-f9b778e2-48f9-4555-8a07-e05d97665bac {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-f9b778e2-48f9-4555-8a07-e05d97665bac .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-2a179436-f409-4d56-9519-ced1b5ed5fae {
  min-height: 50px;
text-align: center;
}

#s-2a179436-f409-4d56-9519-ced1b5ed5fae .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2a179436-f409-4d56-9519-ced1b5ed5fae .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2a179436-f409-4d56-9519-ced1b5ed5fae .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-5c6a7fef-5d8b-4570-860a-b0100bc549ad {
  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-5c6a7fef-5d8b-4570-860a-b0100bc549ad:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5c6a7fef-5d8b-4570-860a-b0100bc549ad:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5c6a7fef-5d8b-4570-860a-b0100bc549ad {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5c6a7fef-5d8b-4570-860a-b0100bc549ad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5c6a7fef-5d8b-4570-860a-b0100bc549ad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5c6a7fef-5d8b-4570-860a-b0100bc549ad.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5c6a7fef-5d8b-4570-860a-b0100bc549ad.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-9829220d-da69-4a48-ac95-4bbee1171aee {
  display: none;
}
#s-d1af961b-f6af-42ed-88f9-195e19b80345 {
  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-d1af961b-f6af-42ed-88f9-195e19b80345 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1af961b-f6af-42ed-88f9-195e19b80345 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d1af961b-f6af-42ed-88f9-195e19b80345 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1af961b-f6af-42ed-88f9-195e19b80345 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d1af961b-f6af-42ed-88f9-195e19b80345 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1af961b-f6af-42ed-88f9-195e19b80345 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d1af961b-f6af-42ed-88f9-195e19b80345 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1af961b-f6af-42ed-88f9-195e19b80345 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d1af961b-f6af-42ed-88f9-195e19b80345 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1af961b-f6af-42ed-88f9-195e19b80345 img.shogun-image {
  width: 100%;
}



}
#s-ba6dce6a-7344-4a22-9a30-f63d479125f2 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-ba6dce6a-7344-4a22-9a30-f63d479125f2 .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-68c10600-0977-49da-b194-7c7aa8fb64fb {
  min-height: 50px;
text-align: center;
}

#s-68c10600-0977-49da-b194-7c7aa8fb64fb .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-68c10600-0977-49da-b194-7c7aa8fb64fb .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-68c10600-0977-49da-b194-7c7aa8fb64fb .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-a5f377f5-8e04-4c2e-a6ca-aab238880816 {
  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-a5f377f5-8e04-4c2e-a6ca-aab238880816:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a5f377f5-8e04-4c2e-a6ca-aab238880816:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a5f377f5-8e04-4c2e-a6ca-aab238880816 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a5f377f5-8e04-4c2e-a6ca-aab238880816.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a5f377f5-8e04-4c2e-a6ca-aab238880816.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a5f377f5-8e04-4c2e-a6ca-aab238880816.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a5f377f5-8e04-4c2e-a6ca-aab238880816.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-b0b3ec83-c17a-4d6a-aaf4-64c38ced47e9 {
  display: none;
}
#s-79d7a705-c752-48d0-9b97-1a5c3a4c4a7b {
  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-79d7a705-c752-48d0-9b97-1a5c3a4c4a7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79d7a705-c752-48d0-9b97-1a5c3a4c4a7b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-79d7a705-c752-48d0-9b97-1a5c3a4c4a7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79d7a705-c752-48d0-9b97-1a5c3a4c4a7b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-79d7a705-c752-48d0-9b97-1a5c3a4c4a7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79d7a705-c752-48d0-9b97-1a5c3a4c4a7b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-79d7a705-c752-48d0-9b97-1a5c3a4c4a7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79d7a705-c752-48d0-9b97-1a5c3a4c4a7b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-79d7a705-c752-48d0-9b97-1a5c3a4c4a7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-79d7a705-c752-48d0-9b97-1a5c3a4c4a7b img.shogun-image {
  width: 100%;
}



}
#s-38e5ad80-3705-4e67-8819-dc6a5b028bca {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-38e5ad80-3705-4e67-8819-dc6a5b028bca .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-4f7a020e-c467-4594-9fbd-20767e1f64ec {
  min-height: 50px;
text-align: center;
}

#s-4f7a020e-c467-4594-9fbd-20767e1f64ec .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4f7a020e-c467-4594-9fbd-20767e1f64ec .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4f7a020e-c467-4594-9fbd-20767e1f64ec .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-ac955c4f-7294-4450-92b6-7e2878d9f22e {
  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-ac955c4f-7294-4450-92b6-7e2878d9f22e:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ac955c4f-7294-4450-92b6-7e2878d9f22e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ac955c4f-7294-4450-92b6-7e2878d9f22e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ac955c4f-7294-4450-92b6-7e2878d9f22e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ac955c4f-7294-4450-92b6-7e2878d9f22e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ac955c4f-7294-4450-92b6-7e2878d9f22e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ac955c4f-7294-4450-92b6-7e2878d9f22e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-f5ffd9be-fe5b-4e42-847e-2fe151385eed {
  margin-left: 16px;
margin-right: 16px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f5ffd9be-fe5b-4e42-847e-2fe151385eed {
  display: none;
}
#s-f5ffd9be-fe5b-4e42-847e-2fe151385eed, #wrap-s-f5ffd9be-fe5b-4e42-847e-2fe151385eed { display:none !important; }}@media (max-width: 767px){#s-f5ffd9be-fe5b-4e42-847e-2fe151385eed {
  display: none;
}
#s-f5ffd9be-fe5b-4e42-847e-2fe151385eed, #wrap-s-f5ffd9be-fe5b-4e42-847e-2fe151385eed { display:none !important; }}
#s-1e65d1c8-df25-4842-955a-a41c2b04ae7f {
  margin-top: auto;
margin-bottom: auto;
}

#s-1e65d1c8-df25-4842-955a-a41c2b04ae7f {
  display: none;
}
#s-3fdfc526-6d67-4dba-bc18-d64d3ac56eb3 {
  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-3fdfc526-6d67-4dba-bc18-d64d3ac56eb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fdfc526-6d67-4dba-bc18-d64d3ac56eb3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3fdfc526-6d67-4dba-bc18-d64d3ac56eb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fdfc526-6d67-4dba-bc18-d64d3ac56eb3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3fdfc526-6d67-4dba-bc18-d64d3ac56eb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fdfc526-6d67-4dba-bc18-d64d3ac56eb3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3fdfc526-6d67-4dba-bc18-d64d3ac56eb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fdfc526-6d67-4dba-bc18-d64d3ac56eb3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3fdfc526-6d67-4dba-bc18-d64d3ac56eb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3fdfc526-6d67-4dba-bc18-d64d3ac56eb3 img.shogun-image {
  width: 100%;
}



}
#s-25f6b170-cc5e-420a-9d9b-31a6db9497ba {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-25f6b170-cc5e-420a-9d9b-31a6db9497ba .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-246054d6-89a9-4ffd-9efd-14024bcd0d2b {
  min-height: 50px;
text-align: center;
}

#s-246054d6-89a9-4ffd-9efd-14024bcd0d2b .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-246054d6-89a9-4ffd-9efd-14024bcd0d2b .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-246054d6-89a9-4ffd-9efd-14024bcd0d2b .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-4fecf626-14ff-4314-84ed-243724d2f030 {
  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-4fecf626-14ff-4314-84ed-243724d2f030:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4fecf626-14ff-4314-84ed-243724d2f030:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4fecf626-14ff-4314-84ed-243724d2f030 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4fecf626-14ff-4314-84ed-243724d2f030.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4fecf626-14ff-4314-84ed-243724d2f030.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4fecf626-14ff-4314-84ed-243724d2f030.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4fecf626-14ff-4314-84ed-243724d2f030.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-c3f36956-ca32-43e5-9769-c23a5464d4b1 {
  margin-top: auto;
margin-bottom: auto;
}

#s-c3f36956-ca32-43e5-9769-c23a5464d4b1 {
  display: none;
}
#s-086d6a10-a598-41f3-9283-582fb9e1f894 {
  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-086d6a10-a598-41f3-9283-582fb9e1f894 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-086d6a10-a598-41f3-9283-582fb9e1f894 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-086d6a10-a598-41f3-9283-582fb9e1f894 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-086d6a10-a598-41f3-9283-582fb9e1f894 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-086d6a10-a598-41f3-9283-582fb9e1f894 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-086d6a10-a598-41f3-9283-582fb9e1f894 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-086d6a10-a598-41f3-9283-582fb9e1f894 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-086d6a10-a598-41f3-9283-582fb9e1f894 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-086d6a10-a598-41f3-9283-582fb9e1f894 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-086d6a10-a598-41f3-9283-582fb9e1f894 img.shogun-image {
  width: 100%;
}



}
#s-629d7848-863f-4fb1-b383-32240d512023 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-629d7848-863f-4fb1-b383-32240d512023 .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-e0a770be-133a-4924-838c-b567c62c24bf {
  min-height: 50px;
text-align: center;
}

#s-e0a770be-133a-4924-838c-b567c62c24bf .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e0a770be-133a-4924-838c-b567c62c24bf .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-e0a770be-133a-4924-838c-b567c62c24bf .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-7350e5d1-ed88-4f3c-b317-822408e927dc {
  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-7350e5d1-ed88-4f3c-b317-822408e927dc:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7350e5d1-ed88-4f3c-b317-822408e927dc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7350e5d1-ed88-4f3c-b317-822408e927dc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7350e5d1-ed88-4f3c-b317-822408e927dc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7350e5d1-ed88-4f3c-b317-822408e927dc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7350e5d1-ed88-4f3c-b317-822408e927dc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7350e5d1-ed88-4f3c-b317-822408e927dc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-9ce314ee-c978-45e8-ba17-395dd15fa479 {
  margin-top: auto;
margin-bottom: auto;
}

#s-9ce314ee-c978-45e8-ba17-395dd15fa479 {
  display: none;
}
#s-5fd63355-d855-47db-8c77-cf2b9ea5c1b5 {
  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-5fd63355-d855-47db-8c77-cf2b9ea5c1b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fd63355-d855-47db-8c77-cf2b9ea5c1b5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5fd63355-d855-47db-8c77-cf2b9ea5c1b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fd63355-d855-47db-8c77-cf2b9ea5c1b5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5fd63355-d855-47db-8c77-cf2b9ea5c1b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fd63355-d855-47db-8c77-cf2b9ea5c1b5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5fd63355-d855-47db-8c77-cf2b9ea5c1b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fd63355-d855-47db-8c77-cf2b9ea5c1b5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5fd63355-d855-47db-8c77-cf2b9ea5c1b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fd63355-d855-47db-8c77-cf2b9ea5c1b5 img.shogun-image {
  width: 100%;
}



}
#s-7bf2963e-924c-4b65-b865-233cb53a1958 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-7bf2963e-924c-4b65-b865-233cb53a1958 .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-5a2dcf3d-63b4-42b5-8677-9574d4036ebd {
  min-height: 50px;
text-align: center;
}

#s-5a2dcf3d-63b4-42b5-8677-9574d4036ebd .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5a2dcf3d-63b4-42b5-8677-9574d4036ebd .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-5a2dcf3d-63b4-42b5-8677-9574d4036ebd .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-8eac2292-2eae-4a79-aa14-73b2dc862d17 {
  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-8eac2292-2eae-4a79-aa14-73b2dc862d17:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8eac2292-2eae-4a79-aa14-73b2dc862d17:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8eac2292-2eae-4a79-aa14-73b2dc862d17 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8eac2292-2eae-4a79-aa14-73b2dc862d17.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8eac2292-2eae-4a79-aa14-73b2dc862d17.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8eac2292-2eae-4a79-aa14-73b2dc862d17.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8eac2292-2eae-4a79-aa14-73b2dc862d17.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-bfc83b91-3e60-4794-820f-534124bc2706 {
  margin-top: auto;
margin-bottom: auto;
}

#s-bfc83b91-3e60-4794-820f-534124bc2706 {
  display: none;
}
#s-52319533-70e1-4dd0-a988-f548e90a29db {
  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-52319533-70e1-4dd0-a988-f548e90a29db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52319533-70e1-4dd0-a988-f548e90a29db img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-52319533-70e1-4dd0-a988-f548e90a29db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52319533-70e1-4dd0-a988-f548e90a29db img.shogun-image {
  width: 100%;
}



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

.shg-c#s-52319533-70e1-4dd0-a988-f548e90a29db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52319533-70e1-4dd0-a988-f548e90a29db img.shogun-image {
  width: 100%;
}



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

.shg-c#s-52319533-70e1-4dd0-a988-f548e90a29db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52319533-70e1-4dd0-a988-f548e90a29db img.shogun-image {
  width: 100%;
}



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

.shg-c#s-52319533-70e1-4dd0-a988-f548e90a29db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52319533-70e1-4dd0-a988-f548e90a29db img.shogun-image {
  width: 100%;
}



}
#s-9e9ff5db-88d4-4b6e-947e-2eb97c0214b3 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-9e9ff5db-88d4-4b6e-947e-2eb97c0214b3 .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-9e5a5f02-54a0-48f2-8550-dd7b37be2b9b {
  min-height: 50px;
text-align: center;
}

#s-9e5a5f02-54a0-48f2-8550-dd7b37be2b9b .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9e5a5f02-54a0-48f2-8550-dd7b37be2b9b .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-9e5a5f02-54a0-48f2-8550-dd7b37be2b9b .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-cf37f295-4c28-4544-a538-ce80b8f3489c {
  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-cf37f295-4c28-4544-a538-ce80b8f3489c:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cf37f295-4c28-4544-a538-ce80b8f3489c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cf37f295-4c28-4544-a538-ce80b8f3489c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cf37f295-4c28-4544-a538-ce80b8f3489c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cf37f295-4c28-4544-a538-ce80b8f3489c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cf37f295-4c28-4544-a538-ce80b8f3489c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-cf37f295-4c28-4544-a538-ce80b8f3489c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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