.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-1f5de363-e8e0-4aa1-a82b-6951bbd3d2eb {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 12px;
background-color: rgba(37, 37, 81, 1);
}
@media (min-width: 1200px){#s-1f5de363-e8e0-4aa1-a82b-6951bbd3d2eb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1f5de363-e8e0-4aa1-a82b-6951bbd3d2eb {
  
}
}







#s-1f5de363-e8e0-4aa1-a82b-6951bbd3d2eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f5de363-e8e0-4aa1-a82b-6951bbd3d2eb.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-d064f787-0b3b-449d-8b79-1b96f9a9903a {
  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-d064f787-0b3b-449d-8b79-1b96f9a9903a {
  display: none;
}
#s-d064f787-0b3b-449d-8b79-1b96f9a9903a, #wrap-s-d064f787-0b3b-449d-8b79-1b96f9a9903a { display:none !important; }}@media (max-width: 767px){#s-d064f787-0b3b-449d-8b79-1b96f9a9903a {
  display: none;
}
#s-d064f787-0b3b-449d-8b79-1b96f9a9903a, #wrap-s-d064f787-0b3b-449d-8b79-1b96f9a9903a { display:none !important; }}
@media (min-width: 0px) {
[id="s-d064f787-0b3b-449d-8b79-1b96f9a9903a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d064f787-0b3b-449d-8b79-1b96f9a9903a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d064f787-0b3b-449d-8b79-1b96f9a9903a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d064f787-0b3b-449d-8b79-1b96f9a9903a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-d387e6ff-10b7-41f9-a88f-3dc392fd95b6 {
  margin-left: 0px;
min-height: 120px;
}

@media (min-width: 0px) {
[id="s-d387e6ff-10b7-41f9-a88f-3dc392fd95b6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-d387e6ff-10b7-41f9-a88f-3dc392fd95b6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-d387e6ff-10b7-41f9-a88f-3dc392fd95b6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-d387e6ff-10b7-41f9-a88f-3dc392fd95b6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-d387e6ff-10b7-41f9-a88f-3dc392fd95b6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-d387e6ff-10b7-41f9-a88f-3dc392fd95b6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-d387e6ff-10b7-41f9-a88f-3dc392fd95b6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.0px);
}

}

#s-7a1bcfe2-c416-446b-8c8c-530ae9ab83f0 {
  margin-left: auto;
margin-right: auto;
min-height: 120px;
max-width: 80px;
}








#s-7a1bcfe2-c416-446b-8c8c-530ae9ab83f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a1bcfe2-c416-446b-8c8c-530ae9ab83f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-331204d2-f859-4c8f-9308-ef729b924580 {
  text-align: center;
}







  #s-331204d2-f859-4c8f-9308-ef729b924580 img.shogun-image {
    

    
    
    
  }


#s-331204d2-f859-4c8f-9308-ef729b924580 .shogun-image-content {
  
    align-items: center;
  
}

#s-6e9daac3-54f9-46eb-863e-f03b859f3e11 {
  box-shadow:0px 0px 0px 0px ;
}








#s-6e9daac3-54f9-46eb-863e-f03b859f3e11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e9daac3-54f9-46eb-863e-f03b859f3e11.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-ef0ab62b-50c2-4c01-998b-0e40f12904ef {
  box-shadow:0px 0px 0px 0px ;
margin-left: 0%;
margin-right: 0%;
}

#s-683bc98d-c810-4ffe-9091-1cde3dbc4d84 {
  padding-left: 40px;
}

@media (min-width: 0px) {
[id="s-683bc98d-c810-4ffe-9091-1cde3dbc4d84"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-683bc98d-c810-4ffe-9091-1cde3dbc4d84"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-683bc98d-c810-4ffe-9091-1cde3dbc4d84"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-683bc98d-c810-4ffe-9091-1cde3dbc4d84"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-683bc98d-c810-4ffe-9091-1cde3dbc4d84"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-683bc98d-c810-4ffe-9091-1cde3dbc4d84"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-683bc98d-c810-4ffe-9091-1cde3dbc4d84"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-9fdcbe75-d6f0-4b78-9a55-f97966cbe979 {
  margin-left: auto;
min-height: 120px;
max-width: 80px;
}








#s-9fdcbe75-d6f0-4b78-9a55-f97966cbe979 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fdcbe75-d6f0-4b78-9a55-f97966cbe979.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1cbb8b44-a9fd-4d6e-a9a9-4219edfedb4a {
  text-align: center;
}







  #s-1cbb8b44-a9fd-4d6e-a9a9-4219edfedb4a img.shogun-image {
    

    
    
    
  }


#s-1cbb8b44-a9fd-4d6e-a9a9-4219edfedb4a .shogun-image-content {
  
    align-items: center;
  
}








#s-7348970b-4392-48b1-9187-6eb696c266a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7348970b-4392-48b1-9187-6eb696c266a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1af82dc-0b37-4607-bb87-f4826d357550 {
  padding-left: 40px;
}

@media (min-width: 0px) {
[id="s-a1af82dc-0b37-4607-bb87-f4826d357550"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-a1af82dc-0b37-4607-bb87-f4826d357550"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-a1af82dc-0b37-4607-bb87-f4826d357550"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-a1af82dc-0b37-4607-bb87-f4826d357550"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-a1af82dc-0b37-4607-bb87-f4826d357550"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1af82dc-0b37-4607-bb87-f4826d357550"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-a1af82dc-0b37-4607-bb87-f4826d357550"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-57ff8d7c-04d5-4a16-9aee-aec1395e3171 {
  margin-left: auto;
min-height: 120px;
max-width: 80px;
}








#s-57ff8d7c-04d5-4a16-9aee-aec1395e3171 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57ff8d7c-04d5-4a16-9aee-aec1395e3171.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b37fb6b-385b-4cac-a516-cca950b912c3 {
  text-align: center;
}







  #s-5b37fb6b-385b-4cac-a516-cca950b912c3 img.shogun-image {
    

    
    
    
  }


#s-5b37fb6b-385b-4cac-a516-cca950b912c3 .shogun-image-content {
  
    align-items: center;
  
}








#s-6d1d79aa-d20e-4b1b-a1e2-9a5d81a220c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d1d79aa-d20e-4b1b-a1e2-9a5d81a220c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5042c332-d29e-4273-b850-76df0c3db333 {
  margin-top: auto;
margin-bottom: auto;
}

#s-bd063f60-31f5-48ec-9cc2-d13a9c418131 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 0px;
}

@media (min-width: 0px) {
[id="s-bd063f60-31f5-48ec-9cc2-d13a9c418131"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-bd063f60-31f5-48ec-9cc2-d13a9c418131"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-bd063f60-31f5-48ec-9cc2-d13a9c418131"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-bd063f60-31f5-48ec-9cc2-d13a9c418131"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-bd063f60-31f5-48ec-9cc2-d13a9c418131"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd063f60-31f5-48ec-9cc2-d13a9c418131"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0px);
}

[id="s-bd063f60-31f5-48ec-9cc2-d13a9c418131"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 4.0px);
}

}

#s-a55a530c-8183-4414-b645-30a1f1936027 {
  margin-left: auto;
margin-right: 0px;
min-height: 120px;
max-width: 80px;
}








#s-a55a530c-8183-4414-b645-30a1f1936027 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a55a530c-8183-4414-b645-30a1f1936027.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4496a17-5cd7-4f94-8cdd-9cb0689618a0 {
  text-align: center;
}







  #s-b4496a17-5cd7-4f94-8cdd-9cb0689618a0 img.shogun-image {
    

    
    
    
  }


#s-b4496a17-5cd7-4f94-8cdd-9cb0689618a0 .shogun-image-content {
  
    align-items: center;
  
}








#s-3ed5a286-43d8-4941-9ba7-4f9fca3ad71a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ed5a286-43d8-4941-9ba7-4f9fca3ad71a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-ebaf1921-5b86-49b4-961f-7172d66aff3f {
  display: none;
}
#s-ebaf1921-5b86-49b4-961f-7172d66aff3f, #wrap-s-ebaf1921-5b86-49b4-961f-7172d66aff3f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ebaf1921-5b86-49b4-961f-7172d66aff3f {
  display: none;
}
#s-ebaf1921-5b86-49b4-961f-7172d66aff3f, #wrap-s-ebaf1921-5b86-49b4-961f-7172d66aff3f { display:none !important; }}
@media (min-width: 0px) {
[id="s-ebaf1921-5b86-49b4-961f-7172d66aff3f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ebaf1921-5b86-49b4-961f-7172d66aff3f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ebaf1921-5b86-49b4-961f-7172d66aff3f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ebaf1921-5b86-49b4-961f-7172d66aff3f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b2f6dff6-4213-4df9-b55b-9c5dfd9ae2dc {
  min-height: 120px;
}

@media (min-width: 0px) {
[id="s-b2f6dff6-4213-4df9-b55b-9c5dfd9ae2dc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b2f6dff6-4213-4df9-b55b-9c5dfd9ae2dc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b2f6dff6-4213-4df9-b55b-9c5dfd9ae2dc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b2f6dff6-4213-4df9-b55b-9c5dfd9ae2dc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b2f6dff6-4213-4df9-b55b-9c5dfd9ae2dc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2f6dff6-4213-4df9-b55b-9c5dfd9ae2dc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b2f6dff6-4213-4df9-b55b-9c5dfd9ae2dc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-933a5d46-e1ec-44ef-a247-4b302f4094f5 {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 56px;
}








#s-933a5d46-e1ec-44ef-a247-4b302f4094f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-933a5d46-e1ec-44ef-a247-4b302f4094f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1d9d37b-8477-4f21-a43f-65845d2e3969 {
  text-align: center;
}







  #s-d1d9d37b-8477-4f21-a43f-65845d2e3969 img.shogun-image {
    

    
    
    
  }


#s-d1d9d37b-8477-4f21-a43f-65845d2e3969 .shogun-image-content {
  
    align-items: center;
  
}

#s-d48c1327-a166-43b2-a4bf-07619300ba21 {
  box-shadow:0px 0px 0px 0px ;
}








#s-d48c1327-a166-43b2-a4bf-07619300ba21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d48c1327-a166-43b2-a4bf-07619300ba21.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9ee0959-9ff4-4c37-a82a-29254113264b {
  box-shadow:0px 0px 0px 0px ;
margin-left: 0%;
margin-right: 0%;
}

#s-92dc1cbe-f441-4e9d-898a-1c8c3eb075e5 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-92dc1cbe-f441-4e9d-898a-1c8c3eb075e5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-92dc1cbe-f441-4e9d-898a-1c8c3eb075e5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-92dc1cbe-f441-4e9d-898a-1c8c3eb075e5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-92dc1cbe-f441-4e9d-898a-1c8c3eb075e5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-92dc1cbe-f441-4e9d-898a-1c8c3eb075e5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-92dc1cbe-f441-4e9d-898a-1c8c3eb075e5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-92dc1cbe-f441-4e9d-898a-1c8c3eb075e5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-5e6dbfac-ec2f-45b6-a8c2-33be774e71bc {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 56px;
}








#s-5e6dbfac-ec2f-45b6-a8c2-33be774e71bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e6dbfac-ec2f-45b6-a8c2-33be774e71bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-06d81459-6023-4815-8e1e-45a6e575dcd9 {
  text-align: center;
}







  #s-06d81459-6023-4815-8e1e-45a6e575dcd9 img.shogun-image {
    

    
    
    
  }


#s-06d81459-6023-4815-8e1e-45a6e575dcd9 .shogun-image-content {
  
    align-items: center;
  
}








#s-26d78d3f-4541-4f42-9094-38d1b77973e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26d78d3f-4541-4f42-9094-38d1b77973e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66785487-593c-41ec-83fb-4cf7608c4065 {
  margin-top: -48px;
}
@media (min-width: 1200px){#s-66785487-593c-41ec-83fb-4cf7608c4065 {
  display: none;
}
#s-66785487-593c-41ec-83fb-4cf7608c4065, #wrap-s-66785487-593c-41ec-83fb-4cf7608c4065 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-66785487-593c-41ec-83fb-4cf7608c4065 {
  display: none;
}
#s-66785487-593c-41ec-83fb-4cf7608c4065, #wrap-s-66785487-593c-41ec-83fb-4cf7608c4065 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-66785487-593c-41ec-83fb-4cf7608c4065 {
  
}
}@media (max-width: 767px){#s-66785487-593c-41ec-83fb-4cf7608c4065 {
  
}
}
@media (min-width: 0px) {
[id="s-66785487-593c-41ec-83fb-4cf7608c4065"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-66785487-593c-41ec-83fb-4cf7608c4065"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-66785487-593c-41ec-83fb-4cf7608c4065"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-66785487-593c-41ec-83fb-4cf7608c4065"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-e8b97074-03b5-4b55-b68d-86e223de9a0e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e8b97074-03b5-4b55-b68d-86e223de9a0e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e8b97074-03b5-4b55-b68d-86e223de9a0e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e8b97074-03b5-4b55-b68d-86e223de9a0e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e8b97074-03b5-4b55-b68d-86e223de9a0e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8b97074-03b5-4b55-b68d-86e223de9a0e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e8b97074-03b5-4b55-b68d-86e223de9a0e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-6c96271c-f820-4927-8c3f-f7aca38c4637 {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 56px;
}








#s-6c96271c-f820-4927-8c3f-f7aca38c4637 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c96271c-f820-4927-8c3f-f7aca38c4637.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f97f8a9-8a7b-4c25-8fe5-7a9de43e66aa {
  text-align: center;
}







  #s-6f97f8a9-8a7b-4c25-8fe5-7a9de43e66aa img.shogun-image {
    

    
    
    
  }


#s-6f97f8a9-8a7b-4c25-8fe5-7a9de43e66aa .shogun-image-content {
  
    align-items: center;
  
}








#s-2921753d-68ab-400e-8ed2-40b248219338 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2921753d-68ab-400e-8ed2-40b248219338.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b11c4fa-1c68-414a-9a75-53ac253187f3 {
  margin-top: auto;
margin-bottom: auto;
}

#s-64d64176-6679-42b9-af6b-d67f463a2027 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-64d64176-6679-42b9-af6b-d67f463a2027"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-64d64176-6679-42b9-af6b-d67f463a2027"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-64d64176-6679-42b9-af6b-d67f463a2027"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-64d64176-6679-42b9-af6b-d67f463a2027"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-64d64176-6679-42b9-af6b-d67f463a2027"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-64d64176-6679-42b9-af6b-d67f463a2027"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-64d64176-6679-42b9-af6b-d67f463a2027"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-7cd97d1f-4fa2-4232-96eb-8aba016a833b {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 65px;
}








#s-7cd97d1f-4fa2-4232-96eb-8aba016a833b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7cd97d1f-4fa2-4232-96eb-8aba016a833b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d65351de-5aef-4be2-b791-631fa1a2d3d2 {
  text-align: center;
}







  #s-d65351de-5aef-4be2-b791-631fa1a2d3d2 img.shogun-image {
    

    
    
    
  }


#s-d65351de-5aef-4be2-b791-631fa1a2d3d2 .shogun-image-content {
  
    align-items: center;
  
}








#s-f9353807-25a8-4340-9726-debbed772f66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9353807-25a8-4340-9726-debbed772f66.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7cc20574-92c1-421c-86bf-6ce2615a2142 {
  margin-left: 0px;
margin-right: 8px;
}

#s-880e7646-0bd8-452e-8b89-688c88196b41 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-880e7646-0bd8-452e-8b89-688c88196b41 > .shg-box-overlay {
  background-color: rgba(228, 73, 73, 1);
  opacity: 0;
}#s-880e7646-0bd8-452e-8b89-688c88196b41.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d6ab394b-95f8-4586-b62d-d6aa5cadf9e1 {
  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-d6ab394b-95f8-4586-b62d-d6aa5cadf9e1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d6ab394b-95f8-4586-b62d-d6aa5cadf9e1 {
  
}
}@media (max-width: 767px){#s-d6ab394b-95f8-4586-b62d-d6aa5cadf9e1 {
  
}
}







#s-d6ab394b-95f8-4586-b62d-d6aa5cadf9e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6ab394b-95f8-4586-b62d-d6aa5cadf9e1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-565b84d5-b456-496b-8a31-cbb7ad2d792a {
  text-align: left;
}

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

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

#s-a4d229d4-aaa0-4e12-b280-81c92fdf60fe {
  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-a4d229d4-aaa0-4e12-b280-81c92fdf60fe {
  display: none;
}
#s-a4d229d4-aaa0-4e12-b280-81c92fdf60fe, #wrap-s-a4d229d4-aaa0-4e12-b280-81c92fdf60fe { display:none !important; }}@media (max-width: 767px){#s-a4d229d4-aaa0-4e12-b280-81c92fdf60fe {
  display: none;
}
#s-a4d229d4-aaa0-4e12-b280-81c92fdf60fe, #wrap-s-a4d229d4-aaa0-4e12-b280-81c92fdf60fe { display:none !important; }}
#s-a4d229d4-aaa0-4e12-b280-81c92fdf60fe .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-132eea3e-b618-4fa1-8cca-578a98fdf1f9 {
  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-132eea3e-b618-4fa1-8cca-578a98fdf1f9 {
  display: none;
}
#s-132eea3e-b618-4fa1-8cca-578a98fdf1f9, #wrap-s-132eea3e-b618-4fa1-8cca-578a98fdf1f9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-132eea3e-b618-4fa1-8cca-578a98fdf1f9 {
  display: none;
}
#s-132eea3e-b618-4fa1-8cca-578a98fdf1f9, #wrap-s-132eea3e-b618-4fa1-8cca-578a98fdf1f9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-132eea3e-b618-4fa1-8cca-578a98fdf1f9 {
  
}
}
#s-132eea3e-b618-4fa1-8cca-578a98fdf1f9 .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-ba74ba6b-8d61-4f6b-9b96-56ad2f489028 {
  padding-top: 16px;
padding-left: 16px;
padding-right: 16px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-ba74ba6b-8d61-4f6b-9b96-56ad2f489028"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-ba74ba6b-8d61-4f6b-9b96-56ad2f489028"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-ba74ba6b-8d61-4f6b-9b96-56ad2f489028"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba74ba6b-8d61-4f6b-9b96-56ad2f489028"] > .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-bfeb3421-253c-424c-9faa-ab4cd9d11816 {
  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-bfeb3421-253c-424c-9faa-ab4cd9d11816 {
  display: none;
}
#s-bfeb3421-253c-424c-9faa-ab4cd9d11816, #wrap-s-bfeb3421-253c-424c-9faa-ab4cd9d11816 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bfeb3421-253c-424c-9faa-ab4cd9d11816 {
  display: none;
}
#s-bfeb3421-253c-424c-9faa-ab4cd9d11816, #wrap-s-bfeb3421-253c-424c-9faa-ab4cd9d11816 { display:none !important; }}


.shg-c#s-bfeb3421-253c-424c-9faa-ab4cd9d11816 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bfeb3421-253c-424c-9faa-ab4cd9d11816 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bfeb3421-253c-424c-9faa-ab4cd9d11816 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bfeb3421-253c-424c-9faa-ab4cd9d11816 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bfeb3421-253c-424c-9faa-ab4cd9d11816 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bfeb3421-253c-424c-9faa-ab4cd9d11816 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bfeb3421-253c-424c-9faa-ab4cd9d11816 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bfeb3421-253c-424c-9faa-ab4cd9d11816 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bfeb3421-253c-424c-9faa-ab4cd9d11816 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bfeb3421-253c-424c-9faa-ab4cd9d11816 img.shogun-image {
  width: 100%;
}



}
#s-5143b41a-b3a3-42fa-bdfb-8d000bafef27 {
  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-5143b41a-b3a3-42fa-bdfb-8d000bafef27 {
  display: none;
}
#s-5143b41a-b3a3-42fa-bdfb-8d000bafef27, #wrap-s-5143b41a-b3a3-42fa-bdfb-8d000bafef27 { display:none !important; }}@media (max-width: 767px){#s-5143b41a-b3a3-42fa-bdfb-8d000bafef27 {
  display: none;
}
#s-5143b41a-b3a3-42fa-bdfb-8d000bafef27, #wrap-s-5143b41a-b3a3-42fa-bdfb-8d000bafef27 { display:none !important; }}

.shg-c#s-5143b41a-b3a3-42fa-bdfb-8d000bafef27 {
  max-width:  100%;
}

.shg-c#s-5143b41a-b3a3-42fa-bdfb-8d000bafef27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5143b41a-b3a3-42fa-bdfb-8d000bafef27 .shg-image-zoom,
.shg-c#s-5143b41a-b3a3-42fa-bdfb-8d000bafef27 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-5143b41a-b3a3-42fa-bdfb-8d000bafef27 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5143b41a-b3a3-42fa-bdfb-8d000bafef27 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5143b41a-b3a3-42fa-bdfb-8d000bafef27 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-5143b41a-b3a3-42fa-bdfb-8d000bafef27 {
  max-width:  100%;
}

.shg-c#s-5143b41a-b3a3-42fa-bdfb-8d000bafef27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5143b41a-b3a3-42fa-bdfb-8d000bafef27 .shg-image-zoom,
.shg-c#s-5143b41a-b3a3-42fa-bdfb-8d000bafef27 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-5143b41a-b3a3-42fa-bdfb-8d000bafef27 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5143b41a-b3a3-42fa-bdfb-8d000bafef27 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5143b41a-b3a3-42fa-bdfb-8d000bafef27 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5143b41a-b3a3-42fa-bdfb-8d000bafef27 {
  max-width:  100%;
}

.shg-c#s-5143b41a-b3a3-42fa-bdfb-8d000bafef27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5143b41a-b3a3-42fa-bdfb-8d000bafef27 .shg-image-zoom,
.shg-c#s-5143b41a-b3a3-42fa-bdfb-8d000bafef27 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-5143b41a-b3a3-42fa-bdfb-8d000bafef27 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5143b41a-b3a3-42fa-bdfb-8d000bafef27 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5143b41a-b3a3-42fa-bdfb-8d000bafef27 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5143b41a-b3a3-42fa-bdfb-8d000bafef27 {
  max-width:  100%;
}

.shg-c#s-5143b41a-b3a3-42fa-bdfb-8d000bafef27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5143b41a-b3a3-42fa-bdfb-8d000bafef27 .shg-image-zoom,
.shg-c#s-5143b41a-b3a3-42fa-bdfb-8d000bafef27 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-5143b41a-b3a3-42fa-bdfb-8d000bafef27 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5143b41a-b3a3-42fa-bdfb-8d000bafef27 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5143b41a-b3a3-42fa-bdfb-8d000bafef27 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-5143b41a-b3a3-42fa-bdfb-8d000bafef27 {
  max-width:  100%;
}

.shg-c#s-5143b41a-b3a3-42fa-bdfb-8d000bafef27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5143b41a-b3a3-42fa-bdfb-8d000bafef27 .shg-image-zoom,
.shg-c#s-5143b41a-b3a3-42fa-bdfb-8d000bafef27 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-5143b41a-b3a3-42fa-bdfb-8d000bafef27 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5143b41a-b3a3-42fa-bdfb-8d000bafef27 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5143b41a-b3a3-42fa-bdfb-8d000bafef27 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-01863329-8a79-45c9-9601-20c582b3da52 {
  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-01863329-8a79-45c9-9601-20c582b3da52 {
  display: none;
}
#s-01863329-8a79-45c9-9601-20c582b3da52, #wrap-s-01863329-8a79-45c9-9601-20c582b3da52 { display:none !important; }}@media (max-width: 767px){#s-01863329-8a79-45c9-9601-20c582b3da52 {
  display: none;
}
#s-01863329-8a79-45c9-9601-20c582b3da52, #wrap-s-01863329-8a79-45c9-9601-20c582b3da52 { display:none !important; }}
#s-01863329-8a79-45c9-9601-20c582b3da52 .shg-gallery-thumb-image-wrapper {
  

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

#s-01863329-8a79-45c9-9601-20c582b3da52 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-01863329-8a79-45c9-9601-20c582b3da52 .shg-gallery-thumb-list-margin {
  margin-right: -8px;
}

#s-01863329-8a79-45c9-9601-20c582b3da52 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-01863329-8a79-45c9-9601-20c582b3da52 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-01863329-8a79-45c9-9601-20c582b3da52 .shg-gallery-dot {
  background-color: #FFF;
}

#s-71ce6514-a264-48f3-bdf6-2c42e7bebbac {
  min-height: 140px;
}
@media (min-width: 1200px){#s-71ce6514-a264-48f3-bdf6-2c42e7bebbac {
  display: none;
}
#s-71ce6514-a264-48f3-bdf6-2c42e7bebbac, #wrap-s-71ce6514-a264-48f3-bdf6-2c42e7bebbac { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-71ce6514-a264-48f3-bdf6-2c42e7bebbac {
  display: none;
}
#s-71ce6514-a264-48f3-bdf6-2c42e7bebbac, #wrap-s-71ce6514-a264-48f3-bdf6-2c42e7bebbac { display:none !important; }}







#s-71ce6514-a264-48f3-bdf6-2c42e7bebbac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71ce6514-a264-48f3-bdf6-2c42e7bebbac.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-35ca099e-2adc-4c51-9094-c41485989bb2 {
  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-35ca099e-2adc-4c51-9094-c41485989bb2 {
  display: none;
}
#s-35ca099e-2adc-4c51-9094-c41485989bb2, #wrap-s-35ca099e-2adc-4c51-9094-c41485989bb2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-35ca099e-2adc-4c51-9094-c41485989bb2 {
  display: none;
}
#s-35ca099e-2adc-4c51-9094-c41485989bb2, #wrap-s-35ca099e-2adc-4c51-9094-c41485989bb2 { display:none !important; }}
#s-35ca099e-2adc-4c51-9094-c41485989bb2 .shg-gallery-thumb-image-wrapper {
  

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

#s-35ca099e-2adc-4c51-9094-c41485989bb2 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-35ca099e-2adc-4c51-9094-c41485989bb2 .shg-gallery-thumb-list-margin {
  margin-right: -8px;
}

#s-35ca099e-2adc-4c51-9094-c41485989bb2 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-35ca099e-2adc-4c51-9094-c41485989bb2 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-35ca099e-2adc-4c51-9094-c41485989bb2 .shg-gallery-dot {
  background-color: #FFF;
}

@media (min-width: 768px) and (max-width: 991px){#s-0a4b41f9-3da6-4694-bb93-bb5c7efed7ca {
  display: none;
}
#s-0a4b41f9-3da6-4694-bb93-bb5c7efed7ca, #wrap-s-0a4b41f9-3da6-4694-bb93-bb5c7efed7ca { display:none !important; }}@media (max-width: 767px){#s-0a4b41f9-3da6-4694-bb93-bb5c7efed7ca {
  display: none;
}
#s-0a4b41f9-3da6-4694-bb93-bb5c7efed7ca, #wrap-s-0a4b41f9-3da6-4694-bb93-bb5c7efed7ca { display:none !important; }}







#s-0a4b41f9-3da6-4694-bb93-bb5c7efed7ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a4b41f9-3da6-4694-bb93-bb5c7efed7ca.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-8ac0045e-4293-49c6-80ac-beaf6530ce2c {
  min-height: 50px;
}








#s-8ac0045e-4293-49c6-80ac-beaf6530ce2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ac0045e-4293-49c6-80ac-beaf6530ce2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d37c78b3-5162-4f6d-bb08-5c28292d4c52 {
  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-d37c78b3-5162-4f6d-bb08-5c28292d4c52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d37c78b3-5162-4f6d-bb08-5c28292d4c52.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-05433148-4087-4e9f-99d1-d28090ad5044 {
  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-05433148-4087-4e9f-99d1-d28090ad5044 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 56px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-05433148-4087-4e9f-99d1-d28090ad5044 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 56px;
}

#s-05433148-4087-4e9f-99d1-d28090ad5044 .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-714348b1-82a1-42a3-a98f-3e405d1850a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-714348b1-82a1-42a3-a98f-3e405d1850a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f429f650-9bf5-40fa-a1c6-5cfbf274a682 {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
min-height: 0px;
}

#s-a3ad8fd6-a9c6-4867-9719-130e0af6ceb5 {
  margin-top: auto;
margin-bottom: auto;
background-color: rgba(37, 37, 81, 1);
}

@media (min-width: 0px) {
[id="s-a3ad8fd6-a9c6-4867-9719-130e0af6ceb5"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a3ad8fd6-a9c6-4867-9719-130e0af6ceb5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a3ad8fd6-a9c6-4867-9719-130e0af6ceb5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a3ad8fd6-a9c6-4867-9719-130e0af6ceb5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a3ad8fd6-a9c6-4867-9719-130e0af6ceb5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3ad8fd6-a9c6-4867-9719-130e0af6ceb5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a3ad8fd6-a9c6-4867-9719-130e0af6ceb5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-40d02b0e-5c5d-4105-90d0-04c6bf95dd30 {
  margin-top: auto;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 24px;
padding-right: 16px;
text-align: center;
}

#s-40d02b0e-5c5d-4105-90d0-04c6bf95dd30 .shg-product-quantity-wrapper {
  display: flex;
}

#s-40d02b0e-5c5d-4105-90d0-04c6bf95dd30 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-40d02b0e-5c5d-4105-90d0-04c6bf95dd30 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-40d02b0e-5c5d-4105-90d0-04c6bf95dd30 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-40d02b0e-5c5d-4105-90d0-04c6bf95dd30 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-40d02b0e-5c5d-4105-90d0-04c6bf95dd30 label {
    color: rgba(255, 255, 255, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-40d02b0e-5c5d-4105-90d0-04c6bf95dd30 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-13051ff7-0cba-4bb9-a62e-1ebe1fae7bf8 {
  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-13051ff7-0cba-4bb9-a62e-1ebe1fae7bf8:hover {background-color: rgba(117, 76, 150, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-13051ff7-0cba-4bb9-a62e-1ebe1fae7bf8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-13051ff7-0cba-4bb9-a62e-1ebe1fae7bf8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-13051ff7-0cba-4bb9-a62e-1ebe1fae7bf8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13051ff7-0cba-4bb9-a62e-1ebe1fae7bf8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-13051ff7-0cba-4bb9-a62e-1ebe1fae7bf8.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  
}


  #s-13051ff7-0cba-4bb9-a62e-1ebe1fae7bf8.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    
  }


#s-7c3d8dcb-35bf-48f7-983e-e99f4440291c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7c3d8dcb-35bf-48f7-983e-e99f4440291c {
  display: none;
}
#s-7c3d8dcb-35bf-48f7-983e-e99f4440291c, #wrap-s-7c3d8dcb-35bf-48f7-983e-e99f4440291c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7c3d8dcb-35bf-48f7-983e-e99f4440291c {
  display: none;
}
#s-7c3d8dcb-35bf-48f7-983e-e99f4440291c, #wrap-s-7c3d8dcb-35bf-48f7-983e-e99f4440291c { display:none !important; }}







#s-7c3d8dcb-35bf-48f7-983e-e99f4440291c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c3d8dcb-35bf-48f7-983e-e99f4440291c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1affb12-6c04-422c-89cf-e794458512a6 {
  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-e1affb12-6c04-422c-89cf-e794458512a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1affb12-6c04-422c-89cf-e794458512a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4783b8ca-b380-496b-842a-447cfd3d6b8c {
  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-4783b8ca-b380-496b-842a-447cfd3d6b8c .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 40px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4783b8ca-b380-496b-842a-447cfd3d6b8c .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 40px;
}

#s-4783b8ca-b380-496b-842a-447cfd3d6b8c .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-60f78ecf-f55c-4b14-9e1b-c077e4ac49e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60f78ecf-f55c-4b14-9e1b-c077e4ac49e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-844d42a2-dcd7-451a-b078-bed1d9a42aec {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
min-height: 0px;
}

#s-9bc881eb-1aa4-4492-852b-9358c633cd9f {
  margin-top: auto;
margin-bottom: auto;
padding-top: 8px;
padding-bottom: 24px;
min-height: 140px;
background-color: rgba(37, 37, 81, 1);
}








#s-9bc881eb-1aa4-4492-852b-9358c633cd9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bc881eb-1aa4-4492-852b-9358c633cd9f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ab32669-a3b7-430a-b6bc-575b2e8a4073 {
  margin-left: auto;
margin-bottom: 24px;
margin-right: auto;
max-width: 250px;
text-align: center;
}

#s-0ab32669-a3b7-430a-b6bc-575b2e8a4073 .shg-product-quantity-wrapper {
  display: flex;
}

#s-0ab32669-a3b7-430a-b6bc-575b2e8a4073 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-0ab32669-a3b7-430a-b6bc-575b2e8a4073 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-0ab32669-a3b7-430a-b6bc-575b2e8a4073 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-0ab32669-a3b7-430a-b6bc-575b2e8a4073 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-0ab32669-a3b7-430a-b6bc-575b2e8a4073 label {
    color: rgba(255, 255, 255, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-0ab32669-a3b7-430a-b6bc-575b2e8a4073 label:after {
      display: block;
      content: ' ';
      margin-bottom: 8px;
    }
  


#s-1f325422-6f6e-4932-8a61-4100304b0e50 {
  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-1f325422-6f6e-4932-8a61-4100304b0e50:hover {background-color: rgba(117, 76, 150, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1f325422-6f6e-4932-8a61-4100304b0e50:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1f325422-6f6e-4932-8a61-4100304b0e50 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1f325422-6f6e-4932-8a61-4100304b0e50.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1f325422-6f6e-4932-8a61-4100304b0e50.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-1f325422-6f6e-4932-8a61-4100304b0e50.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  
}


  #s-1f325422-6f6e-4932-8a61-4100304b0e50.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    
  }


#s-cfd40c8b-f7fd-410f-a935-9e668ad04b63 {
  min-height: 250px;
}
@media (min-width: 1200px){#s-cfd40c8b-f7fd-410f-a935-9e668ad04b63 {
  display: none;
}
#s-cfd40c8b-f7fd-410f-a935-9e668ad04b63, #wrap-s-cfd40c8b-f7fd-410f-a935-9e668ad04b63 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cfd40c8b-f7fd-410f-a935-9e668ad04b63 {
  display: none;
}
#s-cfd40c8b-f7fd-410f-a935-9e668ad04b63, #wrap-s-cfd40c8b-f7fd-410f-a935-9e668ad04b63 { display:none !important; }}







#s-cfd40c8b-f7fd-410f-a935-9e668ad04b63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cfd40c8b-f7fd-410f-a935-9e668ad04b63.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

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

}

@media (min-width: 768px) {
[id="s-63575141-a05e-4b51-aae8-07c4c2de55b1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-63575141-a05e-4b51-aae8-07c4c2de55b1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-63575141-a05e-4b51-aae8-07c4c2de55b1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-654ef0cb-414a-4c1d-bb4d-bb948c9d3ae2 {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-654ef0cb-414a-4c1d-bb4d-bb948c9d3ae2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-654ef0cb-414a-4c1d-bb4d-bb948c9d3ae2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-654ef0cb-414a-4c1d-bb4d-bb948c9d3ae2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-654ef0cb-414a-4c1d-bb4d-bb948c9d3ae2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-2b486327-2103-472d-94f9-e62a7ef2e06f {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-2b486327-2103-472d-94f9-e62a7ef2e06f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b486327-2103-472d-94f9-e62a7ef2e06f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9dcdb24f-4fd3-43e3-bb79-e3c6c66ac932 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-9dcdb24f-4fd3-43e3-bb79-e3c6c66ac932 img.shogun-image {
    

    
    
    
  }


#s-9dcdb24f-4fd3-43e3-bb79-e3c6c66ac932 .shogun-image-content {
  
    align-items: center;
  
}

#s-76c1ad9c-d7c8-498e-95a7-7e0dc7a345d4 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-76c1ad9c-d7c8-498e-95a7-7e0dc7a345d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76c1ad9c-d7c8-498e-95a7-7e0dc7a345d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bec22851-7224-45be-89c5-a2699a9cb545 {
  text-align: center;
}







  #s-bec22851-7224-45be-89c5-a2699a9cb545 img.shogun-image {
    

    
    
    
  }


#s-bec22851-7224-45be-89c5-a2699a9cb545 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ccb143d-ddcd-4387-93fa-288134542d1c {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-0ccb143d-ddcd-4387-93fa-288134542d1c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-0ccb143d-ddcd-4387-93fa-288134542d1c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-0ccb143d-ddcd-4387-93fa-288134542d1c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ccb143d-ddcd-4387-93fa-288134542d1c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-c4e89a4b-3414-4b8f-a197-0cd740a9433f {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-c4e89a4b-3414-4b8f-a197-0cd740a9433f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4e89a4b-3414-4b8f-a197-0cd740a9433f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0caba678-8733-4de3-b802-2a159abf32a6 {
  text-align: center;
}







  #s-0caba678-8733-4de3-b802-2a159abf32a6 img.shogun-image {
    

    
    
    
  }


#s-0caba678-8733-4de3-b802-2a159abf32a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-63f4298e-8266-4e53-a575-22266d24764f {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-63f4298e-8266-4e53-a575-22266d24764f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63f4298e-8266-4e53-a575-22266d24764f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43c040e0-f0f1-4cfc-b2c8-5dd9fe981575 {
  text-align: center;
}







  #s-43c040e0-f0f1-4cfc-b2c8-5dd9fe981575 img.shogun-image {
    

    
    
    
  }


#s-43c040e0-f0f1-4cfc-b2c8-5dd9fe981575 .shogun-image-content {
  
    align-items: center;
  
}

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

}

@media (min-width: 768px) {
[id="s-d3205f3f-1ccd-444c-ba19-8cb7c36634dc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-d3205f3f-1ccd-444c-ba19-8cb7c36634dc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3205f3f-1ccd-444c-ba19-8cb7c36634dc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-0b5a5f0d-1d67-4299-8546-9dc5ed0384fa {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-0b5a5f0d-1d67-4299-8546-9dc5ed0384fa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-0b5a5f0d-1d67-4299-8546-9dc5ed0384fa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-0b5a5f0d-1d67-4299-8546-9dc5ed0384fa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b5a5f0d-1d67-4299-8546-9dc5ed0384fa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-8edc4a0f-fb84-4a58-8865-1b015b590866 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-8edc4a0f-fb84-4a58-8865-1b015b590866 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8edc4a0f-fb84-4a58-8865-1b015b590866.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1e79666-c824-46a9-ac2c-4b50a1dfd89e {
  text-align: center;
}







  #s-a1e79666-c824-46a9-ac2c-4b50a1dfd89e img.shogun-image {
    

    
    
    
  }


#s-a1e79666-c824-46a9-ac2c-4b50a1dfd89e .shogun-image-content {
  
    align-items: center;
  
}

#s-8e718b51-2faf-41e3-832e-af3e5ccdd3de {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-8e718b51-2faf-41e3-832e-af3e5ccdd3de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e718b51-2faf-41e3-832e-af3e5ccdd3de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87573f48-b624-47df-b587-d16a512b6a5c {
  text-align: center;
}








#s-87573f48-b624-47df-b587-d16a512b6a5c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-23204af0-3a9c-4b97-b4b7-08ca286a8f3b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-23204af0-3a9c-4b97-b4b7-08ca286a8f3b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-23204af0-3a9c-4b97-b4b7-08ca286a8f3b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-23204af0-3a9c-4b97-b4b7-08ca286a8f3b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-afef43a4-7766-435e-a387-9424e158b6a1 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-afef43a4-7766-435e-a387-9424e158b6a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afef43a4-7766-435e-a387-9424e158b6a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd01dfbe-5305-47cb-ab1c-34671fef54be {
  text-align: center;
}







  #s-fd01dfbe-5305-47cb-ab1c-34671fef54be img.shogun-image {
    

    
    
    
  }


#s-fd01dfbe-5305-47cb-ab1c-34671fef54be .shogun-image-content {
  
    align-items: center;
  
}

#s-6e892931-2549-4d80-a7e6-ce2bc3f3361a {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-6e892931-2549-4d80-a7e6-ce2bc3f3361a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e892931-2549-4d80-a7e6-ce2bc3f3361a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6644cc50-6d11-438c-ab31-0a59d562f3d6 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}








#s-6644cc50-6d11-438c-ab31-0a59d562f3d6 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-8e115e1f-34f2-41b2-b016-70165eeb9455 {
  display: none;
}
#s-8e115e1f-34f2-41b2-b016-70165eeb9455, #wrap-s-8e115e1f-34f2-41b2-b016-70165eeb9455 { display:none !important; }}@media (max-width: 767px){#s-8e115e1f-34f2-41b2-b016-70165eeb9455 {
  display: none;
}
#s-8e115e1f-34f2-41b2-b016-70165eeb9455, #wrap-s-8e115e1f-34f2-41b2-b016-70165eeb9455 { display:none !important; }}







#s-8e115e1f-34f2-41b2-b016-70165eeb9455 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e115e1f-34f2-41b2-b016-70165eeb9455.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-7a6e7ca2-0890-4bc7-aec2-656c461e5c77 {
  margin-top: 24px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7a6e7ca2-0890-4bc7-aec2-656c461e5c77 {
  display: none;
}
#s-7a6e7ca2-0890-4bc7-aec2-656c461e5c77, #wrap-s-7a6e7ca2-0890-4bc7-aec2-656c461e5c77 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7a6e7ca2-0890-4bc7-aec2-656c461e5c77"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-7a6e7ca2-0890-4bc7-aec2-656c461e5c77"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-7a6e7ca2-0890-4bc7-aec2-656c461e5c77"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a6e7ca2-0890-4bc7-aec2-656c461e5c77"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-7a152c2d-12d5-4dcc-ad8c-b22e5847a1c9 {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-7a152c2d-12d5-4dcc-ad8c-b22e5847a1c9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-7a152c2d-12d5-4dcc-ad8c-b22e5847a1c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-7a152c2d-12d5-4dcc-ad8c-b22e5847a1c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a152c2d-12d5-4dcc-ad8c-b22e5847a1c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-0cfcb4a1-3a43-4a90-82d3-b05855df608c {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-0cfcb4a1-3a43-4a90-82d3-b05855df608c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0cfcb4a1-3a43-4a90-82d3-b05855df608c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93384a25-dd27-41f2-8be4-020030c3efcd {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-93384a25-dd27-41f2-8be4-020030c3efcd img.shogun-image {
    

    
    
    
  }


#s-93384a25-dd27-41f2-8be4-020030c3efcd .shogun-image-content {
  
    align-items: center;
  
}

#s-e37d3fe0-c81c-4580-8402-0e7857c0072f {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-e37d3fe0-c81c-4580-8402-0e7857c0072f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e37d3fe0-c81c-4580-8402-0e7857c0072f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c66a82f5-b5b4-426c-b503-58f6da587681 {
  text-align: center;
}







  #s-c66a82f5-b5b4-426c-b503-58f6da587681 img.shogun-image {
    

    
    
    
  }


#s-c66a82f5-b5b4-426c-b503-58f6da587681 .shogun-image-content {
  
    align-items: center;
  
}

#s-1a7b32d0-9eca-45c6-b0e0-76e7bdbca15e {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-1a7b32d0-9eca-45c6-b0e0-76e7bdbca15e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-1a7b32d0-9eca-45c6-b0e0-76e7bdbca15e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-1a7b32d0-9eca-45c6-b0e0-76e7bdbca15e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a7b32d0-9eca-45c6-b0e0-76e7bdbca15e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-195c2ecb-409a-406f-82a9-659879eda06e {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-195c2ecb-409a-406f-82a9-659879eda06e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-195c2ecb-409a-406f-82a9-659879eda06e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6929e702-8730-4e7a-99ff-2d201fdc3fa3 {
  text-align: center;
}







  #s-6929e702-8730-4e7a-99ff-2d201fdc3fa3 img.shogun-image {
    

    
    
    
  }


#s-6929e702-8730-4e7a-99ff-2d201fdc3fa3 .shogun-image-content {
  
    align-items: center;
  
}

#s-287fd717-4874-4494-8c57-2c86d923db37 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-287fd717-4874-4494-8c57-2c86d923db37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-287fd717-4874-4494-8c57-2c86d923db37.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d71152e-6764-47f5-afb7-8afe26bcc783 {
  text-align: center;
}







  #s-6d71152e-6764-47f5-afb7-8afe26bcc783 img.shogun-image {
    

    
    
    
  }


#s-6d71152e-6764-47f5-afb7-8afe26bcc783 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-d676f6f9-21da-4d33-a017-e5b63198a6a0 {
  display: none;
}
#s-d676f6f9-21da-4d33-a017-e5b63198a6a0, #wrap-s-d676f6f9-21da-4d33-a017-e5b63198a6a0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d676f6f9-21da-4d33-a017-e5b63198a6a0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-d676f6f9-21da-4d33-a017-e5b63198a6a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-d676f6f9-21da-4d33-a017-e5b63198a6a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-d676f6f9-21da-4d33-a017-e5b63198a6a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-38f61e93-18b1-460b-a69b-3696e019b1ad {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-38f61e93-18b1-460b-a69b-3696e019b1ad"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-38f61e93-18b1-460b-a69b-3696e019b1ad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-38f61e93-18b1-460b-a69b-3696e019b1ad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-38f61e93-18b1-460b-a69b-3696e019b1ad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-423fe9a0-c0c5-481c-95c8-0e5b9b6801d4 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-423fe9a0-c0c5-481c-95c8-0e5b9b6801d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-423fe9a0-c0c5-481c-95c8-0e5b9b6801d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b41ff99-9a55-49bd-8943-817cb54d47d5 {
  text-align: center;
}







  #s-5b41ff99-9a55-49bd-8943-817cb54d47d5 img.shogun-image {
    

    
    
    
  }


#s-5b41ff99-9a55-49bd-8943-817cb54d47d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-78666416-b8af-44a3-9923-47e8df381524 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-78666416-b8af-44a3-9923-47e8df381524 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78666416-b8af-44a3-9923-47e8df381524.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f463d71-e5dd-40db-9319-33e3fbfcb988 {
  text-align: center;
}








#s-0f463d71-e5dd-40db-9319-33e3fbfcb988 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-f739ef78-fc4d-4dab-b695-4373a8bc7df7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-f739ef78-fc4d-4dab-b695-4373a8bc7df7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-f739ef78-fc4d-4dab-b695-4373a8bc7df7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-f739ef78-fc4d-4dab-b695-4373a8bc7df7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-c11a6e3b-2292-4fe7-adb7-b1cc8c9ceed7 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-c11a6e3b-2292-4fe7-adb7-b1cc8c9ceed7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c11a6e3b-2292-4fe7-adb7-b1cc8c9ceed7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c902dfc5-6c3a-4a9b-857f-6d515c46b072 {
  text-align: center;
}







  #s-c902dfc5-6c3a-4a9b-857f-6d515c46b072 img.shogun-image {
    

    
    
    
  }


#s-c902dfc5-6c3a-4a9b-857f-6d515c46b072 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6a81e5c-f2b2-499f-84a9-0710124f7c57 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-a6a81e5c-f2b2-499f-84a9-0710124f7c57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6a81e5c-f2b2-499f-84a9-0710124f7c57.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-67568bd3-0e69-4255-8781-7bc00e4095d8 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}








#s-67568bd3-0e69-4255-8781-7bc00e4095d8 .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-52945119-60b9-47d1-8c3f-132427ae4821 {
  margin-top: 24px;
margin-left: 16px;
margin-right: 16px;
padding-bottom: 16px;
text-align: left;
}


  #s-52945119-60b9-47d1-8c3f-132427ae4821 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid rgba(37, 37, 81, 1);
  }
  #s-52945119-60b9-47d1-8c3f-132427ae4821 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(37, 37, 81, 1);
    border: 1px solid rgba(37, 37, 81, 1);
  }
#s-52945119-60b9-47d1-8c3f-132427ae4821 .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-52945119-60b9-47d1-8c3f-132427ae4821 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-52945119-60b9-47d1-8c3f-132427ae4821 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(37, 37, 81, 1);
}

#s-52945119-60b9-47d1-8c3f-132427ae4821 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(37, 37, 81, 1);
}








#s-0c0c51aa-c340-46d1-be48-70dd1cad6a42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c0c51aa-c340-46d1-be48-70dd1cad6a42.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-2025d277-0237-4b69-a739-35bc2871ef57"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2025d277-0237-4b69-a739-35bc2871ef57"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2025d277-0237-4b69-a739-35bc2871ef57"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2025d277-0237-4b69-a739-35bc2871ef57"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-2025d277-0237-4b69-a739-35bc2871ef57"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-30c99145-d0f8-4bd5-8210-fe35c7030a98 {
  margin-bottom: 8px;
}

@media (min-width: 768px) and (max-width: 991px){#s-a25cec62-aaa5-4702-b8cb-8035769a0ef4 {
  display: none;
}
#s-a25cec62-aaa5-4702-b8cb-8035769a0ef4, #wrap-s-a25cec62-aaa5-4702-b8cb-8035769a0ef4 { display:none !important; }}
#s-2117b410-6a1e-4f7d-8b67-9d51f974a6d2 {
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2117b410-6a1e-4f7d-8b67-9d51f974a6d2 {
  display: none;
}
#s-2117b410-6a1e-4f7d-8b67-9d51f974a6d2, #wrap-s-2117b410-6a1e-4f7d-8b67-9d51f974a6d2 { display:none !important; }}
.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

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

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

#s-916554e1-9cbe-42e5-9d3a-127733fa0f6b {
  margin-bottom: 24px;
}

@media (min-width: 1200px){#s-bb256a3a-237b-4647-a04f-f82b6189ab62 {
  display: none;
}
#s-bb256a3a-237b-4647-a04f-f82b6189ab62, #wrap-s-bb256a3a-237b-4647-a04f-f82b6189ab62 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bb256a3a-237b-4647-a04f-f82b6189ab62 {
  display: none;
}
#s-bb256a3a-237b-4647-a04f-f82b6189ab62, #wrap-s-bb256a3a-237b-4647-a04f-f82b6189ab62 { display:none !important; }}@media (max-width: 767px){#s-bb256a3a-237b-4647-a04f-f82b6189ab62 {
  display: none;
}
#s-bb256a3a-237b-4647-a04f-f82b6189ab62, #wrap-s-bb256a3a-237b-4647-a04f-f82b6189ab62 { display:none !important; }}
#s-97161c54-f598-4c84-a194-6fbc2713a95b {
  margin-bottom: 8px;
}
@media (min-width: 1200px){#s-97161c54-f598-4c84-a194-6fbc2713a95b {
  display: none;
}
#s-97161c54-f598-4c84-a194-6fbc2713a95b, #wrap-s-97161c54-f598-4c84-a194-6fbc2713a95b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-97161c54-f598-4c84-a194-6fbc2713a95b {
  display: none;
}
#s-97161c54-f598-4c84-a194-6fbc2713a95b, #wrap-s-97161c54-f598-4c84-a194-6fbc2713a95b { display:none !important; }}@media (max-width: 767px){#s-97161c54-f598-4c84-a194-6fbc2713a95b {
  display: none;
}
#s-97161c54-f598-4c84-a194-6fbc2713a95b, #wrap-s-97161c54-f598-4c84-a194-6fbc2713a95b { display:none !important; }}
#s-5139a29e-fafb-4ad5-b524-77c75e51f121 {
  min-height: 50px;
}








#s-5139a29e-fafb-4ad5-b524-77c75e51f121 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5139a29e-fafb-4ad5-b524-77c75e51f121.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-f8ccc3b2-09e0-4425-9262-adfe864902cf {
  
}
}
#s-0305e0b6-1d34-49f4-a4c9-3dc282a6d1ed {
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0305e0b6-1d34-49f4-a4c9-3dc282a6d1ed {
  
}
}
#s-0fee2ccc-9217-4a53-b6b0-d5271bb4a27b {
  min-height: 50px;
}








#s-0fee2ccc-9217-4a53-b6b0-d5271bb4a27b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fee2ccc-9217-4a53-b6b0-d5271bb4a27b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-1de7025c-42ff-4a71-a97c-ef7656fecb8b {
  
}
}
#s-f5ebfe79-4815-448b-829b-ac5191f072e2 {
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f5ebfe79-4815-448b-829b-ac5191f072e2 {
  
}
}
@media (min-width: 768px) and (max-width: 991px){#s-ddc85283-07af-4edd-8607-6f70b84d6721 {
  
}
}
#s-fda74f11-a728-406b-845d-2601346792f6 {
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fda74f11-a728-406b-845d-2601346792f6 {
  
}
}
@media (min-width: 0px) {
[id="s-3bb54575-2f54-4726-8817-82eb8e8b183a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3bb54575-2f54-4726-8817-82eb8e8b183a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3bb54575-2f54-4726-8817-82eb8e8b183a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3bb54575-2f54-4726-8817-82eb8e8b183a"] > .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-81a876be-8b4b-42a6-9149-255bffbe6152 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-81a876be-8b4b-42a6-9149-255bffbe6152 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-81a876be-8b4b-42a6-9149-255bffbe6152 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: left;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-81a876be-8b4b-42a6-9149-255bffbe6152 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-81a876be-8b4b-42a6-9149-255bffbe6152 td.shogun-table-column, #s-81a876be-8b4b-42a6-9149-255bffbe6152 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-7b512374-08e9-4315-94ad-3c7a66ee00dd {
  min-height: 0px;
}

#s-26609046-3335-43fe-8d5b-2eb80b15d057 {
  min-height: 0px;
}

#s-9807a585-2e59-4b0f-898a-f92f19a22912 {
  min-height: 0px;
}

#s-8b4fc36c-2c47-400e-81c7-6915f605a3dd {
  min-height: 0px;
}

#s-990fcf34-cb68-4f5e-9d2e-752e7a258c4a {
  min-height: 0px;
}

#s-4d943789-1ad8-431d-b944-871b0717423c {
  min-height: 0px;
}

#s-c2dcf223-472a-4983-a38c-1d58ad6ef3cb {
  min-height: 0px;
}

#s-02a2a5ea-3805-4e08-8506-58f8b15ed2f1 {
  min-height: 0px;
}

#s-8c0b873d-790a-4c19-b900-9870d9d09702 {
  min-height: 0px;
}

#s-4b3037f6-f609-4463-ab5f-f5b9c8e5f3f8 {
  min-height: 0px;
}

#s-a7615644-b83d-4000-b304-2d3214e08a11 {
  min-height: 0px;
}

#s-88d4d32c-7401-4966-a0f6-a943b49d210f {
  min-height: 0px;
}

#s-2814c7a2-3205-4913-8524-ca5f955a40e4 {
  min-height: 0px;
}

#s-7c59da97-cbd8-4c31-91f6-0f36c399479d {
  min-height: 0px;
}

#s-6e1e6a9c-33a4-4d86-a9a3-4f5d1ad9bff2 {
  min-height: 0px;
}

#s-6635b483-661f-4337-be8d-0187702dafa1 {
  min-height: 0px;
}

#s-1266e63a-5189-46fc-a073-9f10147809b0 {
  min-height: 0px;
}

#s-2b188c63-311a-4bf2-9e8c-d4e68850b034 {
  min-height: 0px;
}

#s-35bf151d-1524-4581-b620-a3a27675d20e {
  min-height: 0px;
}

#s-8269d764-6038-4c2a-ba03-33eca64cf1b3 {
  min-height: 0px;
}

#s-866b7a9e-9fb3-450e-873d-642ea337de00 {
  min-height: 0px;
}

#s-bf263365-e78c-4cc5-addf-c46ec7bb6b61 {
  min-height: 0px;
}

#s-b20907f1-83a0-4b35-bc3f-7b0a21d8c0e7 {
  min-height: 0px;
}

#s-1db0aee2-e869-49df-842b-023e2464dac1 {
  min-height: 0px;
}

#s-febfa3c7-8997-4378-a1a9-4b58ce2b0296 {
  min-height: 0px;
}

#s-a90c97e5-eba3-4ce2-9d80-622fc1356166 {
  min-height: 0px;
}

#s-c4dcf816-9f36-4b3e-a0cf-65f4d899084e {
  min-height: 0px;
}

#s-bd521903-0585-4f7a-a68c-b54ff74dbd4a {
  min-height: 0px;
}

#s-8ea8b3e9-79b4-4845-8912-1d01ed486b5f {
  min-height: 0px;
}

#s-3e74ab5c-e334-4bfe-bd6d-4851d5f00e86 {
  min-height: 0px;
}

#s-4c6fe7fb-417f-4c0b-887e-bca40404f32d {
  min-height: 0px;
}

#s-49591ed3-79bf-4bae-a7e4-1b9cadd261d6 {
  min-height: 0px;
}

#s-226d56f7-70dd-4751-9795-2de115accdac {
  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-5a8e9fd8-d3c1-4d20-aae0-540a34870745 {
  min-height: 0px;
}

@media (min-width: 768px) and (max-width: 991px){#s-b90c190e-868a-4a02-a396-7e4750f1f4a1 {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-b90c190e-868a-4a02-a396-7e4750f1f4a1 {
  margin-top: 16px;
}
}
#s-4cd803cb-434f-4cc7-98e0-e7f3c069da08 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-4cd803cb-434f-4cc7-98e0-e7f3c069da08 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-4cd803cb-434f-4cc7-98e0-e7f3c069da08 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-4cd803cb-434f-4cc7-98e0-e7f3c069da08 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-4cd803cb-434f-4cc7-98e0-e7f3c069da08 td.shogun-table-column, #s-4cd803cb-434f-4cc7-98e0-e7f3c069da08 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-7b4ccce8-8817-4a82-95be-7cbfba21ffcf {
  min-height: 0px;
}

#s-3e7f20cd-e196-4290-80d7-0a53ead06c4c {
  min-height: 0px;
}

#s-b35b658e-e78e-4701-9521-96f15299e804 {
  min-height: 0px;
}

#s-52cd39b6-7bd4-44d7-916f-285ac5537f40 {
  min-height: 0px;
}

#s-4d31d93a-5c1d-44e3-8569-336d7823640c {
  min-height: 0px;
}

#s-63e570a4-58c8-4243-8ce0-f0ab2b574b3a {
  min-height: 0px;
}

#s-c393939e-c178-43c2-8bea-04a6a45228e6 {
  min-height: 0px;
}

#s-3c7dfaaa-9bb8-4852-99fa-4c0d3a6ee8f9 {
  min-height: 0px;
}

#s-573f7e94-5db4-432d-9c18-3a4a62b51ae2 {
  min-height: 0px;
}

#s-6dedf488-8e7f-4297-a08d-eb8b953ecb82 {
  min-height: 0px;
}

#s-250d4a2f-2173-4078-9c98-175ba4f64e41 {
  min-height: 0px;
}

#s-7ed5d81b-c6cc-43be-9bb9-d9f3f27b5ca3 {
  min-height: 0px;
}

#s-4d3f2d51-2950-4c8c-94e7-7a32d09a1b3d {
  min-height: 0px;
}

#s-f674cb67-8e82-4b0e-9855-24ba8f0d08e1 {
  min-height: 0px;
}

#s-a7f48ab0-ba5c-439b-aa78-19a40b1d98c6 {
  min-height: 0px;
}

#s-dd58dada-de25-42cb-9613-047f7e462cf6 {
  min-height: 0px;
}

#s-158de365-ff64-4e7f-9296-42f24bda111b {
  min-height: 0px;
}

#s-6121eed9-287c-497a-a9e0-5a9c7719b891 {
  min-height: 0px;
}

#s-8cab24db-2b08-47c7-ad69-3534887e543d {
  min-height: 0px;
}

#s-1436ae83-d050-4f3f-981c-a376a1fb0bb3 {
  min-height: 0px;
}

#s-59d14187-36f3-48c6-8a16-2da36bf1fff0 {
  min-height: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-59d14187-36f3-48c6-8a16-2da36bf1fff0 {
  display: none;
}
#s-59d14187-36f3-48c6-8a16-2da36bf1fff0, #wrap-s-59d14187-36f3-48c6-8a16-2da36bf1fff0 { display:none !important; }}@media (max-width: 767px){#s-59d14187-36f3-48c6-8a16-2da36bf1fff0 {
  display: none;
}
#s-59d14187-36f3-48c6-8a16-2da36bf1fff0, #wrap-s-59d14187-36f3-48c6-8a16-2da36bf1fff0 { display:none !important; }}







#s-59d14187-36f3-48c6-8a16-2da36bf1fff0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59d14187-36f3-48c6-8a16-2da36bf1fff0.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-c112aabf-f66c-4941-a01f-10a13dcf3b02 {
  margin-left: 16px;
margin-right: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c112aabf-f66c-4941-a01f-10a13dcf3b02 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-b7914bc5-e5dc-4c7c-a6ae-b88069d7c98e {
  min-height: 100px;
}
@media (min-width: 1200px){#s-b7914bc5-e5dc-4c7c-a6ae-b88069d7c98e {
  display: none;
}
#s-b7914bc5-e5dc-4c7c-a6ae-b88069d7c98e, #wrap-s-b7914bc5-e5dc-4c7c-a6ae-b88069d7c98e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b7914bc5-e5dc-4c7c-a6ae-b88069d7c98e {
  display: none;
}
#s-b7914bc5-e5dc-4c7c-a6ae-b88069d7c98e, #wrap-s-b7914bc5-e5dc-4c7c-a6ae-b88069d7c98e { display:none !important; }}







#s-b7914bc5-e5dc-4c7c-a6ae-b88069d7c98e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7914bc5-e5dc-4c7c-a6ae-b88069d7c98e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ef4ae50-a47c-49db-9d0a-802f0879da65 {
  margin-left: 16px;
margin-right: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7ef4ae50-a47c-49db-9d0a-802f0879da65 .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-225bbb41-a5ff-43d4-bde0-b82416511c75 {
  margin-top: auto;
margin-left: 16px;
margin-bottom: auto;
margin-right: 16px;
min-height: 0px;
}
@media (min-width: 1200px){#s-225bbb41-a5ff-43d4-bde0-b82416511c75 {
  display: none;
}
#s-225bbb41-a5ff-43d4-bde0-b82416511c75, #wrap-s-225bbb41-a5ff-43d4-bde0-b82416511c75 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-225bbb41-a5ff-43d4-bde0-b82416511c75 {
  display: none;
}
#s-225bbb41-a5ff-43d4-bde0-b82416511c75, #wrap-s-225bbb41-a5ff-43d4-bde0-b82416511c75 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-225bbb41-a5ff-43d4-bde0-b82416511c75 {
  display: none;
}
#s-225bbb41-a5ff-43d4-bde0-b82416511c75, #wrap-s-225bbb41-a5ff-43d4-bde0-b82416511c75 { display:none !important; }}
#s-2457e3d2-2833-413b-9043-dbab2cec8e68 {
  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-2457e3d2-2833-413b-9043-dbab2cec8e68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2457e3d2-2833-413b-9043-dbab2cec8e68 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2457e3d2-2833-413b-9043-dbab2cec8e68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2457e3d2-2833-413b-9043-dbab2cec8e68 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2457e3d2-2833-413b-9043-dbab2cec8e68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2457e3d2-2833-413b-9043-dbab2cec8e68 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2457e3d2-2833-413b-9043-dbab2cec8e68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2457e3d2-2833-413b-9043-dbab2cec8e68 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2457e3d2-2833-413b-9043-dbab2cec8e68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2457e3d2-2833-413b-9043-dbab2cec8e68 img.shogun-image {
  width: 100%;
}



}
#s-74b3a3ee-5377-4f46-ba3d-34aa0444dcb3 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-74b3a3ee-5377-4f46-ba3d-34aa0444dcb3 .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-129ad6f2-9ce1-427c-a5e8-a788d058ba2a {
  min-height: 50px;
text-align: center;
}

#s-129ad6f2-9ce1-427c-a5e8-a788d058ba2a .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-129ad6f2-9ce1-427c-a5e8-a788d058ba2a .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-129ad6f2-9ce1-427c-a5e8-a788d058ba2a .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-c8ea1f77-0b49-4747-b0b8-aadfeac488d2 {
  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-c8ea1f77-0b49-4747-b0b8-aadfeac488d2:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c8ea1f77-0b49-4747-b0b8-aadfeac488d2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c8ea1f77-0b49-4747-b0b8-aadfeac488d2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c8ea1f77-0b49-4747-b0b8-aadfeac488d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c8ea1f77-0b49-4747-b0b8-aadfeac488d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c8ea1f77-0b49-4747-b0b8-aadfeac488d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c8ea1f77-0b49-4747-b0b8-aadfeac488d2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-e1b0a8ac-cd23-44da-81bf-eb28d2d4a9fa {
  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-e1b0a8ac-cd23-44da-81bf-eb28d2d4a9fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1b0a8ac-cd23-44da-81bf-eb28d2d4a9fa img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e1b0a8ac-cd23-44da-81bf-eb28d2d4a9fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1b0a8ac-cd23-44da-81bf-eb28d2d4a9fa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e1b0a8ac-cd23-44da-81bf-eb28d2d4a9fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1b0a8ac-cd23-44da-81bf-eb28d2d4a9fa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e1b0a8ac-cd23-44da-81bf-eb28d2d4a9fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1b0a8ac-cd23-44da-81bf-eb28d2d4a9fa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e1b0a8ac-cd23-44da-81bf-eb28d2d4a9fa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e1b0a8ac-cd23-44da-81bf-eb28d2d4a9fa img.shogun-image {
  width: 100%;
}



}
#s-e25f611f-45b9-40c5-ad71-c4626f189953 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-e25f611f-45b9-40c5-ad71-c4626f189953 .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-be72f49b-8b1c-4711-b964-a7af8bf35858 {
  min-height: 50px;
text-align: center;
}

#s-be72f49b-8b1c-4711-b964-a7af8bf35858 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-be72f49b-8b1c-4711-b964-a7af8bf35858 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-be72f49b-8b1c-4711-b964-a7af8bf35858 .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-5775b031-5643-4674-bf05-00e385f3b553 {
  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-5775b031-5643-4674-bf05-00e385f3b553:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5775b031-5643-4674-bf05-00e385f3b553:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5775b031-5643-4674-bf05-00e385f3b553 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5775b031-5643-4674-bf05-00e385f3b553.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5775b031-5643-4674-bf05-00e385f3b553.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5775b031-5643-4674-bf05-00e385f3b553.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-5775b031-5643-4674-bf05-00e385f3b553.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-d0185251-cf01-461e-872a-7e5b887aa07e {
  margin-top: auto;
margin-left: 16px;
margin-bottom: auto;
margin-right: 16px;
min-height: 0px;
}
@media (min-width: 1200px){#s-d0185251-cf01-461e-872a-7e5b887aa07e {
  display: none;
}
#s-d0185251-cf01-461e-872a-7e5b887aa07e, #wrap-s-d0185251-cf01-461e-872a-7e5b887aa07e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d0185251-cf01-461e-872a-7e5b887aa07e {
  display: none;
}
#s-d0185251-cf01-461e-872a-7e5b887aa07e, #wrap-s-d0185251-cf01-461e-872a-7e5b887aa07e { display:none !important; }}@media (max-width: 767px){#s-d0185251-cf01-461e-872a-7e5b887aa07e {
  display: none;
}
#s-d0185251-cf01-461e-872a-7e5b887aa07e, #wrap-s-d0185251-cf01-461e-872a-7e5b887aa07e { display:none !important; }}
#s-7b9cf05c-89ad-4bd0-81bd-ac8c35dc4442 {
  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-7b9cf05c-89ad-4bd0-81bd-ac8c35dc4442 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b9cf05c-89ad-4bd0-81bd-ac8c35dc4442 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7b9cf05c-89ad-4bd0-81bd-ac8c35dc4442 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b9cf05c-89ad-4bd0-81bd-ac8c35dc4442 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7b9cf05c-89ad-4bd0-81bd-ac8c35dc4442 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b9cf05c-89ad-4bd0-81bd-ac8c35dc4442 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7b9cf05c-89ad-4bd0-81bd-ac8c35dc4442 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b9cf05c-89ad-4bd0-81bd-ac8c35dc4442 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7b9cf05c-89ad-4bd0-81bd-ac8c35dc4442 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7b9cf05c-89ad-4bd0-81bd-ac8c35dc4442 img.shogun-image {
  width: 100%;
}



}
#s-45ddc193-6cf5-4ce8-8b69-6f93a418f500 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-45ddc193-6cf5-4ce8-8b69-6f93a418f500 .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-2f7c93ca-0480-4ddd-b835-413a9a345fa1 {
  min-height: 50px;
text-align: center;
}

#s-2f7c93ca-0480-4ddd-b835-413a9a345fa1 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2f7c93ca-0480-4ddd-b835-413a9a345fa1 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2f7c93ca-0480-4ddd-b835-413a9a345fa1 .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-2ace9e70-55c0-459b-bf9e-b053a2e18606 {
  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-2ace9e70-55c0-459b-bf9e-b053a2e18606:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2ace9e70-55c0-459b-bf9e-b053a2e18606:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2ace9e70-55c0-459b-bf9e-b053a2e18606 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2ace9e70-55c0-459b-bf9e-b053a2e18606.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2ace9e70-55c0-459b-bf9e-b053a2e18606.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2ace9e70-55c0-459b-bf9e-b053a2e18606.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-2ace9e70-55c0-459b-bf9e-b053a2e18606.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-81637432-6d0b-4611-ac43-2fb8b93eea00 {
  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-81637432-6d0b-4611-ac43-2fb8b93eea00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81637432-6d0b-4611-ac43-2fb8b93eea00 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-81637432-6d0b-4611-ac43-2fb8b93eea00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81637432-6d0b-4611-ac43-2fb8b93eea00 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-81637432-6d0b-4611-ac43-2fb8b93eea00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81637432-6d0b-4611-ac43-2fb8b93eea00 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-81637432-6d0b-4611-ac43-2fb8b93eea00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81637432-6d0b-4611-ac43-2fb8b93eea00 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-81637432-6d0b-4611-ac43-2fb8b93eea00 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-81637432-6d0b-4611-ac43-2fb8b93eea00 img.shogun-image {
  width: 100%;
}



}
#s-e7f1fe2f-ba61-4ddd-b021-373f592230cc {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-e7f1fe2f-ba61-4ddd-b021-373f592230cc .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-c225e296-e775-404f-93d4-db5b26301f11 {
  min-height: 50px;
text-align: center;
}

#s-c225e296-e775-404f-93d4-db5b26301f11 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c225e296-e775-404f-93d4-db5b26301f11 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c225e296-e775-404f-93d4-db5b26301f11 .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-901bb733-d02a-44ec-b8f4-bec2f976df61 {
  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-901bb733-d02a-44ec-b8f4-bec2f976df61:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-901bb733-d02a-44ec-b8f4-bec2f976df61:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-901bb733-d02a-44ec-b8f4-bec2f976df61 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-901bb733-d02a-44ec-b8f4-bec2f976df61.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-901bb733-d02a-44ec-b8f4-bec2f976df61.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-901bb733-d02a-44ec-b8f4-bec2f976df61.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-901bb733-d02a-44ec-b8f4-bec2f976df61.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-1d74f11a-7a54-4c4b-b06a-8e3462b44efe {
  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-1d74f11a-7a54-4c4b-b06a-8e3462b44efe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d74f11a-7a54-4c4b-b06a-8e3462b44efe img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1d74f11a-7a54-4c4b-b06a-8e3462b44efe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d74f11a-7a54-4c4b-b06a-8e3462b44efe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d74f11a-7a54-4c4b-b06a-8e3462b44efe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d74f11a-7a54-4c4b-b06a-8e3462b44efe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d74f11a-7a54-4c4b-b06a-8e3462b44efe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d74f11a-7a54-4c4b-b06a-8e3462b44efe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d74f11a-7a54-4c4b-b06a-8e3462b44efe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d74f11a-7a54-4c4b-b06a-8e3462b44efe img.shogun-image {
  width: 100%;
}



}
#s-eeabb203-6ee5-46ba-b8ad-7a753f6a20eb {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 90px;
text-align: center;
}

#s-eeabb203-6ee5-46ba-b8ad-7a753f6a20eb .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-87c72aaf-7c2b-4016-ae9d-26b149e74332 {
  min-height: 50px;
text-align: center;
}

#s-87c72aaf-7c2b-4016-ae9d-26b149e74332 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-87c72aaf-7c2b-4016-ae9d-26b149e74332 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-87c72aaf-7c2b-4016-ae9d-26b149e74332 .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-ac3af04d-f093-4bb2-a37c-3e5bd6d78f64 {
  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-ac3af04d-f093-4bb2-a37c-3e5bd6d78f64:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ac3af04d-f093-4bb2-a37c-3e5bd6d78f64:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ac3af04d-f093-4bb2-a37c-3e5bd6d78f64 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ac3af04d-f093-4bb2-a37c-3e5bd6d78f64.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ac3af04d-f093-4bb2-a37c-3e5bd6d78f64.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ac3af04d-f093-4bb2-a37c-3e5bd6d78f64.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ac3af04d-f093-4bb2-a37c-3e5bd6d78f64.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-89e98cdb-29b2-43e9-9b1a-a4142a073c1e {
  margin-left: 16px;
margin-right: 16px;
}
@media (min-width: 768px) and (max-width: 991px){#s-89e98cdb-29b2-43e9-9b1a-a4142a073c1e {
  display: none;
}
#s-89e98cdb-29b2-43e9-9b1a-a4142a073c1e, #wrap-s-89e98cdb-29b2-43e9-9b1a-a4142a073c1e { display:none !important; }}@media (max-width: 767px){#s-89e98cdb-29b2-43e9-9b1a-a4142a073c1e {
  display: none;
}
#s-89e98cdb-29b2-43e9-9b1a-a4142a073c1e, #wrap-s-89e98cdb-29b2-43e9-9b1a-a4142a073c1e { display:none !important; }}
#s-f2972661-4589-4473-be66-db03eb71434d {
  margin-top: auto;
margin-bottom: auto;
}

#s-a55c2225-92dc-41e9-8ee4-49dbec46028a {
  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-a55c2225-92dc-41e9-8ee4-49dbec46028a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a55c2225-92dc-41e9-8ee4-49dbec46028a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a55c2225-92dc-41e9-8ee4-49dbec46028a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a55c2225-92dc-41e9-8ee4-49dbec46028a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a55c2225-92dc-41e9-8ee4-49dbec46028a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a55c2225-92dc-41e9-8ee4-49dbec46028a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a55c2225-92dc-41e9-8ee4-49dbec46028a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a55c2225-92dc-41e9-8ee4-49dbec46028a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a55c2225-92dc-41e9-8ee4-49dbec46028a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a55c2225-92dc-41e9-8ee4-49dbec46028a img.shogun-image {
  width: 100%;
}



}
#s-7741129e-f592-4d8f-ba19-33c986388bb7 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-7741129e-f592-4d8f-ba19-33c986388bb7 .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-1512a363-4804-46e7-988e-b20aa035f28a {
  min-height: 50px;
text-align: center;
}

#s-1512a363-4804-46e7-988e-b20aa035f28a .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1512a363-4804-46e7-988e-b20aa035f28a .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-1512a363-4804-46e7-988e-b20aa035f28a .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-3d1b151c-b466-48fc-b325-4ee56cd80f54 {
  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-3d1b151c-b466-48fc-b325-4ee56cd80f54:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3d1b151c-b466-48fc-b325-4ee56cd80f54:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3d1b151c-b466-48fc-b325-4ee56cd80f54 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3d1b151c-b466-48fc-b325-4ee56cd80f54.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3d1b151c-b466-48fc-b325-4ee56cd80f54.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3d1b151c-b466-48fc-b325-4ee56cd80f54.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3d1b151c-b466-48fc-b325-4ee56cd80f54.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-a9ab5c74-07de-48a8-a198-80bbe596b46d {
  margin-top: auto;
margin-bottom: auto;
}

#s-ba746a40-b641-4650-a313-e734814b14e0 {
  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-ba746a40-b641-4650-a313-e734814b14e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba746a40-b641-4650-a313-e734814b14e0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ba746a40-b641-4650-a313-e734814b14e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba746a40-b641-4650-a313-e734814b14e0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ba746a40-b641-4650-a313-e734814b14e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba746a40-b641-4650-a313-e734814b14e0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ba746a40-b641-4650-a313-e734814b14e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba746a40-b641-4650-a313-e734814b14e0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ba746a40-b641-4650-a313-e734814b14e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba746a40-b641-4650-a313-e734814b14e0 img.shogun-image {
  width: 100%;
}



}
#s-e1fd6b19-6313-4708-86ab-dddeb380f7b5 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-e1fd6b19-6313-4708-86ab-dddeb380f7b5 .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-a484c17b-d6ed-4f36-9832-4b2a6697f701 {
  min-height: 50px;
text-align: center;
}

#s-a484c17b-d6ed-4f36-9832-4b2a6697f701 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a484c17b-d6ed-4f36-9832-4b2a6697f701 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-a484c17b-d6ed-4f36-9832-4b2a6697f701 .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-1d305b12-a0f3-4a93-ace5-774b361272fa {
  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-1d305b12-a0f3-4a93-ace5-774b361272fa:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1d305b12-a0f3-4a93-ace5-774b361272fa:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1d305b12-a0f3-4a93-ace5-774b361272fa {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d305b12-a0f3-4a93-ace5-774b361272fa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d305b12-a0f3-4a93-ace5-774b361272fa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1d305b12-a0f3-4a93-ace5-774b361272fa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1d305b12-a0f3-4a93-ace5-774b361272fa.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-4d9f3219-a6fd-4418-9cd6-e39c8df8ad2d {
  margin-top: auto;
margin-bottom: auto;
}

#s-6e7c45f8-1eb0-44d4-8ac7-7e00be9d4f38 {
  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-6e7c45f8-1eb0-44d4-8ac7-7e00be9d4f38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e7c45f8-1eb0-44d4-8ac7-7e00be9d4f38 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6e7c45f8-1eb0-44d4-8ac7-7e00be9d4f38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e7c45f8-1eb0-44d4-8ac7-7e00be9d4f38 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6e7c45f8-1eb0-44d4-8ac7-7e00be9d4f38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e7c45f8-1eb0-44d4-8ac7-7e00be9d4f38 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6e7c45f8-1eb0-44d4-8ac7-7e00be9d4f38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e7c45f8-1eb0-44d4-8ac7-7e00be9d4f38 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6e7c45f8-1eb0-44d4-8ac7-7e00be9d4f38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e7c45f8-1eb0-44d4-8ac7-7e00be9d4f38 img.shogun-image {
  width: 100%;
}



}
#s-a5716f7e-a713-44cd-8740-918575748b05 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-a5716f7e-a713-44cd-8740-918575748b05 .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-8650390b-c429-44a5-a859-83fd1f929b47 {
  min-height: 50px;
text-align: center;
}

#s-8650390b-c429-44a5-a859-83fd1f929b47 .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8650390b-c429-44a5-a859-83fd1f929b47 .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-8650390b-c429-44a5-a859-83fd1f929b47 .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-9553c540-f479-45b1-b46f-47775b392dc8 {
  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-9553c540-f479-45b1-b46f-47775b392dc8:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9553c540-f479-45b1-b46f-47775b392dc8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9553c540-f479-45b1-b46f-47775b392dc8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9553c540-f479-45b1-b46f-47775b392dc8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9553c540-f479-45b1-b46f-47775b392dc8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9553c540-f479-45b1-b46f-47775b392dc8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9553c540-f479-45b1-b46f-47775b392dc8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-191df7c5-e2e7-4626-abf3-0ca2d00b49f2 {
  margin-top: auto;
margin-bottom: auto;
}

#s-4f186761-0e5c-4231-86ce-87a52e444445 {
  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-4f186761-0e5c-4231-86ce-87a52e444445 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f186761-0e5c-4231-86ce-87a52e444445 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4f186761-0e5c-4231-86ce-87a52e444445 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f186761-0e5c-4231-86ce-87a52e444445 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4f186761-0e5c-4231-86ce-87a52e444445 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f186761-0e5c-4231-86ce-87a52e444445 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4f186761-0e5c-4231-86ce-87a52e444445 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f186761-0e5c-4231-86ce-87a52e444445 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4f186761-0e5c-4231-86ce-87a52e444445 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f186761-0e5c-4231-86ce-87a52e444445 img.shogun-image {
  width: 100%;
}



}
#s-38123bbe-440c-4ecd-b713-49cbc45d5056 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
text-align: center;
}

#s-38123bbe-440c-4ecd-b713-49cbc45d5056 .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-a649a1c4-eec3-4938-8e74-20a0c9d4301e {
  min-height: 50px;
text-align: center;
}

#s-a649a1c4-eec3-4938-8e74-20a0c9d4301e .shg-product-sold-out {
  display: none;
  color: rgba(37, 37, 81, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a649a1c4-eec3-4938-8e74-20a0c9d4301e .shg-product-price {
  color: rgba(37, 37, 81, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-a649a1c4-eec3-4938-8e74-20a0c9d4301e .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-1402ed10-0e95-4974-819f-3d50b7e8d28f {
  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-1402ed10-0e95-4974-819f-3d50b7e8d28f:hover {background-color: rgba(37, 37, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1402ed10-0e95-4974-819f-3d50b7e8d28f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1402ed10-0e95-4974-819f-3d50b7e8d28f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1402ed10-0e95-4974-819f-3d50b7e8d28f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1402ed10-0e95-4974-819f-3d50b7e8d28f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1402ed10-0e95-4974-819f-3d50b7e8d28f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1402ed10-0e95-4974-819f-3d50b7e8d28f.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}
