.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 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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
}

.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 {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: 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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-77af35ee-b5ba-4464-ad16-1d5efbf7d87d {
  min-height: 50px;
}








#s-77af35ee-b5ba-4464-ad16-1d5efbf7d87d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77af35ee-b5ba-4464-ad16-1d5efbf7d87d.shg-box.shg-c {
  -webkit-box-pack: 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: -webkit-box;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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: -webkit-box;
  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 {
  -webkit-box-align: start;
          align-items: flex-start;
}

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

.shogun-image-content-bottom {
  -webkit-box-align: end;
          align-items: flex-end;
}
#s-673655d1-22b6-4030-b180-4bae3cd600d9 {
  text-align: center;
}
@media (min-width: 1200px){#s-673655d1-22b6-4030-b180-4bae3cd600d9 {
  display: none;
}
#s-673655d1-22b6-4030-b180-4bae3cd600d9, #wrap-s-673655d1-22b6-4030-b180-4bae3cd600d9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-673655d1-22b6-4030-b180-4bae3cd600d9 {
  display: none;
}
#s-673655d1-22b6-4030-b180-4bae3cd600d9, #wrap-s-673655d1-22b6-4030-b180-4bae3cd600d9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-673655d1-22b6-4030-b180-4bae3cd600d9 {
  display: none;
}
#s-673655d1-22b6-4030-b180-4bae3cd600d9, #wrap-s-673655d1-22b6-4030-b180-4bae3cd600d9 { display:none !important; }}



  #s-673655d1-22b6-4030-b180-4bae3cd600d9 img.shogun-image {
    
    width: px;
  }


#s-673655d1-22b6-4030-b180-4bae3cd600d9 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-6cf6eef3-f0ba-4475-9438-83bc43300ce6 {
  text-align: center;
}
@media (max-width: 767px){#s-6cf6eef3-f0ba-4475-9438-83bc43300ce6 {
  display: none;
}
#s-6cf6eef3-f0ba-4475-9438-83bc43300ce6, #wrap-s-6cf6eef3-f0ba-4475-9438-83bc43300ce6 { display:none !important; }}




#s-6cf6eef3-f0ba-4475-9438-83bc43300ce6 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-7d9159c5-4743-4b5e-8514-e8ccbdee47ff {
  text-align: center;
}
@media (max-width: 767px){#s-7d9159c5-4743-4b5e-8514-e8ccbdee47ff {
  display: none;
}
#s-7d9159c5-4743-4b5e-8514-e8ccbdee47ff, #wrap-s-7d9159c5-4743-4b5e-8514-e8ccbdee47ff { display:none !important; }}



  #s-7d9159c5-4743-4b5e-8514-e8ccbdee47ff img.shogun-image {
    
    width: px;
  }


#s-7d9159c5-4743-4b5e-8514-e8ccbdee47ff .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-2358bf05-017f-4374-8178-2bbba9af496c {
  text-align: center;
}
@media (min-width: 1200px){#s-2358bf05-017f-4374-8178-2bbba9af496c {
  display: none;
}
#s-2358bf05-017f-4374-8178-2bbba9af496c, #wrap-s-2358bf05-017f-4374-8178-2bbba9af496c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2358bf05-017f-4374-8178-2bbba9af496c {
  display: none;
}
#s-2358bf05-017f-4374-8178-2bbba9af496c, #wrap-s-2358bf05-017f-4374-8178-2bbba9af496c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2358bf05-017f-4374-8178-2bbba9af496c {
  display: none;
}
#s-2358bf05-017f-4374-8178-2bbba9af496c, #wrap-s-2358bf05-017f-4374-8178-2bbba9af496c { display:none !important; }}



  #s-2358bf05-017f-4374-8178-2bbba9af496c img.shogun-image {
    
    width: px;
  }


#s-2358bf05-017f-4374-8178-2bbba9af496c .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-2627c811-8af7-4feb-9890-21f405ffbae6 {
  min-height: 50px;
}








#s-2627c811-8af7-4feb-9890-21f405ffbae6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2627c811-8af7-4feb-9890-21f405ffbae6.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-bc12df94-0d32-471f-b0ed-77b06fbeb8f5 {
  min-height: 50px;
}








#s-bc12df94-0d32-471f-b0ed-77b06fbeb8f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc12df94-0d32-471f-b0ed-77b06fbeb8f5.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-2aca41e2-1f39-44ad-baf6-9d835c1713b3 {
  padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-2aca41e2-1f39-44ad-baf6-9d835c1713b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2aca41e2-1f39-44ad-baf6-9d835c1713b3.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-2ca010e0-931d-4155-ab88-fee9c8c9779f {
  min-height: 50px;
}








#s-2ca010e0-931d-4155-ab88-fee9c8c9779f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ca010e0-931d-4155-ab88-fee9c8c9779f.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-aee4812d-6ee5-4ce4-b1b7-f5545917f4c2 {
  margin-top: 9%;
margin-left: 10%;
margin-bottom: 8%;
margin-right: 10%;
text-align: center;
}
@media (max-width: 767px){#s-aee4812d-6ee5-4ce4-b1b7-f5545917f4c2 {
  display: none;
}
#s-aee4812d-6ee5-4ce4-b1b7-f5545917f4c2, #wrap-s-aee4812d-6ee5-4ce4-b1b7-f5545917f4c2 { display:none !important; }}



  #s-aee4812d-6ee5-4ce4-b1b7-f5545917f4c2 img.shogun-image {
    
    width: px;
  }


#s-aee4812d-6ee5-4ce4-b1b7-f5545917f4c2 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-c12867da-f2ed-41af-a84b-2fb2d49d29f9 {
  margin-top: 9%;
margin-left: 10%;
margin-bottom: 8%;
margin-right: 10%;
text-align: center;
}
@media (min-width: 1200px){#s-c12867da-f2ed-41af-a84b-2fb2d49d29f9 {
  display: none;
}
#s-c12867da-f2ed-41af-a84b-2fb2d49d29f9, #wrap-s-c12867da-f2ed-41af-a84b-2fb2d49d29f9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c12867da-f2ed-41af-a84b-2fb2d49d29f9 {
  display: none;
}
#s-c12867da-f2ed-41af-a84b-2fb2d49d29f9, #wrap-s-c12867da-f2ed-41af-a84b-2fb2d49d29f9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c12867da-f2ed-41af-a84b-2fb2d49d29f9 {
  display: none;
}
#s-c12867da-f2ed-41af-a84b-2fb2d49d29f9, #wrap-s-c12867da-f2ed-41af-a84b-2fb2d49d29f9 { display:none !important; }}



  #s-c12867da-f2ed-41af-a84b-2fb2d49d29f9 img.shogun-image {
    
    width: px;
  }


#s-c12867da-f2ed-41af-a84b-2fb2d49d29f9 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

.shg-sld-content {
  width: 100%;
  position: relative;
}

.shg-sld-slides {
  word-break: break-word;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-2d1bac90-ab31-4d79-a3df-bfb22a2910b0 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-2d1bac90-ab31-4d79-a3df-bfb22a2910b0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2d1bac90-ab31-4d79-a3df-bfb22a2910b0 {
  
}
}@media (max-width: 767px){#s-2d1bac90-ab31-4d79-a3df-bfb22a2910b0 {
  display: none;
}
#s-2d1bac90-ab31-4d79-a3df-bfb22a2910b0, #wrap-s-2d1bac90-ab31-4d79-a3df-bfb22a2910b0 { display:none !important; }}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: -webkit-box;
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  -webkit-box-flex: 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 {
  -webkit-box-flex: 2;
          flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  -webkit-box-flex: 3;
          flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  -webkit-box-flex: 4;
          flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  -webkit-box-flex: 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: -webkit-box;
    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-0ca21cfa-2d86-4225-8a98-f6d43ff4cf41 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.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;
  width: 100%;
  height: 100%;
  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;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: scale(1);
          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-66dbb06b-6b93-411a-b8e6-dd375326dd9d {
  text-align: left;
}


.shg-c#s-66dbb06b-6b93-411a-b8e6-dd375326dd9d {
  max-width: 100%;
}

.shg-c#s-66dbb06b-6b93-411a-b8e6-dd375326dd9d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66dbb06b-6b93-411a-b8e6-dd375326dd9d .shg-image-zoom,
.shg-c#s-66dbb06b-6b93-411a-b8e6-dd375326dd9d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66dbb06b-6b93-411a-b8e6-dd375326dd9d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-66dbb06b-6b93-411a-b8e6-dd375326dd9d {
  max-width: 100%;
}

.shg-c#s-66dbb06b-6b93-411a-b8e6-dd375326dd9d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66dbb06b-6b93-411a-b8e6-dd375326dd9d .shg-image-zoom,
.shg-c#s-66dbb06b-6b93-411a-b8e6-dd375326dd9d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66dbb06b-6b93-411a-b8e6-dd375326dd9d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-66dbb06b-6b93-411a-b8e6-dd375326dd9d {
  max-width: 100%;
}

.shg-c#s-66dbb06b-6b93-411a-b8e6-dd375326dd9d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66dbb06b-6b93-411a-b8e6-dd375326dd9d .shg-image-zoom,
.shg-c#s-66dbb06b-6b93-411a-b8e6-dd375326dd9d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66dbb06b-6b93-411a-b8e6-dd375326dd9d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-66dbb06b-6b93-411a-b8e6-dd375326dd9d {
  max-width: 100%;
}

.shg-c#s-66dbb06b-6b93-411a-b8e6-dd375326dd9d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66dbb06b-6b93-411a-b8e6-dd375326dd9d .shg-image-zoom,
.shg-c#s-66dbb06b-6b93-411a-b8e6-dd375326dd9d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66dbb06b-6b93-411a-b8e6-dd375326dd9d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-66dbb06b-6b93-411a-b8e6-dd375326dd9d {
  max-width: 100%;
}

.shg-c#s-66dbb06b-6b93-411a-b8e6-dd375326dd9d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66dbb06b-6b93-411a-b8e6-dd375326dd9d .shg-image-zoom,
.shg-c#s-66dbb06b-6b93-411a-b8e6-dd375326dd9d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66dbb06b-6b93-411a-b8e6-dd375326dd9d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.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: #000;
  text-transform: none;
  font-weight: normal;
  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-c9354ba4-a696-4dec-aed7-0bd038986966 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c9354ba4-a696-4dec-aed7-0bd038986966 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-78c5cc69-c56e-434b-a200-6ebc5f53bc6c {
  display: none;
}
#s-ad4d79f6-84c0-41de-a30c-fb71256ca25a {
  text-align: left;
}


.shg-c#s-ad4d79f6-84c0-41de-a30c-fb71256ca25a {
  max-width: 100%;
}

.shg-c#s-ad4d79f6-84c0-41de-a30c-fb71256ca25a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad4d79f6-84c0-41de-a30c-fb71256ca25a .shg-image-zoom,
.shg-c#s-ad4d79f6-84c0-41de-a30c-fb71256ca25a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad4d79f6-84c0-41de-a30c-fb71256ca25a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ad4d79f6-84c0-41de-a30c-fb71256ca25a {
  max-width: 100%;
}

.shg-c#s-ad4d79f6-84c0-41de-a30c-fb71256ca25a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad4d79f6-84c0-41de-a30c-fb71256ca25a .shg-image-zoom,
.shg-c#s-ad4d79f6-84c0-41de-a30c-fb71256ca25a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad4d79f6-84c0-41de-a30c-fb71256ca25a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ad4d79f6-84c0-41de-a30c-fb71256ca25a {
  max-width: 100%;
}

.shg-c#s-ad4d79f6-84c0-41de-a30c-fb71256ca25a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad4d79f6-84c0-41de-a30c-fb71256ca25a .shg-image-zoom,
.shg-c#s-ad4d79f6-84c0-41de-a30c-fb71256ca25a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad4d79f6-84c0-41de-a30c-fb71256ca25a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ad4d79f6-84c0-41de-a30c-fb71256ca25a {
  max-width: 100%;
}

.shg-c#s-ad4d79f6-84c0-41de-a30c-fb71256ca25a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad4d79f6-84c0-41de-a30c-fb71256ca25a .shg-image-zoom,
.shg-c#s-ad4d79f6-84c0-41de-a30c-fb71256ca25a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad4d79f6-84c0-41de-a30c-fb71256ca25a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ad4d79f6-84c0-41de-a30c-fb71256ca25a {
  max-width: 100%;
}

.shg-c#s-ad4d79f6-84c0-41de-a30c-fb71256ca25a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad4d79f6-84c0-41de-a30c-fb71256ca25a .shg-image-zoom,
.shg-c#s-ad4d79f6-84c0-41de-a30c-fb71256ca25a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad4d79f6-84c0-41de-a30c-fb71256ca25a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ca98f2c0-a178-4835-bd50-c4c01813cbe0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca98f2c0-a178-4835-bd50-c4c01813cbe0 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-75316615-d3ba-4bca-9fb7-07cbb1fe708b {
  display: none;
}
#s-0d8c5202-08d9-48eb-8713-e7558f7b62fd {
  text-align: left;
}


.shg-c#s-0d8c5202-08d9-48eb-8713-e7558f7b62fd {
  max-width: 100%;
}

.shg-c#s-0d8c5202-08d9-48eb-8713-e7558f7b62fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d8c5202-08d9-48eb-8713-e7558f7b62fd .shg-image-zoom,
.shg-c#s-0d8c5202-08d9-48eb-8713-e7558f7b62fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0d8c5202-08d9-48eb-8713-e7558f7b62fd .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0d8c5202-08d9-48eb-8713-e7558f7b62fd {
  max-width: 100%;
}

.shg-c#s-0d8c5202-08d9-48eb-8713-e7558f7b62fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d8c5202-08d9-48eb-8713-e7558f7b62fd .shg-image-zoom,
.shg-c#s-0d8c5202-08d9-48eb-8713-e7558f7b62fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0d8c5202-08d9-48eb-8713-e7558f7b62fd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0d8c5202-08d9-48eb-8713-e7558f7b62fd {
  max-width: 100%;
}

.shg-c#s-0d8c5202-08d9-48eb-8713-e7558f7b62fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d8c5202-08d9-48eb-8713-e7558f7b62fd .shg-image-zoom,
.shg-c#s-0d8c5202-08d9-48eb-8713-e7558f7b62fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0d8c5202-08d9-48eb-8713-e7558f7b62fd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0d8c5202-08d9-48eb-8713-e7558f7b62fd {
  max-width: 100%;
}

.shg-c#s-0d8c5202-08d9-48eb-8713-e7558f7b62fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d8c5202-08d9-48eb-8713-e7558f7b62fd .shg-image-zoom,
.shg-c#s-0d8c5202-08d9-48eb-8713-e7558f7b62fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0d8c5202-08d9-48eb-8713-e7558f7b62fd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0d8c5202-08d9-48eb-8713-e7558f7b62fd {
  max-width: 100%;
}

.shg-c#s-0d8c5202-08d9-48eb-8713-e7558f7b62fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d8c5202-08d9-48eb-8713-e7558f7b62fd .shg-image-zoom,
.shg-c#s-0d8c5202-08d9-48eb-8713-e7558f7b62fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0d8c5202-08d9-48eb-8713-e7558f7b62fd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-844fc044-cbd4-448d-8122-cc215faf6a18 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-844fc044-cbd4-448d-8122-cc215faf6a18 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-b513b4fc-c6f0-42da-967e-7e917e2d28ec {
  display: none;
}
#s-6acb73d7-275d-4e17-b667-7140e41a75ec {
  text-align: left;
}


.shg-c#s-6acb73d7-275d-4e17-b667-7140e41a75ec {
  max-width: 100%;
}

.shg-c#s-6acb73d7-275d-4e17-b667-7140e41a75ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6acb73d7-275d-4e17-b667-7140e41a75ec .shg-image-zoom,
.shg-c#s-6acb73d7-275d-4e17-b667-7140e41a75ec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6acb73d7-275d-4e17-b667-7140e41a75ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6acb73d7-275d-4e17-b667-7140e41a75ec {
  max-width: 100%;
}

.shg-c#s-6acb73d7-275d-4e17-b667-7140e41a75ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6acb73d7-275d-4e17-b667-7140e41a75ec .shg-image-zoom,
.shg-c#s-6acb73d7-275d-4e17-b667-7140e41a75ec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6acb73d7-275d-4e17-b667-7140e41a75ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6acb73d7-275d-4e17-b667-7140e41a75ec {
  max-width: 100%;
}

.shg-c#s-6acb73d7-275d-4e17-b667-7140e41a75ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6acb73d7-275d-4e17-b667-7140e41a75ec .shg-image-zoom,
.shg-c#s-6acb73d7-275d-4e17-b667-7140e41a75ec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6acb73d7-275d-4e17-b667-7140e41a75ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6acb73d7-275d-4e17-b667-7140e41a75ec {
  max-width: 100%;
}

.shg-c#s-6acb73d7-275d-4e17-b667-7140e41a75ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6acb73d7-275d-4e17-b667-7140e41a75ec .shg-image-zoom,
.shg-c#s-6acb73d7-275d-4e17-b667-7140e41a75ec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6acb73d7-275d-4e17-b667-7140e41a75ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6acb73d7-275d-4e17-b667-7140e41a75ec {
  max-width: 100%;
}

.shg-c#s-6acb73d7-275d-4e17-b667-7140e41a75ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6acb73d7-275d-4e17-b667-7140e41a75ec .shg-image-zoom,
.shg-c#s-6acb73d7-275d-4e17-b667-7140e41a75ec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6acb73d7-275d-4e17-b667-7140e41a75ec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f299d0f6-a11d-453a-baaa-1617f6b405a8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f299d0f6-a11d-453a-baaa-1617f6b405a8 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-be459412-5eff-49cb-a534-f607fa4ddc07 {
  display: none;
}
#s-29451222-0c67-4555-9599-7bcc615ae349 {
  text-align: left;
}


.shg-c#s-29451222-0c67-4555-9599-7bcc615ae349 {
  max-width: 100%;
}

.shg-c#s-29451222-0c67-4555-9599-7bcc615ae349 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-29451222-0c67-4555-9599-7bcc615ae349 .shg-image-zoom,
.shg-c#s-29451222-0c67-4555-9599-7bcc615ae349 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-29451222-0c67-4555-9599-7bcc615ae349 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-29451222-0c67-4555-9599-7bcc615ae349 {
  max-width: 100%;
}

.shg-c#s-29451222-0c67-4555-9599-7bcc615ae349 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-29451222-0c67-4555-9599-7bcc615ae349 .shg-image-zoom,
.shg-c#s-29451222-0c67-4555-9599-7bcc615ae349 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-29451222-0c67-4555-9599-7bcc615ae349 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-29451222-0c67-4555-9599-7bcc615ae349 {
  max-width: 100%;
}

.shg-c#s-29451222-0c67-4555-9599-7bcc615ae349 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-29451222-0c67-4555-9599-7bcc615ae349 .shg-image-zoom,
.shg-c#s-29451222-0c67-4555-9599-7bcc615ae349 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-29451222-0c67-4555-9599-7bcc615ae349 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-29451222-0c67-4555-9599-7bcc615ae349 {
  max-width: 100%;
}

.shg-c#s-29451222-0c67-4555-9599-7bcc615ae349 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-29451222-0c67-4555-9599-7bcc615ae349 .shg-image-zoom,
.shg-c#s-29451222-0c67-4555-9599-7bcc615ae349 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-29451222-0c67-4555-9599-7bcc615ae349 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-29451222-0c67-4555-9599-7bcc615ae349 {
  max-width: 100%;
}

.shg-c#s-29451222-0c67-4555-9599-7bcc615ae349 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-29451222-0c67-4555-9599-7bcc615ae349 .shg-image-zoom,
.shg-c#s-29451222-0c67-4555-9599-7bcc615ae349 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-29451222-0c67-4555-9599-7bcc615ae349 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-aae1e100-dce2-4113-b3cc-809d8bda37db {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aae1e100-dce2-4113-b3cc-809d8bda37db .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-425ae536-ce8a-4cf0-a32c-9d302585d42b {
  display: none;
}
#s-50f74d26-e9e4-4024-96fc-36cd2c462f4a {
  text-align: left;
}


.shg-c#s-50f74d26-e9e4-4024-96fc-36cd2c462f4a {
  max-width: 100%;
}

.shg-c#s-50f74d26-e9e4-4024-96fc-36cd2c462f4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50f74d26-e9e4-4024-96fc-36cd2c462f4a .shg-image-zoom,
.shg-c#s-50f74d26-e9e4-4024-96fc-36cd2c462f4a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-50f74d26-e9e4-4024-96fc-36cd2c462f4a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-50f74d26-e9e4-4024-96fc-36cd2c462f4a {
  max-width: 100%;
}

.shg-c#s-50f74d26-e9e4-4024-96fc-36cd2c462f4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50f74d26-e9e4-4024-96fc-36cd2c462f4a .shg-image-zoom,
.shg-c#s-50f74d26-e9e4-4024-96fc-36cd2c462f4a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-50f74d26-e9e4-4024-96fc-36cd2c462f4a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-50f74d26-e9e4-4024-96fc-36cd2c462f4a {
  max-width: 100%;
}

.shg-c#s-50f74d26-e9e4-4024-96fc-36cd2c462f4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50f74d26-e9e4-4024-96fc-36cd2c462f4a .shg-image-zoom,
.shg-c#s-50f74d26-e9e4-4024-96fc-36cd2c462f4a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-50f74d26-e9e4-4024-96fc-36cd2c462f4a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-50f74d26-e9e4-4024-96fc-36cd2c462f4a {
  max-width: 100%;
}

.shg-c#s-50f74d26-e9e4-4024-96fc-36cd2c462f4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50f74d26-e9e4-4024-96fc-36cd2c462f4a .shg-image-zoom,
.shg-c#s-50f74d26-e9e4-4024-96fc-36cd2c462f4a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-50f74d26-e9e4-4024-96fc-36cd2c462f4a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-50f74d26-e9e4-4024-96fc-36cd2c462f4a {
  max-width: 100%;
}

.shg-c#s-50f74d26-e9e4-4024-96fc-36cd2c462f4a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-50f74d26-e9e4-4024-96fc-36cd2c462f4a .shg-image-zoom,
.shg-c#s-50f74d26-e9e4-4024-96fc-36cd2c462f4a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-50f74d26-e9e4-4024-96fc-36cd2c462f4a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f9fd8c0a-b25a-4a53-8319-05b0ee49fe2b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f9fd8c0a-b25a-4a53-8319-05b0ee49fe2b .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-21c05136-e6e7-42d7-93d8-f6ba70e46924 {
  display: none;
}
#s-bc909af6-0af0-43eb-b7cb-5cccd402017c {
  text-align: left;
}


.shg-c#s-bc909af6-0af0-43eb-b7cb-5cccd402017c {
  max-width: 100%;
}

.shg-c#s-bc909af6-0af0-43eb-b7cb-5cccd402017c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc909af6-0af0-43eb-b7cb-5cccd402017c .shg-image-zoom,
.shg-c#s-bc909af6-0af0-43eb-b7cb-5cccd402017c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bc909af6-0af0-43eb-b7cb-5cccd402017c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bc909af6-0af0-43eb-b7cb-5cccd402017c {
  max-width: 100%;
}

.shg-c#s-bc909af6-0af0-43eb-b7cb-5cccd402017c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc909af6-0af0-43eb-b7cb-5cccd402017c .shg-image-zoom,
.shg-c#s-bc909af6-0af0-43eb-b7cb-5cccd402017c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bc909af6-0af0-43eb-b7cb-5cccd402017c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bc909af6-0af0-43eb-b7cb-5cccd402017c {
  max-width: 100%;
}

.shg-c#s-bc909af6-0af0-43eb-b7cb-5cccd402017c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc909af6-0af0-43eb-b7cb-5cccd402017c .shg-image-zoom,
.shg-c#s-bc909af6-0af0-43eb-b7cb-5cccd402017c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bc909af6-0af0-43eb-b7cb-5cccd402017c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bc909af6-0af0-43eb-b7cb-5cccd402017c {
  max-width: 100%;
}

.shg-c#s-bc909af6-0af0-43eb-b7cb-5cccd402017c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc909af6-0af0-43eb-b7cb-5cccd402017c .shg-image-zoom,
.shg-c#s-bc909af6-0af0-43eb-b7cb-5cccd402017c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bc909af6-0af0-43eb-b7cb-5cccd402017c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bc909af6-0af0-43eb-b7cb-5cccd402017c {
  max-width: 100%;
}

.shg-c#s-bc909af6-0af0-43eb-b7cb-5cccd402017c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc909af6-0af0-43eb-b7cb-5cccd402017c .shg-image-zoom,
.shg-c#s-bc909af6-0af0-43eb-b7cb-5cccd402017c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bc909af6-0af0-43eb-b7cb-5cccd402017c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-deb89416-e85d-4e00-a0ce-40da9fcbaa2d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-deb89416-e85d-4e00-a0ce-40da9fcbaa2d .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-35ad7c2e-a82d-457b-abab-63e689a02416 {
  display: none;
}
#s-9a5109a6-4792-4d64-a946-490dc9bde3a8 {
  text-align: left;
}


.shg-c#s-9a5109a6-4792-4d64-a946-490dc9bde3a8 {
  max-width: 100%;
}

.shg-c#s-9a5109a6-4792-4d64-a946-490dc9bde3a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a5109a6-4792-4d64-a946-490dc9bde3a8 .shg-image-zoom,
.shg-c#s-9a5109a6-4792-4d64-a946-490dc9bde3a8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a5109a6-4792-4d64-a946-490dc9bde3a8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9a5109a6-4792-4d64-a946-490dc9bde3a8 {
  max-width: 100%;
}

.shg-c#s-9a5109a6-4792-4d64-a946-490dc9bde3a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a5109a6-4792-4d64-a946-490dc9bde3a8 .shg-image-zoom,
.shg-c#s-9a5109a6-4792-4d64-a946-490dc9bde3a8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a5109a6-4792-4d64-a946-490dc9bde3a8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9a5109a6-4792-4d64-a946-490dc9bde3a8 {
  max-width: 100%;
}

.shg-c#s-9a5109a6-4792-4d64-a946-490dc9bde3a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a5109a6-4792-4d64-a946-490dc9bde3a8 .shg-image-zoom,
.shg-c#s-9a5109a6-4792-4d64-a946-490dc9bde3a8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a5109a6-4792-4d64-a946-490dc9bde3a8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9a5109a6-4792-4d64-a946-490dc9bde3a8 {
  max-width: 100%;
}

.shg-c#s-9a5109a6-4792-4d64-a946-490dc9bde3a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a5109a6-4792-4d64-a946-490dc9bde3a8 .shg-image-zoom,
.shg-c#s-9a5109a6-4792-4d64-a946-490dc9bde3a8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a5109a6-4792-4d64-a946-490dc9bde3a8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9a5109a6-4792-4d64-a946-490dc9bde3a8 {
  max-width: 100%;
}

.shg-c#s-9a5109a6-4792-4d64-a946-490dc9bde3a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a5109a6-4792-4d64-a946-490dc9bde3a8 .shg-image-zoom,
.shg-c#s-9a5109a6-4792-4d64-a946-490dc9bde3a8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a5109a6-4792-4d64-a946-490dc9bde3a8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-23be26d1-b4d1-4137-ac86-67017a9842f6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-23be26d1-b4d1-4137-ac86-67017a9842f6 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-06241692-a2ac-4fed-9a16-a3b18a69eb41 {
  display: none;
}
#s-f7da32a3-e412-4c57-9b1b-b8464f45d656 {
  text-align: left;
}


.shg-c#s-f7da32a3-e412-4c57-9b1b-b8464f45d656 {
  max-width: 100%;
}

.shg-c#s-f7da32a3-e412-4c57-9b1b-b8464f45d656 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7da32a3-e412-4c57-9b1b-b8464f45d656 .shg-image-zoom,
.shg-c#s-f7da32a3-e412-4c57-9b1b-b8464f45d656 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f7da32a3-e412-4c57-9b1b-b8464f45d656 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f7da32a3-e412-4c57-9b1b-b8464f45d656 {
  max-width: 100%;
}

.shg-c#s-f7da32a3-e412-4c57-9b1b-b8464f45d656 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7da32a3-e412-4c57-9b1b-b8464f45d656 .shg-image-zoom,
.shg-c#s-f7da32a3-e412-4c57-9b1b-b8464f45d656 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f7da32a3-e412-4c57-9b1b-b8464f45d656 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f7da32a3-e412-4c57-9b1b-b8464f45d656 {
  max-width: 100%;
}

.shg-c#s-f7da32a3-e412-4c57-9b1b-b8464f45d656 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7da32a3-e412-4c57-9b1b-b8464f45d656 .shg-image-zoom,
.shg-c#s-f7da32a3-e412-4c57-9b1b-b8464f45d656 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f7da32a3-e412-4c57-9b1b-b8464f45d656 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f7da32a3-e412-4c57-9b1b-b8464f45d656 {
  max-width: 100%;
}

.shg-c#s-f7da32a3-e412-4c57-9b1b-b8464f45d656 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7da32a3-e412-4c57-9b1b-b8464f45d656 .shg-image-zoom,
.shg-c#s-f7da32a3-e412-4c57-9b1b-b8464f45d656 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f7da32a3-e412-4c57-9b1b-b8464f45d656 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f7da32a3-e412-4c57-9b1b-b8464f45d656 {
  max-width: 100%;
}

.shg-c#s-f7da32a3-e412-4c57-9b1b-b8464f45d656 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f7da32a3-e412-4c57-9b1b-b8464f45d656 .shg-image-zoom,
.shg-c#s-f7da32a3-e412-4c57-9b1b-b8464f45d656 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f7da32a3-e412-4c57-9b1b-b8464f45d656 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-70c5df96-0d30-4964-b6a2-4cea15bdbd0f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-70c5df96-0d30-4964-b6a2-4cea15bdbd0f .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-5e32b6b6-3be4-4318-9cae-8186a9dd3868 {
  display: none;
}
#s-2d0d0243-2623-4c5b-babc-74afba611230 {
  text-align: left;
}


.shg-c#s-2d0d0243-2623-4c5b-babc-74afba611230 {
  max-width: 100%;
}

.shg-c#s-2d0d0243-2623-4c5b-babc-74afba611230 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2d0d0243-2623-4c5b-babc-74afba611230 .shg-image-zoom,
.shg-c#s-2d0d0243-2623-4c5b-babc-74afba611230 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2d0d0243-2623-4c5b-babc-74afba611230 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2d0d0243-2623-4c5b-babc-74afba611230 {
  max-width: 100%;
}

.shg-c#s-2d0d0243-2623-4c5b-babc-74afba611230 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2d0d0243-2623-4c5b-babc-74afba611230 .shg-image-zoom,
.shg-c#s-2d0d0243-2623-4c5b-babc-74afba611230 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2d0d0243-2623-4c5b-babc-74afba611230 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2d0d0243-2623-4c5b-babc-74afba611230 {
  max-width: 100%;
}

.shg-c#s-2d0d0243-2623-4c5b-babc-74afba611230 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2d0d0243-2623-4c5b-babc-74afba611230 .shg-image-zoom,
.shg-c#s-2d0d0243-2623-4c5b-babc-74afba611230 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2d0d0243-2623-4c5b-babc-74afba611230 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2d0d0243-2623-4c5b-babc-74afba611230 {
  max-width: 100%;
}

.shg-c#s-2d0d0243-2623-4c5b-babc-74afba611230 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2d0d0243-2623-4c5b-babc-74afba611230 .shg-image-zoom,
.shg-c#s-2d0d0243-2623-4c5b-babc-74afba611230 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2d0d0243-2623-4c5b-babc-74afba611230 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2d0d0243-2623-4c5b-babc-74afba611230 {
  max-width: 100%;
}

.shg-c#s-2d0d0243-2623-4c5b-babc-74afba611230 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2d0d0243-2623-4c5b-babc-74afba611230 .shg-image-zoom,
.shg-c#s-2d0d0243-2623-4c5b-babc-74afba611230 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2d0d0243-2623-4c5b-babc-74afba611230 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4576daa6-9b6c-46cf-bdc7-354b9dd4d0f1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4576daa6-9b6c-46cf-bdc7-354b9dd4d0f1 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-e06636b2-a75b-47aa-acc4-87472dbddb7d {
  display: none;
}
#s-761adfc5-b63d-4cd2-a4d0-4545a70138e1 {
  text-align: left;
}


.shg-c#s-761adfc5-b63d-4cd2-a4d0-4545a70138e1 {
  max-width: 100%;
}

.shg-c#s-761adfc5-b63d-4cd2-a4d0-4545a70138e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-761adfc5-b63d-4cd2-a4d0-4545a70138e1 .shg-image-zoom,
.shg-c#s-761adfc5-b63d-4cd2-a4d0-4545a70138e1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-761adfc5-b63d-4cd2-a4d0-4545a70138e1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-761adfc5-b63d-4cd2-a4d0-4545a70138e1 {
  max-width: 100%;
}

.shg-c#s-761adfc5-b63d-4cd2-a4d0-4545a70138e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-761adfc5-b63d-4cd2-a4d0-4545a70138e1 .shg-image-zoom,
.shg-c#s-761adfc5-b63d-4cd2-a4d0-4545a70138e1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-761adfc5-b63d-4cd2-a4d0-4545a70138e1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-761adfc5-b63d-4cd2-a4d0-4545a70138e1 {
  max-width: 100%;
}

.shg-c#s-761adfc5-b63d-4cd2-a4d0-4545a70138e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-761adfc5-b63d-4cd2-a4d0-4545a70138e1 .shg-image-zoom,
.shg-c#s-761adfc5-b63d-4cd2-a4d0-4545a70138e1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-761adfc5-b63d-4cd2-a4d0-4545a70138e1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-761adfc5-b63d-4cd2-a4d0-4545a70138e1 {
  max-width: 100%;
}

.shg-c#s-761adfc5-b63d-4cd2-a4d0-4545a70138e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-761adfc5-b63d-4cd2-a4d0-4545a70138e1 .shg-image-zoom,
.shg-c#s-761adfc5-b63d-4cd2-a4d0-4545a70138e1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-761adfc5-b63d-4cd2-a4d0-4545a70138e1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-761adfc5-b63d-4cd2-a4d0-4545a70138e1 {
  max-width: 100%;
}

.shg-c#s-761adfc5-b63d-4cd2-a4d0-4545a70138e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-761adfc5-b63d-4cd2-a4d0-4545a70138e1 .shg-image-zoom,
.shg-c#s-761adfc5-b63d-4cd2-a4d0-4545a70138e1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-761adfc5-b63d-4cd2-a4d0-4545a70138e1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ffdafc4d-cf99-4fbf-b5b1-f194d961c086 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ffdafc4d-cf99-4fbf-b5b1-f194d961c086 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-af79e607-fc19-4509-980c-5a0c9be64d3e {
  text-align: left;
}

#s-af79e607-fc19-4509-980c-5a0c9be64d3e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-af79e607-fc19-4509-980c-5a0c9be64d3e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-af79e607-fc19-4509-980c-5a0c9be64d3e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
.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;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: 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-108039c7-35c7-4490-9568-44fce36a5d30 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-108039c7-35c7-4490-9568-44fce36a5d30:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-108039c7-35c7-4490-9568-44fce36a5d30:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-108039c7-35c7-4490-9568-44fce36a5d30 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-108039c7-35c7-4490-9568-44fce36a5d30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-108039c7-35c7-4490-9568-44fce36a5d30.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-108039c7-35c7-4490-9568-44fce36a5d30.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-dd60893e-0346-4402-8b6e-ae0f97e6d451 {
  display: none;
}
#s-a71693c4-15f3-4f4e-a23c-9ff544d7df17 {
  text-align: left;
}


.shg-c#s-a71693c4-15f3-4f4e-a23c-9ff544d7df17 {
  max-width: 100%;
}

.shg-c#s-a71693c4-15f3-4f4e-a23c-9ff544d7df17 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a71693c4-15f3-4f4e-a23c-9ff544d7df17 .shg-image-zoom,
.shg-c#s-a71693c4-15f3-4f4e-a23c-9ff544d7df17 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a71693c4-15f3-4f4e-a23c-9ff544d7df17 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a71693c4-15f3-4f4e-a23c-9ff544d7df17 {
  max-width: 100%;
}

.shg-c#s-a71693c4-15f3-4f4e-a23c-9ff544d7df17 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a71693c4-15f3-4f4e-a23c-9ff544d7df17 .shg-image-zoom,
.shg-c#s-a71693c4-15f3-4f4e-a23c-9ff544d7df17 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a71693c4-15f3-4f4e-a23c-9ff544d7df17 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a71693c4-15f3-4f4e-a23c-9ff544d7df17 {
  max-width: 100%;
}

.shg-c#s-a71693c4-15f3-4f4e-a23c-9ff544d7df17 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a71693c4-15f3-4f4e-a23c-9ff544d7df17 .shg-image-zoom,
.shg-c#s-a71693c4-15f3-4f4e-a23c-9ff544d7df17 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a71693c4-15f3-4f4e-a23c-9ff544d7df17 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a71693c4-15f3-4f4e-a23c-9ff544d7df17 {
  max-width: 100%;
}

.shg-c#s-a71693c4-15f3-4f4e-a23c-9ff544d7df17 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a71693c4-15f3-4f4e-a23c-9ff544d7df17 .shg-image-zoom,
.shg-c#s-a71693c4-15f3-4f4e-a23c-9ff544d7df17 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a71693c4-15f3-4f4e-a23c-9ff544d7df17 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a71693c4-15f3-4f4e-a23c-9ff544d7df17 {
  max-width: 100%;
}

.shg-c#s-a71693c4-15f3-4f4e-a23c-9ff544d7df17 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a71693c4-15f3-4f4e-a23c-9ff544d7df17 .shg-image-zoom,
.shg-c#s-a71693c4-15f3-4f4e-a23c-9ff544d7df17 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a71693c4-15f3-4f4e-a23c-9ff544d7df17 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4eb231c6-923f-4c55-89af-f3edddcf88cf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4eb231c6-923f-4c55-89af-f3edddcf88cf .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-8adf6af6-d085-4995-980f-ea9fb41455fc {
  text-align: left;
}

#s-8adf6af6-d085-4995-980f-ea9fb41455fc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-8adf6af6-d085-4995-980f-ea9fb41455fc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8adf6af6-d085-4995-980f-ea9fb41455fc .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-27d0df9c-de88-4cbc-9dde-830a074427c5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-27d0df9c-de88-4cbc-9dde-830a074427c5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-27d0df9c-de88-4cbc-9dde-830a074427c5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-27d0df9c-de88-4cbc-9dde-830a074427c5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-27d0df9c-de88-4cbc-9dde-830a074427c5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-27d0df9c-de88-4cbc-9dde-830a074427c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-27d0df9c-de88-4cbc-9dde-830a074427c5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c246908b-6f8c-4bc2-a8e8-8fcd2a012f49 {
  display: none;
}
#s-366a49eb-1139-482b-bb7e-2f7e9467307d {
  text-align: left;
}


.shg-c#s-366a49eb-1139-482b-bb7e-2f7e9467307d {
  max-width: 100%;
}

.shg-c#s-366a49eb-1139-482b-bb7e-2f7e9467307d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-366a49eb-1139-482b-bb7e-2f7e9467307d .shg-image-zoom,
.shg-c#s-366a49eb-1139-482b-bb7e-2f7e9467307d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-366a49eb-1139-482b-bb7e-2f7e9467307d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-366a49eb-1139-482b-bb7e-2f7e9467307d {
  max-width: 100%;
}

.shg-c#s-366a49eb-1139-482b-bb7e-2f7e9467307d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-366a49eb-1139-482b-bb7e-2f7e9467307d .shg-image-zoom,
.shg-c#s-366a49eb-1139-482b-bb7e-2f7e9467307d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-366a49eb-1139-482b-bb7e-2f7e9467307d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-366a49eb-1139-482b-bb7e-2f7e9467307d {
  max-width: 100%;
}

.shg-c#s-366a49eb-1139-482b-bb7e-2f7e9467307d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-366a49eb-1139-482b-bb7e-2f7e9467307d .shg-image-zoom,
.shg-c#s-366a49eb-1139-482b-bb7e-2f7e9467307d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-366a49eb-1139-482b-bb7e-2f7e9467307d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-366a49eb-1139-482b-bb7e-2f7e9467307d {
  max-width: 100%;
}

.shg-c#s-366a49eb-1139-482b-bb7e-2f7e9467307d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-366a49eb-1139-482b-bb7e-2f7e9467307d .shg-image-zoom,
.shg-c#s-366a49eb-1139-482b-bb7e-2f7e9467307d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-366a49eb-1139-482b-bb7e-2f7e9467307d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-366a49eb-1139-482b-bb7e-2f7e9467307d {
  max-width: 100%;
}

.shg-c#s-366a49eb-1139-482b-bb7e-2f7e9467307d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-366a49eb-1139-482b-bb7e-2f7e9467307d .shg-image-zoom,
.shg-c#s-366a49eb-1139-482b-bb7e-2f7e9467307d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-366a49eb-1139-482b-bb7e-2f7e9467307d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f01a4fc3-f8cc-4e9a-923e-69d4478cfd3e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f01a4fc3-f8cc-4e9a-923e-69d4478cfd3e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-6dbf8fba-8994-4393-9cf6-55067dc3980f {
  text-align: left;
}

#s-6dbf8fba-8994-4393-9cf6-55067dc3980f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-6dbf8fba-8994-4393-9cf6-55067dc3980f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6dbf8fba-8994-4393-9cf6-55067dc3980f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-6f8b4eea-4b0e-4ec5-bf35-2c5bf63408a4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-6f8b4eea-4b0e-4ec5-bf35-2c5bf63408a4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6f8b4eea-4b0e-4ec5-bf35-2c5bf63408a4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6f8b4eea-4b0e-4ec5-bf35-2c5bf63408a4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-6f8b4eea-4b0e-4ec5-bf35-2c5bf63408a4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6f8b4eea-4b0e-4ec5-bf35-2c5bf63408a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6f8b4eea-4b0e-4ec5-bf35-2c5bf63408a4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f2f25653-1b08-4878-ba05-7b78a69fbe31 {
  display: none;
}
#s-a01b200b-1089-45d3-9b9f-5e67eb70b215 {
  text-align: left;
}


.shg-c#s-a01b200b-1089-45d3-9b9f-5e67eb70b215 {
  max-width: 100%;
}

.shg-c#s-a01b200b-1089-45d3-9b9f-5e67eb70b215 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a01b200b-1089-45d3-9b9f-5e67eb70b215 .shg-image-zoom,
.shg-c#s-a01b200b-1089-45d3-9b9f-5e67eb70b215 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a01b200b-1089-45d3-9b9f-5e67eb70b215 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a01b200b-1089-45d3-9b9f-5e67eb70b215 {
  max-width: 100%;
}

.shg-c#s-a01b200b-1089-45d3-9b9f-5e67eb70b215 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a01b200b-1089-45d3-9b9f-5e67eb70b215 .shg-image-zoom,
.shg-c#s-a01b200b-1089-45d3-9b9f-5e67eb70b215 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a01b200b-1089-45d3-9b9f-5e67eb70b215 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a01b200b-1089-45d3-9b9f-5e67eb70b215 {
  max-width: 100%;
}

.shg-c#s-a01b200b-1089-45d3-9b9f-5e67eb70b215 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a01b200b-1089-45d3-9b9f-5e67eb70b215 .shg-image-zoom,
.shg-c#s-a01b200b-1089-45d3-9b9f-5e67eb70b215 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a01b200b-1089-45d3-9b9f-5e67eb70b215 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a01b200b-1089-45d3-9b9f-5e67eb70b215 {
  max-width: 100%;
}

.shg-c#s-a01b200b-1089-45d3-9b9f-5e67eb70b215 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a01b200b-1089-45d3-9b9f-5e67eb70b215 .shg-image-zoom,
.shg-c#s-a01b200b-1089-45d3-9b9f-5e67eb70b215 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a01b200b-1089-45d3-9b9f-5e67eb70b215 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a01b200b-1089-45d3-9b9f-5e67eb70b215 {
  max-width: 100%;
}

.shg-c#s-a01b200b-1089-45d3-9b9f-5e67eb70b215 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a01b200b-1089-45d3-9b9f-5e67eb70b215 .shg-image-zoom,
.shg-c#s-a01b200b-1089-45d3-9b9f-5e67eb70b215 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a01b200b-1089-45d3-9b9f-5e67eb70b215 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1ffcfead-928a-4bef-b448-ec024e6af5a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1ffcfead-928a-4bef-b448-ec024e6af5a2 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-f7caf9bf-230c-4f2b-bea7-dc0ff7f7f94e {
  text-align: left;
}

#s-f7caf9bf-230c-4f2b-bea7-dc0ff7f7f94e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-f7caf9bf-230c-4f2b-bea7-dc0ff7f7f94e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f7caf9bf-230c-4f2b-bea7-dc0ff7f7f94e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-9f8130e0-2633-4f3d-8292-de26fcde9d02 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-9f8130e0-2633-4f3d-8292-de26fcde9d02:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9f8130e0-2633-4f3d-8292-de26fcde9d02:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9f8130e0-2633-4f3d-8292-de26fcde9d02 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-9f8130e0-2633-4f3d-8292-de26fcde9d02.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9f8130e0-2633-4f3d-8292-de26fcde9d02.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9f8130e0-2633-4f3d-8292-de26fcde9d02.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-416e80e1-2241-4939-9253-f11a15743f0c {
  display: none;
}
#s-35f001f8-a2ae-43cc-ab15-cc87990ba28a {
  text-align: left;
}


.shg-c#s-35f001f8-a2ae-43cc-ab15-cc87990ba28a {
  max-width: 100%;
}

.shg-c#s-35f001f8-a2ae-43cc-ab15-cc87990ba28a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35f001f8-a2ae-43cc-ab15-cc87990ba28a .shg-image-zoom,
.shg-c#s-35f001f8-a2ae-43cc-ab15-cc87990ba28a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-35f001f8-a2ae-43cc-ab15-cc87990ba28a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-35f001f8-a2ae-43cc-ab15-cc87990ba28a {
  max-width: 100%;
}

.shg-c#s-35f001f8-a2ae-43cc-ab15-cc87990ba28a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35f001f8-a2ae-43cc-ab15-cc87990ba28a .shg-image-zoom,
.shg-c#s-35f001f8-a2ae-43cc-ab15-cc87990ba28a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-35f001f8-a2ae-43cc-ab15-cc87990ba28a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-35f001f8-a2ae-43cc-ab15-cc87990ba28a {
  max-width: 100%;
}

.shg-c#s-35f001f8-a2ae-43cc-ab15-cc87990ba28a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35f001f8-a2ae-43cc-ab15-cc87990ba28a .shg-image-zoom,
.shg-c#s-35f001f8-a2ae-43cc-ab15-cc87990ba28a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-35f001f8-a2ae-43cc-ab15-cc87990ba28a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-35f001f8-a2ae-43cc-ab15-cc87990ba28a {
  max-width: 100%;
}

.shg-c#s-35f001f8-a2ae-43cc-ab15-cc87990ba28a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35f001f8-a2ae-43cc-ab15-cc87990ba28a .shg-image-zoom,
.shg-c#s-35f001f8-a2ae-43cc-ab15-cc87990ba28a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-35f001f8-a2ae-43cc-ab15-cc87990ba28a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-35f001f8-a2ae-43cc-ab15-cc87990ba28a {
  max-width: 100%;
}

.shg-c#s-35f001f8-a2ae-43cc-ab15-cc87990ba28a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35f001f8-a2ae-43cc-ab15-cc87990ba28a .shg-image-zoom,
.shg-c#s-35f001f8-a2ae-43cc-ab15-cc87990ba28a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-35f001f8-a2ae-43cc-ab15-cc87990ba28a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-36941790-a039-4bb5-a66a-34fe4266049e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-36941790-a039-4bb5-a66a-34fe4266049e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-79ad0511-0ac6-4b69-965c-c3f16ac63aec {
  text-align: left;
}

#s-79ad0511-0ac6-4b69-965c-c3f16ac63aec .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-79ad0511-0ac6-4b69-965c-c3f16ac63aec .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-79ad0511-0ac6-4b69-965c-c3f16ac63aec .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-0453d03b-bc25-43ce-807e-c93465440a4a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-0453d03b-bc25-43ce-807e-c93465440a4a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0453d03b-bc25-43ce-807e-c93465440a4a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0453d03b-bc25-43ce-807e-c93465440a4a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-0453d03b-bc25-43ce-807e-c93465440a4a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0453d03b-bc25-43ce-807e-c93465440a4a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0453d03b-bc25-43ce-807e-c93465440a4a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-867b1f89-1423-41d3-8477-2f24b14083f2 {
  display: none;
}
#s-a92c12ac-4a39-48b3-b0ec-21076a10ecac {
  text-align: left;
}


.shg-c#s-a92c12ac-4a39-48b3-b0ec-21076a10ecac {
  max-width: 100%;
}

.shg-c#s-a92c12ac-4a39-48b3-b0ec-21076a10ecac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a92c12ac-4a39-48b3-b0ec-21076a10ecac .shg-image-zoom,
.shg-c#s-a92c12ac-4a39-48b3-b0ec-21076a10ecac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a92c12ac-4a39-48b3-b0ec-21076a10ecac .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a92c12ac-4a39-48b3-b0ec-21076a10ecac {
  max-width: 100%;
}

.shg-c#s-a92c12ac-4a39-48b3-b0ec-21076a10ecac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a92c12ac-4a39-48b3-b0ec-21076a10ecac .shg-image-zoom,
.shg-c#s-a92c12ac-4a39-48b3-b0ec-21076a10ecac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a92c12ac-4a39-48b3-b0ec-21076a10ecac .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a92c12ac-4a39-48b3-b0ec-21076a10ecac {
  max-width: 100%;
}

.shg-c#s-a92c12ac-4a39-48b3-b0ec-21076a10ecac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a92c12ac-4a39-48b3-b0ec-21076a10ecac .shg-image-zoom,
.shg-c#s-a92c12ac-4a39-48b3-b0ec-21076a10ecac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a92c12ac-4a39-48b3-b0ec-21076a10ecac .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a92c12ac-4a39-48b3-b0ec-21076a10ecac {
  max-width: 100%;
}

.shg-c#s-a92c12ac-4a39-48b3-b0ec-21076a10ecac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a92c12ac-4a39-48b3-b0ec-21076a10ecac .shg-image-zoom,
.shg-c#s-a92c12ac-4a39-48b3-b0ec-21076a10ecac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a92c12ac-4a39-48b3-b0ec-21076a10ecac .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a92c12ac-4a39-48b3-b0ec-21076a10ecac {
  max-width: 100%;
}

.shg-c#s-a92c12ac-4a39-48b3-b0ec-21076a10ecac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a92c12ac-4a39-48b3-b0ec-21076a10ecac .shg-image-zoom,
.shg-c#s-a92c12ac-4a39-48b3-b0ec-21076a10ecac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a92c12ac-4a39-48b3-b0ec-21076a10ecac .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-43320e20-06fa-4901-83e5-eb5848ec7de0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-43320e20-06fa-4901-83e5-eb5848ec7de0 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-690c434f-21b4-429e-9278-8127326e6d1a {
  text-align: left;
}

#s-690c434f-21b4-429e-9278-8127326e6d1a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-690c434f-21b4-429e-9278-8127326e6d1a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-690c434f-21b4-429e-9278-8127326e6d1a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-9b31ebbb-2a69-4847-8f17-9441525f997b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-9b31ebbb-2a69-4847-8f17-9441525f997b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9b31ebbb-2a69-4847-8f17-9441525f997b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9b31ebbb-2a69-4847-8f17-9441525f997b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-9b31ebbb-2a69-4847-8f17-9441525f997b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9b31ebbb-2a69-4847-8f17-9441525f997b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9b31ebbb-2a69-4847-8f17-9441525f997b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1b3d0d62-6ebf-437f-930e-c8bed5ac4191 {
  display: none;
}
#s-caea9ba4-bad3-4913-b49e-4422f2c30a4b {
  text-align: left;
}


.shg-c#s-caea9ba4-bad3-4913-b49e-4422f2c30a4b {
  max-width: 100%;
}

.shg-c#s-caea9ba4-bad3-4913-b49e-4422f2c30a4b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-caea9ba4-bad3-4913-b49e-4422f2c30a4b .shg-image-zoom,
.shg-c#s-caea9ba4-bad3-4913-b49e-4422f2c30a4b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-caea9ba4-bad3-4913-b49e-4422f2c30a4b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-caea9ba4-bad3-4913-b49e-4422f2c30a4b {
  max-width: 100%;
}

.shg-c#s-caea9ba4-bad3-4913-b49e-4422f2c30a4b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-caea9ba4-bad3-4913-b49e-4422f2c30a4b .shg-image-zoom,
.shg-c#s-caea9ba4-bad3-4913-b49e-4422f2c30a4b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-caea9ba4-bad3-4913-b49e-4422f2c30a4b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-caea9ba4-bad3-4913-b49e-4422f2c30a4b {
  max-width: 100%;
}

.shg-c#s-caea9ba4-bad3-4913-b49e-4422f2c30a4b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-caea9ba4-bad3-4913-b49e-4422f2c30a4b .shg-image-zoom,
.shg-c#s-caea9ba4-bad3-4913-b49e-4422f2c30a4b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-caea9ba4-bad3-4913-b49e-4422f2c30a4b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-caea9ba4-bad3-4913-b49e-4422f2c30a4b {
  max-width: 100%;
}

.shg-c#s-caea9ba4-bad3-4913-b49e-4422f2c30a4b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-caea9ba4-bad3-4913-b49e-4422f2c30a4b .shg-image-zoom,
.shg-c#s-caea9ba4-bad3-4913-b49e-4422f2c30a4b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-caea9ba4-bad3-4913-b49e-4422f2c30a4b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-caea9ba4-bad3-4913-b49e-4422f2c30a4b {
  max-width: 100%;
}

.shg-c#s-caea9ba4-bad3-4913-b49e-4422f2c30a4b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-caea9ba4-bad3-4913-b49e-4422f2c30a4b .shg-image-zoom,
.shg-c#s-caea9ba4-bad3-4913-b49e-4422f2c30a4b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-caea9ba4-bad3-4913-b49e-4422f2c30a4b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d25f15ad-93e3-4675-bd3f-c0acfaa3e492 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d25f15ad-93e3-4675-bd3f-c0acfaa3e492 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-d52f2ed8-5b71-4214-9e32-c5e93f9fc553 {
  text-align: left;
}

#s-d52f2ed8-5b71-4214-9e32-c5e93f9fc553 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-d52f2ed8-5b71-4214-9e32-c5e93f9fc553 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d52f2ed8-5b71-4214-9e32-c5e93f9fc553 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-6489c958-7c9d-418a-807e-491909cb8692 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-6489c958-7c9d-418a-807e-491909cb8692:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6489c958-7c9d-418a-807e-491909cb8692:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6489c958-7c9d-418a-807e-491909cb8692 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-6489c958-7c9d-418a-807e-491909cb8692.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6489c958-7c9d-418a-807e-491909cb8692.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6489c958-7c9d-418a-807e-491909cb8692.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-936c7b52-0b90-4026-912f-6da0c8a54dec {
  display: none;
}
#s-d055a350-a7c4-4330-9930-4e2f497ca70b {
  text-align: left;
}


.shg-c#s-d055a350-a7c4-4330-9930-4e2f497ca70b {
  max-width: 100%;
}

.shg-c#s-d055a350-a7c4-4330-9930-4e2f497ca70b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d055a350-a7c4-4330-9930-4e2f497ca70b .shg-image-zoom,
.shg-c#s-d055a350-a7c4-4330-9930-4e2f497ca70b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d055a350-a7c4-4330-9930-4e2f497ca70b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d055a350-a7c4-4330-9930-4e2f497ca70b {
  max-width: 100%;
}

.shg-c#s-d055a350-a7c4-4330-9930-4e2f497ca70b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d055a350-a7c4-4330-9930-4e2f497ca70b .shg-image-zoom,
.shg-c#s-d055a350-a7c4-4330-9930-4e2f497ca70b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d055a350-a7c4-4330-9930-4e2f497ca70b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d055a350-a7c4-4330-9930-4e2f497ca70b {
  max-width: 100%;
}

.shg-c#s-d055a350-a7c4-4330-9930-4e2f497ca70b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d055a350-a7c4-4330-9930-4e2f497ca70b .shg-image-zoom,
.shg-c#s-d055a350-a7c4-4330-9930-4e2f497ca70b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d055a350-a7c4-4330-9930-4e2f497ca70b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d055a350-a7c4-4330-9930-4e2f497ca70b {
  max-width: 100%;
}

.shg-c#s-d055a350-a7c4-4330-9930-4e2f497ca70b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d055a350-a7c4-4330-9930-4e2f497ca70b .shg-image-zoom,
.shg-c#s-d055a350-a7c4-4330-9930-4e2f497ca70b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d055a350-a7c4-4330-9930-4e2f497ca70b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d055a350-a7c4-4330-9930-4e2f497ca70b {
  max-width: 100%;
}

.shg-c#s-d055a350-a7c4-4330-9930-4e2f497ca70b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d055a350-a7c4-4330-9930-4e2f497ca70b .shg-image-zoom,
.shg-c#s-d055a350-a7c4-4330-9930-4e2f497ca70b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d055a350-a7c4-4330-9930-4e2f497ca70b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4df342b3-41ea-43d0-880a-afdb86a798c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4df342b3-41ea-43d0-880a-afdb86a798c4 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-a21351ce-0fb0-4e23-9a61-bdbca67ac9b8 {
  text-align: left;
}

#s-a21351ce-0fb0-4e23-9a61-bdbca67ac9b8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-a21351ce-0fb0-4e23-9a61-bdbca67ac9b8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a21351ce-0fb0-4e23-9a61-bdbca67ac9b8 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-2c676a8b-ff21-4207-bebc-af032dbcbd1f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-2c676a8b-ff21-4207-bebc-af032dbcbd1f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2c676a8b-ff21-4207-bebc-af032dbcbd1f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2c676a8b-ff21-4207-bebc-af032dbcbd1f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-2c676a8b-ff21-4207-bebc-af032dbcbd1f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2c676a8b-ff21-4207-bebc-af032dbcbd1f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2c676a8b-ff21-4207-bebc-af032dbcbd1f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b1464be5-969d-4828-a619-451e2684b8ff {
  display: none;
}
#s-afe15e45-7dd0-480a-9653-b8d706a84c1d {
  text-align: left;
}


.shg-c#s-afe15e45-7dd0-480a-9653-b8d706a84c1d {
  max-width: 100%;
}

.shg-c#s-afe15e45-7dd0-480a-9653-b8d706a84c1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afe15e45-7dd0-480a-9653-b8d706a84c1d .shg-image-zoom,
.shg-c#s-afe15e45-7dd0-480a-9653-b8d706a84c1d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-afe15e45-7dd0-480a-9653-b8d706a84c1d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-afe15e45-7dd0-480a-9653-b8d706a84c1d {
  max-width: 100%;
}

.shg-c#s-afe15e45-7dd0-480a-9653-b8d706a84c1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afe15e45-7dd0-480a-9653-b8d706a84c1d .shg-image-zoom,
.shg-c#s-afe15e45-7dd0-480a-9653-b8d706a84c1d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-afe15e45-7dd0-480a-9653-b8d706a84c1d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-afe15e45-7dd0-480a-9653-b8d706a84c1d {
  max-width: 100%;
}

.shg-c#s-afe15e45-7dd0-480a-9653-b8d706a84c1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afe15e45-7dd0-480a-9653-b8d706a84c1d .shg-image-zoom,
.shg-c#s-afe15e45-7dd0-480a-9653-b8d706a84c1d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-afe15e45-7dd0-480a-9653-b8d706a84c1d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-afe15e45-7dd0-480a-9653-b8d706a84c1d {
  max-width: 100%;
}

.shg-c#s-afe15e45-7dd0-480a-9653-b8d706a84c1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afe15e45-7dd0-480a-9653-b8d706a84c1d .shg-image-zoom,
.shg-c#s-afe15e45-7dd0-480a-9653-b8d706a84c1d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-afe15e45-7dd0-480a-9653-b8d706a84c1d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-afe15e45-7dd0-480a-9653-b8d706a84c1d {
  max-width: 100%;
}

.shg-c#s-afe15e45-7dd0-480a-9653-b8d706a84c1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-afe15e45-7dd0-480a-9653-b8d706a84c1d .shg-image-zoom,
.shg-c#s-afe15e45-7dd0-480a-9653-b8d706a84c1d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-afe15e45-7dd0-480a-9653-b8d706a84c1d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0b810ad5-ee8b-4167-b8aa-f297581f5c0d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0b810ad5-ee8b-4167-b8aa-f297581f5c0d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-543e1982-1376-4b13-a6a4-0ab961620177 {
  text-align: left;
}

#s-543e1982-1376-4b13-a6a4-0ab961620177 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-543e1982-1376-4b13-a6a4-0ab961620177 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-543e1982-1376-4b13-a6a4-0ab961620177 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-3fac9d6d-0ebc-4bce-bde0-8546f7543af1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-3fac9d6d-0ebc-4bce-bde0-8546f7543af1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3fac9d6d-0ebc-4bce-bde0-8546f7543af1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3fac9d6d-0ebc-4bce-bde0-8546f7543af1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-3fac9d6d-0ebc-4bce-bde0-8546f7543af1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3fac9d6d-0ebc-4bce-bde0-8546f7543af1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3fac9d6d-0ebc-4bce-bde0-8546f7543af1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-002c6408-e8b1-41f3-bae1-382c09fdd15c {
  display: none;
}
#s-ee8ef0e4-3233-4430-8cd9-409b41f2a19f {
  text-align: left;
}


.shg-c#s-ee8ef0e4-3233-4430-8cd9-409b41f2a19f {
  max-width: 100%;
}

.shg-c#s-ee8ef0e4-3233-4430-8cd9-409b41f2a19f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee8ef0e4-3233-4430-8cd9-409b41f2a19f .shg-image-zoom,
.shg-c#s-ee8ef0e4-3233-4430-8cd9-409b41f2a19f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ee8ef0e4-3233-4430-8cd9-409b41f2a19f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ee8ef0e4-3233-4430-8cd9-409b41f2a19f {
  max-width: 100%;
}

.shg-c#s-ee8ef0e4-3233-4430-8cd9-409b41f2a19f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee8ef0e4-3233-4430-8cd9-409b41f2a19f .shg-image-zoom,
.shg-c#s-ee8ef0e4-3233-4430-8cd9-409b41f2a19f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ee8ef0e4-3233-4430-8cd9-409b41f2a19f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ee8ef0e4-3233-4430-8cd9-409b41f2a19f {
  max-width: 100%;
}

.shg-c#s-ee8ef0e4-3233-4430-8cd9-409b41f2a19f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee8ef0e4-3233-4430-8cd9-409b41f2a19f .shg-image-zoom,
.shg-c#s-ee8ef0e4-3233-4430-8cd9-409b41f2a19f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ee8ef0e4-3233-4430-8cd9-409b41f2a19f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ee8ef0e4-3233-4430-8cd9-409b41f2a19f {
  max-width: 100%;
}

.shg-c#s-ee8ef0e4-3233-4430-8cd9-409b41f2a19f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee8ef0e4-3233-4430-8cd9-409b41f2a19f .shg-image-zoom,
.shg-c#s-ee8ef0e4-3233-4430-8cd9-409b41f2a19f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ee8ef0e4-3233-4430-8cd9-409b41f2a19f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ee8ef0e4-3233-4430-8cd9-409b41f2a19f {
  max-width: 100%;
}

.shg-c#s-ee8ef0e4-3233-4430-8cd9-409b41f2a19f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee8ef0e4-3233-4430-8cd9-409b41f2a19f .shg-image-zoom,
.shg-c#s-ee8ef0e4-3233-4430-8cd9-409b41f2a19f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ee8ef0e4-3233-4430-8cd9-409b41f2a19f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9e7523bc-aa7d-4e5d-99fa-c862c544bb27 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e7523bc-aa7d-4e5d-99fa-c862c544bb27 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-137bf9ad-da40-4223-b57a-f4b25b666772 {
  text-align: left;
}

#s-137bf9ad-da40-4223-b57a-f4b25b666772 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-137bf9ad-da40-4223-b57a-f4b25b666772 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-137bf9ad-da40-4223-b57a-f4b25b666772 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-8fd8e896-6753-41ed-9a41-507cb8864735 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-8fd8e896-6753-41ed-9a41-507cb8864735:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8fd8e896-6753-41ed-9a41-507cb8864735:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8fd8e896-6753-41ed-9a41-507cb8864735 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-8fd8e896-6753-41ed-9a41-507cb8864735.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8fd8e896-6753-41ed-9a41-507cb8864735.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8fd8e896-6753-41ed-9a41-507cb8864735.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-16cbf83c-5ce5-46bc-b34b-72907fdc4d9b {
  display: none;
}
#s-17a39b0c-cdcf-4e1d-b7a8-8a77ca586231 {
  text-align: left;
}


.shg-c#s-17a39b0c-cdcf-4e1d-b7a8-8a77ca586231 {
  max-width: 100%;
}

.shg-c#s-17a39b0c-cdcf-4e1d-b7a8-8a77ca586231 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17a39b0c-cdcf-4e1d-b7a8-8a77ca586231 .shg-image-zoom,
.shg-c#s-17a39b0c-cdcf-4e1d-b7a8-8a77ca586231 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-17a39b0c-cdcf-4e1d-b7a8-8a77ca586231 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-17a39b0c-cdcf-4e1d-b7a8-8a77ca586231 {
  max-width: 100%;
}

.shg-c#s-17a39b0c-cdcf-4e1d-b7a8-8a77ca586231 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17a39b0c-cdcf-4e1d-b7a8-8a77ca586231 .shg-image-zoom,
.shg-c#s-17a39b0c-cdcf-4e1d-b7a8-8a77ca586231 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-17a39b0c-cdcf-4e1d-b7a8-8a77ca586231 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-17a39b0c-cdcf-4e1d-b7a8-8a77ca586231 {
  max-width: 100%;
}

.shg-c#s-17a39b0c-cdcf-4e1d-b7a8-8a77ca586231 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17a39b0c-cdcf-4e1d-b7a8-8a77ca586231 .shg-image-zoom,
.shg-c#s-17a39b0c-cdcf-4e1d-b7a8-8a77ca586231 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-17a39b0c-cdcf-4e1d-b7a8-8a77ca586231 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-17a39b0c-cdcf-4e1d-b7a8-8a77ca586231 {
  max-width: 100%;
}

.shg-c#s-17a39b0c-cdcf-4e1d-b7a8-8a77ca586231 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17a39b0c-cdcf-4e1d-b7a8-8a77ca586231 .shg-image-zoom,
.shg-c#s-17a39b0c-cdcf-4e1d-b7a8-8a77ca586231 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-17a39b0c-cdcf-4e1d-b7a8-8a77ca586231 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-17a39b0c-cdcf-4e1d-b7a8-8a77ca586231 {
  max-width: 100%;
}

.shg-c#s-17a39b0c-cdcf-4e1d-b7a8-8a77ca586231 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-17a39b0c-cdcf-4e1d-b7a8-8a77ca586231 .shg-image-zoom,
.shg-c#s-17a39b0c-cdcf-4e1d-b7a8-8a77ca586231 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-17a39b0c-cdcf-4e1d-b7a8-8a77ca586231 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e6c92a31-eb67-4bc9-ae54-ea61483944b1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e6c92a31-eb67-4bc9-ae54-ea61483944b1 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-a021a4f6-95b4-4010-bedc-329dbfd8434b {
  text-align: left;
}

#s-a021a4f6-95b4-4010-bedc-329dbfd8434b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-a021a4f6-95b4-4010-bedc-329dbfd8434b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a021a4f6-95b4-4010-bedc-329dbfd8434b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-e1c60700-1905-44a5-89ec-a5b4f6ca7d5c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-e1c60700-1905-44a5-89ec-a5b4f6ca7d5c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e1c60700-1905-44a5-89ec-a5b4f6ca7d5c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e1c60700-1905-44a5-89ec-a5b4f6ca7d5c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-e1c60700-1905-44a5-89ec-a5b4f6ca7d5c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e1c60700-1905-44a5-89ec-a5b4f6ca7d5c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e1c60700-1905-44a5-89ec-a5b4f6ca7d5c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5c32934f-e9cd-450f-addc-f196981bf071 {
  display: none;
}
#s-9475d731-f682-4e94-bcb2-9118b661c491 {
  text-align: left;
}


.shg-c#s-9475d731-f682-4e94-bcb2-9118b661c491 {
  max-width: 100%;
}

.shg-c#s-9475d731-f682-4e94-bcb2-9118b661c491 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9475d731-f682-4e94-bcb2-9118b661c491 .shg-image-zoom,
.shg-c#s-9475d731-f682-4e94-bcb2-9118b661c491 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9475d731-f682-4e94-bcb2-9118b661c491 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9475d731-f682-4e94-bcb2-9118b661c491 {
  max-width: 100%;
}

.shg-c#s-9475d731-f682-4e94-bcb2-9118b661c491 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9475d731-f682-4e94-bcb2-9118b661c491 .shg-image-zoom,
.shg-c#s-9475d731-f682-4e94-bcb2-9118b661c491 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9475d731-f682-4e94-bcb2-9118b661c491 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9475d731-f682-4e94-bcb2-9118b661c491 {
  max-width: 100%;
}

.shg-c#s-9475d731-f682-4e94-bcb2-9118b661c491 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9475d731-f682-4e94-bcb2-9118b661c491 .shg-image-zoom,
.shg-c#s-9475d731-f682-4e94-bcb2-9118b661c491 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9475d731-f682-4e94-bcb2-9118b661c491 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9475d731-f682-4e94-bcb2-9118b661c491 {
  max-width: 100%;
}

.shg-c#s-9475d731-f682-4e94-bcb2-9118b661c491 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9475d731-f682-4e94-bcb2-9118b661c491 .shg-image-zoom,
.shg-c#s-9475d731-f682-4e94-bcb2-9118b661c491 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9475d731-f682-4e94-bcb2-9118b661c491 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9475d731-f682-4e94-bcb2-9118b661c491 {
  max-width: 100%;
}

.shg-c#s-9475d731-f682-4e94-bcb2-9118b661c491 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9475d731-f682-4e94-bcb2-9118b661c491 .shg-image-zoom,
.shg-c#s-9475d731-f682-4e94-bcb2-9118b661c491 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9475d731-f682-4e94-bcb2-9118b661c491 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d29d5729-41e9-4682-a7ed-123d85896a8e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d29d5729-41e9-4682-a7ed-123d85896a8e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-7cbfc760-b1ce-48dc-a053-79c667de09f0 {
  text-align: left;
}

#s-7cbfc760-b1ce-48dc-a053-79c667de09f0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-7cbfc760-b1ce-48dc-a053-79c667de09f0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7cbfc760-b1ce-48dc-a053-79c667de09f0 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-8b1070fc-5fc2-4595-8ad7-f50f993ade5b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-8b1070fc-5fc2-4595-8ad7-f50f993ade5b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8b1070fc-5fc2-4595-8ad7-f50f993ade5b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8b1070fc-5fc2-4595-8ad7-f50f993ade5b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-8b1070fc-5fc2-4595-8ad7-f50f993ade5b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8b1070fc-5fc2-4595-8ad7-f50f993ade5b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8b1070fc-5fc2-4595-8ad7-f50f993ade5b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-17a2a94a-8de1-4344-91aa-6a0f5212055e {
  display: none;
}
#s-dbc77042-1983-4740-b6e9-4ee1b10f0885 {
  text-align: left;
}


.shg-c#s-dbc77042-1983-4740-b6e9-4ee1b10f0885 {
  max-width: 100%;
}

.shg-c#s-dbc77042-1983-4740-b6e9-4ee1b10f0885 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dbc77042-1983-4740-b6e9-4ee1b10f0885 .shg-image-zoom,
.shg-c#s-dbc77042-1983-4740-b6e9-4ee1b10f0885 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dbc77042-1983-4740-b6e9-4ee1b10f0885 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-dbc77042-1983-4740-b6e9-4ee1b10f0885 {
  max-width: 100%;
}

.shg-c#s-dbc77042-1983-4740-b6e9-4ee1b10f0885 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dbc77042-1983-4740-b6e9-4ee1b10f0885 .shg-image-zoom,
.shg-c#s-dbc77042-1983-4740-b6e9-4ee1b10f0885 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dbc77042-1983-4740-b6e9-4ee1b10f0885 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dbc77042-1983-4740-b6e9-4ee1b10f0885 {
  max-width: 100%;
}

.shg-c#s-dbc77042-1983-4740-b6e9-4ee1b10f0885 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dbc77042-1983-4740-b6e9-4ee1b10f0885 .shg-image-zoom,
.shg-c#s-dbc77042-1983-4740-b6e9-4ee1b10f0885 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dbc77042-1983-4740-b6e9-4ee1b10f0885 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dbc77042-1983-4740-b6e9-4ee1b10f0885 {
  max-width: 100%;
}

.shg-c#s-dbc77042-1983-4740-b6e9-4ee1b10f0885 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dbc77042-1983-4740-b6e9-4ee1b10f0885 .shg-image-zoom,
.shg-c#s-dbc77042-1983-4740-b6e9-4ee1b10f0885 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dbc77042-1983-4740-b6e9-4ee1b10f0885 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-dbc77042-1983-4740-b6e9-4ee1b10f0885 {
  max-width: 100%;
}

.shg-c#s-dbc77042-1983-4740-b6e9-4ee1b10f0885 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dbc77042-1983-4740-b6e9-4ee1b10f0885 .shg-image-zoom,
.shg-c#s-dbc77042-1983-4740-b6e9-4ee1b10f0885 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dbc77042-1983-4740-b6e9-4ee1b10f0885 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a62b0faa-cdfe-4e00-9bac-a72818e1c0f6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a62b0faa-cdfe-4e00-9bac-a72818e1c0f6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-36f8c5b8-9155-4125-9795-797fd601744e {
  text-align: left;
}

#s-36f8c5b8-9155-4125-9795-797fd601744e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-36f8c5b8-9155-4125-9795-797fd601744e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-36f8c5b8-9155-4125-9795-797fd601744e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-25183c54-4b00-49dd-b9c2-a958690bb5fa {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-25183c54-4b00-49dd-b9c2-a958690bb5fa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-25183c54-4b00-49dd-b9c2-a958690bb5fa:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-25183c54-4b00-49dd-b9c2-a958690bb5fa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-25183c54-4b00-49dd-b9c2-a958690bb5fa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-25183c54-4b00-49dd-b9c2-a958690bb5fa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-25183c54-4b00-49dd-b9c2-a958690bb5fa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ee552c8a-70d3-43d6-b7e9-d619e332906b {
  display: none;
}
#s-33ec39ef-c87a-49c1-afa2-8f79acd600df {
  text-align: left;
}


.shg-c#s-33ec39ef-c87a-49c1-afa2-8f79acd600df {
  max-width: 100%;
}

.shg-c#s-33ec39ef-c87a-49c1-afa2-8f79acd600df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33ec39ef-c87a-49c1-afa2-8f79acd600df .shg-image-zoom,
.shg-c#s-33ec39ef-c87a-49c1-afa2-8f79acd600df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33ec39ef-c87a-49c1-afa2-8f79acd600df .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-33ec39ef-c87a-49c1-afa2-8f79acd600df {
  max-width: 100%;
}

.shg-c#s-33ec39ef-c87a-49c1-afa2-8f79acd600df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33ec39ef-c87a-49c1-afa2-8f79acd600df .shg-image-zoom,
.shg-c#s-33ec39ef-c87a-49c1-afa2-8f79acd600df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33ec39ef-c87a-49c1-afa2-8f79acd600df .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-33ec39ef-c87a-49c1-afa2-8f79acd600df {
  max-width: 100%;
}

.shg-c#s-33ec39ef-c87a-49c1-afa2-8f79acd600df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33ec39ef-c87a-49c1-afa2-8f79acd600df .shg-image-zoom,
.shg-c#s-33ec39ef-c87a-49c1-afa2-8f79acd600df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33ec39ef-c87a-49c1-afa2-8f79acd600df .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-33ec39ef-c87a-49c1-afa2-8f79acd600df {
  max-width: 100%;
}

.shg-c#s-33ec39ef-c87a-49c1-afa2-8f79acd600df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33ec39ef-c87a-49c1-afa2-8f79acd600df .shg-image-zoom,
.shg-c#s-33ec39ef-c87a-49c1-afa2-8f79acd600df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33ec39ef-c87a-49c1-afa2-8f79acd600df .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-33ec39ef-c87a-49c1-afa2-8f79acd600df {
  max-width: 100%;
}

.shg-c#s-33ec39ef-c87a-49c1-afa2-8f79acd600df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33ec39ef-c87a-49c1-afa2-8f79acd600df .shg-image-zoom,
.shg-c#s-33ec39ef-c87a-49c1-afa2-8f79acd600df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33ec39ef-c87a-49c1-afa2-8f79acd600df .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f94d0c8b-f235-4c1f-b37d-b80af0c9f438 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f94d0c8b-f235-4c1f-b37d-b80af0c9f438 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-91357d64-b9cc-4791-9a10-75d3618a5fb8 {
  text-align: left;
}

#s-91357d64-b9cc-4791-9a10-75d3618a5fb8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-91357d64-b9cc-4791-9a10-75d3618a5fb8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-91357d64-b9cc-4791-9a10-75d3618a5fb8 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-4dd1adff-633a-4a09-b508-5df699a7eaef {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-4dd1adff-633a-4a09-b508-5df699a7eaef:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4dd1adff-633a-4a09-b508-5df699a7eaef:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4dd1adff-633a-4a09-b508-5df699a7eaef {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-4dd1adff-633a-4a09-b508-5df699a7eaef.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4dd1adff-633a-4a09-b508-5df699a7eaef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4dd1adff-633a-4a09-b508-5df699a7eaef.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-449461f6-02ce-4e6b-be6f-5331914220f0 {
  display: none;
}
#s-389747a7-f07a-469c-aded-6d1584eebf10 {
  text-align: left;
}


.shg-c#s-389747a7-f07a-469c-aded-6d1584eebf10 {
  max-width: 100%;
}

.shg-c#s-389747a7-f07a-469c-aded-6d1584eebf10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-389747a7-f07a-469c-aded-6d1584eebf10 .shg-image-zoom,
.shg-c#s-389747a7-f07a-469c-aded-6d1584eebf10 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-389747a7-f07a-469c-aded-6d1584eebf10 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-389747a7-f07a-469c-aded-6d1584eebf10 {
  max-width: 100%;
}

.shg-c#s-389747a7-f07a-469c-aded-6d1584eebf10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-389747a7-f07a-469c-aded-6d1584eebf10 .shg-image-zoom,
.shg-c#s-389747a7-f07a-469c-aded-6d1584eebf10 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-389747a7-f07a-469c-aded-6d1584eebf10 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-389747a7-f07a-469c-aded-6d1584eebf10 {
  max-width: 100%;
}

.shg-c#s-389747a7-f07a-469c-aded-6d1584eebf10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-389747a7-f07a-469c-aded-6d1584eebf10 .shg-image-zoom,
.shg-c#s-389747a7-f07a-469c-aded-6d1584eebf10 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-389747a7-f07a-469c-aded-6d1584eebf10 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-389747a7-f07a-469c-aded-6d1584eebf10 {
  max-width: 100%;
}

.shg-c#s-389747a7-f07a-469c-aded-6d1584eebf10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-389747a7-f07a-469c-aded-6d1584eebf10 .shg-image-zoom,
.shg-c#s-389747a7-f07a-469c-aded-6d1584eebf10 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-389747a7-f07a-469c-aded-6d1584eebf10 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-389747a7-f07a-469c-aded-6d1584eebf10 {
  max-width: 100%;
}

.shg-c#s-389747a7-f07a-469c-aded-6d1584eebf10 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-389747a7-f07a-469c-aded-6d1584eebf10 .shg-image-zoom,
.shg-c#s-389747a7-f07a-469c-aded-6d1584eebf10 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-389747a7-f07a-469c-aded-6d1584eebf10 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a77600d1-1e5f-48b2-a43f-2c16bfb90b01 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a77600d1-1e5f-48b2-a43f-2c16bfb90b01 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-859dc72d-fd95-469a-b272-55e82f673d84 {
  text-align: left;
}

#s-859dc72d-fd95-469a-b272-55e82f673d84 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-859dc72d-fd95-469a-b272-55e82f673d84 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-859dc72d-fd95-469a-b272-55e82f673d84 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-de692c88-2e4b-4edd-8382-8cabf7c7506b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-de692c88-2e4b-4edd-8382-8cabf7c7506b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-de692c88-2e4b-4edd-8382-8cabf7c7506b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-de692c88-2e4b-4edd-8382-8cabf7c7506b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-de692c88-2e4b-4edd-8382-8cabf7c7506b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de692c88-2e4b-4edd-8382-8cabf7c7506b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-de692c88-2e4b-4edd-8382-8cabf7c7506b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-45d98cc1-5e72-4c17-9dce-ac19ad2f55be {
  display: none;
}
#s-5197f858-d05f-47f3-a2bf-2e2ffb48db01 {
  text-align: left;
}


.shg-c#s-5197f858-d05f-47f3-a2bf-2e2ffb48db01 {
  max-width: 100%;
}

.shg-c#s-5197f858-d05f-47f3-a2bf-2e2ffb48db01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5197f858-d05f-47f3-a2bf-2e2ffb48db01 .shg-image-zoom,
.shg-c#s-5197f858-d05f-47f3-a2bf-2e2ffb48db01 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5197f858-d05f-47f3-a2bf-2e2ffb48db01 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5197f858-d05f-47f3-a2bf-2e2ffb48db01 {
  max-width: 100%;
}

.shg-c#s-5197f858-d05f-47f3-a2bf-2e2ffb48db01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5197f858-d05f-47f3-a2bf-2e2ffb48db01 .shg-image-zoom,
.shg-c#s-5197f858-d05f-47f3-a2bf-2e2ffb48db01 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5197f858-d05f-47f3-a2bf-2e2ffb48db01 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5197f858-d05f-47f3-a2bf-2e2ffb48db01 {
  max-width: 100%;
}

.shg-c#s-5197f858-d05f-47f3-a2bf-2e2ffb48db01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5197f858-d05f-47f3-a2bf-2e2ffb48db01 .shg-image-zoom,
.shg-c#s-5197f858-d05f-47f3-a2bf-2e2ffb48db01 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5197f858-d05f-47f3-a2bf-2e2ffb48db01 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5197f858-d05f-47f3-a2bf-2e2ffb48db01 {
  max-width: 100%;
}

.shg-c#s-5197f858-d05f-47f3-a2bf-2e2ffb48db01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5197f858-d05f-47f3-a2bf-2e2ffb48db01 .shg-image-zoom,
.shg-c#s-5197f858-d05f-47f3-a2bf-2e2ffb48db01 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5197f858-d05f-47f3-a2bf-2e2ffb48db01 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5197f858-d05f-47f3-a2bf-2e2ffb48db01 {
  max-width: 100%;
}

.shg-c#s-5197f858-d05f-47f3-a2bf-2e2ffb48db01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5197f858-d05f-47f3-a2bf-2e2ffb48db01 .shg-image-zoom,
.shg-c#s-5197f858-d05f-47f3-a2bf-2e2ffb48db01 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5197f858-d05f-47f3-a2bf-2e2ffb48db01 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3776c6c9-fc41-49dc-b2ae-e719fa47aa64 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3776c6c9-fc41-49dc-b2ae-e719fa47aa64 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-6c82b015-cdd5-4a63-9b29-78922a8d404f {
  text-align: left;
}

#s-6c82b015-cdd5-4a63-9b29-78922a8d404f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-6c82b015-cdd5-4a63-9b29-78922a8d404f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6c82b015-cdd5-4a63-9b29-78922a8d404f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-6370c637-ec5b-4600-bd29-b5540f41903c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-6370c637-ec5b-4600-bd29-b5540f41903c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6370c637-ec5b-4600-bd29-b5540f41903c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6370c637-ec5b-4600-bd29-b5540f41903c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-6370c637-ec5b-4600-bd29-b5540f41903c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6370c637-ec5b-4600-bd29-b5540f41903c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6370c637-ec5b-4600-bd29-b5540f41903c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9d7fde07-0392-4ab5-b128-047f16ae3bf4 {
  display: none;
}
#s-07204494-d6fa-472d-b173-93efec1e0aaf {
  text-align: left;
}


.shg-c#s-07204494-d6fa-472d-b173-93efec1e0aaf {
  max-width: 100%;
}

.shg-c#s-07204494-d6fa-472d-b173-93efec1e0aaf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07204494-d6fa-472d-b173-93efec1e0aaf .shg-image-zoom,
.shg-c#s-07204494-d6fa-472d-b173-93efec1e0aaf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07204494-d6fa-472d-b173-93efec1e0aaf .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-07204494-d6fa-472d-b173-93efec1e0aaf {
  max-width: 100%;
}

.shg-c#s-07204494-d6fa-472d-b173-93efec1e0aaf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07204494-d6fa-472d-b173-93efec1e0aaf .shg-image-zoom,
.shg-c#s-07204494-d6fa-472d-b173-93efec1e0aaf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07204494-d6fa-472d-b173-93efec1e0aaf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-07204494-d6fa-472d-b173-93efec1e0aaf {
  max-width: 100%;
}

.shg-c#s-07204494-d6fa-472d-b173-93efec1e0aaf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07204494-d6fa-472d-b173-93efec1e0aaf .shg-image-zoom,
.shg-c#s-07204494-d6fa-472d-b173-93efec1e0aaf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07204494-d6fa-472d-b173-93efec1e0aaf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-07204494-d6fa-472d-b173-93efec1e0aaf {
  max-width: 100%;
}

.shg-c#s-07204494-d6fa-472d-b173-93efec1e0aaf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07204494-d6fa-472d-b173-93efec1e0aaf .shg-image-zoom,
.shg-c#s-07204494-d6fa-472d-b173-93efec1e0aaf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07204494-d6fa-472d-b173-93efec1e0aaf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-07204494-d6fa-472d-b173-93efec1e0aaf {
  max-width: 100%;
}

.shg-c#s-07204494-d6fa-472d-b173-93efec1e0aaf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07204494-d6fa-472d-b173-93efec1e0aaf .shg-image-zoom,
.shg-c#s-07204494-d6fa-472d-b173-93efec1e0aaf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07204494-d6fa-472d-b173-93efec1e0aaf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b43a4208-c1f4-4ba3-b2c9-1df7da89313f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b43a4208-c1f4-4ba3-b2c9-1df7da89313f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-035208ac-3fde-4542-92aa-43a33432c888 {
  text-align: left;
}

#s-035208ac-3fde-4542-92aa-43a33432c888 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-035208ac-3fde-4542-92aa-43a33432c888 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-035208ac-3fde-4542-92aa-43a33432c888 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-30e867d3-f27a-4073-9ec0-b71cf0e1fac8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-30e867d3-f27a-4073-9ec0-b71cf0e1fac8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-30e867d3-f27a-4073-9ec0-b71cf0e1fac8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-30e867d3-f27a-4073-9ec0-b71cf0e1fac8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-30e867d3-f27a-4073-9ec0-b71cf0e1fac8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-30e867d3-f27a-4073-9ec0-b71cf0e1fac8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-30e867d3-f27a-4073-9ec0-b71cf0e1fac8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c6a14af5-d798-4e62-9a7f-b08acf219a92 {
  display: none;
}
#s-536dd342-b325-4bf9-a6ef-2c78c025a87e {
  text-align: left;
}


.shg-c#s-536dd342-b325-4bf9-a6ef-2c78c025a87e {
  max-width: 100%;
}

.shg-c#s-536dd342-b325-4bf9-a6ef-2c78c025a87e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-536dd342-b325-4bf9-a6ef-2c78c025a87e .shg-image-zoom,
.shg-c#s-536dd342-b325-4bf9-a6ef-2c78c025a87e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-536dd342-b325-4bf9-a6ef-2c78c025a87e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-536dd342-b325-4bf9-a6ef-2c78c025a87e {
  max-width: 100%;
}

.shg-c#s-536dd342-b325-4bf9-a6ef-2c78c025a87e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-536dd342-b325-4bf9-a6ef-2c78c025a87e .shg-image-zoom,
.shg-c#s-536dd342-b325-4bf9-a6ef-2c78c025a87e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-536dd342-b325-4bf9-a6ef-2c78c025a87e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-536dd342-b325-4bf9-a6ef-2c78c025a87e {
  max-width: 100%;
}

.shg-c#s-536dd342-b325-4bf9-a6ef-2c78c025a87e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-536dd342-b325-4bf9-a6ef-2c78c025a87e .shg-image-zoom,
.shg-c#s-536dd342-b325-4bf9-a6ef-2c78c025a87e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-536dd342-b325-4bf9-a6ef-2c78c025a87e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-536dd342-b325-4bf9-a6ef-2c78c025a87e {
  max-width: 100%;
}

.shg-c#s-536dd342-b325-4bf9-a6ef-2c78c025a87e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-536dd342-b325-4bf9-a6ef-2c78c025a87e .shg-image-zoom,
.shg-c#s-536dd342-b325-4bf9-a6ef-2c78c025a87e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-536dd342-b325-4bf9-a6ef-2c78c025a87e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-536dd342-b325-4bf9-a6ef-2c78c025a87e {
  max-width: 100%;
}

.shg-c#s-536dd342-b325-4bf9-a6ef-2c78c025a87e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-536dd342-b325-4bf9-a6ef-2c78c025a87e .shg-image-zoom,
.shg-c#s-536dd342-b325-4bf9-a6ef-2c78c025a87e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-536dd342-b325-4bf9-a6ef-2c78c025a87e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6fa607c1-061a-456a-bf01-5d523d04cd35 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6fa607c1-061a-456a-bf01-5d523d04cd35 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-827b7b27-8228-4166-a1b0-414c4a5d4085 {
  text-align: left;
}

#s-827b7b27-8228-4166-a1b0-414c4a5d4085 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-827b7b27-8228-4166-a1b0-414c4a5d4085 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-827b7b27-8228-4166-a1b0-414c4a5d4085 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-a42ad4f7-86f3-4a3f-a141-361816e1f67e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-a42ad4f7-86f3-4a3f-a141-361816e1f67e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a42ad4f7-86f3-4a3f-a141-361816e1f67e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a42ad4f7-86f3-4a3f-a141-361816e1f67e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-a42ad4f7-86f3-4a3f-a141-361816e1f67e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a42ad4f7-86f3-4a3f-a141-361816e1f67e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a42ad4f7-86f3-4a3f-a141-361816e1f67e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-48829c34-df61-4d1f-bdd2-5254bab17c4f {
  display: none;
}
#s-7952f17f-c8dd-4eae-92bc-61f475564a4e {
  text-align: left;
}


.shg-c#s-7952f17f-c8dd-4eae-92bc-61f475564a4e {
  max-width: 100%;
}

.shg-c#s-7952f17f-c8dd-4eae-92bc-61f475564a4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7952f17f-c8dd-4eae-92bc-61f475564a4e .shg-image-zoom,
.shg-c#s-7952f17f-c8dd-4eae-92bc-61f475564a4e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7952f17f-c8dd-4eae-92bc-61f475564a4e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7952f17f-c8dd-4eae-92bc-61f475564a4e {
  max-width: 100%;
}

.shg-c#s-7952f17f-c8dd-4eae-92bc-61f475564a4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7952f17f-c8dd-4eae-92bc-61f475564a4e .shg-image-zoom,
.shg-c#s-7952f17f-c8dd-4eae-92bc-61f475564a4e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7952f17f-c8dd-4eae-92bc-61f475564a4e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7952f17f-c8dd-4eae-92bc-61f475564a4e {
  max-width: 100%;
}

.shg-c#s-7952f17f-c8dd-4eae-92bc-61f475564a4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7952f17f-c8dd-4eae-92bc-61f475564a4e .shg-image-zoom,
.shg-c#s-7952f17f-c8dd-4eae-92bc-61f475564a4e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7952f17f-c8dd-4eae-92bc-61f475564a4e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7952f17f-c8dd-4eae-92bc-61f475564a4e {
  max-width: 100%;
}

.shg-c#s-7952f17f-c8dd-4eae-92bc-61f475564a4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7952f17f-c8dd-4eae-92bc-61f475564a4e .shg-image-zoom,
.shg-c#s-7952f17f-c8dd-4eae-92bc-61f475564a4e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7952f17f-c8dd-4eae-92bc-61f475564a4e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7952f17f-c8dd-4eae-92bc-61f475564a4e {
  max-width: 100%;
}

.shg-c#s-7952f17f-c8dd-4eae-92bc-61f475564a4e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7952f17f-c8dd-4eae-92bc-61f475564a4e .shg-image-zoom,
.shg-c#s-7952f17f-c8dd-4eae-92bc-61f475564a4e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7952f17f-c8dd-4eae-92bc-61f475564a4e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ace0a1d5-5c21-4d57-bcff-b893790cd9ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ace0a1d5-5c21-4d57-bcff-b893790cd9ae .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-f2868eb2-870f-4e34-8221-1556686d4467 {
  text-align: left;
}

#s-f2868eb2-870f-4e34-8221-1556686d4467 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-f2868eb2-870f-4e34-8221-1556686d4467 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f2868eb2-870f-4e34-8221-1556686d4467 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-ba58b48e-2712-418d-91dc-f85a2712769f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-ba58b48e-2712-418d-91dc-f85a2712769f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ba58b48e-2712-418d-91dc-f85a2712769f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ba58b48e-2712-418d-91dc-f85a2712769f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-ba58b48e-2712-418d-91dc-f85a2712769f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ba58b48e-2712-418d-91dc-f85a2712769f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ba58b48e-2712-418d-91dc-f85a2712769f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-88552fa0-7974-4245-b61b-104e685aa43b {
  display: none;
}
#s-380a8fa8-ce4e-4053-8447-f3c4121477a6 {
  text-align: left;
}


.shg-c#s-380a8fa8-ce4e-4053-8447-f3c4121477a6 {
  max-width: 100%;
}

.shg-c#s-380a8fa8-ce4e-4053-8447-f3c4121477a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-380a8fa8-ce4e-4053-8447-f3c4121477a6 .shg-image-zoom,
.shg-c#s-380a8fa8-ce4e-4053-8447-f3c4121477a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-380a8fa8-ce4e-4053-8447-f3c4121477a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-380a8fa8-ce4e-4053-8447-f3c4121477a6 {
  max-width: 100%;
}

.shg-c#s-380a8fa8-ce4e-4053-8447-f3c4121477a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-380a8fa8-ce4e-4053-8447-f3c4121477a6 .shg-image-zoom,
.shg-c#s-380a8fa8-ce4e-4053-8447-f3c4121477a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-380a8fa8-ce4e-4053-8447-f3c4121477a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-380a8fa8-ce4e-4053-8447-f3c4121477a6 {
  max-width: 100%;
}

.shg-c#s-380a8fa8-ce4e-4053-8447-f3c4121477a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-380a8fa8-ce4e-4053-8447-f3c4121477a6 .shg-image-zoom,
.shg-c#s-380a8fa8-ce4e-4053-8447-f3c4121477a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-380a8fa8-ce4e-4053-8447-f3c4121477a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-380a8fa8-ce4e-4053-8447-f3c4121477a6 {
  max-width: 100%;
}

.shg-c#s-380a8fa8-ce4e-4053-8447-f3c4121477a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-380a8fa8-ce4e-4053-8447-f3c4121477a6 .shg-image-zoom,
.shg-c#s-380a8fa8-ce4e-4053-8447-f3c4121477a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-380a8fa8-ce4e-4053-8447-f3c4121477a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-380a8fa8-ce4e-4053-8447-f3c4121477a6 {
  max-width: 100%;
}

.shg-c#s-380a8fa8-ce4e-4053-8447-f3c4121477a6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-380a8fa8-ce4e-4053-8447-f3c4121477a6 .shg-image-zoom,
.shg-c#s-380a8fa8-ce4e-4053-8447-f3c4121477a6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-380a8fa8-ce4e-4053-8447-f3c4121477a6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4e0bd1c1-dfc5-4532-84a3-cb76bfbb6469 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4e0bd1c1-dfc5-4532-84a3-cb76bfbb6469 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-a1a9ac83-fbe9-43c1-b0ac-e1889d708e64 {
  text-align: left;
}

#s-a1a9ac83-fbe9-43c1-b0ac-e1889d708e64 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-a1a9ac83-fbe9-43c1-b0ac-e1889d708e64 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a1a9ac83-fbe9-43c1-b0ac-e1889d708e64 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-0bcc5373-c5f2-42b3-b6d1-2ac2ebecac03 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-0bcc5373-c5f2-42b3-b6d1-2ac2ebecac03:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0bcc5373-c5f2-42b3-b6d1-2ac2ebecac03:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0bcc5373-c5f2-42b3-b6d1-2ac2ebecac03 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-0bcc5373-c5f2-42b3-b6d1-2ac2ebecac03.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0bcc5373-c5f2-42b3-b6d1-2ac2ebecac03.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0bcc5373-c5f2-42b3-b6d1-2ac2ebecac03.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-585eff74-686b-4881-b04c-d71eac856315 {
  display: none;
}
#s-aa4d61d5-e336-4f69-8eff-9ec706623056 {
  text-align: left;
}


.shg-c#s-aa4d61d5-e336-4f69-8eff-9ec706623056 {
  max-width: 100%;
}

.shg-c#s-aa4d61d5-e336-4f69-8eff-9ec706623056 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aa4d61d5-e336-4f69-8eff-9ec706623056 .shg-image-zoom,
.shg-c#s-aa4d61d5-e336-4f69-8eff-9ec706623056 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aa4d61d5-e336-4f69-8eff-9ec706623056 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-aa4d61d5-e336-4f69-8eff-9ec706623056 {
  max-width: 100%;
}

.shg-c#s-aa4d61d5-e336-4f69-8eff-9ec706623056 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aa4d61d5-e336-4f69-8eff-9ec706623056 .shg-image-zoom,
.shg-c#s-aa4d61d5-e336-4f69-8eff-9ec706623056 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aa4d61d5-e336-4f69-8eff-9ec706623056 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-aa4d61d5-e336-4f69-8eff-9ec706623056 {
  max-width: 100%;
}

.shg-c#s-aa4d61d5-e336-4f69-8eff-9ec706623056 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aa4d61d5-e336-4f69-8eff-9ec706623056 .shg-image-zoom,
.shg-c#s-aa4d61d5-e336-4f69-8eff-9ec706623056 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aa4d61d5-e336-4f69-8eff-9ec706623056 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-aa4d61d5-e336-4f69-8eff-9ec706623056 {
  max-width: 100%;
}

.shg-c#s-aa4d61d5-e336-4f69-8eff-9ec706623056 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aa4d61d5-e336-4f69-8eff-9ec706623056 .shg-image-zoom,
.shg-c#s-aa4d61d5-e336-4f69-8eff-9ec706623056 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aa4d61d5-e336-4f69-8eff-9ec706623056 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-aa4d61d5-e336-4f69-8eff-9ec706623056 {
  max-width: 100%;
}

.shg-c#s-aa4d61d5-e336-4f69-8eff-9ec706623056 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aa4d61d5-e336-4f69-8eff-9ec706623056 .shg-image-zoom,
.shg-c#s-aa4d61d5-e336-4f69-8eff-9ec706623056 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aa4d61d5-e336-4f69-8eff-9ec706623056 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d1c29294-f201-4de5-a497-b6ba44ed736e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d1c29294-f201-4de5-a497-b6ba44ed736e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-5359f301-791c-4d36-a51b-93edfb4804f6 {
  text-align: left;
}

#s-5359f301-791c-4d36-a51b-93edfb4804f6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-5359f301-791c-4d36-a51b-93edfb4804f6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5359f301-791c-4d36-a51b-93edfb4804f6 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-69a6a7b9-1342-487a-811d-e0be43007bfc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-69a6a7b9-1342-487a-811d-e0be43007bfc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-69a6a7b9-1342-487a-811d-e0be43007bfc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-69a6a7b9-1342-487a-811d-e0be43007bfc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-69a6a7b9-1342-487a-811d-e0be43007bfc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-69a6a7b9-1342-487a-811d-e0be43007bfc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-69a6a7b9-1342-487a-811d-e0be43007bfc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5bd9243c-6097-4aa3-bfa4-8cbeab1567f6 {
  display: none;
}
#s-6b2f985e-e9e7-406b-bace-00c3d5f94fb5 {
  text-align: left;
}


.shg-c#s-6b2f985e-e9e7-406b-bace-00c3d5f94fb5 {
  max-width: 100%;
}

.shg-c#s-6b2f985e-e9e7-406b-bace-00c3d5f94fb5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b2f985e-e9e7-406b-bace-00c3d5f94fb5 .shg-image-zoom,
.shg-c#s-6b2f985e-e9e7-406b-bace-00c3d5f94fb5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b2f985e-e9e7-406b-bace-00c3d5f94fb5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6b2f985e-e9e7-406b-bace-00c3d5f94fb5 {
  max-width: 100%;
}

.shg-c#s-6b2f985e-e9e7-406b-bace-00c3d5f94fb5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b2f985e-e9e7-406b-bace-00c3d5f94fb5 .shg-image-zoom,
.shg-c#s-6b2f985e-e9e7-406b-bace-00c3d5f94fb5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b2f985e-e9e7-406b-bace-00c3d5f94fb5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6b2f985e-e9e7-406b-bace-00c3d5f94fb5 {
  max-width: 100%;
}

.shg-c#s-6b2f985e-e9e7-406b-bace-00c3d5f94fb5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b2f985e-e9e7-406b-bace-00c3d5f94fb5 .shg-image-zoom,
.shg-c#s-6b2f985e-e9e7-406b-bace-00c3d5f94fb5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b2f985e-e9e7-406b-bace-00c3d5f94fb5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6b2f985e-e9e7-406b-bace-00c3d5f94fb5 {
  max-width: 100%;
}

.shg-c#s-6b2f985e-e9e7-406b-bace-00c3d5f94fb5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b2f985e-e9e7-406b-bace-00c3d5f94fb5 .shg-image-zoom,
.shg-c#s-6b2f985e-e9e7-406b-bace-00c3d5f94fb5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b2f985e-e9e7-406b-bace-00c3d5f94fb5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6b2f985e-e9e7-406b-bace-00c3d5f94fb5 {
  max-width: 100%;
}

.shg-c#s-6b2f985e-e9e7-406b-bace-00c3d5f94fb5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b2f985e-e9e7-406b-bace-00c3d5f94fb5 .shg-image-zoom,
.shg-c#s-6b2f985e-e9e7-406b-bace-00c3d5f94fb5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b2f985e-e9e7-406b-bace-00c3d5f94fb5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c20383f2-a7b5-4077-a3e8-0c743e53bea6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c20383f2-a7b5-4077-a3e8-0c743e53bea6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-53e61436-173c-4449-bb06-587c1f1c7eb0 {
  text-align: left;
}

#s-53e61436-173c-4449-bb06-587c1f1c7eb0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-53e61436-173c-4449-bb06-587c1f1c7eb0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-53e61436-173c-4449-bb06-587c1f1c7eb0 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-25d2f3c5-be25-4c24-8a80-444faf2d8b62 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-25d2f3c5-be25-4c24-8a80-444faf2d8b62:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-25d2f3c5-be25-4c24-8a80-444faf2d8b62:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-25d2f3c5-be25-4c24-8a80-444faf2d8b62 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-25d2f3c5-be25-4c24-8a80-444faf2d8b62.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-25d2f3c5-be25-4c24-8a80-444faf2d8b62.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-25d2f3c5-be25-4c24-8a80-444faf2d8b62.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2a8edb04-195a-4cfd-a98b-ad0bb913425d {
  display: none;
}
#s-ad0eb59c-f4be-4c3c-9c0d-816aadef27bb {
  text-align: left;
}


.shg-c#s-ad0eb59c-f4be-4c3c-9c0d-816aadef27bb {
  max-width: 100%;
}

.shg-c#s-ad0eb59c-f4be-4c3c-9c0d-816aadef27bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad0eb59c-f4be-4c3c-9c0d-816aadef27bb .shg-image-zoom,
.shg-c#s-ad0eb59c-f4be-4c3c-9c0d-816aadef27bb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad0eb59c-f4be-4c3c-9c0d-816aadef27bb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ad0eb59c-f4be-4c3c-9c0d-816aadef27bb {
  max-width: 100%;
}

.shg-c#s-ad0eb59c-f4be-4c3c-9c0d-816aadef27bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad0eb59c-f4be-4c3c-9c0d-816aadef27bb .shg-image-zoom,
.shg-c#s-ad0eb59c-f4be-4c3c-9c0d-816aadef27bb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad0eb59c-f4be-4c3c-9c0d-816aadef27bb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ad0eb59c-f4be-4c3c-9c0d-816aadef27bb {
  max-width: 100%;
}

.shg-c#s-ad0eb59c-f4be-4c3c-9c0d-816aadef27bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad0eb59c-f4be-4c3c-9c0d-816aadef27bb .shg-image-zoom,
.shg-c#s-ad0eb59c-f4be-4c3c-9c0d-816aadef27bb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad0eb59c-f4be-4c3c-9c0d-816aadef27bb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ad0eb59c-f4be-4c3c-9c0d-816aadef27bb {
  max-width: 100%;
}

.shg-c#s-ad0eb59c-f4be-4c3c-9c0d-816aadef27bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad0eb59c-f4be-4c3c-9c0d-816aadef27bb .shg-image-zoom,
.shg-c#s-ad0eb59c-f4be-4c3c-9c0d-816aadef27bb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad0eb59c-f4be-4c3c-9c0d-816aadef27bb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ad0eb59c-f4be-4c3c-9c0d-816aadef27bb {
  max-width: 100%;
}

.shg-c#s-ad0eb59c-f4be-4c3c-9c0d-816aadef27bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad0eb59c-f4be-4c3c-9c0d-816aadef27bb .shg-image-zoom,
.shg-c#s-ad0eb59c-f4be-4c3c-9c0d-816aadef27bb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad0eb59c-f4be-4c3c-9c0d-816aadef27bb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d28cdcbb-d3a5-448b-a0cf-d8191b0c7b2e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d28cdcbb-d3a5-448b-a0cf-d8191b0c7b2e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-92ee1bae-6fa0-4c34-9041-4613fea14597 {
  text-align: left;
}

#s-92ee1bae-6fa0-4c34-9041-4613fea14597 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-92ee1bae-6fa0-4c34-9041-4613fea14597 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-92ee1bae-6fa0-4c34-9041-4613fea14597 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-a129a600-3543-4a27-b5d2-5fd8e91a402e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-a129a600-3543-4a27-b5d2-5fd8e91a402e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a129a600-3543-4a27-b5d2-5fd8e91a402e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a129a600-3543-4a27-b5d2-5fd8e91a402e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-a129a600-3543-4a27-b5d2-5fd8e91a402e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a129a600-3543-4a27-b5d2-5fd8e91a402e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a129a600-3543-4a27-b5d2-5fd8e91a402e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-213ed110-c04f-4aa7-aaa8-b6afe5980082 {
  display: none;
}
#s-39e5f05d-76a8-46cd-a82f-4e8076ca19c7 {
  text-align: left;
}


.shg-c#s-39e5f05d-76a8-46cd-a82f-4e8076ca19c7 {
  max-width: 100%;
}

.shg-c#s-39e5f05d-76a8-46cd-a82f-4e8076ca19c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39e5f05d-76a8-46cd-a82f-4e8076ca19c7 .shg-image-zoom,
.shg-c#s-39e5f05d-76a8-46cd-a82f-4e8076ca19c7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-39e5f05d-76a8-46cd-a82f-4e8076ca19c7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-39e5f05d-76a8-46cd-a82f-4e8076ca19c7 {
  max-width: 100%;
}

.shg-c#s-39e5f05d-76a8-46cd-a82f-4e8076ca19c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39e5f05d-76a8-46cd-a82f-4e8076ca19c7 .shg-image-zoom,
.shg-c#s-39e5f05d-76a8-46cd-a82f-4e8076ca19c7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-39e5f05d-76a8-46cd-a82f-4e8076ca19c7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-39e5f05d-76a8-46cd-a82f-4e8076ca19c7 {
  max-width: 100%;
}

.shg-c#s-39e5f05d-76a8-46cd-a82f-4e8076ca19c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39e5f05d-76a8-46cd-a82f-4e8076ca19c7 .shg-image-zoom,
.shg-c#s-39e5f05d-76a8-46cd-a82f-4e8076ca19c7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-39e5f05d-76a8-46cd-a82f-4e8076ca19c7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-39e5f05d-76a8-46cd-a82f-4e8076ca19c7 {
  max-width: 100%;
}

.shg-c#s-39e5f05d-76a8-46cd-a82f-4e8076ca19c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39e5f05d-76a8-46cd-a82f-4e8076ca19c7 .shg-image-zoom,
.shg-c#s-39e5f05d-76a8-46cd-a82f-4e8076ca19c7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-39e5f05d-76a8-46cd-a82f-4e8076ca19c7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-39e5f05d-76a8-46cd-a82f-4e8076ca19c7 {
  max-width: 100%;
}

.shg-c#s-39e5f05d-76a8-46cd-a82f-4e8076ca19c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-39e5f05d-76a8-46cd-a82f-4e8076ca19c7 .shg-image-zoom,
.shg-c#s-39e5f05d-76a8-46cd-a82f-4e8076ca19c7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-39e5f05d-76a8-46cd-a82f-4e8076ca19c7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b09a686b-82f2-4da6-99f9-5853f66d248e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b09a686b-82f2-4da6-99f9-5853f66d248e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-9bec5a09-cb01-4c72-a23d-83d0d93570d7 {
  text-align: left;
}

#s-9bec5a09-cb01-4c72-a23d-83d0d93570d7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-9bec5a09-cb01-4c72-a23d-83d0d93570d7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9bec5a09-cb01-4c72-a23d-83d0d93570d7 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-2ba7bb01-85ed-4b10-9125-5295aca89bd6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-2ba7bb01-85ed-4b10-9125-5295aca89bd6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2ba7bb01-85ed-4b10-9125-5295aca89bd6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2ba7bb01-85ed-4b10-9125-5295aca89bd6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-2ba7bb01-85ed-4b10-9125-5295aca89bd6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2ba7bb01-85ed-4b10-9125-5295aca89bd6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2ba7bb01-85ed-4b10-9125-5295aca89bd6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-058b62fb-0f70-4abf-8820-f3507b0cbae0 {
  display: none;
}
#s-d9408d18-99ee-4793-a237-a7eef1ad7287 {
  text-align: left;
}


.shg-c#s-d9408d18-99ee-4793-a237-a7eef1ad7287 {
  max-width: 100%;
}

.shg-c#s-d9408d18-99ee-4793-a237-a7eef1ad7287 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d9408d18-99ee-4793-a237-a7eef1ad7287 .shg-image-zoom,
.shg-c#s-d9408d18-99ee-4793-a237-a7eef1ad7287 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d9408d18-99ee-4793-a237-a7eef1ad7287 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d9408d18-99ee-4793-a237-a7eef1ad7287 {
  max-width: 100%;
}

.shg-c#s-d9408d18-99ee-4793-a237-a7eef1ad7287 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d9408d18-99ee-4793-a237-a7eef1ad7287 .shg-image-zoom,
.shg-c#s-d9408d18-99ee-4793-a237-a7eef1ad7287 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d9408d18-99ee-4793-a237-a7eef1ad7287 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d9408d18-99ee-4793-a237-a7eef1ad7287 {
  max-width: 100%;
}

.shg-c#s-d9408d18-99ee-4793-a237-a7eef1ad7287 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d9408d18-99ee-4793-a237-a7eef1ad7287 .shg-image-zoom,
.shg-c#s-d9408d18-99ee-4793-a237-a7eef1ad7287 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d9408d18-99ee-4793-a237-a7eef1ad7287 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d9408d18-99ee-4793-a237-a7eef1ad7287 {
  max-width: 100%;
}

.shg-c#s-d9408d18-99ee-4793-a237-a7eef1ad7287 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d9408d18-99ee-4793-a237-a7eef1ad7287 .shg-image-zoom,
.shg-c#s-d9408d18-99ee-4793-a237-a7eef1ad7287 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d9408d18-99ee-4793-a237-a7eef1ad7287 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d9408d18-99ee-4793-a237-a7eef1ad7287 {
  max-width: 100%;
}

.shg-c#s-d9408d18-99ee-4793-a237-a7eef1ad7287 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d9408d18-99ee-4793-a237-a7eef1ad7287 .shg-image-zoom,
.shg-c#s-d9408d18-99ee-4793-a237-a7eef1ad7287 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d9408d18-99ee-4793-a237-a7eef1ad7287 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8c7c9129-ed99-47b0-9ee0-ca33bbbdbe3b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8c7c9129-ed99-47b0-9ee0-ca33bbbdbe3b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-1392ed7f-9f40-4891-8eb8-93ed17453c04 {
  text-align: left;
}

#s-1392ed7f-9f40-4891-8eb8-93ed17453c04 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-1392ed7f-9f40-4891-8eb8-93ed17453c04 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1392ed7f-9f40-4891-8eb8-93ed17453c04 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-5e8b907e-ab93-454f-a4b2-e24c20fe304a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-5e8b907e-ab93-454f-a4b2-e24c20fe304a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5e8b907e-ab93-454f-a4b2-e24c20fe304a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5e8b907e-ab93-454f-a4b2-e24c20fe304a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-5e8b907e-ab93-454f-a4b2-e24c20fe304a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5e8b907e-ab93-454f-a4b2-e24c20fe304a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5e8b907e-ab93-454f-a4b2-e24c20fe304a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-31ee01cb-e844-49a3-b445-4562717b3f17 {
  display: none;
}
#s-dba9f384-bfab-41ac-8005-529fb9dd19b3 {
  text-align: left;
}


.shg-c#s-dba9f384-bfab-41ac-8005-529fb9dd19b3 {
  max-width: 100%;
}

.shg-c#s-dba9f384-bfab-41ac-8005-529fb9dd19b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dba9f384-bfab-41ac-8005-529fb9dd19b3 .shg-image-zoom,
.shg-c#s-dba9f384-bfab-41ac-8005-529fb9dd19b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dba9f384-bfab-41ac-8005-529fb9dd19b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-dba9f384-bfab-41ac-8005-529fb9dd19b3 {
  max-width: 100%;
}

.shg-c#s-dba9f384-bfab-41ac-8005-529fb9dd19b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dba9f384-bfab-41ac-8005-529fb9dd19b3 .shg-image-zoom,
.shg-c#s-dba9f384-bfab-41ac-8005-529fb9dd19b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dba9f384-bfab-41ac-8005-529fb9dd19b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dba9f384-bfab-41ac-8005-529fb9dd19b3 {
  max-width: 100%;
}

.shg-c#s-dba9f384-bfab-41ac-8005-529fb9dd19b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dba9f384-bfab-41ac-8005-529fb9dd19b3 .shg-image-zoom,
.shg-c#s-dba9f384-bfab-41ac-8005-529fb9dd19b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dba9f384-bfab-41ac-8005-529fb9dd19b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dba9f384-bfab-41ac-8005-529fb9dd19b3 {
  max-width: 100%;
}

.shg-c#s-dba9f384-bfab-41ac-8005-529fb9dd19b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dba9f384-bfab-41ac-8005-529fb9dd19b3 .shg-image-zoom,
.shg-c#s-dba9f384-bfab-41ac-8005-529fb9dd19b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dba9f384-bfab-41ac-8005-529fb9dd19b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-dba9f384-bfab-41ac-8005-529fb9dd19b3 {
  max-width: 100%;
}

.shg-c#s-dba9f384-bfab-41ac-8005-529fb9dd19b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dba9f384-bfab-41ac-8005-529fb9dd19b3 .shg-image-zoom,
.shg-c#s-dba9f384-bfab-41ac-8005-529fb9dd19b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dba9f384-bfab-41ac-8005-529fb9dd19b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2b60c0f0-a080-49b0-a8f3-1c8e51e4dd7c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2b60c0f0-a080-49b0-a8f3-1c8e51e4dd7c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-d4b078fa-78e3-431e-85de-aed4da76ce74 {
  text-align: left;
}

#s-d4b078fa-78e3-431e-85de-aed4da76ce74 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-d4b078fa-78e3-431e-85de-aed4da76ce74 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d4b078fa-78e3-431e-85de-aed4da76ce74 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-fde93456-e195-4ba7-90f2-ffb6ce3778d3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-fde93456-e195-4ba7-90f2-ffb6ce3778d3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fde93456-e195-4ba7-90f2-ffb6ce3778d3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fde93456-e195-4ba7-90f2-ffb6ce3778d3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-fde93456-e195-4ba7-90f2-ffb6ce3778d3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fde93456-e195-4ba7-90f2-ffb6ce3778d3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fde93456-e195-4ba7-90f2-ffb6ce3778d3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2a5b54e3-316d-43e8-bd6c-d7a99b70cf43 {
  display: none;
}
#s-8348887f-4fdf-441f-ace8-d41a8f414807 {
  text-align: left;
}


.shg-c#s-8348887f-4fdf-441f-ace8-d41a8f414807 {
  max-width: 100%;
}

.shg-c#s-8348887f-4fdf-441f-ace8-d41a8f414807 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8348887f-4fdf-441f-ace8-d41a8f414807 .shg-image-zoom,
.shg-c#s-8348887f-4fdf-441f-ace8-d41a8f414807 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8348887f-4fdf-441f-ace8-d41a8f414807 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8348887f-4fdf-441f-ace8-d41a8f414807 {
  max-width: 100%;
}

.shg-c#s-8348887f-4fdf-441f-ace8-d41a8f414807 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8348887f-4fdf-441f-ace8-d41a8f414807 .shg-image-zoom,
.shg-c#s-8348887f-4fdf-441f-ace8-d41a8f414807 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8348887f-4fdf-441f-ace8-d41a8f414807 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8348887f-4fdf-441f-ace8-d41a8f414807 {
  max-width: 100%;
}

.shg-c#s-8348887f-4fdf-441f-ace8-d41a8f414807 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8348887f-4fdf-441f-ace8-d41a8f414807 .shg-image-zoom,
.shg-c#s-8348887f-4fdf-441f-ace8-d41a8f414807 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8348887f-4fdf-441f-ace8-d41a8f414807 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8348887f-4fdf-441f-ace8-d41a8f414807 {
  max-width: 100%;
}

.shg-c#s-8348887f-4fdf-441f-ace8-d41a8f414807 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8348887f-4fdf-441f-ace8-d41a8f414807 .shg-image-zoom,
.shg-c#s-8348887f-4fdf-441f-ace8-d41a8f414807 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8348887f-4fdf-441f-ace8-d41a8f414807 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8348887f-4fdf-441f-ace8-d41a8f414807 {
  max-width: 100%;
}

.shg-c#s-8348887f-4fdf-441f-ace8-d41a8f414807 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8348887f-4fdf-441f-ace8-d41a8f414807 .shg-image-zoom,
.shg-c#s-8348887f-4fdf-441f-ace8-d41a8f414807 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8348887f-4fdf-441f-ace8-d41a8f414807 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d8950f1e-9efb-4180-b558-0f3b9e31e3a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d8950f1e-9efb-4180-b558-0f3b9e31e3a0 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-008b2e54-04b0-43a1-a7e2-e40517dbc921 {
  text-align: left;
}

#s-008b2e54-04b0-43a1-a7e2-e40517dbc921 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-008b2e54-04b0-43a1-a7e2-e40517dbc921 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-008b2e54-04b0-43a1-a7e2-e40517dbc921 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-5f558018-a704-4c82-a1d7-54c83feaf418 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-5f558018-a704-4c82-a1d7-54c83feaf418:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5f558018-a704-4c82-a1d7-54c83feaf418:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5f558018-a704-4c82-a1d7-54c83feaf418 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-5f558018-a704-4c82-a1d7-54c83feaf418.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5f558018-a704-4c82-a1d7-54c83feaf418.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5f558018-a704-4c82-a1d7-54c83feaf418.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d9436420-eaa2-4b06-9625-1496cb73338e {
  display: none;
}
#s-51685450-64f6-40a2-a97f-61cd40dce474 {
  text-align: left;
}


.shg-c#s-51685450-64f6-40a2-a97f-61cd40dce474 {
  max-width: 100%;
}

.shg-c#s-51685450-64f6-40a2-a97f-61cd40dce474 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51685450-64f6-40a2-a97f-61cd40dce474 .shg-image-zoom,
.shg-c#s-51685450-64f6-40a2-a97f-61cd40dce474 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-51685450-64f6-40a2-a97f-61cd40dce474 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-51685450-64f6-40a2-a97f-61cd40dce474 {
  max-width: 100%;
}

.shg-c#s-51685450-64f6-40a2-a97f-61cd40dce474 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51685450-64f6-40a2-a97f-61cd40dce474 .shg-image-zoom,
.shg-c#s-51685450-64f6-40a2-a97f-61cd40dce474 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-51685450-64f6-40a2-a97f-61cd40dce474 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-51685450-64f6-40a2-a97f-61cd40dce474 {
  max-width: 100%;
}

.shg-c#s-51685450-64f6-40a2-a97f-61cd40dce474 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51685450-64f6-40a2-a97f-61cd40dce474 .shg-image-zoom,
.shg-c#s-51685450-64f6-40a2-a97f-61cd40dce474 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-51685450-64f6-40a2-a97f-61cd40dce474 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-51685450-64f6-40a2-a97f-61cd40dce474 {
  max-width: 100%;
}

.shg-c#s-51685450-64f6-40a2-a97f-61cd40dce474 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51685450-64f6-40a2-a97f-61cd40dce474 .shg-image-zoom,
.shg-c#s-51685450-64f6-40a2-a97f-61cd40dce474 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-51685450-64f6-40a2-a97f-61cd40dce474 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-51685450-64f6-40a2-a97f-61cd40dce474 {
  max-width: 100%;
}

.shg-c#s-51685450-64f6-40a2-a97f-61cd40dce474 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51685450-64f6-40a2-a97f-61cd40dce474 .shg-image-zoom,
.shg-c#s-51685450-64f6-40a2-a97f-61cd40dce474 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-51685450-64f6-40a2-a97f-61cd40dce474 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b9c24256-df58-428a-9d73-c5947980367c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b9c24256-df58-428a-9d73-c5947980367c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-311ee00d-e801-4298-a3aa-4cdcfb00e3aa {
  text-align: left;
}

#s-311ee00d-e801-4298-a3aa-4cdcfb00e3aa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-311ee00d-e801-4298-a3aa-4cdcfb00e3aa .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-311ee00d-e801-4298-a3aa-4cdcfb00e3aa .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-8ae4d1eb-e805-4983-8ef7-09ddffc17928 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-8ae4d1eb-e805-4983-8ef7-09ddffc17928:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8ae4d1eb-e805-4983-8ef7-09ddffc17928:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8ae4d1eb-e805-4983-8ef7-09ddffc17928 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-8ae4d1eb-e805-4983-8ef7-09ddffc17928.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8ae4d1eb-e805-4983-8ef7-09ddffc17928.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8ae4d1eb-e805-4983-8ef7-09ddffc17928.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6338771f-425c-4adf-8fe8-39f80c617723 {
  display: none;
}
#s-241ca891-902d-454f-8a9f-c219a80b1452 {
  text-align: left;
}


.shg-c#s-241ca891-902d-454f-8a9f-c219a80b1452 {
  max-width: 100%;
}

.shg-c#s-241ca891-902d-454f-8a9f-c219a80b1452 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-241ca891-902d-454f-8a9f-c219a80b1452 .shg-image-zoom,
.shg-c#s-241ca891-902d-454f-8a9f-c219a80b1452 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-241ca891-902d-454f-8a9f-c219a80b1452 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-241ca891-902d-454f-8a9f-c219a80b1452 {
  max-width: 100%;
}

.shg-c#s-241ca891-902d-454f-8a9f-c219a80b1452 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-241ca891-902d-454f-8a9f-c219a80b1452 .shg-image-zoom,
.shg-c#s-241ca891-902d-454f-8a9f-c219a80b1452 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-241ca891-902d-454f-8a9f-c219a80b1452 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-241ca891-902d-454f-8a9f-c219a80b1452 {
  max-width: 100%;
}

.shg-c#s-241ca891-902d-454f-8a9f-c219a80b1452 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-241ca891-902d-454f-8a9f-c219a80b1452 .shg-image-zoom,
.shg-c#s-241ca891-902d-454f-8a9f-c219a80b1452 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-241ca891-902d-454f-8a9f-c219a80b1452 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-241ca891-902d-454f-8a9f-c219a80b1452 {
  max-width: 100%;
}

.shg-c#s-241ca891-902d-454f-8a9f-c219a80b1452 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-241ca891-902d-454f-8a9f-c219a80b1452 .shg-image-zoom,
.shg-c#s-241ca891-902d-454f-8a9f-c219a80b1452 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-241ca891-902d-454f-8a9f-c219a80b1452 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-241ca891-902d-454f-8a9f-c219a80b1452 {
  max-width: 100%;
}

.shg-c#s-241ca891-902d-454f-8a9f-c219a80b1452 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-241ca891-902d-454f-8a9f-c219a80b1452 .shg-image-zoom,
.shg-c#s-241ca891-902d-454f-8a9f-c219a80b1452 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-241ca891-902d-454f-8a9f-c219a80b1452 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-afc12fe7-7934-47c8-b3c0-b43a885e118d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-afc12fe7-7934-47c8-b3c0-b43a885e118d .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-2741b34d-c8c7-49c7-b3e9-d901121a7bf7 {
  display: none;
}
#s-4a080daf-f446-4b4d-a6a7-b372d5359f38 {
  text-align: left;
}


.shg-c#s-4a080daf-f446-4b4d-a6a7-b372d5359f38 {
  max-width: 100%;
}

.shg-c#s-4a080daf-f446-4b4d-a6a7-b372d5359f38 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a080daf-f446-4b4d-a6a7-b372d5359f38 .shg-image-zoom,
.shg-c#s-4a080daf-f446-4b4d-a6a7-b372d5359f38 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4a080daf-f446-4b4d-a6a7-b372d5359f38 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4a080daf-f446-4b4d-a6a7-b372d5359f38 {
  max-width: 100%;
}

.shg-c#s-4a080daf-f446-4b4d-a6a7-b372d5359f38 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a080daf-f446-4b4d-a6a7-b372d5359f38 .shg-image-zoom,
.shg-c#s-4a080daf-f446-4b4d-a6a7-b372d5359f38 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4a080daf-f446-4b4d-a6a7-b372d5359f38 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4a080daf-f446-4b4d-a6a7-b372d5359f38 {
  max-width: 100%;
}

.shg-c#s-4a080daf-f446-4b4d-a6a7-b372d5359f38 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a080daf-f446-4b4d-a6a7-b372d5359f38 .shg-image-zoom,
.shg-c#s-4a080daf-f446-4b4d-a6a7-b372d5359f38 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4a080daf-f446-4b4d-a6a7-b372d5359f38 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4a080daf-f446-4b4d-a6a7-b372d5359f38 {
  max-width: 100%;
}

.shg-c#s-4a080daf-f446-4b4d-a6a7-b372d5359f38 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a080daf-f446-4b4d-a6a7-b372d5359f38 .shg-image-zoom,
.shg-c#s-4a080daf-f446-4b4d-a6a7-b372d5359f38 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4a080daf-f446-4b4d-a6a7-b372d5359f38 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4a080daf-f446-4b4d-a6a7-b372d5359f38 {
  max-width: 100%;
}

.shg-c#s-4a080daf-f446-4b4d-a6a7-b372d5359f38 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a080daf-f446-4b4d-a6a7-b372d5359f38 .shg-image-zoom,
.shg-c#s-4a080daf-f446-4b4d-a6a7-b372d5359f38 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4a080daf-f446-4b4d-a6a7-b372d5359f38 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-52c0864e-e0f6-4bf1-9a30-6deb3f3a76f4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-52c0864e-e0f6-4bf1-9a30-6deb3f3a76f4 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-d2f3e1d2-0061-470f-87be-749ddc56bdc1 {
  display: none;
}
#s-8d659dd5-b290-4c77-9ed2-6f8ca780027e {
  text-align: left;
}


.shg-c#s-8d659dd5-b290-4c77-9ed2-6f8ca780027e {
  max-width: 100%;
}

.shg-c#s-8d659dd5-b290-4c77-9ed2-6f8ca780027e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d659dd5-b290-4c77-9ed2-6f8ca780027e .shg-image-zoom,
.shg-c#s-8d659dd5-b290-4c77-9ed2-6f8ca780027e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8d659dd5-b290-4c77-9ed2-6f8ca780027e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8d659dd5-b290-4c77-9ed2-6f8ca780027e {
  max-width: 100%;
}

.shg-c#s-8d659dd5-b290-4c77-9ed2-6f8ca780027e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d659dd5-b290-4c77-9ed2-6f8ca780027e .shg-image-zoom,
.shg-c#s-8d659dd5-b290-4c77-9ed2-6f8ca780027e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8d659dd5-b290-4c77-9ed2-6f8ca780027e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8d659dd5-b290-4c77-9ed2-6f8ca780027e {
  max-width: 100%;
}

.shg-c#s-8d659dd5-b290-4c77-9ed2-6f8ca780027e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d659dd5-b290-4c77-9ed2-6f8ca780027e .shg-image-zoom,
.shg-c#s-8d659dd5-b290-4c77-9ed2-6f8ca780027e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8d659dd5-b290-4c77-9ed2-6f8ca780027e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8d659dd5-b290-4c77-9ed2-6f8ca780027e {
  max-width: 100%;
}

.shg-c#s-8d659dd5-b290-4c77-9ed2-6f8ca780027e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d659dd5-b290-4c77-9ed2-6f8ca780027e .shg-image-zoom,
.shg-c#s-8d659dd5-b290-4c77-9ed2-6f8ca780027e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8d659dd5-b290-4c77-9ed2-6f8ca780027e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8d659dd5-b290-4c77-9ed2-6f8ca780027e {
  max-width: 100%;
}

.shg-c#s-8d659dd5-b290-4c77-9ed2-6f8ca780027e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d659dd5-b290-4c77-9ed2-6f8ca780027e .shg-image-zoom,
.shg-c#s-8d659dd5-b290-4c77-9ed2-6f8ca780027e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8d659dd5-b290-4c77-9ed2-6f8ca780027e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-09bd510e-c27e-4414-9d8a-aca52845f239 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-09bd510e-c27e-4414-9d8a-aca52845f239 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-7768b06f-8277-4e21-b026-5f6b4c4b5e55 {
  display: none;
}
#s-dee06383-7c5c-4459-9f3c-56ebfa9a727c {
  text-align: left;
}


.shg-c#s-dee06383-7c5c-4459-9f3c-56ebfa9a727c {
  max-width: 100%;
}

.shg-c#s-dee06383-7c5c-4459-9f3c-56ebfa9a727c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dee06383-7c5c-4459-9f3c-56ebfa9a727c .shg-image-zoom,
.shg-c#s-dee06383-7c5c-4459-9f3c-56ebfa9a727c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dee06383-7c5c-4459-9f3c-56ebfa9a727c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-dee06383-7c5c-4459-9f3c-56ebfa9a727c {
  max-width: 100%;
}

.shg-c#s-dee06383-7c5c-4459-9f3c-56ebfa9a727c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dee06383-7c5c-4459-9f3c-56ebfa9a727c .shg-image-zoom,
.shg-c#s-dee06383-7c5c-4459-9f3c-56ebfa9a727c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dee06383-7c5c-4459-9f3c-56ebfa9a727c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dee06383-7c5c-4459-9f3c-56ebfa9a727c {
  max-width: 100%;
}

.shg-c#s-dee06383-7c5c-4459-9f3c-56ebfa9a727c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dee06383-7c5c-4459-9f3c-56ebfa9a727c .shg-image-zoom,
.shg-c#s-dee06383-7c5c-4459-9f3c-56ebfa9a727c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dee06383-7c5c-4459-9f3c-56ebfa9a727c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dee06383-7c5c-4459-9f3c-56ebfa9a727c {
  max-width: 100%;
}

.shg-c#s-dee06383-7c5c-4459-9f3c-56ebfa9a727c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dee06383-7c5c-4459-9f3c-56ebfa9a727c .shg-image-zoom,
.shg-c#s-dee06383-7c5c-4459-9f3c-56ebfa9a727c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dee06383-7c5c-4459-9f3c-56ebfa9a727c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-dee06383-7c5c-4459-9f3c-56ebfa9a727c {
  max-width: 100%;
}

.shg-c#s-dee06383-7c5c-4459-9f3c-56ebfa9a727c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dee06383-7c5c-4459-9f3c-56ebfa9a727c .shg-image-zoom,
.shg-c#s-dee06383-7c5c-4459-9f3c-56ebfa9a727c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dee06383-7c5c-4459-9f3c-56ebfa9a727c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9a84d1b8-97c5-4c8c-be18-d11974e9c984 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9a84d1b8-97c5-4c8c-be18-d11974e9c984 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-c178b0f8-3a6e-4600-a3a3-96335ef5c899 {
  display: none;
}
#s-d3c41a75-196b-4123-818a-e11c44a32444 {
  text-align: left;
}


.shg-c#s-d3c41a75-196b-4123-818a-e11c44a32444 {
  max-width: 100%;
}

.shg-c#s-d3c41a75-196b-4123-818a-e11c44a32444 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3c41a75-196b-4123-818a-e11c44a32444 .shg-image-zoom,
.shg-c#s-d3c41a75-196b-4123-818a-e11c44a32444 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d3c41a75-196b-4123-818a-e11c44a32444 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d3c41a75-196b-4123-818a-e11c44a32444 {
  max-width: 100%;
}

.shg-c#s-d3c41a75-196b-4123-818a-e11c44a32444 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3c41a75-196b-4123-818a-e11c44a32444 .shg-image-zoom,
.shg-c#s-d3c41a75-196b-4123-818a-e11c44a32444 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d3c41a75-196b-4123-818a-e11c44a32444 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d3c41a75-196b-4123-818a-e11c44a32444 {
  max-width: 100%;
}

.shg-c#s-d3c41a75-196b-4123-818a-e11c44a32444 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3c41a75-196b-4123-818a-e11c44a32444 .shg-image-zoom,
.shg-c#s-d3c41a75-196b-4123-818a-e11c44a32444 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d3c41a75-196b-4123-818a-e11c44a32444 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d3c41a75-196b-4123-818a-e11c44a32444 {
  max-width: 100%;
}

.shg-c#s-d3c41a75-196b-4123-818a-e11c44a32444 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3c41a75-196b-4123-818a-e11c44a32444 .shg-image-zoom,
.shg-c#s-d3c41a75-196b-4123-818a-e11c44a32444 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d3c41a75-196b-4123-818a-e11c44a32444 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d3c41a75-196b-4123-818a-e11c44a32444 {
  max-width: 100%;
}

.shg-c#s-d3c41a75-196b-4123-818a-e11c44a32444 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3c41a75-196b-4123-818a-e11c44a32444 .shg-image-zoom,
.shg-c#s-d3c41a75-196b-4123-818a-e11c44a32444 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d3c41a75-196b-4123-818a-e11c44a32444 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cb89e5d1-dea6-4c5d-83ff-654fd672965c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cb89e5d1-dea6-4c5d-83ff-654fd672965c .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-cef71939-8a72-4096-9278-29c96739ffcb {
  display: none;
}
#s-eb98929d-dd93-4e05-ae45-38db1a1c7482 {
  text-align: left;
}


.shg-c#s-eb98929d-dd93-4e05-ae45-38db1a1c7482 {
  max-width: 100%;
}

.shg-c#s-eb98929d-dd93-4e05-ae45-38db1a1c7482 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb98929d-dd93-4e05-ae45-38db1a1c7482 .shg-image-zoom,
.shg-c#s-eb98929d-dd93-4e05-ae45-38db1a1c7482 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb98929d-dd93-4e05-ae45-38db1a1c7482 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-eb98929d-dd93-4e05-ae45-38db1a1c7482 {
  max-width: 100%;
}

.shg-c#s-eb98929d-dd93-4e05-ae45-38db1a1c7482 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb98929d-dd93-4e05-ae45-38db1a1c7482 .shg-image-zoom,
.shg-c#s-eb98929d-dd93-4e05-ae45-38db1a1c7482 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb98929d-dd93-4e05-ae45-38db1a1c7482 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-eb98929d-dd93-4e05-ae45-38db1a1c7482 {
  max-width: 100%;
}

.shg-c#s-eb98929d-dd93-4e05-ae45-38db1a1c7482 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb98929d-dd93-4e05-ae45-38db1a1c7482 .shg-image-zoom,
.shg-c#s-eb98929d-dd93-4e05-ae45-38db1a1c7482 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb98929d-dd93-4e05-ae45-38db1a1c7482 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-eb98929d-dd93-4e05-ae45-38db1a1c7482 {
  max-width: 100%;
}

.shg-c#s-eb98929d-dd93-4e05-ae45-38db1a1c7482 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb98929d-dd93-4e05-ae45-38db1a1c7482 .shg-image-zoom,
.shg-c#s-eb98929d-dd93-4e05-ae45-38db1a1c7482 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb98929d-dd93-4e05-ae45-38db1a1c7482 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-eb98929d-dd93-4e05-ae45-38db1a1c7482 {
  max-width: 100%;
}

.shg-c#s-eb98929d-dd93-4e05-ae45-38db1a1c7482 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb98929d-dd93-4e05-ae45-38db1a1c7482 .shg-image-zoom,
.shg-c#s-eb98929d-dd93-4e05-ae45-38db1a1c7482 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb98929d-dd93-4e05-ae45-38db1a1c7482 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e8659d03-6fea-4183-a174-e5c3ecb2e6f4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8659d03-6fea-4183-a174-e5c3ecb2e6f4 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-4af0e338-aa09-4e96-ba3e-ca8090cb0997 {
  display: none;
}
#s-6e95dd16-a1a4-4e52-9c20-35eb67ff56c1 {
  text-align: left;
}


.shg-c#s-6e95dd16-a1a4-4e52-9c20-35eb67ff56c1 {
  max-width: 100%;
}

.shg-c#s-6e95dd16-a1a4-4e52-9c20-35eb67ff56c1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6e95dd16-a1a4-4e52-9c20-35eb67ff56c1 .shg-image-zoom,
.shg-c#s-6e95dd16-a1a4-4e52-9c20-35eb67ff56c1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6e95dd16-a1a4-4e52-9c20-35eb67ff56c1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6e95dd16-a1a4-4e52-9c20-35eb67ff56c1 {
  max-width: 100%;
}

.shg-c#s-6e95dd16-a1a4-4e52-9c20-35eb67ff56c1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6e95dd16-a1a4-4e52-9c20-35eb67ff56c1 .shg-image-zoom,
.shg-c#s-6e95dd16-a1a4-4e52-9c20-35eb67ff56c1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6e95dd16-a1a4-4e52-9c20-35eb67ff56c1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6e95dd16-a1a4-4e52-9c20-35eb67ff56c1 {
  max-width: 100%;
}

.shg-c#s-6e95dd16-a1a4-4e52-9c20-35eb67ff56c1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6e95dd16-a1a4-4e52-9c20-35eb67ff56c1 .shg-image-zoom,
.shg-c#s-6e95dd16-a1a4-4e52-9c20-35eb67ff56c1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6e95dd16-a1a4-4e52-9c20-35eb67ff56c1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6e95dd16-a1a4-4e52-9c20-35eb67ff56c1 {
  max-width: 100%;
}

.shg-c#s-6e95dd16-a1a4-4e52-9c20-35eb67ff56c1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6e95dd16-a1a4-4e52-9c20-35eb67ff56c1 .shg-image-zoom,
.shg-c#s-6e95dd16-a1a4-4e52-9c20-35eb67ff56c1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6e95dd16-a1a4-4e52-9c20-35eb67ff56c1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6e95dd16-a1a4-4e52-9c20-35eb67ff56c1 {
  max-width: 100%;
}

.shg-c#s-6e95dd16-a1a4-4e52-9c20-35eb67ff56c1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6e95dd16-a1a4-4e52-9c20-35eb67ff56c1 .shg-image-zoom,
.shg-c#s-6e95dd16-a1a4-4e52-9c20-35eb67ff56c1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6e95dd16-a1a4-4e52-9c20-35eb67ff56c1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-efef0bac-c737-4a9a-b2a5-83796af5d918 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-efef0bac-c737-4a9a-b2a5-83796af5d918 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-392896b0-3767-4ad6-a709-325d88f58b72 {
  display: none;
}
#s-7ccd7813-1957-4c22-af57-0c23ae78b94e {
  text-align: left;
}


.shg-c#s-7ccd7813-1957-4c22-af57-0c23ae78b94e {
  max-width: 100%;
}

.shg-c#s-7ccd7813-1957-4c22-af57-0c23ae78b94e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ccd7813-1957-4c22-af57-0c23ae78b94e .shg-image-zoom,
.shg-c#s-7ccd7813-1957-4c22-af57-0c23ae78b94e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7ccd7813-1957-4c22-af57-0c23ae78b94e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7ccd7813-1957-4c22-af57-0c23ae78b94e {
  max-width: 100%;
}

.shg-c#s-7ccd7813-1957-4c22-af57-0c23ae78b94e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ccd7813-1957-4c22-af57-0c23ae78b94e .shg-image-zoom,
.shg-c#s-7ccd7813-1957-4c22-af57-0c23ae78b94e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7ccd7813-1957-4c22-af57-0c23ae78b94e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7ccd7813-1957-4c22-af57-0c23ae78b94e {
  max-width: 100%;
}

.shg-c#s-7ccd7813-1957-4c22-af57-0c23ae78b94e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ccd7813-1957-4c22-af57-0c23ae78b94e .shg-image-zoom,
.shg-c#s-7ccd7813-1957-4c22-af57-0c23ae78b94e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7ccd7813-1957-4c22-af57-0c23ae78b94e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7ccd7813-1957-4c22-af57-0c23ae78b94e {
  max-width: 100%;
}

.shg-c#s-7ccd7813-1957-4c22-af57-0c23ae78b94e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ccd7813-1957-4c22-af57-0c23ae78b94e .shg-image-zoom,
.shg-c#s-7ccd7813-1957-4c22-af57-0c23ae78b94e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7ccd7813-1957-4c22-af57-0c23ae78b94e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7ccd7813-1957-4c22-af57-0c23ae78b94e {
  max-width: 100%;
}

.shg-c#s-7ccd7813-1957-4c22-af57-0c23ae78b94e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ccd7813-1957-4c22-af57-0c23ae78b94e .shg-image-zoom,
.shg-c#s-7ccd7813-1957-4c22-af57-0c23ae78b94e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7ccd7813-1957-4c22-af57-0c23ae78b94e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-04b889f8-e0b5-4ac8-928a-46aed134093c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-04b889f8-e0b5-4ac8-928a-46aed134093c .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-d26394aa-a7bb-4060-adbf-b56c02143eab {
  display: none;
}
#s-dfaee89e-043d-4793-84ec-b7fd25aa92f4 {
  text-align: left;
}


.shg-c#s-dfaee89e-043d-4793-84ec-b7fd25aa92f4 {
  max-width: 100%;
}

.shg-c#s-dfaee89e-043d-4793-84ec-b7fd25aa92f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfaee89e-043d-4793-84ec-b7fd25aa92f4 .shg-image-zoom,
.shg-c#s-dfaee89e-043d-4793-84ec-b7fd25aa92f4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dfaee89e-043d-4793-84ec-b7fd25aa92f4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-dfaee89e-043d-4793-84ec-b7fd25aa92f4 {
  max-width: 100%;
}

.shg-c#s-dfaee89e-043d-4793-84ec-b7fd25aa92f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfaee89e-043d-4793-84ec-b7fd25aa92f4 .shg-image-zoom,
.shg-c#s-dfaee89e-043d-4793-84ec-b7fd25aa92f4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dfaee89e-043d-4793-84ec-b7fd25aa92f4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dfaee89e-043d-4793-84ec-b7fd25aa92f4 {
  max-width: 100%;
}

.shg-c#s-dfaee89e-043d-4793-84ec-b7fd25aa92f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfaee89e-043d-4793-84ec-b7fd25aa92f4 .shg-image-zoom,
.shg-c#s-dfaee89e-043d-4793-84ec-b7fd25aa92f4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dfaee89e-043d-4793-84ec-b7fd25aa92f4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dfaee89e-043d-4793-84ec-b7fd25aa92f4 {
  max-width: 100%;
}

.shg-c#s-dfaee89e-043d-4793-84ec-b7fd25aa92f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfaee89e-043d-4793-84ec-b7fd25aa92f4 .shg-image-zoom,
.shg-c#s-dfaee89e-043d-4793-84ec-b7fd25aa92f4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dfaee89e-043d-4793-84ec-b7fd25aa92f4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-dfaee89e-043d-4793-84ec-b7fd25aa92f4 {
  max-width: 100%;
}

.shg-c#s-dfaee89e-043d-4793-84ec-b7fd25aa92f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfaee89e-043d-4793-84ec-b7fd25aa92f4 .shg-image-zoom,
.shg-c#s-dfaee89e-043d-4793-84ec-b7fd25aa92f4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dfaee89e-043d-4793-84ec-b7fd25aa92f4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8de079d7-e9e6-4ae3-996d-fbe62fdeebf0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8de079d7-e9e6-4ae3-996d-fbe62fdeebf0 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-7eb40755-ede7-476c-b5a6-6e947e8b62ea {
  display: none;
}
#s-c52e7d7c-69d2-465b-928a-4d2152202e7c {
  text-align: left;
}


.shg-c#s-c52e7d7c-69d2-465b-928a-4d2152202e7c {
  max-width: 100%;
}

.shg-c#s-c52e7d7c-69d2-465b-928a-4d2152202e7c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c52e7d7c-69d2-465b-928a-4d2152202e7c .shg-image-zoom,
.shg-c#s-c52e7d7c-69d2-465b-928a-4d2152202e7c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c52e7d7c-69d2-465b-928a-4d2152202e7c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c52e7d7c-69d2-465b-928a-4d2152202e7c {
  max-width: 100%;
}

.shg-c#s-c52e7d7c-69d2-465b-928a-4d2152202e7c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c52e7d7c-69d2-465b-928a-4d2152202e7c .shg-image-zoom,
.shg-c#s-c52e7d7c-69d2-465b-928a-4d2152202e7c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c52e7d7c-69d2-465b-928a-4d2152202e7c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c52e7d7c-69d2-465b-928a-4d2152202e7c {
  max-width: 100%;
}

.shg-c#s-c52e7d7c-69d2-465b-928a-4d2152202e7c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c52e7d7c-69d2-465b-928a-4d2152202e7c .shg-image-zoom,
.shg-c#s-c52e7d7c-69d2-465b-928a-4d2152202e7c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c52e7d7c-69d2-465b-928a-4d2152202e7c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c52e7d7c-69d2-465b-928a-4d2152202e7c {
  max-width: 100%;
}

.shg-c#s-c52e7d7c-69d2-465b-928a-4d2152202e7c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c52e7d7c-69d2-465b-928a-4d2152202e7c .shg-image-zoom,
.shg-c#s-c52e7d7c-69d2-465b-928a-4d2152202e7c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c52e7d7c-69d2-465b-928a-4d2152202e7c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c52e7d7c-69d2-465b-928a-4d2152202e7c {
  max-width: 100%;
}

.shg-c#s-c52e7d7c-69d2-465b-928a-4d2152202e7c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c52e7d7c-69d2-465b-928a-4d2152202e7c .shg-image-zoom,
.shg-c#s-c52e7d7c-69d2-465b-928a-4d2152202e7c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c52e7d7c-69d2-465b-928a-4d2152202e7c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2a1fbab6-51df-4551-a65a-1b781acba3b5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2a1fbab6-51df-4551-a65a-1b781acba3b5 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-3feda82e-236d-4228-a525-540cb05c51ca {
  display: none;
}
#s-6bc15a07-f3dd-4a78-a234-ebb3d9b795f1 {
  text-align: left;
}


.shg-c#s-6bc15a07-f3dd-4a78-a234-ebb3d9b795f1 {
  max-width: 100%;
}

.shg-c#s-6bc15a07-f3dd-4a78-a234-ebb3d9b795f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bc15a07-f3dd-4a78-a234-ebb3d9b795f1 .shg-image-zoom,
.shg-c#s-6bc15a07-f3dd-4a78-a234-ebb3d9b795f1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6bc15a07-f3dd-4a78-a234-ebb3d9b795f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6bc15a07-f3dd-4a78-a234-ebb3d9b795f1 {
  max-width: 100%;
}

.shg-c#s-6bc15a07-f3dd-4a78-a234-ebb3d9b795f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bc15a07-f3dd-4a78-a234-ebb3d9b795f1 .shg-image-zoom,
.shg-c#s-6bc15a07-f3dd-4a78-a234-ebb3d9b795f1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6bc15a07-f3dd-4a78-a234-ebb3d9b795f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6bc15a07-f3dd-4a78-a234-ebb3d9b795f1 {
  max-width: 100%;
}

.shg-c#s-6bc15a07-f3dd-4a78-a234-ebb3d9b795f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bc15a07-f3dd-4a78-a234-ebb3d9b795f1 .shg-image-zoom,
.shg-c#s-6bc15a07-f3dd-4a78-a234-ebb3d9b795f1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6bc15a07-f3dd-4a78-a234-ebb3d9b795f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6bc15a07-f3dd-4a78-a234-ebb3d9b795f1 {
  max-width: 100%;
}

.shg-c#s-6bc15a07-f3dd-4a78-a234-ebb3d9b795f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bc15a07-f3dd-4a78-a234-ebb3d9b795f1 .shg-image-zoom,
.shg-c#s-6bc15a07-f3dd-4a78-a234-ebb3d9b795f1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6bc15a07-f3dd-4a78-a234-ebb3d9b795f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6bc15a07-f3dd-4a78-a234-ebb3d9b795f1 {
  max-width: 100%;
}

.shg-c#s-6bc15a07-f3dd-4a78-a234-ebb3d9b795f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bc15a07-f3dd-4a78-a234-ebb3d9b795f1 .shg-image-zoom,
.shg-c#s-6bc15a07-f3dd-4a78-a234-ebb3d9b795f1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6bc15a07-f3dd-4a78-a234-ebb3d9b795f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-87312d67-13c2-424c-8030-76f20687f2b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87312d67-13c2-424c-8030-76f20687f2b9 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-0b731a2f-c620-4f36-9815-9a96a6da0a6d {
  display: none;
}
#s-f1c0b5aa-da5a-4e22-84f5-fabd85555189 {
  text-align: left;
}


.shg-c#s-f1c0b5aa-da5a-4e22-84f5-fabd85555189 {
  max-width: 100%;
}

.shg-c#s-f1c0b5aa-da5a-4e22-84f5-fabd85555189 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1c0b5aa-da5a-4e22-84f5-fabd85555189 .shg-image-zoom,
.shg-c#s-f1c0b5aa-da5a-4e22-84f5-fabd85555189 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f1c0b5aa-da5a-4e22-84f5-fabd85555189 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f1c0b5aa-da5a-4e22-84f5-fabd85555189 {
  max-width: 100%;
}

.shg-c#s-f1c0b5aa-da5a-4e22-84f5-fabd85555189 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1c0b5aa-da5a-4e22-84f5-fabd85555189 .shg-image-zoom,
.shg-c#s-f1c0b5aa-da5a-4e22-84f5-fabd85555189 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f1c0b5aa-da5a-4e22-84f5-fabd85555189 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f1c0b5aa-da5a-4e22-84f5-fabd85555189 {
  max-width: 100%;
}

.shg-c#s-f1c0b5aa-da5a-4e22-84f5-fabd85555189 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1c0b5aa-da5a-4e22-84f5-fabd85555189 .shg-image-zoom,
.shg-c#s-f1c0b5aa-da5a-4e22-84f5-fabd85555189 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f1c0b5aa-da5a-4e22-84f5-fabd85555189 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f1c0b5aa-da5a-4e22-84f5-fabd85555189 {
  max-width: 100%;
}

.shg-c#s-f1c0b5aa-da5a-4e22-84f5-fabd85555189 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1c0b5aa-da5a-4e22-84f5-fabd85555189 .shg-image-zoom,
.shg-c#s-f1c0b5aa-da5a-4e22-84f5-fabd85555189 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f1c0b5aa-da5a-4e22-84f5-fabd85555189 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f1c0b5aa-da5a-4e22-84f5-fabd85555189 {
  max-width: 100%;
}

.shg-c#s-f1c0b5aa-da5a-4e22-84f5-fabd85555189 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1c0b5aa-da5a-4e22-84f5-fabd85555189 .shg-image-zoom,
.shg-c#s-f1c0b5aa-da5a-4e22-84f5-fabd85555189 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f1c0b5aa-da5a-4e22-84f5-fabd85555189 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e62fdbcb-a132-4bfc-8bc4-5e503c352f95 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e62fdbcb-a132-4bfc-8bc4-5e503c352f95 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-ad0db073-beec-40e5-8c90-34faf8df95ca {
  display: none;
}
#s-5b6f5470-8e8a-49e1-a2cd-849d450494ff {
  text-align: left;
}


.shg-c#s-5b6f5470-8e8a-49e1-a2cd-849d450494ff {
  max-width: 100%;
}

.shg-c#s-5b6f5470-8e8a-49e1-a2cd-849d450494ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5b6f5470-8e8a-49e1-a2cd-849d450494ff .shg-image-zoom,
.shg-c#s-5b6f5470-8e8a-49e1-a2cd-849d450494ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5b6f5470-8e8a-49e1-a2cd-849d450494ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5b6f5470-8e8a-49e1-a2cd-849d450494ff {
  max-width: 100%;
}

.shg-c#s-5b6f5470-8e8a-49e1-a2cd-849d450494ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5b6f5470-8e8a-49e1-a2cd-849d450494ff .shg-image-zoom,
.shg-c#s-5b6f5470-8e8a-49e1-a2cd-849d450494ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5b6f5470-8e8a-49e1-a2cd-849d450494ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5b6f5470-8e8a-49e1-a2cd-849d450494ff {
  max-width: 100%;
}

.shg-c#s-5b6f5470-8e8a-49e1-a2cd-849d450494ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5b6f5470-8e8a-49e1-a2cd-849d450494ff .shg-image-zoom,
.shg-c#s-5b6f5470-8e8a-49e1-a2cd-849d450494ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5b6f5470-8e8a-49e1-a2cd-849d450494ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5b6f5470-8e8a-49e1-a2cd-849d450494ff {
  max-width: 100%;
}

.shg-c#s-5b6f5470-8e8a-49e1-a2cd-849d450494ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5b6f5470-8e8a-49e1-a2cd-849d450494ff .shg-image-zoom,
.shg-c#s-5b6f5470-8e8a-49e1-a2cd-849d450494ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5b6f5470-8e8a-49e1-a2cd-849d450494ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5b6f5470-8e8a-49e1-a2cd-849d450494ff {
  max-width: 100%;
}

.shg-c#s-5b6f5470-8e8a-49e1-a2cd-849d450494ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5b6f5470-8e8a-49e1-a2cd-849d450494ff .shg-image-zoom,
.shg-c#s-5b6f5470-8e8a-49e1-a2cd-849d450494ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5b6f5470-8e8a-49e1-a2cd-849d450494ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a6ce9287-00cc-4e6f-9cd1-79ed442477fb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a6ce9287-00cc-4e6f-9cd1-79ed442477fb .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-84000965-a54d-4323-b6e4-e7bac21b9fe7 {
  display: none;
}
#s-f5a2e0ad-e8d2-4c03-9444-e068d51871c8 {
  text-align: left;
}


.shg-c#s-f5a2e0ad-e8d2-4c03-9444-e068d51871c8 {
  max-width: 100%;
}

.shg-c#s-f5a2e0ad-e8d2-4c03-9444-e068d51871c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5a2e0ad-e8d2-4c03-9444-e068d51871c8 .shg-image-zoom,
.shg-c#s-f5a2e0ad-e8d2-4c03-9444-e068d51871c8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5a2e0ad-e8d2-4c03-9444-e068d51871c8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f5a2e0ad-e8d2-4c03-9444-e068d51871c8 {
  max-width: 100%;
}

.shg-c#s-f5a2e0ad-e8d2-4c03-9444-e068d51871c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5a2e0ad-e8d2-4c03-9444-e068d51871c8 .shg-image-zoom,
.shg-c#s-f5a2e0ad-e8d2-4c03-9444-e068d51871c8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5a2e0ad-e8d2-4c03-9444-e068d51871c8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f5a2e0ad-e8d2-4c03-9444-e068d51871c8 {
  max-width: 100%;
}

.shg-c#s-f5a2e0ad-e8d2-4c03-9444-e068d51871c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5a2e0ad-e8d2-4c03-9444-e068d51871c8 .shg-image-zoom,
.shg-c#s-f5a2e0ad-e8d2-4c03-9444-e068d51871c8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5a2e0ad-e8d2-4c03-9444-e068d51871c8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f5a2e0ad-e8d2-4c03-9444-e068d51871c8 {
  max-width: 100%;
}

.shg-c#s-f5a2e0ad-e8d2-4c03-9444-e068d51871c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5a2e0ad-e8d2-4c03-9444-e068d51871c8 .shg-image-zoom,
.shg-c#s-f5a2e0ad-e8d2-4c03-9444-e068d51871c8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5a2e0ad-e8d2-4c03-9444-e068d51871c8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f5a2e0ad-e8d2-4c03-9444-e068d51871c8 {
  max-width: 100%;
}

.shg-c#s-f5a2e0ad-e8d2-4c03-9444-e068d51871c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5a2e0ad-e8d2-4c03-9444-e068d51871c8 .shg-image-zoom,
.shg-c#s-f5a2e0ad-e8d2-4c03-9444-e068d51871c8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5a2e0ad-e8d2-4c03-9444-e068d51871c8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-deb54ff8-a4f1-4c34-b34a-4db19fdf3b91 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-deb54ff8-a4f1-4c34-b34a-4db19fdf3b91 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-83b0afdd-e0bc-4854-8656-dd485119c887 {
  display: none;
}
#s-392975f9-cc65-481d-976a-d911ba5ff233 {
  text-align: left;
}


.shg-c#s-392975f9-cc65-481d-976a-d911ba5ff233 {
  max-width: 100%;
}

.shg-c#s-392975f9-cc65-481d-976a-d911ba5ff233 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-392975f9-cc65-481d-976a-d911ba5ff233 .shg-image-zoom,
.shg-c#s-392975f9-cc65-481d-976a-d911ba5ff233 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-392975f9-cc65-481d-976a-d911ba5ff233 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-392975f9-cc65-481d-976a-d911ba5ff233 {
  max-width: 100%;
}

.shg-c#s-392975f9-cc65-481d-976a-d911ba5ff233 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-392975f9-cc65-481d-976a-d911ba5ff233 .shg-image-zoom,
.shg-c#s-392975f9-cc65-481d-976a-d911ba5ff233 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-392975f9-cc65-481d-976a-d911ba5ff233 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-392975f9-cc65-481d-976a-d911ba5ff233 {
  max-width: 100%;
}

.shg-c#s-392975f9-cc65-481d-976a-d911ba5ff233 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-392975f9-cc65-481d-976a-d911ba5ff233 .shg-image-zoom,
.shg-c#s-392975f9-cc65-481d-976a-d911ba5ff233 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-392975f9-cc65-481d-976a-d911ba5ff233 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-392975f9-cc65-481d-976a-d911ba5ff233 {
  max-width: 100%;
}

.shg-c#s-392975f9-cc65-481d-976a-d911ba5ff233 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-392975f9-cc65-481d-976a-d911ba5ff233 .shg-image-zoom,
.shg-c#s-392975f9-cc65-481d-976a-d911ba5ff233 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-392975f9-cc65-481d-976a-d911ba5ff233 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-392975f9-cc65-481d-976a-d911ba5ff233 {
  max-width: 100%;
}

.shg-c#s-392975f9-cc65-481d-976a-d911ba5ff233 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-392975f9-cc65-481d-976a-d911ba5ff233 .shg-image-zoom,
.shg-c#s-392975f9-cc65-481d-976a-d911ba5ff233 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-392975f9-cc65-481d-976a-d911ba5ff233 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4ec422dd-ca72-4de1-8417-07863884141f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ec422dd-ca72-4de1-8417-07863884141f .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-3678af84-aeb5-4dd3-96d2-13c60e2e867d {
  display: none;
}
#s-0a4a7783-8b28-4fa0-82a3-183c71edc1f3 {
  text-align: left;
}


.shg-c#s-0a4a7783-8b28-4fa0-82a3-183c71edc1f3 {
  max-width: 100%;
}

.shg-c#s-0a4a7783-8b28-4fa0-82a3-183c71edc1f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a4a7783-8b28-4fa0-82a3-183c71edc1f3 .shg-image-zoom,
.shg-c#s-0a4a7783-8b28-4fa0-82a3-183c71edc1f3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0a4a7783-8b28-4fa0-82a3-183c71edc1f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0a4a7783-8b28-4fa0-82a3-183c71edc1f3 {
  max-width: 100%;
}

.shg-c#s-0a4a7783-8b28-4fa0-82a3-183c71edc1f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a4a7783-8b28-4fa0-82a3-183c71edc1f3 .shg-image-zoom,
.shg-c#s-0a4a7783-8b28-4fa0-82a3-183c71edc1f3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0a4a7783-8b28-4fa0-82a3-183c71edc1f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0a4a7783-8b28-4fa0-82a3-183c71edc1f3 {
  max-width: 100%;
}

.shg-c#s-0a4a7783-8b28-4fa0-82a3-183c71edc1f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a4a7783-8b28-4fa0-82a3-183c71edc1f3 .shg-image-zoom,
.shg-c#s-0a4a7783-8b28-4fa0-82a3-183c71edc1f3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0a4a7783-8b28-4fa0-82a3-183c71edc1f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0a4a7783-8b28-4fa0-82a3-183c71edc1f3 {
  max-width: 100%;
}

.shg-c#s-0a4a7783-8b28-4fa0-82a3-183c71edc1f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a4a7783-8b28-4fa0-82a3-183c71edc1f3 .shg-image-zoom,
.shg-c#s-0a4a7783-8b28-4fa0-82a3-183c71edc1f3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0a4a7783-8b28-4fa0-82a3-183c71edc1f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0a4a7783-8b28-4fa0-82a3-183c71edc1f3 {
  max-width: 100%;
}

.shg-c#s-0a4a7783-8b28-4fa0-82a3-183c71edc1f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a4a7783-8b28-4fa0-82a3-183c71edc1f3 .shg-image-zoom,
.shg-c#s-0a4a7783-8b28-4fa0-82a3-183c71edc1f3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0a4a7783-8b28-4fa0-82a3-183c71edc1f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8e567f0b-c2a4-40c4-be4c-991879fdbf12 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e567f0b-c2a4-40c4-be4c-991879fdbf12 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-ce72f9ff-a576-4ec0-8d41-accc8e14c7a5 {
  display: none;
}
#s-ec0359f5-2386-4ea1-bdf4-97df8df6e67e {
  text-align: left;
}


.shg-c#s-ec0359f5-2386-4ea1-bdf4-97df8df6e67e {
  max-width: 100%;
}

.shg-c#s-ec0359f5-2386-4ea1-bdf4-97df8df6e67e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec0359f5-2386-4ea1-bdf4-97df8df6e67e .shg-image-zoom,
.shg-c#s-ec0359f5-2386-4ea1-bdf4-97df8df6e67e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec0359f5-2386-4ea1-bdf4-97df8df6e67e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ec0359f5-2386-4ea1-bdf4-97df8df6e67e {
  max-width: 100%;
}

.shg-c#s-ec0359f5-2386-4ea1-bdf4-97df8df6e67e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec0359f5-2386-4ea1-bdf4-97df8df6e67e .shg-image-zoom,
.shg-c#s-ec0359f5-2386-4ea1-bdf4-97df8df6e67e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec0359f5-2386-4ea1-bdf4-97df8df6e67e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ec0359f5-2386-4ea1-bdf4-97df8df6e67e {
  max-width: 100%;
}

.shg-c#s-ec0359f5-2386-4ea1-bdf4-97df8df6e67e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec0359f5-2386-4ea1-bdf4-97df8df6e67e .shg-image-zoom,
.shg-c#s-ec0359f5-2386-4ea1-bdf4-97df8df6e67e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec0359f5-2386-4ea1-bdf4-97df8df6e67e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ec0359f5-2386-4ea1-bdf4-97df8df6e67e {
  max-width: 100%;
}

.shg-c#s-ec0359f5-2386-4ea1-bdf4-97df8df6e67e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec0359f5-2386-4ea1-bdf4-97df8df6e67e .shg-image-zoom,
.shg-c#s-ec0359f5-2386-4ea1-bdf4-97df8df6e67e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec0359f5-2386-4ea1-bdf4-97df8df6e67e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ec0359f5-2386-4ea1-bdf4-97df8df6e67e {
  max-width: 100%;
}

.shg-c#s-ec0359f5-2386-4ea1-bdf4-97df8df6e67e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec0359f5-2386-4ea1-bdf4-97df8df6e67e .shg-image-zoom,
.shg-c#s-ec0359f5-2386-4ea1-bdf4-97df8df6e67e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec0359f5-2386-4ea1-bdf4-97df8df6e67e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1952a710-8358-4ccf-9119-056ba668439c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1952a710-8358-4ccf-9119-056ba668439c .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-197931af-0f69-46d8-86b9-1a3538a5d533 {
  display: none;
}
#s-9b90912a-3ecb-43dd-ae46-ad3ae0a4734a {
  text-align: left;
}


.shg-c#s-9b90912a-3ecb-43dd-ae46-ad3ae0a4734a {
  max-width: 100%;
}

.shg-c#s-9b90912a-3ecb-43dd-ae46-ad3ae0a4734a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b90912a-3ecb-43dd-ae46-ad3ae0a4734a .shg-image-zoom,
.shg-c#s-9b90912a-3ecb-43dd-ae46-ad3ae0a4734a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b90912a-3ecb-43dd-ae46-ad3ae0a4734a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9b90912a-3ecb-43dd-ae46-ad3ae0a4734a {
  max-width: 100%;
}

.shg-c#s-9b90912a-3ecb-43dd-ae46-ad3ae0a4734a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b90912a-3ecb-43dd-ae46-ad3ae0a4734a .shg-image-zoom,
.shg-c#s-9b90912a-3ecb-43dd-ae46-ad3ae0a4734a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b90912a-3ecb-43dd-ae46-ad3ae0a4734a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9b90912a-3ecb-43dd-ae46-ad3ae0a4734a {
  max-width: 100%;
}

.shg-c#s-9b90912a-3ecb-43dd-ae46-ad3ae0a4734a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b90912a-3ecb-43dd-ae46-ad3ae0a4734a .shg-image-zoom,
.shg-c#s-9b90912a-3ecb-43dd-ae46-ad3ae0a4734a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b90912a-3ecb-43dd-ae46-ad3ae0a4734a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9b90912a-3ecb-43dd-ae46-ad3ae0a4734a {
  max-width: 100%;
}

.shg-c#s-9b90912a-3ecb-43dd-ae46-ad3ae0a4734a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b90912a-3ecb-43dd-ae46-ad3ae0a4734a .shg-image-zoom,
.shg-c#s-9b90912a-3ecb-43dd-ae46-ad3ae0a4734a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b90912a-3ecb-43dd-ae46-ad3ae0a4734a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9b90912a-3ecb-43dd-ae46-ad3ae0a4734a {
  max-width: 100%;
}

.shg-c#s-9b90912a-3ecb-43dd-ae46-ad3ae0a4734a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b90912a-3ecb-43dd-ae46-ad3ae0a4734a .shg-image-zoom,
.shg-c#s-9b90912a-3ecb-43dd-ae46-ad3ae0a4734a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b90912a-3ecb-43dd-ae46-ad3ae0a4734a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2ef1737e-82b0-47de-911a-32e3036a6d0b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2ef1737e-82b0-47de-911a-32e3036a6d0b .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-798beeb5-48b2-4de1-bdd3-7226f61e9465 {
  display: none;
}
#s-9b5841ef-e15b-4213-8af6-1d7df68e6785 {
  text-align: left;
}


.shg-c#s-9b5841ef-e15b-4213-8af6-1d7df68e6785 {
  max-width: 100%;
}

.shg-c#s-9b5841ef-e15b-4213-8af6-1d7df68e6785 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b5841ef-e15b-4213-8af6-1d7df68e6785 .shg-image-zoom,
.shg-c#s-9b5841ef-e15b-4213-8af6-1d7df68e6785 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b5841ef-e15b-4213-8af6-1d7df68e6785 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9b5841ef-e15b-4213-8af6-1d7df68e6785 {
  max-width: 100%;
}

.shg-c#s-9b5841ef-e15b-4213-8af6-1d7df68e6785 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b5841ef-e15b-4213-8af6-1d7df68e6785 .shg-image-zoom,
.shg-c#s-9b5841ef-e15b-4213-8af6-1d7df68e6785 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b5841ef-e15b-4213-8af6-1d7df68e6785 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9b5841ef-e15b-4213-8af6-1d7df68e6785 {
  max-width: 100%;
}

.shg-c#s-9b5841ef-e15b-4213-8af6-1d7df68e6785 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b5841ef-e15b-4213-8af6-1d7df68e6785 .shg-image-zoom,
.shg-c#s-9b5841ef-e15b-4213-8af6-1d7df68e6785 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b5841ef-e15b-4213-8af6-1d7df68e6785 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9b5841ef-e15b-4213-8af6-1d7df68e6785 {
  max-width: 100%;
}

.shg-c#s-9b5841ef-e15b-4213-8af6-1d7df68e6785 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b5841ef-e15b-4213-8af6-1d7df68e6785 .shg-image-zoom,
.shg-c#s-9b5841ef-e15b-4213-8af6-1d7df68e6785 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b5841ef-e15b-4213-8af6-1d7df68e6785 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9b5841ef-e15b-4213-8af6-1d7df68e6785 {
  max-width: 100%;
}

.shg-c#s-9b5841ef-e15b-4213-8af6-1d7df68e6785 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b5841ef-e15b-4213-8af6-1d7df68e6785 .shg-image-zoom,
.shg-c#s-9b5841ef-e15b-4213-8af6-1d7df68e6785 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b5841ef-e15b-4213-8af6-1d7df68e6785 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7dbdf3f5-52f0-4a5a-bac6-f19b90f64ce8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7dbdf3f5-52f0-4a5a-bac6-f19b90f64ce8 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-4f6cd14f-2e32-4711-b3c7-c064d018bdfb {
  display: none;
}
#s-0ada2100-09e3-4765-b9da-09b7d5bb3d92 {
  text-align: left;
}


.shg-c#s-0ada2100-09e3-4765-b9da-09b7d5bb3d92 {
  max-width: 100%;
}

.shg-c#s-0ada2100-09e3-4765-b9da-09b7d5bb3d92 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ada2100-09e3-4765-b9da-09b7d5bb3d92 .shg-image-zoom,
.shg-c#s-0ada2100-09e3-4765-b9da-09b7d5bb3d92 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ada2100-09e3-4765-b9da-09b7d5bb3d92 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0ada2100-09e3-4765-b9da-09b7d5bb3d92 {
  max-width: 100%;
}

.shg-c#s-0ada2100-09e3-4765-b9da-09b7d5bb3d92 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ada2100-09e3-4765-b9da-09b7d5bb3d92 .shg-image-zoom,
.shg-c#s-0ada2100-09e3-4765-b9da-09b7d5bb3d92 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ada2100-09e3-4765-b9da-09b7d5bb3d92 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0ada2100-09e3-4765-b9da-09b7d5bb3d92 {
  max-width: 100%;
}

.shg-c#s-0ada2100-09e3-4765-b9da-09b7d5bb3d92 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ada2100-09e3-4765-b9da-09b7d5bb3d92 .shg-image-zoom,
.shg-c#s-0ada2100-09e3-4765-b9da-09b7d5bb3d92 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ada2100-09e3-4765-b9da-09b7d5bb3d92 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0ada2100-09e3-4765-b9da-09b7d5bb3d92 {
  max-width: 100%;
}

.shg-c#s-0ada2100-09e3-4765-b9da-09b7d5bb3d92 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ada2100-09e3-4765-b9da-09b7d5bb3d92 .shg-image-zoom,
.shg-c#s-0ada2100-09e3-4765-b9da-09b7d5bb3d92 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ada2100-09e3-4765-b9da-09b7d5bb3d92 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0ada2100-09e3-4765-b9da-09b7d5bb3d92 {
  max-width: 100%;
}

.shg-c#s-0ada2100-09e3-4765-b9da-09b7d5bb3d92 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ada2100-09e3-4765-b9da-09b7d5bb3d92 .shg-image-zoom,
.shg-c#s-0ada2100-09e3-4765-b9da-09b7d5bb3d92 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ada2100-09e3-4765-b9da-09b7d5bb3d92 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-170afc9c-bd4a-4f03-83ff-84ff84537e69 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-170afc9c-bd4a-4f03-83ff-84ff84537e69 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-811e4319-48bf-43d3-b4c4-0523cccbd9e5 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-ce50dee3-f18e-4395-be27-5de50f608240 {
  display: none;
}
#s-9b6b8d42-3e1a-4e00-8c76-728a32bcf6f4 {
  text-align: left;
}


.shg-c#s-9b6b8d42-3e1a-4e00-8c76-728a32bcf6f4 {
  max-width: 100%;
}

.shg-c#s-9b6b8d42-3e1a-4e00-8c76-728a32bcf6f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b6b8d42-3e1a-4e00-8c76-728a32bcf6f4 .shg-image-zoom,
.shg-c#s-9b6b8d42-3e1a-4e00-8c76-728a32bcf6f4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b6b8d42-3e1a-4e00-8c76-728a32bcf6f4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9b6b8d42-3e1a-4e00-8c76-728a32bcf6f4 {
  max-width: 100%;
}

.shg-c#s-9b6b8d42-3e1a-4e00-8c76-728a32bcf6f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b6b8d42-3e1a-4e00-8c76-728a32bcf6f4 .shg-image-zoom,
.shg-c#s-9b6b8d42-3e1a-4e00-8c76-728a32bcf6f4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b6b8d42-3e1a-4e00-8c76-728a32bcf6f4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9b6b8d42-3e1a-4e00-8c76-728a32bcf6f4 {
  max-width: 100%;
}

.shg-c#s-9b6b8d42-3e1a-4e00-8c76-728a32bcf6f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b6b8d42-3e1a-4e00-8c76-728a32bcf6f4 .shg-image-zoom,
.shg-c#s-9b6b8d42-3e1a-4e00-8c76-728a32bcf6f4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b6b8d42-3e1a-4e00-8c76-728a32bcf6f4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9b6b8d42-3e1a-4e00-8c76-728a32bcf6f4 {
  max-width: 100%;
}

.shg-c#s-9b6b8d42-3e1a-4e00-8c76-728a32bcf6f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b6b8d42-3e1a-4e00-8c76-728a32bcf6f4 .shg-image-zoom,
.shg-c#s-9b6b8d42-3e1a-4e00-8c76-728a32bcf6f4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b6b8d42-3e1a-4e00-8c76-728a32bcf6f4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9b6b8d42-3e1a-4e00-8c76-728a32bcf6f4 {
  max-width: 100%;
}

.shg-c#s-9b6b8d42-3e1a-4e00-8c76-728a32bcf6f4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b6b8d42-3e1a-4e00-8c76-728a32bcf6f4 .shg-image-zoom,
.shg-c#s-9b6b8d42-3e1a-4e00-8c76-728a32bcf6f4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b6b8d42-3e1a-4e00-8c76-728a32bcf6f4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ac7c5487-b3fe-427d-ace2-1b8e38217b03 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ac7c5487-b3fe-427d-ace2-1b8e38217b03 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-9e14dd9b-568b-4867-97ba-d498c464bf1d {
  display: none;
}
#s-fe09a1d9-eceb-473c-bc18-37401fd5eab4 {
  text-align: left;
}


.shg-c#s-fe09a1d9-eceb-473c-bc18-37401fd5eab4 {
  max-width: 100%;
}

.shg-c#s-fe09a1d9-eceb-473c-bc18-37401fd5eab4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe09a1d9-eceb-473c-bc18-37401fd5eab4 .shg-image-zoom,
.shg-c#s-fe09a1d9-eceb-473c-bc18-37401fd5eab4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe09a1d9-eceb-473c-bc18-37401fd5eab4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fe09a1d9-eceb-473c-bc18-37401fd5eab4 {
  max-width: 100%;
}

.shg-c#s-fe09a1d9-eceb-473c-bc18-37401fd5eab4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe09a1d9-eceb-473c-bc18-37401fd5eab4 .shg-image-zoom,
.shg-c#s-fe09a1d9-eceb-473c-bc18-37401fd5eab4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe09a1d9-eceb-473c-bc18-37401fd5eab4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fe09a1d9-eceb-473c-bc18-37401fd5eab4 {
  max-width: 100%;
}

.shg-c#s-fe09a1d9-eceb-473c-bc18-37401fd5eab4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe09a1d9-eceb-473c-bc18-37401fd5eab4 .shg-image-zoom,
.shg-c#s-fe09a1d9-eceb-473c-bc18-37401fd5eab4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe09a1d9-eceb-473c-bc18-37401fd5eab4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fe09a1d9-eceb-473c-bc18-37401fd5eab4 {
  max-width: 100%;
}

.shg-c#s-fe09a1d9-eceb-473c-bc18-37401fd5eab4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe09a1d9-eceb-473c-bc18-37401fd5eab4 .shg-image-zoom,
.shg-c#s-fe09a1d9-eceb-473c-bc18-37401fd5eab4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe09a1d9-eceb-473c-bc18-37401fd5eab4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fe09a1d9-eceb-473c-bc18-37401fd5eab4 {
  max-width: 100%;
}

.shg-c#s-fe09a1d9-eceb-473c-bc18-37401fd5eab4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe09a1d9-eceb-473c-bc18-37401fd5eab4 .shg-image-zoom,
.shg-c#s-fe09a1d9-eceb-473c-bc18-37401fd5eab4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe09a1d9-eceb-473c-bc18-37401fd5eab4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-fddc8cda-f5cc-4e14-bccc-e5fe9365d3cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fddc8cda-f5cc-4e14-bccc-e5fe9365d3cc .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-a16ceae4-fd46-45ae-93f8-c915a5160ac7 {
  display: none;
}
#s-8d913518-957d-4a85-bd47-8056525b040b {
  text-align: left;
}


.shg-c#s-8d913518-957d-4a85-bd47-8056525b040b {
  max-width: 100%;
}

.shg-c#s-8d913518-957d-4a85-bd47-8056525b040b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d913518-957d-4a85-bd47-8056525b040b .shg-image-zoom,
.shg-c#s-8d913518-957d-4a85-bd47-8056525b040b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8d913518-957d-4a85-bd47-8056525b040b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8d913518-957d-4a85-bd47-8056525b040b {
  max-width: 100%;
}

.shg-c#s-8d913518-957d-4a85-bd47-8056525b040b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d913518-957d-4a85-bd47-8056525b040b .shg-image-zoom,
.shg-c#s-8d913518-957d-4a85-bd47-8056525b040b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8d913518-957d-4a85-bd47-8056525b040b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8d913518-957d-4a85-bd47-8056525b040b {
  max-width: 100%;
}

.shg-c#s-8d913518-957d-4a85-bd47-8056525b040b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d913518-957d-4a85-bd47-8056525b040b .shg-image-zoom,
.shg-c#s-8d913518-957d-4a85-bd47-8056525b040b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8d913518-957d-4a85-bd47-8056525b040b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8d913518-957d-4a85-bd47-8056525b040b {
  max-width: 100%;
}

.shg-c#s-8d913518-957d-4a85-bd47-8056525b040b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d913518-957d-4a85-bd47-8056525b040b .shg-image-zoom,
.shg-c#s-8d913518-957d-4a85-bd47-8056525b040b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8d913518-957d-4a85-bd47-8056525b040b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8d913518-957d-4a85-bd47-8056525b040b {
  max-width: 100%;
}

.shg-c#s-8d913518-957d-4a85-bd47-8056525b040b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d913518-957d-4a85-bd47-8056525b040b .shg-image-zoom,
.shg-c#s-8d913518-957d-4a85-bd47-8056525b040b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8d913518-957d-4a85-bd47-8056525b040b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-257e551d-ef19-42ad-98b1-7996911772a1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-257e551d-ef19-42ad-98b1-7996911772a1 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-4ef558f0-d7cf-4bb6-8bb2-9cd3e23d3ba7 {
  display: none;
}
#s-5b5a0928-024d-458a-aa96-79ea7185b2be {
  text-align: left;
}


.shg-c#s-5b5a0928-024d-458a-aa96-79ea7185b2be {
  max-width: 100%;
}

.shg-c#s-5b5a0928-024d-458a-aa96-79ea7185b2be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5b5a0928-024d-458a-aa96-79ea7185b2be .shg-image-zoom,
.shg-c#s-5b5a0928-024d-458a-aa96-79ea7185b2be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5b5a0928-024d-458a-aa96-79ea7185b2be .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5b5a0928-024d-458a-aa96-79ea7185b2be {
  max-width: 100%;
}

.shg-c#s-5b5a0928-024d-458a-aa96-79ea7185b2be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5b5a0928-024d-458a-aa96-79ea7185b2be .shg-image-zoom,
.shg-c#s-5b5a0928-024d-458a-aa96-79ea7185b2be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5b5a0928-024d-458a-aa96-79ea7185b2be .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5b5a0928-024d-458a-aa96-79ea7185b2be {
  max-width: 100%;
}

.shg-c#s-5b5a0928-024d-458a-aa96-79ea7185b2be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5b5a0928-024d-458a-aa96-79ea7185b2be .shg-image-zoom,
.shg-c#s-5b5a0928-024d-458a-aa96-79ea7185b2be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5b5a0928-024d-458a-aa96-79ea7185b2be .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5b5a0928-024d-458a-aa96-79ea7185b2be {
  max-width: 100%;
}

.shg-c#s-5b5a0928-024d-458a-aa96-79ea7185b2be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5b5a0928-024d-458a-aa96-79ea7185b2be .shg-image-zoom,
.shg-c#s-5b5a0928-024d-458a-aa96-79ea7185b2be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5b5a0928-024d-458a-aa96-79ea7185b2be .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5b5a0928-024d-458a-aa96-79ea7185b2be {
  max-width: 100%;
}

.shg-c#s-5b5a0928-024d-458a-aa96-79ea7185b2be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5b5a0928-024d-458a-aa96-79ea7185b2be .shg-image-zoom,
.shg-c#s-5b5a0928-024d-458a-aa96-79ea7185b2be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5b5a0928-024d-458a-aa96-79ea7185b2be .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bbf17afe-f57a-439a-944a-5ea1b169dfe3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bbf17afe-f57a-439a-944a-5ea1b169dfe3 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-ef4ef584-b481-451a-b6e9-9e75e8a6d227 {
  display: none;
}
#s-e15820ef-bde6-4661-82f7-22883dfc8e65 {
  text-align: left;
}


.shg-c#s-e15820ef-bde6-4661-82f7-22883dfc8e65 {
  max-width: 100%;
}

.shg-c#s-e15820ef-bde6-4661-82f7-22883dfc8e65 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e15820ef-bde6-4661-82f7-22883dfc8e65 .shg-image-zoom,
.shg-c#s-e15820ef-bde6-4661-82f7-22883dfc8e65 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e15820ef-bde6-4661-82f7-22883dfc8e65 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e15820ef-bde6-4661-82f7-22883dfc8e65 {
  max-width: 100%;
}

.shg-c#s-e15820ef-bde6-4661-82f7-22883dfc8e65 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e15820ef-bde6-4661-82f7-22883dfc8e65 .shg-image-zoom,
.shg-c#s-e15820ef-bde6-4661-82f7-22883dfc8e65 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e15820ef-bde6-4661-82f7-22883dfc8e65 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e15820ef-bde6-4661-82f7-22883dfc8e65 {
  max-width: 100%;
}

.shg-c#s-e15820ef-bde6-4661-82f7-22883dfc8e65 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e15820ef-bde6-4661-82f7-22883dfc8e65 .shg-image-zoom,
.shg-c#s-e15820ef-bde6-4661-82f7-22883dfc8e65 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e15820ef-bde6-4661-82f7-22883dfc8e65 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e15820ef-bde6-4661-82f7-22883dfc8e65 {
  max-width: 100%;
}

.shg-c#s-e15820ef-bde6-4661-82f7-22883dfc8e65 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e15820ef-bde6-4661-82f7-22883dfc8e65 .shg-image-zoom,
.shg-c#s-e15820ef-bde6-4661-82f7-22883dfc8e65 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e15820ef-bde6-4661-82f7-22883dfc8e65 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e15820ef-bde6-4661-82f7-22883dfc8e65 {
  max-width: 100%;
}

.shg-c#s-e15820ef-bde6-4661-82f7-22883dfc8e65 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e15820ef-bde6-4661-82f7-22883dfc8e65 .shg-image-zoom,
.shg-c#s-e15820ef-bde6-4661-82f7-22883dfc8e65 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e15820ef-bde6-4661-82f7-22883dfc8e65 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bf98aa3e-1a11-4c71-8dc1-fc4f6414ffe0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf98aa3e-1a11-4c71-8dc1-fc4f6414ffe0 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-aaa75d62-8f59-4118-b72e-6709feebb69c {
  display: none;
}
#s-14d5f305-e4fd-4519-b50d-319e3f6f3937 {
  text-align: left;
}


.shg-c#s-14d5f305-e4fd-4519-b50d-319e3f6f3937 {
  max-width: 100%;
}

.shg-c#s-14d5f305-e4fd-4519-b50d-319e3f6f3937 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14d5f305-e4fd-4519-b50d-319e3f6f3937 .shg-image-zoom,
.shg-c#s-14d5f305-e4fd-4519-b50d-319e3f6f3937 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-14d5f305-e4fd-4519-b50d-319e3f6f3937 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-14d5f305-e4fd-4519-b50d-319e3f6f3937 {
  max-width: 100%;
}

.shg-c#s-14d5f305-e4fd-4519-b50d-319e3f6f3937 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14d5f305-e4fd-4519-b50d-319e3f6f3937 .shg-image-zoom,
.shg-c#s-14d5f305-e4fd-4519-b50d-319e3f6f3937 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-14d5f305-e4fd-4519-b50d-319e3f6f3937 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-14d5f305-e4fd-4519-b50d-319e3f6f3937 {
  max-width: 100%;
}

.shg-c#s-14d5f305-e4fd-4519-b50d-319e3f6f3937 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14d5f305-e4fd-4519-b50d-319e3f6f3937 .shg-image-zoom,
.shg-c#s-14d5f305-e4fd-4519-b50d-319e3f6f3937 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-14d5f305-e4fd-4519-b50d-319e3f6f3937 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-14d5f305-e4fd-4519-b50d-319e3f6f3937 {
  max-width: 100%;
}

.shg-c#s-14d5f305-e4fd-4519-b50d-319e3f6f3937 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14d5f305-e4fd-4519-b50d-319e3f6f3937 .shg-image-zoom,
.shg-c#s-14d5f305-e4fd-4519-b50d-319e3f6f3937 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-14d5f305-e4fd-4519-b50d-319e3f6f3937 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-14d5f305-e4fd-4519-b50d-319e3f6f3937 {
  max-width: 100%;
}

.shg-c#s-14d5f305-e4fd-4519-b50d-319e3f6f3937 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-14d5f305-e4fd-4519-b50d-319e3f6f3937 .shg-image-zoom,
.shg-c#s-14d5f305-e4fd-4519-b50d-319e3f6f3937 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-14d5f305-e4fd-4519-b50d-319e3f6f3937 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bf082e0d-61bc-420c-9461-0a9371a998cb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf082e0d-61bc-420c-9461-0a9371a998cb .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-7ca32cf8-9386-4f9f-97cd-8c15f7ad1416 {
  display: none;
}
#s-703d00cc-5a45-4913-aa6e-d1d71c6775c6 {
  text-align: left;
}


.shg-c#s-703d00cc-5a45-4913-aa6e-d1d71c6775c6 {
  max-width: 100%;
}

.shg-c#s-703d00cc-5a45-4913-aa6e-d1d71c6775c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-703d00cc-5a45-4913-aa6e-d1d71c6775c6 .shg-image-zoom,
.shg-c#s-703d00cc-5a45-4913-aa6e-d1d71c6775c6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-703d00cc-5a45-4913-aa6e-d1d71c6775c6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-703d00cc-5a45-4913-aa6e-d1d71c6775c6 {
  max-width: 100%;
}

.shg-c#s-703d00cc-5a45-4913-aa6e-d1d71c6775c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-703d00cc-5a45-4913-aa6e-d1d71c6775c6 .shg-image-zoom,
.shg-c#s-703d00cc-5a45-4913-aa6e-d1d71c6775c6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-703d00cc-5a45-4913-aa6e-d1d71c6775c6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-703d00cc-5a45-4913-aa6e-d1d71c6775c6 {
  max-width: 100%;
}

.shg-c#s-703d00cc-5a45-4913-aa6e-d1d71c6775c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-703d00cc-5a45-4913-aa6e-d1d71c6775c6 .shg-image-zoom,
.shg-c#s-703d00cc-5a45-4913-aa6e-d1d71c6775c6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-703d00cc-5a45-4913-aa6e-d1d71c6775c6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-703d00cc-5a45-4913-aa6e-d1d71c6775c6 {
  max-width: 100%;
}

.shg-c#s-703d00cc-5a45-4913-aa6e-d1d71c6775c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-703d00cc-5a45-4913-aa6e-d1d71c6775c6 .shg-image-zoom,
.shg-c#s-703d00cc-5a45-4913-aa6e-d1d71c6775c6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-703d00cc-5a45-4913-aa6e-d1d71c6775c6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-703d00cc-5a45-4913-aa6e-d1d71c6775c6 {
  max-width: 100%;
}

.shg-c#s-703d00cc-5a45-4913-aa6e-d1d71c6775c6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-703d00cc-5a45-4913-aa6e-d1d71c6775c6 .shg-image-zoom,
.shg-c#s-703d00cc-5a45-4913-aa6e-d1d71c6775c6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-703d00cc-5a45-4913-aa6e-d1d71c6775c6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d7d7d1d8-4d31-441b-b20d-5aedbafe9faa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d7d7d1d8-4d31-441b-b20d-5aedbafe9faa .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-8f61a45d-0c39-459f-84c5-ea1814036c51 {
  display: none;
}
#s-8a97be9d-dce9-487a-ba32-f062e162dee3 {
  text-align: left;
}


.shg-c#s-8a97be9d-dce9-487a-ba32-f062e162dee3 {
  max-width: 100%;
}

.shg-c#s-8a97be9d-dce9-487a-ba32-f062e162dee3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a97be9d-dce9-487a-ba32-f062e162dee3 .shg-image-zoom,
.shg-c#s-8a97be9d-dce9-487a-ba32-f062e162dee3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a97be9d-dce9-487a-ba32-f062e162dee3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8a97be9d-dce9-487a-ba32-f062e162dee3 {
  max-width: 100%;
}

.shg-c#s-8a97be9d-dce9-487a-ba32-f062e162dee3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a97be9d-dce9-487a-ba32-f062e162dee3 .shg-image-zoom,
.shg-c#s-8a97be9d-dce9-487a-ba32-f062e162dee3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a97be9d-dce9-487a-ba32-f062e162dee3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8a97be9d-dce9-487a-ba32-f062e162dee3 {
  max-width: 100%;
}

.shg-c#s-8a97be9d-dce9-487a-ba32-f062e162dee3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a97be9d-dce9-487a-ba32-f062e162dee3 .shg-image-zoom,
.shg-c#s-8a97be9d-dce9-487a-ba32-f062e162dee3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a97be9d-dce9-487a-ba32-f062e162dee3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8a97be9d-dce9-487a-ba32-f062e162dee3 {
  max-width: 100%;
}

.shg-c#s-8a97be9d-dce9-487a-ba32-f062e162dee3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a97be9d-dce9-487a-ba32-f062e162dee3 .shg-image-zoom,
.shg-c#s-8a97be9d-dce9-487a-ba32-f062e162dee3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a97be9d-dce9-487a-ba32-f062e162dee3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8a97be9d-dce9-487a-ba32-f062e162dee3 {
  max-width: 100%;
}

.shg-c#s-8a97be9d-dce9-487a-ba32-f062e162dee3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a97be9d-dce9-487a-ba32-f062e162dee3 .shg-image-zoom,
.shg-c#s-8a97be9d-dce9-487a-ba32-f062e162dee3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a97be9d-dce9-487a-ba32-f062e162dee3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3c1ec91e-f601-4461-b8d1-a79147b8aca1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3c1ec91e-f601-4461-b8d1-a79147b8aca1 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-3990a488-0bba-4502-9523-f433875a0483 {
  display: none;
}
#s-e8d2a20c-c74e-42cf-a229-873eb0e7931a {
  text-align: left;
}


.shg-c#s-e8d2a20c-c74e-42cf-a229-873eb0e7931a {
  max-width: 100%;
}

.shg-c#s-e8d2a20c-c74e-42cf-a229-873eb0e7931a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8d2a20c-c74e-42cf-a229-873eb0e7931a .shg-image-zoom,
.shg-c#s-e8d2a20c-c74e-42cf-a229-873eb0e7931a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8d2a20c-c74e-42cf-a229-873eb0e7931a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e8d2a20c-c74e-42cf-a229-873eb0e7931a {
  max-width: 100%;
}

.shg-c#s-e8d2a20c-c74e-42cf-a229-873eb0e7931a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8d2a20c-c74e-42cf-a229-873eb0e7931a .shg-image-zoom,
.shg-c#s-e8d2a20c-c74e-42cf-a229-873eb0e7931a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8d2a20c-c74e-42cf-a229-873eb0e7931a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e8d2a20c-c74e-42cf-a229-873eb0e7931a {
  max-width: 100%;
}

.shg-c#s-e8d2a20c-c74e-42cf-a229-873eb0e7931a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8d2a20c-c74e-42cf-a229-873eb0e7931a .shg-image-zoom,
.shg-c#s-e8d2a20c-c74e-42cf-a229-873eb0e7931a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8d2a20c-c74e-42cf-a229-873eb0e7931a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e8d2a20c-c74e-42cf-a229-873eb0e7931a {
  max-width: 100%;
}

.shg-c#s-e8d2a20c-c74e-42cf-a229-873eb0e7931a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8d2a20c-c74e-42cf-a229-873eb0e7931a .shg-image-zoom,
.shg-c#s-e8d2a20c-c74e-42cf-a229-873eb0e7931a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8d2a20c-c74e-42cf-a229-873eb0e7931a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e8d2a20c-c74e-42cf-a229-873eb0e7931a {
  max-width: 100%;
}

.shg-c#s-e8d2a20c-c74e-42cf-a229-873eb0e7931a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8d2a20c-c74e-42cf-a229-873eb0e7931a .shg-image-zoom,
.shg-c#s-e8d2a20c-c74e-42cf-a229-873eb0e7931a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8d2a20c-c74e-42cf-a229-873eb0e7931a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6740d147-abad-4196-bf91-225a3b15023c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6740d147-abad-4196-bf91-225a3b15023c .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-3bee7e2e-ad8d-46a0-8453-a9654aa61a70 {
  display: none;
}
#s-77d9fb0b-cacc-440d-9149-52bafbf29344 {
  text-align: left;
}


.shg-c#s-77d9fb0b-cacc-440d-9149-52bafbf29344 {
  max-width: 100%;
}

.shg-c#s-77d9fb0b-cacc-440d-9149-52bafbf29344 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-77d9fb0b-cacc-440d-9149-52bafbf29344 .shg-image-zoom,
.shg-c#s-77d9fb0b-cacc-440d-9149-52bafbf29344 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-77d9fb0b-cacc-440d-9149-52bafbf29344 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-77d9fb0b-cacc-440d-9149-52bafbf29344 {
  max-width: 100%;
}

.shg-c#s-77d9fb0b-cacc-440d-9149-52bafbf29344 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-77d9fb0b-cacc-440d-9149-52bafbf29344 .shg-image-zoom,
.shg-c#s-77d9fb0b-cacc-440d-9149-52bafbf29344 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-77d9fb0b-cacc-440d-9149-52bafbf29344 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-77d9fb0b-cacc-440d-9149-52bafbf29344 {
  max-width: 100%;
}

.shg-c#s-77d9fb0b-cacc-440d-9149-52bafbf29344 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-77d9fb0b-cacc-440d-9149-52bafbf29344 .shg-image-zoom,
.shg-c#s-77d9fb0b-cacc-440d-9149-52bafbf29344 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-77d9fb0b-cacc-440d-9149-52bafbf29344 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-77d9fb0b-cacc-440d-9149-52bafbf29344 {
  max-width: 100%;
}

.shg-c#s-77d9fb0b-cacc-440d-9149-52bafbf29344 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-77d9fb0b-cacc-440d-9149-52bafbf29344 .shg-image-zoom,
.shg-c#s-77d9fb0b-cacc-440d-9149-52bafbf29344 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-77d9fb0b-cacc-440d-9149-52bafbf29344 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-77d9fb0b-cacc-440d-9149-52bafbf29344 {
  max-width: 100%;
}

.shg-c#s-77d9fb0b-cacc-440d-9149-52bafbf29344 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-77d9fb0b-cacc-440d-9149-52bafbf29344 .shg-image-zoom,
.shg-c#s-77d9fb0b-cacc-440d-9149-52bafbf29344 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-77d9fb0b-cacc-440d-9149-52bafbf29344 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c442d552-b709-4f5c-abcc-d966743cd111 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c442d552-b709-4f5c-abcc-d966743cd111 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-12bdea74-95f0-4a22-98fa-1f7cca16930c {
  display: none;
}
#s-9c4caa80-78ae-4cb0-9aa9-25f09cc05f68 {
  text-align: left;
}


.shg-c#s-9c4caa80-78ae-4cb0-9aa9-25f09cc05f68 {
  max-width: 100%;
}

.shg-c#s-9c4caa80-78ae-4cb0-9aa9-25f09cc05f68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c4caa80-78ae-4cb0-9aa9-25f09cc05f68 .shg-image-zoom,
.shg-c#s-9c4caa80-78ae-4cb0-9aa9-25f09cc05f68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9c4caa80-78ae-4cb0-9aa9-25f09cc05f68 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9c4caa80-78ae-4cb0-9aa9-25f09cc05f68 {
  max-width: 100%;
}

.shg-c#s-9c4caa80-78ae-4cb0-9aa9-25f09cc05f68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c4caa80-78ae-4cb0-9aa9-25f09cc05f68 .shg-image-zoom,
.shg-c#s-9c4caa80-78ae-4cb0-9aa9-25f09cc05f68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9c4caa80-78ae-4cb0-9aa9-25f09cc05f68 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9c4caa80-78ae-4cb0-9aa9-25f09cc05f68 {
  max-width: 100%;
}

.shg-c#s-9c4caa80-78ae-4cb0-9aa9-25f09cc05f68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c4caa80-78ae-4cb0-9aa9-25f09cc05f68 .shg-image-zoom,
.shg-c#s-9c4caa80-78ae-4cb0-9aa9-25f09cc05f68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9c4caa80-78ae-4cb0-9aa9-25f09cc05f68 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9c4caa80-78ae-4cb0-9aa9-25f09cc05f68 {
  max-width: 100%;
}

.shg-c#s-9c4caa80-78ae-4cb0-9aa9-25f09cc05f68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c4caa80-78ae-4cb0-9aa9-25f09cc05f68 .shg-image-zoom,
.shg-c#s-9c4caa80-78ae-4cb0-9aa9-25f09cc05f68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9c4caa80-78ae-4cb0-9aa9-25f09cc05f68 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9c4caa80-78ae-4cb0-9aa9-25f09cc05f68 {
  max-width: 100%;
}

.shg-c#s-9c4caa80-78ae-4cb0-9aa9-25f09cc05f68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9c4caa80-78ae-4cb0-9aa9-25f09cc05f68 .shg-image-zoom,
.shg-c#s-9c4caa80-78ae-4cb0-9aa9-25f09cc05f68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9c4caa80-78ae-4cb0-9aa9-25f09cc05f68 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a2fc1c23-d817-4210-bb22-35dbd6856ba1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a2fc1c23-d817-4210-bb22-35dbd6856ba1 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-27437983-42f8-47d1-b2f0-a3f6efbc7a75 {
  text-align: left;
}

#s-27437983-42f8-47d1-b2f0-a3f6efbc7a75 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-27437983-42f8-47d1-b2f0-a3f6efbc7a75 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-27437983-42f8-47d1-b2f0-a3f6efbc7a75 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-7a7c550b-8c02-4791-b052-b4a3e861cd32 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-7a7c550b-8c02-4791-b052-b4a3e861cd32:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7a7c550b-8c02-4791-b052-b4a3e861cd32:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7a7c550b-8c02-4791-b052-b4a3e861cd32 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-7a7c550b-8c02-4791-b052-b4a3e861cd32.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a7c550b-8c02-4791-b052-b4a3e861cd32.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7a7c550b-8c02-4791-b052-b4a3e861cd32.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-95156eda-0714-4747-916e-6b39557533a0 {
  display: none;
}
#s-59b184dd-d2a0-422d-828e-63c02ffeeb1d {
  text-align: left;
}


.shg-c#s-59b184dd-d2a0-422d-828e-63c02ffeeb1d {
  max-width: 100%;
}

.shg-c#s-59b184dd-d2a0-422d-828e-63c02ffeeb1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59b184dd-d2a0-422d-828e-63c02ffeeb1d .shg-image-zoom,
.shg-c#s-59b184dd-d2a0-422d-828e-63c02ffeeb1d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-59b184dd-d2a0-422d-828e-63c02ffeeb1d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-59b184dd-d2a0-422d-828e-63c02ffeeb1d {
  max-width: 100%;
}

.shg-c#s-59b184dd-d2a0-422d-828e-63c02ffeeb1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59b184dd-d2a0-422d-828e-63c02ffeeb1d .shg-image-zoom,
.shg-c#s-59b184dd-d2a0-422d-828e-63c02ffeeb1d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-59b184dd-d2a0-422d-828e-63c02ffeeb1d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-59b184dd-d2a0-422d-828e-63c02ffeeb1d {
  max-width: 100%;
}

.shg-c#s-59b184dd-d2a0-422d-828e-63c02ffeeb1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59b184dd-d2a0-422d-828e-63c02ffeeb1d .shg-image-zoom,
.shg-c#s-59b184dd-d2a0-422d-828e-63c02ffeeb1d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-59b184dd-d2a0-422d-828e-63c02ffeeb1d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-59b184dd-d2a0-422d-828e-63c02ffeeb1d {
  max-width: 100%;
}

.shg-c#s-59b184dd-d2a0-422d-828e-63c02ffeeb1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59b184dd-d2a0-422d-828e-63c02ffeeb1d .shg-image-zoom,
.shg-c#s-59b184dd-d2a0-422d-828e-63c02ffeeb1d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-59b184dd-d2a0-422d-828e-63c02ffeeb1d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-59b184dd-d2a0-422d-828e-63c02ffeeb1d {
  max-width: 100%;
}

.shg-c#s-59b184dd-d2a0-422d-828e-63c02ffeeb1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59b184dd-d2a0-422d-828e-63c02ffeeb1d .shg-image-zoom,
.shg-c#s-59b184dd-d2a0-422d-828e-63c02ffeeb1d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-59b184dd-d2a0-422d-828e-63c02ffeeb1d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f5d01f03-0389-44b5-a115-f0f33490bcde {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f5d01f03-0389-44b5-a115-f0f33490bcde .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-04eed16c-165f-4161-9a9b-fe6407bbf823 {
  text-align: left;
}

#s-04eed16c-165f-4161-9a9b-fe6407bbf823 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-04eed16c-165f-4161-9a9b-fe6407bbf823 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-04eed16c-165f-4161-9a9b-fe6407bbf823 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-c0bffea2-6320-4a26-a57f-30040ce8ebd2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-c0bffea2-6320-4a26-a57f-30040ce8ebd2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c0bffea2-6320-4a26-a57f-30040ce8ebd2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c0bffea2-6320-4a26-a57f-30040ce8ebd2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-c0bffea2-6320-4a26-a57f-30040ce8ebd2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c0bffea2-6320-4a26-a57f-30040ce8ebd2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c0bffea2-6320-4a26-a57f-30040ce8ebd2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-af2a173c-16a1-4ad1-82a4-6d086731887b {
  display: none;
}
#s-67db3f29-f389-42a2-b759-70dd8776673f {
  text-align: left;
}


.shg-c#s-67db3f29-f389-42a2-b759-70dd8776673f {
  max-width: 100%;
}

.shg-c#s-67db3f29-f389-42a2-b759-70dd8776673f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67db3f29-f389-42a2-b759-70dd8776673f .shg-image-zoom,
.shg-c#s-67db3f29-f389-42a2-b759-70dd8776673f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67db3f29-f389-42a2-b759-70dd8776673f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-67db3f29-f389-42a2-b759-70dd8776673f {
  max-width: 100%;
}

.shg-c#s-67db3f29-f389-42a2-b759-70dd8776673f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67db3f29-f389-42a2-b759-70dd8776673f .shg-image-zoom,
.shg-c#s-67db3f29-f389-42a2-b759-70dd8776673f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67db3f29-f389-42a2-b759-70dd8776673f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-67db3f29-f389-42a2-b759-70dd8776673f {
  max-width: 100%;
}

.shg-c#s-67db3f29-f389-42a2-b759-70dd8776673f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67db3f29-f389-42a2-b759-70dd8776673f .shg-image-zoom,
.shg-c#s-67db3f29-f389-42a2-b759-70dd8776673f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67db3f29-f389-42a2-b759-70dd8776673f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-67db3f29-f389-42a2-b759-70dd8776673f {
  max-width: 100%;
}

.shg-c#s-67db3f29-f389-42a2-b759-70dd8776673f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67db3f29-f389-42a2-b759-70dd8776673f .shg-image-zoom,
.shg-c#s-67db3f29-f389-42a2-b759-70dd8776673f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67db3f29-f389-42a2-b759-70dd8776673f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-67db3f29-f389-42a2-b759-70dd8776673f {
  max-width: 100%;
}

.shg-c#s-67db3f29-f389-42a2-b759-70dd8776673f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67db3f29-f389-42a2-b759-70dd8776673f .shg-image-zoom,
.shg-c#s-67db3f29-f389-42a2-b759-70dd8776673f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67db3f29-f389-42a2-b759-70dd8776673f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-06029a87-6ec7-4442-acf7-36e74a7c5bde {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06029a87-6ec7-4442-acf7-36e74a7c5bde .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-76aa9a1b-3efe-4892-9612-40a9ff922405 {
  text-align: left;
}

#s-76aa9a1b-3efe-4892-9612-40a9ff922405 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-76aa9a1b-3efe-4892-9612-40a9ff922405 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-76aa9a1b-3efe-4892-9612-40a9ff922405 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-0567fc20-a011-4b36-8282-95035417b3ed {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-0567fc20-a011-4b36-8282-95035417b3ed:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0567fc20-a011-4b36-8282-95035417b3ed:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0567fc20-a011-4b36-8282-95035417b3ed {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-0567fc20-a011-4b36-8282-95035417b3ed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0567fc20-a011-4b36-8282-95035417b3ed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0567fc20-a011-4b36-8282-95035417b3ed.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-157f7406-b1f6-4839-9d5b-4b24d7e28d51 {
  display: none;
}
#s-f255e278-a191-4e83-bfa2-4ccba94af937 {
  text-align: left;
}


.shg-c#s-f255e278-a191-4e83-bfa2-4ccba94af937 {
  max-width: 100%;
}

.shg-c#s-f255e278-a191-4e83-bfa2-4ccba94af937 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f255e278-a191-4e83-bfa2-4ccba94af937 .shg-image-zoom,
.shg-c#s-f255e278-a191-4e83-bfa2-4ccba94af937 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f255e278-a191-4e83-bfa2-4ccba94af937 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f255e278-a191-4e83-bfa2-4ccba94af937 {
  max-width: 100%;
}

.shg-c#s-f255e278-a191-4e83-bfa2-4ccba94af937 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f255e278-a191-4e83-bfa2-4ccba94af937 .shg-image-zoom,
.shg-c#s-f255e278-a191-4e83-bfa2-4ccba94af937 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f255e278-a191-4e83-bfa2-4ccba94af937 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f255e278-a191-4e83-bfa2-4ccba94af937 {
  max-width: 100%;
}

.shg-c#s-f255e278-a191-4e83-bfa2-4ccba94af937 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f255e278-a191-4e83-bfa2-4ccba94af937 .shg-image-zoom,
.shg-c#s-f255e278-a191-4e83-bfa2-4ccba94af937 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f255e278-a191-4e83-bfa2-4ccba94af937 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f255e278-a191-4e83-bfa2-4ccba94af937 {
  max-width: 100%;
}

.shg-c#s-f255e278-a191-4e83-bfa2-4ccba94af937 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f255e278-a191-4e83-bfa2-4ccba94af937 .shg-image-zoom,
.shg-c#s-f255e278-a191-4e83-bfa2-4ccba94af937 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f255e278-a191-4e83-bfa2-4ccba94af937 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f255e278-a191-4e83-bfa2-4ccba94af937 {
  max-width: 100%;
}

.shg-c#s-f255e278-a191-4e83-bfa2-4ccba94af937 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f255e278-a191-4e83-bfa2-4ccba94af937 .shg-image-zoom,
.shg-c#s-f255e278-a191-4e83-bfa2-4ccba94af937 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f255e278-a191-4e83-bfa2-4ccba94af937 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4e2b069c-2717-45bb-9007-af74c3e9d43b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4e2b069c-2717-45bb-9007-af74c3e9d43b .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-fb09bb7d-e56b-4bc3-8576-d3da328adb02 {
  text-align: left;
}

#s-fb09bb7d-e56b-4bc3-8576-d3da328adb02 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-fb09bb7d-e56b-4bc3-8576-d3da328adb02 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-fb09bb7d-e56b-4bc3-8576-d3da328adb02 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-8adf5d70-2fe8-499e-b59c-50c1e540b385 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-8adf5d70-2fe8-499e-b59c-50c1e540b385:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8adf5d70-2fe8-499e-b59c-50c1e540b385:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8adf5d70-2fe8-499e-b59c-50c1e540b385 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-8adf5d70-2fe8-499e-b59c-50c1e540b385.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8adf5d70-2fe8-499e-b59c-50c1e540b385.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8adf5d70-2fe8-499e-b59c-50c1e540b385.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-aec39798-7d31-4cb0-be1f-a5a32319c871 {
  display: none;
}
#s-497fd823-a34b-4248-b166-f28bad414a68 {
  text-align: left;
}


.shg-c#s-497fd823-a34b-4248-b166-f28bad414a68 {
  max-width: 100%;
}

.shg-c#s-497fd823-a34b-4248-b166-f28bad414a68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-497fd823-a34b-4248-b166-f28bad414a68 .shg-image-zoom,
.shg-c#s-497fd823-a34b-4248-b166-f28bad414a68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-497fd823-a34b-4248-b166-f28bad414a68 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-497fd823-a34b-4248-b166-f28bad414a68 {
  max-width: 100%;
}

.shg-c#s-497fd823-a34b-4248-b166-f28bad414a68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-497fd823-a34b-4248-b166-f28bad414a68 .shg-image-zoom,
.shg-c#s-497fd823-a34b-4248-b166-f28bad414a68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-497fd823-a34b-4248-b166-f28bad414a68 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-497fd823-a34b-4248-b166-f28bad414a68 {
  max-width: 100%;
}

.shg-c#s-497fd823-a34b-4248-b166-f28bad414a68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-497fd823-a34b-4248-b166-f28bad414a68 .shg-image-zoom,
.shg-c#s-497fd823-a34b-4248-b166-f28bad414a68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-497fd823-a34b-4248-b166-f28bad414a68 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-497fd823-a34b-4248-b166-f28bad414a68 {
  max-width: 100%;
}

.shg-c#s-497fd823-a34b-4248-b166-f28bad414a68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-497fd823-a34b-4248-b166-f28bad414a68 .shg-image-zoom,
.shg-c#s-497fd823-a34b-4248-b166-f28bad414a68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-497fd823-a34b-4248-b166-f28bad414a68 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-497fd823-a34b-4248-b166-f28bad414a68 {
  max-width: 100%;
}

.shg-c#s-497fd823-a34b-4248-b166-f28bad414a68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-497fd823-a34b-4248-b166-f28bad414a68 .shg-image-zoom,
.shg-c#s-497fd823-a34b-4248-b166-f28bad414a68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-497fd823-a34b-4248-b166-f28bad414a68 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1201ad6d-8352-4c4b-8dcf-cb4ed5653e91 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1201ad6d-8352-4c4b-8dcf-cb4ed5653e91 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-b7fc38ed-7f3d-4c48-9713-d87d9c54fb51 {
  text-align: left;
}

#s-b7fc38ed-7f3d-4c48-9713-d87d9c54fb51 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-b7fc38ed-7f3d-4c48-9713-d87d9c54fb51 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b7fc38ed-7f3d-4c48-9713-d87d9c54fb51 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-dae9b014-1a0e-46bd-8ead-0962939e06a3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-dae9b014-1a0e-46bd-8ead-0962939e06a3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dae9b014-1a0e-46bd-8ead-0962939e06a3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dae9b014-1a0e-46bd-8ead-0962939e06a3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-dae9b014-1a0e-46bd-8ead-0962939e06a3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dae9b014-1a0e-46bd-8ead-0962939e06a3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dae9b014-1a0e-46bd-8ead-0962939e06a3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b4a93ade-ccca-46fa-80f9-aec4f1749420 {
  display: none;
}
#s-2cfc3f67-f204-4249-9d2f-64f50307f868 {
  text-align: left;
}


.shg-c#s-2cfc3f67-f204-4249-9d2f-64f50307f868 {
  max-width: 100%;
}

.shg-c#s-2cfc3f67-f204-4249-9d2f-64f50307f868 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2cfc3f67-f204-4249-9d2f-64f50307f868 .shg-image-zoom,
.shg-c#s-2cfc3f67-f204-4249-9d2f-64f50307f868 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2cfc3f67-f204-4249-9d2f-64f50307f868 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2cfc3f67-f204-4249-9d2f-64f50307f868 {
  max-width: 100%;
}

.shg-c#s-2cfc3f67-f204-4249-9d2f-64f50307f868 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2cfc3f67-f204-4249-9d2f-64f50307f868 .shg-image-zoom,
.shg-c#s-2cfc3f67-f204-4249-9d2f-64f50307f868 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2cfc3f67-f204-4249-9d2f-64f50307f868 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2cfc3f67-f204-4249-9d2f-64f50307f868 {
  max-width: 100%;
}

.shg-c#s-2cfc3f67-f204-4249-9d2f-64f50307f868 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2cfc3f67-f204-4249-9d2f-64f50307f868 .shg-image-zoom,
.shg-c#s-2cfc3f67-f204-4249-9d2f-64f50307f868 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2cfc3f67-f204-4249-9d2f-64f50307f868 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2cfc3f67-f204-4249-9d2f-64f50307f868 {
  max-width: 100%;
}

.shg-c#s-2cfc3f67-f204-4249-9d2f-64f50307f868 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2cfc3f67-f204-4249-9d2f-64f50307f868 .shg-image-zoom,
.shg-c#s-2cfc3f67-f204-4249-9d2f-64f50307f868 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2cfc3f67-f204-4249-9d2f-64f50307f868 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2cfc3f67-f204-4249-9d2f-64f50307f868 {
  max-width: 100%;
}

.shg-c#s-2cfc3f67-f204-4249-9d2f-64f50307f868 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2cfc3f67-f204-4249-9d2f-64f50307f868 .shg-image-zoom,
.shg-c#s-2cfc3f67-f204-4249-9d2f-64f50307f868 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2cfc3f67-f204-4249-9d2f-64f50307f868 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0a2affe0-6ee1-4fab-9474-21ffbbc80c95 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a2affe0-6ee1-4fab-9474-21ffbbc80c95 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-1e513d41-9305-49cb-ae92-111d21cd3df3 {
  text-align: left;
}

#s-1e513d41-9305-49cb-ae92-111d21cd3df3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-1e513d41-9305-49cb-ae92-111d21cd3df3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1e513d41-9305-49cb-ae92-111d21cd3df3 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-bec2bdae-54a6-4e4e-a6b7-826f6584040f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-bec2bdae-54a6-4e4e-a6b7-826f6584040f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bec2bdae-54a6-4e4e-a6b7-826f6584040f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bec2bdae-54a6-4e4e-a6b7-826f6584040f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-bec2bdae-54a6-4e4e-a6b7-826f6584040f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bec2bdae-54a6-4e4e-a6b7-826f6584040f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bec2bdae-54a6-4e4e-a6b7-826f6584040f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e449a844-004f-4b02-87b1-fee078ae3087 {
  display: none;
}
#s-05fa8f7a-45e8-4484-8030-0f3bba602fa0 {
  text-align: left;
}


.shg-c#s-05fa8f7a-45e8-4484-8030-0f3bba602fa0 {
  max-width: 100%;
}

.shg-c#s-05fa8f7a-45e8-4484-8030-0f3bba602fa0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05fa8f7a-45e8-4484-8030-0f3bba602fa0 .shg-image-zoom,
.shg-c#s-05fa8f7a-45e8-4484-8030-0f3bba602fa0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-05fa8f7a-45e8-4484-8030-0f3bba602fa0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-05fa8f7a-45e8-4484-8030-0f3bba602fa0 {
  max-width: 100%;
}

.shg-c#s-05fa8f7a-45e8-4484-8030-0f3bba602fa0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05fa8f7a-45e8-4484-8030-0f3bba602fa0 .shg-image-zoom,
.shg-c#s-05fa8f7a-45e8-4484-8030-0f3bba602fa0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-05fa8f7a-45e8-4484-8030-0f3bba602fa0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-05fa8f7a-45e8-4484-8030-0f3bba602fa0 {
  max-width: 100%;
}

.shg-c#s-05fa8f7a-45e8-4484-8030-0f3bba602fa0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05fa8f7a-45e8-4484-8030-0f3bba602fa0 .shg-image-zoom,
.shg-c#s-05fa8f7a-45e8-4484-8030-0f3bba602fa0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-05fa8f7a-45e8-4484-8030-0f3bba602fa0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-05fa8f7a-45e8-4484-8030-0f3bba602fa0 {
  max-width: 100%;
}

.shg-c#s-05fa8f7a-45e8-4484-8030-0f3bba602fa0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05fa8f7a-45e8-4484-8030-0f3bba602fa0 .shg-image-zoom,
.shg-c#s-05fa8f7a-45e8-4484-8030-0f3bba602fa0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-05fa8f7a-45e8-4484-8030-0f3bba602fa0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-05fa8f7a-45e8-4484-8030-0f3bba602fa0 {
  max-width: 100%;
}

.shg-c#s-05fa8f7a-45e8-4484-8030-0f3bba602fa0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-05fa8f7a-45e8-4484-8030-0f3bba602fa0 .shg-image-zoom,
.shg-c#s-05fa8f7a-45e8-4484-8030-0f3bba602fa0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-05fa8f7a-45e8-4484-8030-0f3bba602fa0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-be907839-caad-4342-aa87-449ba2f2cbc4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be907839-caad-4342-aa87-449ba2f2cbc4 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-acd53529-5d78-48bd-9666-60e77283c43c {
  text-align: left;
}

#s-acd53529-5d78-48bd-9666-60e77283c43c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-acd53529-5d78-48bd-9666-60e77283c43c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-acd53529-5d78-48bd-9666-60e77283c43c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-2f89556e-0243-4eb6-ae89-0f2c6659f05f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-2f89556e-0243-4eb6-ae89-0f2c6659f05f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2f89556e-0243-4eb6-ae89-0f2c6659f05f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2f89556e-0243-4eb6-ae89-0f2c6659f05f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-2f89556e-0243-4eb6-ae89-0f2c6659f05f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2f89556e-0243-4eb6-ae89-0f2c6659f05f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2f89556e-0243-4eb6-ae89-0f2c6659f05f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-73cb0849-5e1a-4e92-ada9-f3aac2c57672 {
  display: none;
}
#s-9aa400b3-5b70-44de-bdf2-8b9a06044413 {
  text-align: left;
}


.shg-c#s-9aa400b3-5b70-44de-bdf2-8b9a06044413 {
  max-width: 100%;
}

.shg-c#s-9aa400b3-5b70-44de-bdf2-8b9a06044413 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9aa400b3-5b70-44de-bdf2-8b9a06044413 .shg-image-zoom,
.shg-c#s-9aa400b3-5b70-44de-bdf2-8b9a06044413 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9aa400b3-5b70-44de-bdf2-8b9a06044413 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9aa400b3-5b70-44de-bdf2-8b9a06044413 {
  max-width: 100%;
}

.shg-c#s-9aa400b3-5b70-44de-bdf2-8b9a06044413 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9aa400b3-5b70-44de-bdf2-8b9a06044413 .shg-image-zoom,
.shg-c#s-9aa400b3-5b70-44de-bdf2-8b9a06044413 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9aa400b3-5b70-44de-bdf2-8b9a06044413 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9aa400b3-5b70-44de-bdf2-8b9a06044413 {
  max-width: 100%;
}

.shg-c#s-9aa400b3-5b70-44de-bdf2-8b9a06044413 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9aa400b3-5b70-44de-bdf2-8b9a06044413 .shg-image-zoom,
.shg-c#s-9aa400b3-5b70-44de-bdf2-8b9a06044413 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9aa400b3-5b70-44de-bdf2-8b9a06044413 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9aa400b3-5b70-44de-bdf2-8b9a06044413 {
  max-width: 100%;
}

.shg-c#s-9aa400b3-5b70-44de-bdf2-8b9a06044413 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9aa400b3-5b70-44de-bdf2-8b9a06044413 .shg-image-zoom,
.shg-c#s-9aa400b3-5b70-44de-bdf2-8b9a06044413 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9aa400b3-5b70-44de-bdf2-8b9a06044413 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9aa400b3-5b70-44de-bdf2-8b9a06044413 {
  max-width: 100%;
}

.shg-c#s-9aa400b3-5b70-44de-bdf2-8b9a06044413 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9aa400b3-5b70-44de-bdf2-8b9a06044413 .shg-image-zoom,
.shg-c#s-9aa400b3-5b70-44de-bdf2-8b9a06044413 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9aa400b3-5b70-44de-bdf2-8b9a06044413 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-471a3fde-17ba-4583-908f-4bef6846a9ff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-471a3fde-17ba-4583-908f-4bef6846a9ff .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-0845a97d-9f83-4243-8ea2-47479007c190 {
  text-align: left;
}

#s-0845a97d-9f83-4243-8ea2-47479007c190 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-0845a97d-9f83-4243-8ea2-47479007c190 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0845a97d-9f83-4243-8ea2-47479007c190 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-5d89399e-41b0-4db5-af65-2683e8f4b815 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-5d89399e-41b0-4db5-af65-2683e8f4b815:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5d89399e-41b0-4db5-af65-2683e8f4b815:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5d89399e-41b0-4db5-af65-2683e8f4b815 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-5d89399e-41b0-4db5-af65-2683e8f4b815.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5d89399e-41b0-4db5-af65-2683e8f4b815.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5d89399e-41b0-4db5-af65-2683e8f4b815.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-319e998b-6f36-4010-8e5a-88d84c630b77 {
  display: none;
}
#s-22d7a26d-c6a8-4823-acee-df0a0fda9150 {
  text-align: left;
}


.shg-c#s-22d7a26d-c6a8-4823-acee-df0a0fda9150 {
  max-width: 100%;
}

.shg-c#s-22d7a26d-c6a8-4823-acee-df0a0fda9150 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22d7a26d-c6a8-4823-acee-df0a0fda9150 .shg-image-zoom,
.shg-c#s-22d7a26d-c6a8-4823-acee-df0a0fda9150 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-22d7a26d-c6a8-4823-acee-df0a0fda9150 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-22d7a26d-c6a8-4823-acee-df0a0fda9150 {
  max-width: 100%;
}

.shg-c#s-22d7a26d-c6a8-4823-acee-df0a0fda9150 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22d7a26d-c6a8-4823-acee-df0a0fda9150 .shg-image-zoom,
.shg-c#s-22d7a26d-c6a8-4823-acee-df0a0fda9150 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-22d7a26d-c6a8-4823-acee-df0a0fda9150 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-22d7a26d-c6a8-4823-acee-df0a0fda9150 {
  max-width: 100%;
}

.shg-c#s-22d7a26d-c6a8-4823-acee-df0a0fda9150 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22d7a26d-c6a8-4823-acee-df0a0fda9150 .shg-image-zoom,
.shg-c#s-22d7a26d-c6a8-4823-acee-df0a0fda9150 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-22d7a26d-c6a8-4823-acee-df0a0fda9150 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-22d7a26d-c6a8-4823-acee-df0a0fda9150 {
  max-width: 100%;
}

.shg-c#s-22d7a26d-c6a8-4823-acee-df0a0fda9150 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22d7a26d-c6a8-4823-acee-df0a0fda9150 .shg-image-zoom,
.shg-c#s-22d7a26d-c6a8-4823-acee-df0a0fda9150 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-22d7a26d-c6a8-4823-acee-df0a0fda9150 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-22d7a26d-c6a8-4823-acee-df0a0fda9150 {
  max-width: 100%;
}

.shg-c#s-22d7a26d-c6a8-4823-acee-df0a0fda9150 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22d7a26d-c6a8-4823-acee-df0a0fda9150 .shg-image-zoom,
.shg-c#s-22d7a26d-c6a8-4823-acee-df0a0fda9150 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-22d7a26d-c6a8-4823-acee-df0a0fda9150 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2d697c8c-bcf7-48ec-ba13-7e6dbc2fa7c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2d697c8c-bcf7-48ec-ba13-7e6dbc2fa7c7 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-c548857a-58f3-4578-bcb5-88888185d315 {
  text-align: left;
}

#s-c548857a-58f3-4578-bcb5-88888185d315 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-c548857a-58f3-4578-bcb5-88888185d315 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c548857a-58f3-4578-bcb5-88888185d315 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-73e2ff51-ab7a-4e98-b1f5-b9ee5a494209 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-73e2ff51-ab7a-4e98-b1f5-b9ee5a494209:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-73e2ff51-ab7a-4e98-b1f5-b9ee5a494209:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-73e2ff51-ab7a-4e98-b1f5-b9ee5a494209 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-73e2ff51-ab7a-4e98-b1f5-b9ee5a494209.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-73e2ff51-ab7a-4e98-b1f5-b9ee5a494209.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-73e2ff51-ab7a-4e98-b1f5-b9ee5a494209.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9c2306c9-ca35-4a9b-8033-7d4b177f558f {
  display: none;
}
#s-d5ee82c1-12bb-4113-8b7a-d1ebf9ddd158 {
  text-align: left;
}


.shg-c#s-d5ee82c1-12bb-4113-8b7a-d1ebf9ddd158 {
  max-width: 100%;
}

.shg-c#s-d5ee82c1-12bb-4113-8b7a-d1ebf9ddd158 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5ee82c1-12bb-4113-8b7a-d1ebf9ddd158 .shg-image-zoom,
.shg-c#s-d5ee82c1-12bb-4113-8b7a-d1ebf9ddd158 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5ee82c1-12bb-4113-8b7a-d1ebf9ddd158 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d5ee82c1-12bb-4113-8b7a-d1ebf9ddd158 {
  max-width: 100%;
}

.shg-c#s-d5ee82c1-12bb-4113-8b7a-d1ebf9ddd158 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5ee82c1-12bb-4113-8b7a-d1ebf9ddd158 .shg-image-zoom,
.shg-c#s-d5ee82c1-12bb-4113-8b7a-d1ebf9ddd158 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5ee82c1-12bb-4113-8b7a-d1ebf9ddd158 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d5ee82c1-12bb-4113-8b7a-d1ebf9ddd158 {
  max-width: 100%;
}

.shg-c#s-d5ee82c1-12bb-4113-8b7a-d1ebf9ddd158 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5ee82c1-12bb-4113-8b7a-d1ebf9ddd158 .shg-image-zoom,
.shg-c#s-d5ee82c1-12bb-4113-8b7a-d1ebf9ddd158 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5ee82c1-12bb-4113-8b7a-d1ebf9ddd158 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d5ee82c1-12bb-4113-8b7a-d1ebf9ddd158 {
  max-width: 100%;
}

.shg-c#s-d5ee82c1-12bb-4113-8b7a-d1ebf9ddd158 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5ee82c1-12bb-4113-8b7a-d1ebf9ddd158 .shg-image-zoom,
.shg-c#s-d5ee82c1-12bb-4113-8b7a-d1ebf9ddd158 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5ee82c1-12bb-4113-8b7a-d1ebf9ddd158 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d5ee82c1-12bb-4113-8b7a-d1ebf9ddd158 {
  max-width: 100%;
}

.shg-c#s-d5ee82c1-12bb-4113-8b7a-d1ebf9ddd158 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d5ee82c1-12bb-4113-8b7a-d1ebf9ddd158 .shg-image-zoom,
.shg-c#s-d5ee82c1-12bb-4113-8b7a-d1ebf9ddd158 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d5ee82c1-12bb-4113-8b7a-d1ebf9ddd158 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-26a81a6d-21e6-4b8f-98ea-34c7962cd99c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-26a81a6d-21e6-4b8f-98ea-34c7962cd99c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-ffc25399-0f94-4f20-a592-11598f62ca57 {
  text-align: left;
}

#s-ffc25399-0f94-4f20-a592-11598f62ca57 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-ffc25399-0f94-4f20-a592-11598f62ca57 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ffc25399-0f94-4f20-a592-11598f62ca57 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-f62708f9-d033-474a-8526-986b1cb5d6be {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-f62708f9-d033-474a-8526-986b1cb5d6be:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f62708f9-d033-474a-8526-986b1cb5d6be:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f62708f9-d033-474a-8526-986b1cb5d6be {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-f62708f9-d033-474a-8526-986b1cb5d6be.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f62708f9-d033-474a-8526-986b1cb5d6be.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f62708f9-d033-474a-8526-986b1cb5d6be.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-dda5f1af-e352-4dd0-9de4-cc266f0b8e7f {
  display: none;
}
#s-154e881b-4242-4be9-b753-12f173717666 {
  text-align: left;
}


.shg-c#s-154e881b-4242-4be9-b753-12f173717666 {
  max-width: 100%;
}

.shg-c#s-154e881b-4242-4be9-b753-12f173717666 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-154e881b-4242-4be9-b753-12f173717666 .shg-image-zoom,
.shg-c#s-154e881b-4242-4be9-b753-12f173717666 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-154e881b-4242-4be9-b753-12f173717666 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-154e881b-4242-4be9-b753-12f173717666 {
  max-width: 100%;
}

.shg-c#s-154e881b-4242-4be9-b753-12f173717666 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-154e881b-4242-4be9-b753-12f173717666 .shg-image-zoom,
.shg-c#s-154e881b-4242-4be9-b753-12f173717666 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-154e881b-4242-4be9-b753-12f173717666 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-154e881b-4242-4be9-b753-12f173717666 {
  max-width: 100%;
}

.shg-c#s-154e881b-4242-4be9-b753-12f173717666 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-154e881b-4242-4be9-b753-12f173717666 .shg-image-zoom,
.shg-c#s-154e881b-4242-4be9-b753-12f173717666 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-154e881b-4242-4be9-b753-12f173717666 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-154e881b-4242-4be9-b753-12f173717666 {
  max-width: 100%;
}

.shg-c#s-154e881b-4242-4be9-b753-12f173717666 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-154e881b-4242-4be9-b753-12f173717666 .shg-image-zoom,
.shg-c#s-154e881b-4242-4be9-b753-12f173717666 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-154e881b-4242-4be9-b753-12f173717666 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-154e881b-4242-4be9-b753-12f173717666 {
  max-width: 100%;
}

.shg-c#s-154e881b-4242-4be9-b753-12f173717666 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-154e881b-4242-4be9-b753-12f173717666 .shg-image-zoom,
.shg-c#s-154e881b-4242-4be9-b753-12f173717666 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-154e881b-4242-4be9-b753-12f173717666 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-65306bb0-d897-4c45-86ae-6fb00008189c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-65306bb0-d897-4c45-86ae-6fb00008189c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-4cb76cc4-6cfb-411e-8c69-fb6bd98a231c {
  text-align: left;
}

#s-4cb76cc4-6cfb-411e-8c69-fb6bd98a231c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-4cb76cc4-6cfb-411e-8c69-fb6bd98a231c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4cb76cc4-6cfb-411e-8c69-fb6bd98a231c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-7762887a-b461-4e6f-9388-43d23a3d6ddd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-7762887a-b461-4e6f-9388-43d23a3d6ddd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7762887a-b461-4e6f-9388-43d23a3d6ddd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7762887a-b461-4e6f-9388-43d23a3d6ddd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-7762887a-b461-4e6f-9388-43d23a3d6ddd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7762887a-b461-4e6f-9388-43d23a3d6ddd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7762887a-b461-4e6f-9388-43d23a3d6ddd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-13c268d0-2a53-4b99-9988-7d727d72f562 {
  display: none;
}
#s-7b66fb03-a378-4325-881a-c668b2d22f3c {
  text-align: left;
}


.shg-c#s-7b66fb03-a378-4325-881a-c668b2d22f3c {
  max-width: 100%;
}

.shg-c#s-7b66fb03-a378-4325-881a-c668b2d22f3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b66fb03-a378-4325-881a-c668b2d22f3c .shg-image-zoom,
.shg-c#s-7b66fb03-a378-4325-881a-c668b2d22f3c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b66fb03-a378-4325-881a-c668b2d22f3c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7b66fb03-a378-4325-881a-c668b2d22f3c {
  max-width: 100%;
}

.shg-c#s-7b66fb03-a378-4325-881a-c668b2d22f3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b66fb03-a378-4325-881a-c668b2d22f3c .shg-image-zoom,
.shg-c#s-7b66fb03-a378-4325-881a-c668b2d22f3c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b66fb03-a378-4325-881a-c668b2d22f3c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7b66fb03-a378-4325-881a-c668b2d22f3c {
  max-width: 100%;
}

.shg-c#s-7b66fb03-a378-4325-881a-c668b2d22f3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b66fb03-a378-4325-881a-c668b2d22f3c .shg-image-zoom,
.shg-c#s-7b66fb03-a378-4325-881a-c668b2d22f3c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b66fb03-a378-4325-881a-c668b2d22f3c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7b66fb03-a378-4325-881a-c668b2d22f3c {
  max-width: 100%;
}

.shg-c#s-7b66fb03-a378-4325-881a-c668b2d22f3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b66fb03-a378-4325-881a-c668b2d22f3c .shg-image-zoom,
.shg-c#s-7b66fb03-a378-4325-881a-c668b2d22f3c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b66fb03-a378-4325-881a-c668b2d22f3c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7b66fb03-a378-4325-881a-c668b2d22f3c {
  max-width: 100%;
}

.shg-c#s-7b66fb03-a378-4325-881a-c668b2d22f3c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b66fb03-a378-4325-881a-c668b2d22f3c .shg-image-zoom,
.shg-c#s-7b66fb03-a378-4325-881a-c668b2d22f3c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b66fb03-a378-4325-881a-c668b2d22f3c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bac58246-1224-4616-81d2-ad81eb238c92 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bac58246-1224-4616-81d2-ad81eb238c92 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-1bc686fd-fa1d-433a-924f-3bb00a7db0fb {
  text-align: left;
}

#s-1bc686fd-fa1d-433a-924f-3bb00a7db0fb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-1bc686fd-fa1d-433a-924f-3bb00a7db0fb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1bc686fd-fa1d-433a-924f-3bb00a7db0fb .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-231b54b0-9189-4800-8cb4-d6cc85c55ed1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-231b54b0-9189-4800-8cb4-d6cc85c55ed1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-231b54b0-9189-4800-8cb4-d6cc85c55ed1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-231b54b0-9189-4800-8cb4-d6cc85c55ed1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-231b54b0-9189-4800-8cb4-d6cc85c55ed1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-231b54b0-9189-4800-8cb4-d6cc85c55ed1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-231b54b0-9189-4800-8cb4-d6cc85c55ed1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7e407d93-0911-4625-8b8e-ecbfc19a206b {
  display: none;
}
#s-a581b14b-9300-49c3-b0ff-8769e4819dac {
  text-align: left;
}


.shg-c#s-a581b14b-9300-49c3-b0ff-8769e4819dac {
  max-width: 100%;
}

.shg-c#s-a581b14b-9300-49c3-b0ff-8769e4819dac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a581b14b-9300-49c3-b0ff-8769e4819dac .shg-image-zoom,
.shg-c#s-a581b14b-9300-49c3-b0ff-8769e4819dac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a581b14b-9300-49c3-b0ff-8769e4819dac .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a581b14b-9300-49c3-b0ff-8769e4819dac {
  max-width: 100%;
}

.shg-c#s-a581b14b-9300-49c3-b0ff-8769e4819dac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a581b14b-9300-49c3-b0ff-8769e4819dac .shg-image-zoom,
.shg-c#s-a581b14b-9300-49c3-b0ff-8769e4819dac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a581b14b-9300-49c3-b0ff-8769e4819dac .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a581b14b-9300-49c3-b0ff-8769e4819dac {
  max-width: 100%;
}

.shg-c#s-a581b14b-9300-49c3-b0ff-8769e4819dac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a581b14b-9300-49c3-b0ff-8769e4819dac .shg-image-zoom,
.shg-c#s-a581b14b-9300-49c3-b0ff-8769e4819dac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a581b14b-9300-49c3-b0ff-8769e4819dac .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a581b14b-9300-49c3-b0ff-8769e4819dac {
  max-width: 100%;
}

.shg-c#s-a581b14b-9300-49c3-b0ff-8769e4819dac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a581b14b-9300-49c3-b0ff-8769e4819dac .shg-image-zoom,
.shg-c#s-a581b14b-9300-49c3-b0ff-8769e4819dac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a581b14b-9300-49c3-b0ff-8769e4819dac .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a581b14b-9300-49c3-b0ff-8769e4819dac {
  max-width: 100%;
}

.shg-c#s-a581b14b-9300-49c3-b0ff-8769e4819dac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a581b14b-9300-49c3-b0ff-8769e4819dac .shg-image-zoom,
.shg-c#s-a581b14b-9300-49c3-b0ff-8769e4819dac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a581b14b-9300-49c3-b0ff-8769e4819dac .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7abe3f2b-d2b1-49e0-b61f-bd4eaa1cac92 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7abe3f2b-d2b1-49e0-b61f-bd4eaa1cac92 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-b34b84bd-ce9e-4176-ab2d-468af25b62af {
  text-align: left;
}

#s-b34b84bd-ce9e-4176-ab2d-468af25b62af .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-b34b84bd-ce9e-4176-ab2d-468af25b62af .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b34b84bd-ce9e-4176-ab2d-468af25b62af .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-b0e3c689-0c7d-499a-b388-fcb5235b2e01 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-b0e3c689-0c7d-499a-b388-fcb5235b2e01:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b0e3c689-0c7d-499a-b388-fcb5235b2e01:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b0e3c689-0c7d-499a-b388-fcb5235b2e01 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-b0e3c689-0c7d-499a-b388-fcb5235b2e01.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b0e3c689-0c7d-499a-b388-fcb5235b2e01.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b0e3c689-0c7d-499a-b388-fcb5235b2e01.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d271031b-3401-467f-91ca-52bc470daebd {
  display: none;
}
#s-87811ae8-cc32-42fc-9662-c6af2addf9fd {
  text-align: left;
}


.shg-c#s-87811ae8-cc32-42fc-9662-c6af2addf9fd {
  max-width: 100%;
}

.shg-c#s-87811ae8-cc32-42fc-9662-c6af2addf9fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87811ae8-cc32-42fc-9662-c6af2addf9fd .shg-image-zoom,
.shg-c#s-87811ae8-cc32-42fc-9662-c6af2addf9fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87811ae8-cc32-42fc-9662-c6af2addf9fd .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-87811ae8-cc32-42fc-9662-c6af2addf9fd {
  max-width: 100%;
}

.shg-c#s-87811ae8-cc32-42fc-9662-c6af2addf9fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87811ae8-cc32-42fc-9662-c6af2addf9fd .shg-image-zoom,
.shg-c#s-87811ae8-cc32-42fc-9662-c6af2addf9fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87811ae8-cc32-42fc-9662-c6af2addf9fd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-87811ae8-cc32-42fc-9662-c6af2addf9fd {
  max-width: 100%;
}

.shg-c#s-87811ae8-cc32-42fc-9662-c6af2addf9fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87811ae8-cc32-42fc-9662-c6af2addf9fd .shg-image-zoom,
.shg-c#s-87811ae8-cc32-42fc-9662-c6af2addf9fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87811ae8-cc32-42fc-9662-c6af2addf9fd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-87811ae8-cc32-42fc-9662-c6af2addf9fd {
  max-width: 100%;
}

.shg-c#s-87811ae8-cc32-42fc-9662-c6af2addf9fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87811ae8-cc32-42fc-9662-c6af2addf9fd .shg-image-zoom,
.shg-c#s-87811ae8-cc32-42fc-9662-c6af2addf9fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87811ae8-cc32-42fc-9662-c6af2addf9fd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-87811ae8-cc32-42fc-9662-c6af2addf9fd {
  max-width: 100%;
}

.shg-c#s-87811ae8-cc32-42fc-9662-c6af2addf9fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87811ae8-cc32-42fc-9662-c6af2addf9fd .shg-image-zoom,
.shg-c#s-87811ae8-cc32-42fc-9662-c6af2addf9fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87811ae8-cc32-42fc-9662-c6af2addf9fd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-34700bbe-6fbc-4f27-9c84-ca91455a3c7c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34700bbe-6fbc-4f27-9c84-ca91455a3c7c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-4d785a72-fc28-405f-a3f6-33788a8eeaaf {
  text-align: left;
}

#s-4d785a72-fc28-405f-a3f6-33788a8eeaaf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-4d785a72-fc28-405f-a3f6-33788a8eeaaf .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4d785a72-fc28-405f-a3f6-33788a8eeaaf .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-a9a042d7-236d-45b3-a70d-99600d541d20 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-a9a042d7-236d-45b3-a70d-99600d541d20:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a9a042d7-236d-45b3-a70d-99600d541d20:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a9a042d7-236d-45b3-a70d-99600d541d20 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-a9a042d7-236d-45b3-a70d-99600d541d20.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a9a042d7-236d-45b3-a70d-99600d541d20.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a9a042d7-236d-45b3-a70d-99600d541d20.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-23b80598-92e5-491d-8584-b3f6bf7f530d {
  display: none;
}
#s-eb24fc46-5425-449d-888f-1305df2766b8 {
  text-align: left;
}


.shg-c#s-eb24fc46-5425-449d-888f-1305df2766b8 {
  max-width: 100%;
}

.shg-c#s-eb24fc46-5425-449d-888f-1305df2766b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb24fc46-5425-449d-888f-1305df2766b8 .shg-image-zoom,
.shg-c#s-eb24fc46-5425-449d-888f-1305df2766b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb24fc46-5425-449d-888f-1305df2766b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-eb24fc46-5425-449d-888f-1305df2766b8 {
  max-width: 100%;
}

.shg-c#s-eb24fc46-5425-449d-888f-1305df2766b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb24fc46-5425-449d-888f-1305df2766b8 .shg-image-zoom,
.shg-c#s-eb24fc46-5425-449d-888f-1305df2766b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb24fc46-5425-449d-888f-1305df2766b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-eb24fc46-5425-449d-888f-1305df2766b8 {
  max-width: 100%;
}

.shg-c#s-eb24fc46-5425-449d-888f-1305df2766b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb24fc46-5425-449d-888f-1305df2766b8 .shg-image-zoom,
.shg-c#s-eb24fc46-5425-449d-888f-1305df2766b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb24fc46-5425-449d-888f-1305df2766b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-eb24fc46-5425-449d-888f-1305df2766b8 {
  max-width: 100%;
}

.shg-c#s-eb24fc46-5425-449d-888f-1305df2766b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb24fc46-5425-449d-888f-1305df2766b8 .shg-image-zoom,
.shg-c#s-eb24fc46-5425-449d-888f-1305df2766b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb24fc46-5425-449d-888f-1305df2766b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-eb24fc46-5425-449d-888f-1305df2766b8 {
  max-width: 100%;
}

.shg-c#s-eb24fc46-5425-449d-888f-1305df2766b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb24fc46-5425-449d-888f-1305df2766b8 .shg-image-zoom,
.shg-c#s-eb24fc46-5425-449d-888f-1305df2766b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-eb24fc46-5425-449d-888f-1305df2766b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5dcc0ff1-5ae0-4ae4-90ef-ff8fa64f013d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5dcc0ff1-5ae0-4ae4-90ef-ff8fa64f013d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-8cdda351-b41b-48ef-a356-a39fd2a0be5e {
  text-align: left;
}

#s-8cdda351-b41b-48ef-a356-a39fd2a0be5e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-8cdda351-b41b-48ef-a356-a39fd2a0be5e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8cdda351-b41b-48ef-a356-a39fd2a0be5e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-4815a11c-ceb8-4e3e-a025-62e4bcf5b1da {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-4815a11c-ceb8-4e3e-a025-62e4bcf5b1da:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4815a11c-ceb8-4e3e-a025-62e4bcf5b1da:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4815a11c-ceb8-4e3e-a025-62e4bcf5b1da {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-4815a11c-ceb8-4e3e-a025-62e4bcf5b1da.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4815a11c-ceb8-4e3e-a025-62e4bcf5b1da.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4815a11c-ceb8-4e3e-a025-62e4bcf5b1da.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0c8b29d8-e4f0-41a8-a838-4f572b4bbe50 {
  display: none;
}
#s-0283ed8b-80f6-4d42-b0b3-9f1d90bbac0a {
  text-align: left;
}


.shg-c#s-0283ed8b-80f6-4d42-b0b3-9f1d90bbac0a {
  max-width: 100%;
}

.shg-c#s-0283ed8b-80f6-4d42-b0b3-9f1d90bbac0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0283ed8b-80f6-4d42-b0b3-9f1d90bbac0a .shg-image-zoom,
.shg-c#s-0283ed8b-80f6-4d42-b0b3-9f1d90bbac0a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0283ed8b-80f6-4d42-b0b3-9f1d90bbac0a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0283ed8b-80f6-4d42-b0b3-9f1d90bbac0a {
  max-width: 100%;
}

.shg-c#s-0283ed8b-80f6-4d42-b0b3-9f1d90bbac0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0283ed8b-80f6-4d42-b0b3-9f1d90bbac0a .shg-image-zoom,
.shg-c#s-0283ed8b-80f6-4d42-b0b3-9f1d90bbac0a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0283ed8b-80f6-4d42-b0b3-9f1d90bbac0a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0283ed8b-80f6-4d42-b0b3-9f1d90bbac0a {
  max-width: 100%;
}

.shg-c#s-0283ed8b-80f6-4d42-b0b3-9f1d90bbac0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0283ed8b-80f6-4d42-b0b3-9f1d90bbac0a .shg-image-zoom,
.shg-c#s-0283ed8b-80f6-4d42-b0b3-9f1d90bbac0a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0283ed8b-80f6-4d42-b0b3-9f1d90bbac0a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0283ed8b-80f6-4d42-b0b3-9f1d90bbac0a {
  max-width: 100%;
}

.shg-c#s-0283ed8b-80f6-4d42-b0b3-9f1d90bbac0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0283ed8b-80f6-4d42-b0b3-9f1d90bbac0a .shg-image-zoom,
.shg-c#s-0283ed8b-80f6-4d42-b0b3-9f1d90bbac0a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0283ed8b-80f6-4d42-b0b3-9f1d90bbac0a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0283ed8b-80f6-4d42-b0b3-9f1d90bbac0a {
  max-width: 100%;
}

.shg-c#s-0283ed8b-80f6-4d42-b0b3-9f1d90bbac0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0283ed8b-80f6-4d42-b0b3-9f1d90bbac0a .shg-image-zoom,
.shg-c#s-0283ed8b-80f6-4d42-b0b3-9f1d90bbac0a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0283ed8b-80f6-4d42-b0b3-9f1d90bbac0a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2505ae9b-16c9-4c88-96a8-0fb2567db926 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2505ae9b-16c9-4c88-96a8-0fb2567db926 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-e99f521a-78a5-4ad7-9f68-e5b0ab2c7e0d {
  text-align: left;
}

#s-e99f521a-78a5-4ad7-9f68-e5b0ab2c7e0d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-e99f521a-78a5-4ad7-9f68-e5b0ab2c7e0d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e99f521a-78a5-4ad7-9f68-e5b0ab2c7e0d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-9757265d-1600-4308-80a1-3bd2f5815b6e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-9757265d-1600-4308-80a1-3bd2f5815b6e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9757265d-1600-4308-80a1-3bd2f5815b6e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9757265d-1600-4308-80a1-3bd2f5815b6e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-9757265d-1600-4308-80a1-3bd2f5815b6e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9757265d-1600-4308-80a1-3bd2f5815b6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9757265d-1600-4308-80a1-3bd2f5815b6e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c6387b38-c4b9-498a-866b-3aa495214bdc {
  display: none;
}
#s-13ebb55a-1f35-422f-aeae-b113c2ee3391 {
  text-align: left;
}


.shg-c#s-13ebb55a-1f35-422f-aeae-b113c2ee3391 {
  max-width: 100%;
}

.shg-c#s-13ebb55a-1f35-422f-aeae-b113c2ee3391 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13ebb55a-1f35-422f-aeae-b113c2ee3391 .shg-image-zoom,
.shg-c#s-13ebb55a-1f35-422f-aeae-b113c2ee3391 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-13ebb55a-1f35-422f-aeae-b113c2ee3391 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-13ebb55a-1f35-422f-aeae-b113c2ee3391 {
  max-width: 100%;
}

.shg-c#s-13ebb55a-1f35-422f-aeae-b113c2ee3391 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13ebb55a-1f35-422f-aeae-b113c2ee3391 .shg-image-zoom,
.shg-c#s-13ebb55a-1f35-422f-aeae-b113c2ee3391 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-13ebb55a-1f35-422f-aeae-b113c2ee3391 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-13ebb55a-1f35-422f-aeae-b113c2ee3391 {
  max-width: 100%;
}

.shg-c#s-13ebb55a-1f35-422f-aeae-b113c2ee3391 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13ebb55a-1f35-422f-aeae-b113c2ee3391 .shg-image-zoom,
.shg-c#s-13ebb55a-1f35-422f-aeae-b113c2ee3391 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-13ebb55a-1f35-422f-aeae-b113c2ee3391 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-13ebb55a-1f35-422f-aeae-b113c2ee3391 {
  max-width: 100%;
}

.shg-c#s-13ebb55a-1f35-422f-aeae-b113c2ee3391 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13ebb55a-1f35-422f-aeae-b113c2ee3391 .shg-image-zoom,
.shg-c#s-13ebb55a-1f35-422f-aeae-b113c2ee3391 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-13ebb55a-1f35-422f-aeae-b113c2ee3391 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-13ebb55a-1f35-422f-aeae-b113c2ee3391 {
  max-width: 100%;
}

.shg-c#s-13ebb55a-1f35-422f-aeae-b113c2ee3391 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-13ebb55a-1f35-422f-aeae-b113c2ee3391 .shg-image-zoom,
.shg-c#s-13ebb55a-1f35-422f-aeae-b113c2ee3391 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-13ebb55a-1f35-422f-aeae-b113c2ee3391 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1aa7a96b-3bb9-4cb0-8055-db29621d5c6c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1aa7a96b-3bb9-4cb0-8055-db29621d5c6c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-3e7ab71e-29a6-49ff-b00f-c87ac3e48fe3 {
  text-align: left;
}

#s-3e7ab71e-29a6-49ff-b00f-c87ac3e48fe3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-3e7ab71e-29a6-49ff-b00f-c87ac3e48fe3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3e7ab71e-29a6-49ff-b00f-c87ac3e48fe3 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-1275a08c-d500-485a-996a-1716d2be7fba {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-1275a08c-d500-485a-996a-1716d2be7fba:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1275a08c-d500-485a-996a-1716d2be7fba:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1275a08c-d500-485a-996a-1716d2be7fba {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-1275a08c-d500-485a-996a-1716d2be7fba.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1275a08c-d500-485a-996a-1716d2be7fba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1275a08c-d500-485a-996a-1716d2be7fba.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c344c9bf-9401-4f84-b50b-910fd200b7fc {
  display: none;
}
#s-87a04df9-12b2-4e99-b68b-0d2249123208 {
  text-align: left;
}


.shg-c#s-87a04df9-12b2-4e99-b68b-0d2249123208 {
  max-width: 100%;
}

.shg-c#s-87a04df9-12b2-4e99-b68b-0d2249123208 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87a04df9-12b2-4e99-b68b-0d2249123208 .shg-image-zoom,
.shg-c#s-87a04df9-12b2-4e99-b68b-0d2249123208 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87a04df9-12b2-4e99-b68b-0d2249123208 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-87a04df9-12b2-4e99-b68b-0d2249123208 {
  max-width: 100%;
}

.shg-c#s-87a04df9-12b2-4e99-b68b-0d2249123208 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87a04df9-12b2-4e99-b68b-0d2249123208 .shg-image-zoom,
.shg-c#s-87a04df9-12b2-4e99-b68b-0d2249123208 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87a04df9-12b2-4e99-b68b-0d2249123208 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-87a04df9-12b2-4e99-b68b-0d2249123208 {
  max-width: 100%;
}

.shg-c#s-87a04df9-12b2-4e99-b68b-0d2249123208 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87a04df9-12b2-4e99-b68b-0d2249123208 .shg-image-zoom,
.shg-c#s-87a04df9-12b2-4e99-b68b-0d2249123208 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87a04df9-12b2-4e99-b68b-0d2249123208 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-87a04df9-12b2-4e99-b68b-0d2249123208 {
  max-width: 100%;
}

.shg-c#s-87a04df9-12b2-4e99-b68b-0d2249123208 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87a04df9-12b2-4e99-b68b-0d2249123208 .shg-image-zoom,
.shg-c#s-87a04df9-12b2-4e99-b68b-0d2249123208 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87a04df9-12b2-4e99-b68b-0d2249123208 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-87a04df9-12b2-4e99-b68b-0d2249123208 {
  max-width: 100%;
}

.shg-c#s-87a04df9-12b2-4e99-b68b-0d2249123208 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87a04df9-12b2-4e99-b68b-0d2249123208 .shg-image-zoom,
.shg-c#s-87a04df9-12b2-4e99-b68b-0d2249123208 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87a04df9-12b2-4e99-b68b-0d2249123208 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-101a4368-dda7-4db5-9953-f5c4b0f151d5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-101a4368-dda7-4db5-9953-f5c4b0f151d5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-3face17f-0957-4b3e-9467-9916949281fc {
  text-align: left;
}

#s-3face17f-0957-4b3e-9467-9916949281fc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-3face17f-0957-4b3e-9467-9916949281fc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3face17f-0957-4b3e-9467-9916949281fc .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-3d85197c-f9bc-4995-acb5-f51cccb2aacd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-3d85197c-f9bc-4995-acb5-f51cccb2aacd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3d85197c-f9bc-4995-acb5-f51cccb2aacd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3d85197c-f9bc-4995-acb5-f51cccb2aacd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-3d85197c-f9bc-4995-acb5-f51cccb2aacd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3d85197c-f9bc-4995-acb5-f51cccb2aacd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3d85197c-f9bc-4995-acb5-f51cccb2aacd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d89b0fe7-3578-47a5-9054-185f1f0d1c07 {
  display: none;
}
#s-c69bc101-c610-4d16-84c6-225012e988a8 {
  text-align: left;
}


.shg-c#s-c69bc101-c610-4d16-84c6-225012e988a8 {
  max-width: 100%;
}

.shg-c#s-c69bc101-c610-4d16-84c6-225012e988a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c69bc101-c610-4d16-84c6-225012e988a8 .shg-image-zoom,
.shg-c#s-c69bc101-c610-4d16-84c6-225012e988a8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c69bc101-c610-4d16-84c6-225012e988a8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c69bc101-c610-4d16-84c6-225012e988a8 {
  max-width: 100%;
}

.shg-c#s-c69bc101-c610-4d16-84c6-225012e988a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c69bc101-c610-4d16-84c6-225012e988a8 .shg-image-zoom,
.shg-c#s-c69bc101-c610-4d16-84c6-225012e988a8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c69bc101-c610-4d16-84c6-225012e988a8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c69bc101-c610-4d16-84c6-225012e988a8 {
  max-width: 100%;
}

.shg-c#s-c69bc101-c610-4d16-84c6-225012e988a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c69bc101-c610-4d16-84c6-225012e988a8 .shg-image-zoom,
.shg-c#s-c69bc101-c610-4d16-84c6-225012e988a8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c69bc101-c610-4d16-84c6-225012e988a8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c69bc101-c610-4d16-84c6-225012e988a8 {
  max-width: 100%;
}

.shg-c#s-c69bc101-c610-4d16-84c6-225012e988a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c69bc101-c610-4d16-84c6-225012e988a8 .shg-image-zoom,
.shg-c#s-c69bc101-c610-4d16-84c6-225012e988a8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c69bc101-c610-4d16-84c6-225012e988a8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c69bc101-c610-4d16-84c6-225012e988a8 {
  max-width: 100%;
}

.shg-c#s-c69bc101-c610-4d16-84c6-225012e988a8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c69bc101-c610-4d16-84c6-225012e988a8 .shg-image-zoom,
.shg-c#s-c69bc101-c610-4d16-84c6-225012e988a8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c69bc101-c610-4d16-84c6-225012e988a8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e11a89a6-186c-460b-859a-05f52996529e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e11a89a6-186c-460b-859a-05f52996529e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-b01e9a3f-b295-448b-bb27-844e48b9ad87 {
  text-align: left;
}

#s-b01e9a3f-b295-448b-bb27-844e48b9ad87 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-b01e9a3f-b295-448b-bb27-844e48b9ad87 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b01e9a3f-b295-448b-bb27-844e48b9ad87 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-75a8c4d5-9fb2-40e9-bf79-ae99a1be9718 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-75a8c4d5-9fb2-40e9-bf79-ae99a1be9718:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-75a8c4d5-9fb2-40e9-bf79-ae99a1be9718:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-75a8c4d5-9fb2-40e9-bf79-ae99a1be9718 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-75a8c4d5-9fb2-40e9-bf79-ae99a1be9718.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-75a8c4d5-9fb2-40e9-bf79-ae99a1be9718.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-75a8c4d5-9fb2-40e9-bf79-ae99a1be9718.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e6df0b42-a470-477f-94cb-271744759328 {
  display: none;
}
#s-94e60741-f67b-412d-8d23-dab6793b7d49 {
  text-align: left;
}


.shg-c#s-94e60741-f67b-412d-8d23-dab6793b7d49 {
  max-width: 100%;
}

.shg-c#s-94e60741-f67b-412d-8d23-dab6793b7d49 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94e60741-f67b-412d-8d23-dab6793b7d49 .shg-image-zoom,
.shg-c#s-94e60741-f67b-412d-8d23-dab6793b7d49 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-94e60741-f67b-412d-8d23-dab6793b7d49 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-94e60741-f67b-412d-8d23-dab6793b7d49 {
  max-width: 100%;
}

.shg-c#s-94e60741-f67b-412d-8d23-dab6793b7d49 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94e60741-f67b-412d-8d23-dab6793b7d49 .shg-image-zoom,
.shg-c#s-94e60741-f67b-412d-8d23-dab6793b7d49 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-94e60741-f67b-412d-8d23-dab6793b7d49 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-94e60741-f67b-412d-8d23-dab6793b7d49 {
  max-width: 100%;
}

.shg-c#s-94e60741-f67b-412d-8d23-dab6793b7d49 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94e60741-f67b-412d-8d23-dab6793b7d49 .shg-image-zoom,
.shg-c#s-94e60741-f67b-412d-8d23-dab6793b7d49 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-94e60741-f67b-412d-8d23-dab6793b7d49 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-94e60741-f67b-412d-8d23-dab6793b7d49 {
  max-width: 100%;
}

.shg-c#s-94e60741-f67b-412d-8d23-dab6793b7d49 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94e60741-f67b-412d-8d23-dab6793b7d49 .shg-image-zoom,
.shg-c#s-94e60741-f67b-412d-8d23-dab6793b7d49 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-94e60741-f67b-412d-8d23-dab6793b7d49 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-94e60741-f67b-412d-8d23-dab6793b7d49 {
  max-width: 100%;
}

.shg-c#s-94e60741-f67b-412d-8d23-dab6793b7d49 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94e60741-f67b-412d-8d23-dab6793b7d49 .shg-image-zoom,
.shg-c#s-94e60741-f67b-412d-8d23-dab6793b7d49 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-94e60741-f67b-412d-8d23-dab6793b7d49 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ebceb488-6612-414b-8c14-96bfcf0dd879 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ebceb488-6612-414b-8c14-96bfcf0dd879 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-f37e6dd9-d89c-479b-b9a3-a7f95f572465 {
  text-align: left;
}

#s-f37e6dd9-d89c-479b-b9a3-a7f95f572465 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-f37e6dd9-d89c-479b-b9a3-a7f95f572465 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f37e6dd9-d89c-479b-b9a3-a7f95f572465 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-e75541ed-dfe9-444d-923f-16c5f3f04345 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-e75541ed-dfe9-444d-923f-16c5f3f04345:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e75541ed-dfe9-444d-923f-16c5f3f04345:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e75541ed-dfe9-444d-923f-16c5f3f04345 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-e75541ed-dfe9-444d-923f-16c5f3f04345.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e75541ed-dfe9-444d-923f-16c5f3f04345.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e75541ed-dfe9-444d-923f-16c5f3f04345.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8755f3e0-009d-4ca4-bf34-f9bc7492e43b {
  display: none;
}
#s-b924b0b2-1780-415c-9768-16f47002bf2a {
  text-align: left;
}


.shg-c#s-b924b0b2-1780-415c-9768-16f47002bf2a {
  max-width: 100%;
}

.shg-c#s-b924b0b2-1780-415c-9768-16f47002bf2a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b924b0b2-1780-415c-9768-16f47002bf2a .shg-image-zoom,
.shg-c#s-b924b0b2-1780-415c-9768-16f47002bf2a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b924b0b2-1780-415c-9768-16f47002bf2a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b924b0b2-1780-415c-9768-16f47002bf2a {
  max-width: 100%;
}

.shg-c#s-b924b0b2-1780-415c-9768-16f47002bf2a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b924b0b2-1780-415c-9768-16f47002bf2a .shg-image-zoom,
.shg-c#s-b924b0b2-1780-415c-9768-16f47002bf2a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b924b0b2-1780-415c-9768-16f47002bf2a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b924b0b2-1780-415c-9768-16f47002bf2a {
  max-width: 100%;
}

.shg-c#s-b924b0b2-1780-415c-9768-16f47002bf2a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b924b0b2-1780-415c-9768-16f47002bf2a .shg-image-zoom,
.shg-c#s-b924b0b2-1780-415c-9768-16f47002bf2a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b924b0b2-1780-415c-9768-16f47002bf2a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b924b0b2-1780-415c-9768-16f47002bf2a {
  max-width: 100%;
}

.shg-c#s-b924b0b2-1780-415c-9768-16f47002bf2a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b924b0b2-1780-415c-9768-16f47002bf2a .shg-image-zoom,
.shg-c#s-b924b0b2-1780-415c-9768-16f47002bf2a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b924b0b2-1780-415c-9768-16f47002bf2a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b924b0b2-1780-415c-9768-16f47002bf2a {
  max-width: 100%;
}

.shg-c#s-b924b0b2-1780-415c-9768-16f47002bf2a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b924b0b2-1780-415c-9768-16f47002bf2a .shg-image-zoom,
.shg-c#s-b924b0b2-1780-415c-9768-16f47002bf2a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b924b0b2-1780-415c-9768-16f47002bf2a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ec98e4e5-9437-46de-a919-15634a4cf101 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ec98e4e5-9437-46de-a919-15634a4cf101 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-4fbf9175-fa9d-486d-93ae-9501e8290fd9 {
  text-align: left;
}

#s-4fbf9175-fa9d-486d-93ae-9501e8290fd9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-4fbf9175-fa9d-486d-93ae-9501e8290fd9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4fbf9175-fa9d-486d-93ae-9501e8290fd9 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-122a25b7-b198-41a5-949d-dbdd07378c3d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-122a25b7-b198-41a5-949d-dbdd07378c3d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-122a25b7-b198-41a5-949d-dbdd07378c3d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-122a25b7-b198-41a5-949d-dbdd07378c3d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-122a25b7-b198-41a5-949d-dbdd07378c3d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-122a25b7-b198-41a5-949d-dbdd07378c3d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-122a25b7-b198-41a5-949d-dbdd07378c3d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-84bf6715-c09a-4599-a82d-fb77a1bafef7 {
  display: none;
}
#s-ce35b09b-f275-4bb9-9e68-a2dd093f87b8 {
  text-align: left;
}


.shg-c#s-ce35b09b-f275-4bb9-9e68-a2dd093f87b8 {
  max-width: 100%;
}

.shg-c#s-ce35b09b-f275-4bb9-9e68-a2dd093f87b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce35b09b-f275-4bb9-9e68-a2dd093f87b8 .shg-image-zoom,
.shg-c#s-ce35b09b-f275-4bb9-9e68-a2dd093f87b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce35b09b-f275-4bb9-9e68-a2dd093f87b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ce35b09b-f275-4bb9-9e68-a2dd093f87b8 {
  max-width: 100%;
}

.shg-c#s-ce35b09b-f275-4bb9-9e68-a2dd093f87b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce35b09b-f275-4bb9-9e68-a2dd093f87b8 .shg-image-zoom,
.shg-c#s-ce35b09b-f275-4bb9-9e68-a2dd093f87b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce35b09b-f275-4bb9-9e68-a2dd093f87b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ce35b09b-f275-4bb9-9e68-a2dd093f87b8 {
  max-width: 100%;
}

.shg-c#s-ce35b09b-f275-4bb9-9e68-a2dd093f87b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce35b09b-f275-4bb9-9e68-a2dd093f87b8 .shg-image-zoom,
.shg-c#s-ce35b09b-f275-4bb9-9e68-a2dd093f87b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce35b09b-f275-4bb9-9e68-a2dd093f87b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ce35b09b-f275-4bb9-9e68-a2dd093f87b8 {
  max-width: 100%;
}

.shg-c#s-ce35b09b-f275-4bb9-9e68-a2dd093f87b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce35b09b-f275-4bb9-9e68-a2dd093f87b8 .shg-image-zoom,
.shg-c#s-ce35b09b-f275-4bb9-9e68-a2dd093f87b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce35b09b-f275-4bb9-9e68-a2dd093f87b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ce35b09b-f275-4bb9-9e68-a2dd093f87b8 {
  max-width: 100%;
}

.shg-c#s-ce35b09b-f275-4bb9-9e68-a2dd093f87b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce35b09b-f275-4bb9-9e68-a2dd093f87b8 .shg-image-zoom,
.shg-c#s-ce35b09b-f275-4bb9-9e68-a2dd093f87b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce35b09b-f275-4bb9-9e68-a2dd093f87b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-54a6c8fd-ab9c-4e37-b8bb-4a25ac6ba443 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54a6c8fd-ab9c-4e37-b8bb-4a25ac6ba443 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-ce231768-d8bc-46fa-a65f-1b1792a2bbb0 {
  text-align: left;
}

#s-ce231768-d8bc-46fa-a65f-1b1792a2bbb0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-ce231768-d8bc-46fa-a65f-1b1792a2bbb0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ce231768-d8bc-46fa-a65f-1b1792a2bbb0 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-d5045a28-577b-4623-aa5e-a64bf651d742 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-d5045a28-577b-4623-aa5e-a64bf651d742:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d5045a28-577b-4623-aa5e-a64bf651d742:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d5045a28-577b-4623-aa5e-a64bf651d742 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-d5045a28-577b-4623-aa5e-a64bf651d742.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d5045a28-577b-4623-aa5e-a64bf651d742.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d5045a28-577b-4623-aa5e-a64bf651d742.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6d186b38-6041-4319-8457-37e8b052a5cb {
  display: none;
}
#s-620c86f9-d45e-418f-aa25-8428bbdadadc {
  text-align: left;
}


.shg-c#s-620c86f9-d45e-418f-aa25-8428bbdadadc {
  max-width: 100%;
}

.shg-c#s-620c86f9-d45e-418f-aa25-8428bbdadadc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-620c86f9-d45e-418f-aa25-8428bbdadadc .shg-image-zoom,
.shg-c#s-620c86f9-d45e-418f-aa25-8428bbdadadc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-620c86f9-d45e-418f-aa25-8428bbdadadc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-620c86f9-d45e-418f-aa25-8428bbdadadc {
  max-width: 100%;
}

.shg-c#s-620c86f9-d45e-418f-aa25-8428bbdadadc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-620c86f9-d45e-418f-aa25-8428bbdadadc .shg-image-zoom,
.shg-c#s-620c86f9-d45e-418f-aa25-8428bbdadadc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-620c86f9-d45e-418f-aa25-8428bbdadadc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-620c86f9-d45e-418f-aa25-8428bbdadadc {
  max-width: 100%;
}

.shg-c#s-620c86f9-d45e-418f-aa25-8428bbdadadc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-620c86f9-d45e-418f-aa25-8428bbdadadc .shg-image-zoom,
.shg-c#s-620c86f9-d45e-418f-aa25-8428bbdadadc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-620c86f9-d45e-418f-aa25-8428bbdadadc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-620c86f9-d45e-418f-aa25-8428bbdadadc {
  max-width: 100%;
}

.shg-c#s-620c86f9-d45e-418f-aa25-8428bbdadadc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-620c86f9-d45e-418f-aa25-8428bbdadadc .shg-image-zoom,
.shg-c#s-620c86f9-d45e-418f-aa25-8428bbdadadc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-620c86f9-d45e-418f-aa25-8428bbdadadc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-620c86f9-d45e-418f-aa25-8428bbdadadc {
  max-width: 100%;
}

.shg-c#s-620c86f9-d45e-418f-aa25-8428bbdadadc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-620c86f9-d45e-418f-aa25-8428bbdadadc .shg-image-zoom,
.shg-c#s-620c86f9-d45e-418f-aa25-8428bbdadadc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-620c86f9-d45e-418f-aa25-8428bbdadadc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5a24213e-82ba-4e8a-a58f-71f92014d1bd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5a24213e-82ba-4e8a-a58f-71f92014d1bd .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-aa7cab11-2698-4714-a866-5b8776906af7 {
  text-align: left;
}

#s-aa7cab11-2698-4714-a866-5b8776906af7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-aa7cab11-2698-4714-a866-5b8776906af7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-aa7cab11-2698-4714-a866-5b8776906af7 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-19b3dccf-a055-48fa-bf30-1f783ef22cd9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-19b3dccf-a055-48fa-bf30-1f783ef22cd9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-19b3dccf-a055-48fa-bf30-1f783ef22cd9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-19b3dccf-a055-48fa-bf30-1f783ef22cd9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-19b3dccf-a055-48fa-bf30-1f783ef22cd9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-19b3dccf-a055-48fa-bf30-1f783ef22cd9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-19b3dccf-a055-48fa-bf30-1f783ef22cd9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0a3b69a9-f097-454b-a187-6034ac015b67 {
  display: none;
}
#s-1e3577f6-a13f-426d-8e1d-ec04cf5569b3 {
  text-align: left;
}


.shg-c#s-1e3577f6-a13f-426d-8e1d-ec04cf5569b3 {
  max-width: 100%;
}

.shg-c#s-1e3577f6-a13f-426d-8e1d-ec04cf5569b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e3577f6-a13f-426d-8e1d-ec04cf5569b3 .shg-image-zoom,
.shg-c#s-1e3577f6-a13f-426d-8e1d-ec04cf5569b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1e3577f6-a13f-426d-8e1d-ec04cf5569b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1e3577f6-a13f-426d-8e1d-ec04cf5569b3 {
  max-width: 100%;
}

.shg-c#s-1e3577f6-a13f-426d-8e1d-ec04cf5569b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e3577f6-a13f-426d-8e1d-ec04cf5569b3 .shg-image-zoom,
.shg-c#s-1e3577f6-a13f-426d-8e1d-ec04cf5569b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1e3577f6-a13f-426d-8e1d-ec04cf5569b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1e3577f6-a13f-426d-8e1d-ec04cf5569b3 {
  max-width: 100%;
}

.shg-c#s-1e3577f6-a13f-426d-8e1d-ec04cf5569b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e3577f6-a13f-426d-8e1d-ec04cf5569b3 .shg-image-zoom,
.shg-c#s-1e3577f6-a13f-426d-8e1d-ec04cf5569b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1e3577f6-a13f-426d-8e1d-ec04cf5569b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1e3577f6-a13f-426d-8e1d-ec04cf5569b3 {
  max-width: 100%;
}

.shg-c#s-1e3577f6-a13f-426d-8e1d-ec04cf5569b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e3577f6-a13f-426d-8e1d-ec04cf5569b3 .shg-image-zoom,
.shg-c#s-1e3577f6-a13f-426d-8e1d-ec04cf5569b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1e3577f6-a13f-426d-8e1d-ec04cf5569b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1e3577f6-a13f-426d-8e1d-ec04cf5569b3 {
  max-width: 100%;
}

.shg-c#s-1e3577f6-a13f-426d-8e1d-ec04cf5569b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e3577f6-a13f-426d-8e1d-ec04cf5569b3 .shg-image-zoom,
.shg-c#s-1e3577f6-a13f-426d-8e1d-ec04cf5569b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1e3577f6-a13f-426d-8e1d-ec04cf5569b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-64e8e4f6-24e3-4b41-9013-41414a4a8436 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-64e8e4f6-24e3-4b41-9013-41414a4a8436 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-83959542-58f5-4014-a375-b1ab8b00a279 {
  text-align: left;
}

#s-83959542-58f5-4014-a375-b1ab8b00a279 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-83959542-58f5-4014-a375-b1ab8b00a279 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-83959542-58f5-4014-a375-b1ab8b00a279 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-cea793c7-f60e-44b2-adce-467e7fe237ae {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-cea793c7-f60e-44b2-adce-467e7fe237ae:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cea793c7-f60e-44b2-adce-467e7fe237ae:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cea793c7-f60e-44b2-adce-467e7fe237ae {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-cea793c7-f60e-44b2-adce-467e7fe237ae.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cea793c7-f60e-44b2-adce-467e7fe237ae.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-cea793c7-f60e-44b2-adce-467e7fe237ae.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-08e6d528-4fdd-474c-9750-5d085433973c {
  display: none;
}
#s-66ec3ae8-91d6-42af-ad97-cd757df52e6e {
  text-align: left;
}


.shg-c#s-66ec3ae8-91d6-42af-ad97-cd757df52e6e {
  max-width: 100%;
}

.shg-c#s-66ec3ae8-91d6-42af-ad97-cd757df52e6e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66ec3ae8-91d6-42af-ad97-cd757df52e6e .shg-image-zoom,
.shg-c#s-66ec3ae8-91d6-42af-ad97-cd757df52e6e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66ec3ae8-91d6-42af-ad97-cd757df52e6e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-66ec3ae8-91d6-42af-ad97-cd757df52e6e {
  max-width: 100%;
}

.shg-c#s-66ec3ae8-91d6-42af-ad97-cd757df52e6e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66ec3ae8-91d6-42af-ad97-cd757df52e6e .shg-image-zoom,
.shg-c#s-66ec3ae8-91d6-42af-ad97-cd757df52e6e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66ec3ae8-91d6-42af-ad97-cd757df52e6e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-66ec3ae8-91d6-42af-ad97-cd757df52e6e {
  max-width: 100%;
}

.shg-c#s-66ec3ae8-91d6-42af-ad97-cd757df52e6e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66ec3ae8-91d6-42af-ad97-cd757df52e6e .shg-image-zoom,
.shg-c#s-66ec3ae8-91d6-42af-ad97-cd757df52e6e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66ec3ae8-91d6-42af-ad97-cd757df52e6e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-66ec3ae8-91d6-42af-ad97-cd757df52e6e {
  max-width: 100%;
}

.shg-c#s-66ec3ae8-91d6-42af-ad97-cd757df52e6e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66ec3ae8-91d6-42af-ad97-cd757df52e6e .shg-image-zoom,
.shg-c#s-66ec3ae8-91d6-42af-ad97-cd757df52e6e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66ec3ae8-91d6-42af-ad97-cd757df52e6e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-66ec3ae8-91d6-42af-ad97-cd757df52e6e {
  max-width: 100%;
}

.shg-c#s-66ec3ae8-91d6-42af-ad97-cd757df52e6e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66ec3ae8-91d6-42af-ad97-cd757df52e6e .shg-image-zoom,
.shg-c#s-66ec3ae8-91d6-42af-ad97-cd757df52e6e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66ec3ae8-91d6-42af-ad97-cd757df52e6e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b4219991-5e3c-46af-b9d5-adcfe8eccc11 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b4219991-5e3c-46af-b9d5-adcfe8eccc11 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-13911d77-4c2e-494b-8cf3-fc5c3d04eae9 {
  text-align: left;
}

#s-13911d77-4c2e-494b-8cf3-fc5c3d04eae9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-13911d77-4c2e-494b-8cf3-fc5c3d04eae9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-13911d77-4c2e-494b-8cf3-fc5c3d04eae9 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-61026ad0-12b9-4475-b311-b6913ec19084 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-61026ad0-12b9-4475-b311-b6913ec19084:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-61026ad0-12b9-4475-b311-b6913ec19084:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-61026ad0-12b9-4475-b311-b6913ec19084 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-61026ad0-12b9-4475-b311-b6913ec19084.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-61026ad0-12b9-4475-b311-b6913ec19084.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-61026ad0-12b9-4475-b311-b6913ec19084.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-29699289-bdb7-480b-b1f0-63136579aa45 {
  display: none;
}
#s-37fb5ba4-fa0d-4971-adff-3ac034ac13c8 {
  text-align: left;
}


.shg-c#s-37fb5ba4-fa0d-4971-adff-3ac034ac13c8 {
  max-width: 100%;
}

.shg-c#s-37fb5ba4-fa0d-4971-adff-3ac034ac13c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37fb5ba4-fa0d-4971-adff-3ac034ac13c8 .shg-image-zoom,
.shg-c#s-37fb5ba4-fa0d-4971-adff-3ac034ac13c8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-37fb5ba4-fa0d-4971-adff-3ac034ac13c8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-37fb5ba4-fa0d-4971-adff-3ac034ac13c8 {
  max-width: 100%;
}

.shg-c#s-37fb5ba4-fa0d-4971-adff-3ac034ac13c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37fb5ba4-fa0d-4971-adff-3ac034ac13c8 .shg-image-zoom,
.shg-c#s-37fb5ba4-fa0d-4971-adff-3ac034ac13c8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-37fb5ba4-fa0d-4971-adff-3ac034ac13c8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-37fb5ba4-fa0d-4971-adff-3ac034ac13c8 {
  max-width: 100%;
}

.shg-c#s-37fb5ba4-fa0d-4971-adff-3ac034ac13c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37fb5ba4-fa0d-4971-adff-3ac034ac13c8 .shg-image-zoom,
.shg-c#s-37fb5ba4-fa0d-4971-adff-3ac034ac13c8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-37fb5ba4-fa0d-4971-adff-3ac034ac13c8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-37fb5ba4-fa0d-4971-adff-3ac034ac13c8 {
  max-width: 100%;
}

.shg-c#s-37fb5ba4-fa0d-4971-adff-3ac034ac13c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37fb5ba4-fa0d-4971-adff-3ac034ac13c8 .shg-image-zoom,
.shg-c#s-37fb5ba4-fa0d-4971-adff-3ac034ac13c8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-37fb5ba4-fa0d-4971-adff-3ac034ac13c8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-37fb5ba4-fa0d-4971-adff-3ac034ac13c8 {
  max-width: 100%;
}

.shg-c#s-37fb5ba4-fa0d-4971-adff-3ac034ac13c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37fb5ba4-fa0d-4971-adff-3ac034ac13c8 .shg-image-zoom,
.shg-c#s-37fb5ba4-fa0d-4971-adff-3ac034ac13c8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-37fb5ba4-fa0d-4971-adff-3ac034ac13c8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2ea44d89-1b4c-4749-95be-130a8acf4923 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2ea44d89-1b4c-4749-95be-130a8acf4923 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-2c88c286-3c9f-45a1-bd2a-f3c4f579c1cc {
  text-align: left;
}

#s-2c88c286-3c9f-45a1-bd2a-f3c4f579c1cc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-2c88c286-3c9f-45a1-bd2a-f3c4f579c1cc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2c88c286-3c9f-45a1-bd2a-f3c4f579c1cc .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-6a29a0ab-1f2a-400a-9cd2-80f480bdbb8c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-6a29a0ab-1f2a-400a-9cd2-80f480bdbb8c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6a29a0ab-1f2a-400a-9cd2-80f480bdbb8c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6a29a0ab-1f2a-400a-9cd2-80f480bdbb8c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-6a29a0ab-1f2a-400a-9cd2-80f480bdbb8c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6a29a0ab-1f2a-400a-9cd2-80f480bdbb8c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6a29a0ab-1f2a-400a-9cd2-80f480bdbb8c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e31c3e5b-0f2c-4d6d-b314-9058fe2080bb {
  display: none;
}
#s-363248c8-bc94-4ecc-aa0e-9dbf3ddf053e {
  text-align: left;
}


.shg-c#s-363248c8-bc94-4ecc-aa0e-9dbf3ddf053e {
  max-width: 100%;
}

.shg-c#s-363248c8-bc94-4ecc-aa0e-9dbf3ddf053e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-363248c8-bc94-4ecc-aa0e-9dbf3ddf053e .shg-image-zoom,
.shg-c#s-363248c8-bc94-4ecc-aa0e-9dbf3ddf053e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-363248c8-bc94-4ecc-aa0e-9dbf3ddf053e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-363248c8-bc94-4ecc-aa0e-9dbf3ddf053e {
  max-width: 100%;
}

.shg-c#s-363248c8-bc94-4ecc-aa0e-9dbf3ddf053e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-363248c8-bc94-4ecc-aa0e-9dbf3ddf053e .shg-image-zoom,
.shg-c#s-363248c8-bc94-4ecc-aa0e-9dbf3ddf053e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-363248c8-bc94-4ecc-aa0e-9dbf3ddf053e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-363248c8-bc94-4ecc-aa0e-9dbf3ddf053e {
  max-width: 100%;
}

.shg-c#s-363248c8-bc94-4ecc-aa0e-9dbf3ddf053e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-363248c8-bc94-4ecc-aa0e-9dbf3ddf053e .shg-image-zoom,
.shg-c#s-363248c8-bc94-4ecc-aa0e-9dbf3ddf053e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-363248c8-bc94-4ecc-aa0e-9dbf3ddf053e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-363248c8-bc94-4ecc-aa0e-9dbf3ddf053e {
  max-width: 100%;
}

.shg-c#s-363248c8-bc94-4ecc-aa0e-9dbf3ddf053e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-363248c8-bc94-4ecc-aa0e-9dbf3ddf053e .shg-image-zoom,
.shg-c#s-363248c8-bc94-4ecc-aa0e-9dbf3ddf053e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-363248c8-bc94-4ecc-aa0e-9dbf3ddf053e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-363248c8-bc94-4ecc-aa0e-9dbf3ddf053e {
  max-width: 100%;
}

.shg-c#s-363248c8-bc94-4ecc-aa0e-9dbf3ddf053e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-363248c8-bc94-4ecc-aa0e-9dbf3ddf053e .shg-image-zoom,
.shg-c#s-363248c8-bc94-4ecc-aa0e-9dbf3ddf053e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-363248c8-bc94-4ecc-aa0e-9dbf3ddf053e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-dd32c3cc-8d7b-4198-bc01-28b4f90b0384 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd32c3cc-8d7b-4198-bc01-28b4f90b0384 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-112203b3-5bed-497c-8a91-c40a4a3ce028 {
  text-align: left;
}

#s-112203b3-5bed-497c-8a91-c40a4a3ce028 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-112203b3-5bed-497c-8a91-c40a4a3ce028 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-112203b3-5bed-497c-8a91-c40a4a3ce028 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-eba4f21c-1d9b-4383-a7b5-3a8cd4735539 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-eba4f21c-1d9b-4383-a7b5-3a8cd4735539:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eba4f21c-1d9b-4383-a7b5-3a8cd4735539:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-eba4f21c-1d9b-4383-a7b5-3a8cd4735539 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-eba4f21c-1d9b-4383-a7b5-3a8cd4735539.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eba4f21c-1d9b-4383-a7b5-3a8cd4735539.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-eba4f21c-1d9b-4383-a7b5-3a8cd4735539.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e164a792-4e88-4858-b5b0-c08fbf52349e {
  display: none;
}
#s-cc752759-a729-4632-8e0c-59e42b5f1a05 {
  text-align: left;
}


.shg-c#s-cc752759-a729-4632-8e0c-59e42b5f1a05 {
  max-width: 100%;
}

.shg-c#s-cc752759-a729-4632-8e0c-59e42b5f1a05 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc752759-a729-4632-8e0c-59e42b5f1a05 .shg-image-zoom,
.shg-c#s-cc752759-a729-4632-8e0c-59e42b5f1a05 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc752759-a729-4632-8e0c-59e42b5f1a05 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-cc752759-a729-4632-8e0c-59e42b5f1a05 {
  max-width: 100%;
}

.shg-c#s-cc752759-a729-4632-8e0c-59e42b5f1a05 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc752759-a729-4632-8e0c-59e42b5f1a05 .shg-image-zoom,
.shg-c#s-cc752759-a729-4632-8e0c-59e42b5f1a05 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc752759-a729-4632-8e0c-59e42b5f1a05 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cc752759-a729-4632-8e0c-59e42b5f1a05 {
  max-width: 100%;
}

.shg-c#s-cc752759-a729-4632-8e0c-59e42b5f1a05 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc752759-a729-4632-8e0c-59e42b5f1a05 .shg-image-zoom,
.shg-c#s-cc752759-a729-4632-8e0c-59e42b5f1a05 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc752759-a729-4632-8e0c-59e42b5f1a05 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cc752759-a729-4632-8e0c-59e42b5f1a05 {
  max-width: 100%;
}

.shg-c#s-cc752759-a729-4632-8e0c-59e42b5f1a05 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc752759-a729-4632-8e0c-59e42b5f1a05 .shg-image-zoom,
.shg-c#s-cc752759-a729-4632-8e0c-59e42b5f1a05 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc752759-a729-4632-8e0c-59e42b5f1a05 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-cc752759-a729-4632-8e0c-59e42b5f1a05 {
  max-width: 100%;
}

.shg-c#s-cc752759-a729-4632-8e0c-59e42b5f1a05 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc752759-a729-4632-8e0c-59e42b5f1a05 .shg-image-zoom,
.shg-c#s-cc752759-a729-4632-8e0c-59e42b5f1a05 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc752759-a729-4632-8e0c-59e42b5f1a05 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-353f029d-c97f-40b2-b295-53a1988a52a4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-353f029d-c97f-40b2-b295-53a1988a52a4 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-a5512c93-c85a-4149-8b97-3265f65c845f {
  text-align: left;
}

#s-a5512c93-c85a-4149-8b97-3265f65c845f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-a5512c93-c85a-4149-8b97-3265f65c845f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a5512c93-c85a-4149-8b97-3265f65c845f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-fb1af7b4-e80e-426c-968e-78d96f92c1bd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
}
#s-fb1af7b4-e80e-426c-968e-78d96f92c1bd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fb1af7b4-e80e-426c-968e-78d96f92c1bd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fb1af7b4-e80e-426c-968e-78d96f92c1bd {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-fb1af7b4-e80e-426c-968e-78d96f92c1bd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb1af7b4-e80e-426c-968e-78d96f92c1bd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fb1af7b4-e80e-426c-968e-78d96f92c1bd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6d699932-d185-45bf-ad48-d8efb93106c1 {
  display: none;
}
#s-647267ad-f6f3-4970-828c-427c471b313c {
  text-align: left;
}


.shg-c#s-647267ad-f6f3-4970-828c-427c471b313c {
  max-width: 100%;
}

.shg-c#s-647267ad-f6f3-4970-828c-427c471b313c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-647267ad-f6f3-4970-828c-427c471b313c .shg-image-zoom,
.shg-c#s-647267ad-f6f3-4970-828c-427c471b313c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-647267ad-f6f3-4970-828c-427c471b313c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-647267ad-f6f3-4970-828c-427c471b313c {
  max-width: 100%;
}

.shg-c#s-647267ad-f6f3-4970-828c-427c471b313c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-647267ad-f6f3-4970-828c-427c471b313c .shg-image-zoom,
.shg-c#s-647267ad-f6f3-4970-828c-427c471b313c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-647267ad-f6f3-4970-828c-427c471b313c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-647267ad-f6f3-4970-828c-427c471b313c {
  max-width: 100%;
}

.shg-c#s-647267ad-f6f3-4970-828c-427c471b313c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-647267ad-f6f3-4970-828c-427c471b313c .shg-image-zoom,
.shg-c#s-647267ad-f6f3-4970-828c-427c471b313c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-647267ad-f6f3-4970-828c-427c471b313c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-647267ad-f6f3-4970-828c-427c471b313c {
  max-width: 100%;
}

.shg-c#s-647267ad-f6f3-4970-828c-427c471b313c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-647267ad-f6f3-4970-828c-427c471b313c .shg-image-zoom,
.shg-c#s-647267ad-f6f3-4970-828c-427c471b313c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-647267ad-f6f3-4970-828c-427c471b313c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-647267ad-f6f3-4970-828c-427c471b313c {
  max-width: 100%;
}

.shg-c#s-647267ad-f6f3-4970-828c-427c471b313c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-647267ad-f6f3-4970-828c-427c471b313c .shg-image-zoom,
.shg-c#s-647267ad-f6f3-4970-828c-427c471b313c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-647267ad-f6f3-4970-828c-427c471b313c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8195be70-c354-4d4b-989f-ee197f900925 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8195be70-c354-4d4b-989f-ee197f900925 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-1c019f4a-d941-46c1-b8b5-d6360bb59d2e {
  display: none;
}
#s-c75813b3-70b2-4936-a795-005f29cc8708 {
  text-align: left;
}


.shg-c#s-c75813b3-70b2-4936-a795-005f29cc8708 {
  max-width: 100%;
}

.shg-c#s-c75813b3-70b2-4936-a795-005f29cc8708 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c75813b3-70b2-4936-a795-005f29cc8708 .shg-image-zoom,
.shg-c#s-c75813b3-70b2-4936-a795-005f29cc8708 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c75813b3-70b2-4936-a795-005f29cc8708 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c75813b3-70b2-4936-a795-005f29cc8708 {
  max-width: 100%;
}

.shg-c#s-c75813b3-70b2-4936-a795-005f29cc8708 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c75813b3-70b2-4936-a795-005f29cc8708 .shg-image-zoom,
.shg-c#s-c75813b3-70b2-4936-a795-005f29cc8708 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c75813b3-70b2-4936-a795-005f29cc8708 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c75813b3-70b2-4936-a795-005f29cc8708 {
  max-width: 100%;
}

.shg-c#s-c75813b3-70b2-4936-a795-005f29cc8708 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c75813b3-70b2-4936-a795-005f29cc8708 .shg-image-zoom,
.shg-c#s-c75813b3-70b2-4936-a795-005f29cc8708 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c75813b3-70b2-4936-a795-005f29cc8708 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c75813b3-70b2-4936-a795-005f29cc8708 {
  max-width: 100%;
}

.shg-c#s-c75813b3-70b2-4936-a795-005f29cc8708 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c75813b3-70b2-4936-a795-005f29cc8708 .shg-image-zoom,
.shg-c#s-c75813b3-70b2-4936-a795-005f29cc8708 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c75813b3-70b2-4936-a795-005f29cc8708 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c75813b3-70b2-4936-a795-005f29cc8708 {
  max-width: 100%;
}

.shg-c#s-c75813b3-70b2-4936-a795-005f29cc8708 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c75813b3-70b2-4936-a795-005f29cc8708 .shg-image-zoom,
.shg-c#s-c75813b3-70b2-4936-a795-005f29cc8708 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c75813b3-70b2-4936-a795-005f29cc8708 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6e8a301e-a6ca-4715-884b-ca17c978d638 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e8a301e-a6ca-4715-884b-ca17c978d638 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-0725c3be-f093-4889-bd4d-21f26af72667 {
  display: none;
}
#s-8be4e6a1-2cf3-4a2b-aae8-bba79a35b8fb {
  text-align: left;
}


.shg-c#s-8be4e6a1-2cf3-4a2b-aae8-bba79a35b8fb {
  max-width: 100%;
}

.shg-c#s-8be4e6a1-2cf3-4a2b-aae8-bba79a35b8fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8be4e6a1-2cf3-4a2b-aae8-bba79a35b8fb .shg-image-zoom,
.shg-c#s-8be4e6a1-2cf3-4a2b-aae8-bba79a35b8fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8be4e6a1-2cf3-4a2b-aae8-bba79a35b8fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8be4e6a1-2cf3-4a2b-aae8-bba79a35b8fb {
  max-width: 100%;
}

.shg-c#s-8be4e6a1-2cf3-4a2b-aae8-bba79a35b8fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8be4e6a1-2cf3-4a2b-aae8-bba79a35b8fb .shg-image-zoom,
.shg-c#s-8be4e6a1-2cf3-4a2b-aae8-bba79a35b8fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8be4e6a1-2cf3-4a2b-aae8-bba79a35b8fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8be4e6a1-2cf3-4a2b-aae8-bba79a35b8fb {
  max-width: 100%;
}

.shg-c#s-8be4e6a1-2cf3-4a2b-aae8-bba79a35b8fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8be4e6a1-2cf3-4a2b-aae8-bba79a35b8fb .shg-image-zoom,
.shg-c#s-8be4e6a1-2cf3-4a2b-aae8-bba79a35b8fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8be4e6a1-2cf3-4a2b-aae8-bba79a35b8fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8be4e6a1-2cf3-4a2b-aae8-bba79a35b8fb {
  max-width: 100%;
}

.shg-c#s-8be4e6a1-2cf3-4a2b-aae8-bba79a35b8fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8be4e6a1-2cf3-4a2b-aae8-bba79a35b8fb .shg-image-zoom,
.shg-c#s-8be4e6a1-2cf3-4a2b-aae8-bba79a35b8fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8be4e6a1-2cf3-4a2b-aae8-bba79a35b8fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8be4e6a1-2cf3-4a2b-aae8-bba79a35b8fb {
  max-width: 100%;
}

.shg-c#s-8be4e6a1-2cf3-4a2b-aae8-bba79a35b8fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8be4e6a1-2cf3-4a2b-aae8-bba79a35b8fb .shg-image-zoom,
.shg-c#s-8be4e6a1-2cf3-4a2b-aae8-bba79a35b8fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8be4e6a1-2cf3-4a2b-aae8-bba79a35b8fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cf1808a2-626e-4efc-b6fa-ec918cf67a22 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf1808a2-626e-4efc-b6fa-ec918cf67a22 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-b61dea93-d9c2-4c96-b14e-97a5366d8b26 {
  display: none;
}
#s-c773b5a1-3c87-4995-9edc-9d3014bbc0a5 {
  text-align: left;
}


.shg-c#s-c773b5a1-3c87-4995-9edc-9d3014bbc0a5 {
  max-width: 100%;
}

.shg-c#s-c773b5a1-3c87-4995-9edc-9d3014bbc0a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c773b5a1-3c87-4995-9edc-9d3014bbc0a5 .shg-image-zoom,
.shg-c#s-c773b5a1-3c87-4995-9edc-9d3014bbc0a5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c773b5a1-3c87-4995-9edc-9d3014bbc0a5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c773b5a1-3c87-4995-9edc-9d3014bbc0a5 {
  max-width: 100%;
}

.shg-c#s-c773b5a1-3c87-4995-9edc-9d3014bbc0a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c773b5a1-3c87-4995-9edc-9d3014bbc0a5 .shg-image-zoom,
.shg-c#s-c773b5a1-3c87-4995-9edc-9d3014bbc0a5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c773b5a1-3c87-4995-9edc-9d3014bbc0a5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c773b5a1-3c87-4995-9edc-9d3014bbc0a5 {
  max-width: 100%;
}

.shg-c#s-c773b5a1-3c87-4995-9edc-9d3014bbc0a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c773b5a1-3c87-4995-9edc-9d3014bbc0a5 .shg-image-zoom,
.shg-c#s-c773b5a1-3c87-4995-9edc-9d3014bbc0a5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c773b5a1-3c87-4995-9edc-9d3014bbc0a5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c773b5a1-3c87-4995-9edc-9d3014bbc0a5 {
  max-width: 100%;
}

.shg-c#s-c773b5a1-3c87-4995-9edc-9d3014bbc0a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c773b5a1-3c87-4995-9edc-9d3014bbc0a5 .shg-image-zoom,
.shg-c#s-c773b5a1-3c87-4995-9edc-9d3014bbc0a5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c773b5a1-3c87-4995-9edc-9d3014bbc0a5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c773b5a1-3c87-4995-9edc-9d3014bbc0a5 {
  max-width: 100%;
}

.shg-c#s-c773b5a1-3c87-4995-9edc-9d3014bbc0a5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c773b5a1-3c87-4995-9edc-9d3014bbc0a5 .shg-image-zoom,
.shg-c#s-c773b5a1-3c87-4995-9edc-9d3014bbc0a5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c773b5a1-3c87-4995-9edc-9d3014bbc0a5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8731807d-3a2e-4d9d-9884-8aa79e8922f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8731807d-3a2e-4d9d-9884-8aa79e8922f9 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-8004db7d-19b3-42c0-8687-b5a3a99260c7 {
  display: none;
}
#s-e64fa3cf-39e9-439b-b564-f3423d193f2b {
  text-align: left;
}


.shg-c#s-e64fa3cf-39e9-439b-b564-f3423d193f2b {
  max-width: 100%;
}

.shg-c#s-e64fa3cf-39e9-439b-b564-f3423d193f2b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e64fa3cf-39e9-439b-b564-f3423d193f2b .shg-image-zoom,
.shg-c#s-e64fa3cf-39e9-439b-b564-f3423d193f2b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e64fa3cf-39e9-439b-b564-f3423d193f2b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e64fa3cf-39e9-439b-b564-f3423d193f2b {
  max-width: 100%;
}

.shg-c#s-e64fa3cf-39e9-439b-b564-f3423d193f2b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e64fa3cf-39e9-439b-b564-f3423d193f2b .shg-image-zoom,
.shg-c#s-e64fa3cf-39e9-439b-b564-f3423d193f2b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e64fa3cf-39e9-439b-b564-f3423d193f2b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e64fa3cf-39e9-439b-b564-f3423d193f2b {
  max-width: 100%;
}

.shg-c#s-e64fa3cf-39e9-439b-b564-f3423d193f2b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e64fa3cf-39e9-439b-b564-f3423d193f2b .shg-image-zoom,
.shg-c#s-e64fa3cf-39e9-439b-b564-f3423d193f2b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e64fa3cf-39e9-439b-b564-f3423d193f2b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e64fa3cf-39e9-439b-b564-f3423d193f2b {
  max-width: 100%;
}

.shg-c#s-e64fa3cf-39e9-439b-b564-f3423d193f2b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e64fa3cf-39e9-439b-b564-f3423d193f2b .shg-image-zoom,
.shg-c#s-e64fa3cf-39e9-439b-b564-f3423d193f2b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e64fa3cf-39e9-439b-b564-f3423d193f2b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e64fa3cf-39e9-439b-b564-f3423d193f2b {
  max-width: 100%;
}

.shg-c#s-e64fa3cf-39e9-439b-b564-f3423d193f2b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e64fa3cf-39e9-439b-b564-f3423d193f2b .shg-image-zoom,
.shg-c#s-e64fa3cf-39e9-439b-b564-f3423d193f2b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e64fa3cf-39e9-439b-b564-f3423d193f2b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f3cd7169-b8c4-4c82-b32f-708a8f76d0ed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f3cd7169-b8c4-4c82-b32f-708a8f76d0ed .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-1fb374e4-4a50-4889-bc0e-10d3686fe99d {
  display: none;
}
#s-355dcea9-e8e2-4b77-a60e-fbaf5d289e8e {
  text-align: left;
}


.shg-c#s-355dcea9-e8e2-4b77-a60e-fbaf5d289e8e {
  max-width: 100%;
}

.shg-c#s-355dcea9-e8e2-4b77-a60e-fbaf5d289e8e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-355dcea9-e8e2-4b77-a60e-fbaf5d289e8e .shg-image-zoom,
.shg-c#s-355dcea9-e8e2-4b77-a60e-fbaf5d289e8e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-355dcea9-e8e2-4b77-a60e-fbaf5d289e8e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-355dcea9-e8e2-4b77-a60e-fbaf5d289e8e {
  max-width: 100%;
}

.shg-c#s-355dcea9-e8e2-4b77-a60e-fbaf5d289e8e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-355dcea9-e8e2-4b77-a60e-fbaf5d289e8e .shg-image-zoom,
.shg-c#s-355dcea9-e8e2-4b77-a60e-fbaf5d289e8e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-355dcea9-e8e2-4b77-a60e-fbaf5d289e8e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-355dcea9-e8e2-4b77-a60e-fbaf5d289e8e {
  max-width: 100%;
}

.shg-c#s-355dcea9-e8e2-4b77-a60e-fbaf5d289e8e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-355dcea9-e8e2-4b77-a60e-fbaf5d289e8e .shg-image-zoom,
.shg-c#s-355dcea9-e8e2-4b77-a60e-fbaf5d289e8e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-355dcea9-e8e2-4b77-a60e-fbaf5d289e8e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-355dcea9-e8e2-4b77-a60e-fbaf5d289e8e {
  max-width: 100%;
}

.shg-c#s-355dcea9-e8e2-4b77-a60e-fbaf5d289e8e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-355dcea9-e8e2-4b77-a60e-fbaf5d289e8e .shg-image-zoom,
.shg-c#s-355dcea9-e8e2-4b77-a60e-fbaf5d289e8e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-355dcea9-e8e2-4b77-a60e-fbaf5d289e8e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-355dcea9-e8e2-4b77-a60e-fbaf5d289e8e {
  max-width: 100%;
}

.shg-c#s-355dcea9-e8e2-4b77-a60e-fbaf5d289e8e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-355dcea9-e8e2-4b77-a60e-fbaf5d289e8e .shg-image-zoom,
.shg-c#s-355dcea9-e8e2-4b77-a60e-fbaf5d289e8e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-355dcea9-e8e2-4b77-a60e-fbaf5d289e8e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1bd90164-5ffa-4aef-a1a8-1c0593870aed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1bd90164-5ffa-4aef-a1a8-1c0593870aed .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-10b4f0f0-ad40-4e76-8fa8-286c769843cd {
  display: none;
}
#s-91ecc315-6de7-4f98-a89e-2b6273dffd1e {
  text-align: left;
}


.shg-c#s-91ecc315-6de7-4f98-a89e-2b6273dffd1e {
  max-width: 100%;
}

.shg-c#s-91ecc315-6de7-4f98-a89e-2b6273dffd1e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91ecc315-6de7-4f98-a89e-2b6273dffd1e .shg-image-zoom,
.shg-c#s-91ecc315-6de7-4f98-a89e-2b6273dffd1e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-91ecc315-6de7-4f98-a89e-2b6273dffd1e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-91ecc315-6de7-4f98-a89e-2b6273dffd1e {
  max-width: 100%;
}

.shg-c#s-91ecc315-6de7-4f98-a89e-2b6273dffd1e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91ecc315-6de7-4f98-a89e-2b6273dffd1e .shg-image-zoom,
.shg-c#s-91ecc315-6de7-4f98-a89e-2b6273dffd1e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-91ecc315-6de7-4f98-a89e-2b6273dffd1e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-91ecc315-6de7-4f98-a89e-2b6273dffd1e {
  max-width: 100%;
}

.shg-c#s-91ecc315-6de7-4f98-a89e-2b6273dffd1e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91ecc315-6de7-4f98-a89e-2b6273dffd1e .shg-image-zoom,
.shg-c#s-91ecc315-6de7-4f98-a89e-2b6273dffd1e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-91ecc315-6de7-4f98-a89e-2b6273dffd1e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-91ecc315-6de7-4f98-a89e-2b6273dffd1e {
  max-width: 100%;
}

.shg-c#s-91ecc315-6de7-4f98-a89e-2b6273dffd1e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91ecc315-6de7-4f98-a89e-2b6273dffd1e .shg-image-zoom,
.shg-c#s-91ecc315-6de7-4f98-a89e-2b6273dffd1e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-91ecc315-6de7-4f98-a89e-2b6273dffd1e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-91ecc315-6de7-4f98-a89e-2b6273dffd1e {
  max-width: 100%;
}

.shg-c#s-91ecc315-6de7-4f98-a89e-2b6273dffd1e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-91ecc315-6de7-4f98-a89e-2b6273dffd1e .shg-image-zoom,
.shg-c#s-91ecc315-6de7-4f98-a89e-2b6273dffd1e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-91ecc315-6de7-4f98-a89e-2b6273dffd1e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-86bb97db-39ac-4448-b720-848b28de8d20 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-86bb97db-39ac-4448-b720-848b28de8d20 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-47aadfaf-f3e9-437e-b383-c11d69f9c41c {
  display: none;
}
#s-ea198d4b-efdf-4aba-afa8-431f116796d5 {
  text-align: left;
}


.shg-c#s-ea198d4b-efdf-4aba-afa8-431f116796d5 {
  max-width: 100%;
}

.shg-c#s-ea198d4b-efdf-4aba-afa8-431f116796d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea198d4b-efdf-4aba-afa8-431f116796d5 .shg-image-zoom,
.shg-c#s-ea198d4b-efdf-4aba-afa8-431f116796d5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea198d4b-efdf-4aba-afa8-431f116796d5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ea198d4b-efdf-4aba-afa8-431f116796d5 {
  max-width: 100%;
}

.shg-c#s-ea198d4b-efdf-4aba-afa8-431f116796d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea198d4b-efdf-4aba-afa8-431f116796d5 .shg-image-zoom,
.shg-c#s-ea198d4b-efdf-4aba-afa8-431f116796d5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea198d4b-efdf-4aba-afa8-431f116796d5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ea198d4b-efdf-4aba-afa8-431f116796d5 {
  max-width: 100%;
}

.shg-c#s-ea198d4b-efdf-4aba-afa8-431f116796d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea198d4b-efdf-4aba-afa8-431f116796d5 .shg-image-zoom,
.shg-c#s-ea198d4b-efdf-4aba-afa8-431f116796d5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea198d4b-efdf-4aba-afa8-431f116796d5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ea198d4b-efdf-4aba-afa8-431f116796d5 {
  max-width: 100%;
}

.shg-c#s-ea198d4b-efdf-4aba-afa8-431f116796d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea198d4b-efdf-4aba-afa8-431f116796d5 .shg-image-zoom,
.shg-c#s-ea198d4b-efdf-4aba-afa8-431f116796d5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea198d4b-efdf-4aba-afa8-431f116796d5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ea198d4b-efdf-4aba-afa8-431f116796d5 {
  max-width: 100%;
}

.shg-c#s-ea198d4b-efdf-4aba-afa8-431f116796d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea198d4b-efdf-4aba-afa8-431f116796d5 .shg-image-zoom,
.shg-c#s-ea198d4b-efdf-4aba-afa8-431f116796d5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea198d4b-efdf-4aba-afa8-431f116796d5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d71e9ba7-1d66-4f98-8c3c-9f0b6c901b22 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d71e9ba7-1d66-4f98-8c3c-9f0b6c901b22 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-01261f6d-26c5-4e2c-a200-c5252c95ac07 {
  display: none;
}
#s-6798afd8-70fe-4c86-92c7-c77fa3dd6eb9 {
  text-align: left;
}


.shg-c#s-6798afd8-70fe-4c86-92c7-c77fa3dd6eb9 {
  max-width: 100%;
}

.shg-c#s-6798afd8-70fe-4c86-92c7-c77fa3dd6eb9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6798afd8-70fe-4c86-92c7-c77fa3dd6eb9 .shg-image-zoom,
.shg-c#s-6798afd8-70fe-4c86-92c7-c77fa3dd6eb9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6798afd8-70fe-4c86-92c7-c77fa3dd6eb9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6798afd8-70fe-4c86-92c7-c77fa3dd6eb9 {
  max-width: 100%;
}

.shg-c#s-6798afd8-70fe-4c86-92c7-c77fa3dd6eb9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6798afd8-70fe-4c86-92c7-c77fa3dd6eb9 .shg-image-zoom,
.shg-c#s-6798afd8-70fe-4c86-92c7-c77fa3dd6eb9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6798afd8-70fe-4c86-92c7-c77fa3dd6eb9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6798afd8-70fe-4c86-92c7-c77fa3dd6eb9 {
  max-width: 100%;
}

.shg-c#s-6798afd8-70fe-4c86-92c7-c77fa3dd6eb9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6798afd8-70fe-4c86-92c7-c77fa3dd6eb9 .shg-image-zoom,
.shg-c#s-6798afd8-70fe-4c86-92c7-c77fa3dd6eb9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6798afd8-70fe-4c86-92c7-c77fa3dd6eb9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6798afd8-70fe-4c86-92c7-c77fa3dd6eb9 {
  max-width: 100%;
}

.shg-c#s-6798afd8-70fe-4c86-92c7-c77fa3dd6eb9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6798afd8-70fe-4c86-92c7-c77fa3dd6eb9 .shg-image-zoom,
.shg-c#s-6798afd8-70fe-4c86-92c7-c77fa3dd6eb9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6798afd8-70fe-4c86-92c7-c77fa3dd6eb9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6798afd8-70fe-4c86-92c7-c77fa3dd6eb9 {
  max-width: 100%;
}

.shg-c#s-6798afd8-70fe-4c86-92c7-c77fa3dd6eb9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6798afd8-70fe-4c86-92c7-c77fa3dd6eb9 .shg-image-zoom,
.shg-c#s-6798afd8-70fe-4c86-92c7-c77fa3dd6eb9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6798afd8-70fe-4c86-92c7-c77fa3dd6eb9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-12ba57c5-c4f7-4b31-85d9-c258096c3d04 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-12ba57c5-c4f7-4b31-85d9-c258096c3d04 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-f64e9eec-a6bf-4c39-a346-0153b4446673 {
  display: none;
}
#s-903255c5-1530-4af3-bb0e-e5af24da0ef9 {
  text-align: left;
}


.shg-c#s-903255c5-1530-4af3-bb0e-e5af24da0ef9 {
  max-width: 100%;
}

.shg-c#s-903255c5-1530-4af3-bb0e-e5af24da0ef9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-903255c5-1530-4af3-bb0e-e5af24da0ef9 .shg-image-zoom,
.shg-c#s-903255c5-1530-4af3-bb0e-e5af24da0ef9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-903255c5-1530-4af3-bb0e-e5af24da0ef9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-903255c5-1530-4af3-bb0e-e5af24da0ef9 {
  max-width: 100%;
}

.shg-c#s-903255c5-1530-4af3-bb0e-e5af24da0ef9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-903255c5-1530-4af3-bb0e-e5af24da0ef9 .shg-image-zoom,
.shg-c#s-903255c5-1530-4af3-bb0e-e5af24da0ef9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-903255c5-1530-4af3-bb0e-e5af24da0ef9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-903255c5-1530-4af3-bb0e-e5af24da0ef9 {
  max-width: 100%;
}

.shg-c#s-903255c5-1530-4af3-bb0e-e5af24da0ef9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-903255c5-1530-4af3-bb0e-e5af24da0ef9 .shg-image-zoom,
.shg-c#s-903255c5-1530-4af3-bb0e-e5af24da0ef9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-903255c5-1530-4af3-bb0e-e5af24da0ef9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-903255c5-1530-4af3-bb0e-e5af24da0ef9 {
  max-width: 100%;
}

.shg-c#s-903255c5-1530-4af3-bb0e-e5af24da0ef9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-903255c5-1530-4af3-bb0e-e5af24da0ef9 .shg-image-zoom,
.shg-c#s-903255c5-1530-4af3-bb0e-e5af24da0ef9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-903255c5-1530-4af3-bb0e-e5af24da0ef9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-903255c5-1530-4af3-bb0e-e5af24da0ef9 {
  max-width: 100%;
}

.shg-c#s-903255c5-1530-4af3-bb0e-e5af24da0ef9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-903255c5-1530-4af3-bb0e-e5af24da0ef9 .shg-image-zoom,
.shg-c#s-903255c5-1530-4af3-bb0e-e5af24da0ef9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-903255c5-1530-4af3-bb0e-e5af24da0ef9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-81fed148-7bb6-4998-83af-0138e929bc2f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-81fed148-7bb6-4998-83af-0138e929bc2f .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

@media (min-width: 1200px){#s-74564fc4-4007-4dbb-8cd0-04fdc76f5281 {
  display: none;
}
#s-74564fc4-4007-4dbb-8cd0-04fdc76f5281, #wrap-s-74564fc4-4007-4dbb-8cd0-04fdc76f5281 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-74564fc4-4007-4dbb-8cd0-04fdc76f5281 {
  display: none;
}
#s-74564fc4-4007-4dbb-8cd0-04fdc76f5281, #wrap-s-74564fc4-4007-4dbb-8cd0-04fdc76f5281 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-74564fc4-4007-4dbb-8cd0-04fdc76f5281 {
  display: none;
}
#s-74564fc4-4007-4dbb-8cd0-04fdc76f5281, #wrap-s-74564fc4-4007-4dbb-8cd0-04fdc76f5281 { display:none !important; }}
#s-01a09b94-a1ee-4594-8ec6-1b86a0a19fd7 {
  display: none;
}
#s-2b115de3-3e2a-4f9d-ac88-8aea3ce69904 {
  text-align: left;
}


.shg-c#s-2b115de3-3e2a-4f9d-ac88-8aea3ce69904 {
  max-width: 100%;
}

.shg-c#s-2b115de3-3e2a-4f9d-ac88-8aea3ce69904 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b115de3-3e2a-4f9d-ac88-8aea3ce69904 .shg-image-zoom,
.shg-c#s-2b115de3-3e2a-4f9d-ac88-8aea3ce69904 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2b115de3-3e2a-4f9d-ac88-8aea3ce69904 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2b115de3-3e2a-4f9d-ac88-8aea3ce69904 {
  max-width: 100%;
}

.shg-c#s-2b115de3-3e2a-4f9d-ac88-8aea3ce69904 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b115de3-3e2a-4f9d-ac88-8aea3ce69904 .shg-image-zoom,
.shg-c#s-2b115de3-3e2a-4f9d-ac88-8aea3ce69904 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2b115de3-3e2a-4f9d-ac88-8aea3ce69904 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2b115de3-3e2a-4f9d-ac88-8aea3ce69904 {
  max-width: 100%;
}

.shg-c#s-2b115de3-3e2a-4f9d-ac88-8aea3ce69904 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b115de3-3e2a-4f9d-ac88-8aea3ce69904 .shg-image-zoom,
.shg-c#s-2b115de3-3e2a-4f9d-ac88-8aea3ce69904 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2b115de3-3e2a-4f9d-ac88-8aea3ce69904 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2b115de3-3e2a-4f9d-ac88-8aea3ce69904 {
  max-width: 100%;
}

.shg-c#s-2b115de3-3e2a-4f9d-ac88-8aea3ce69904 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b115de3-3e2a-4f9d-ac88-8aea3ce69904 .shg-image-zoom,
.shg-c#s-2b115de3-3e2a-4f9d-ac88-8aea3ce69904 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2b115de3-3e2a-4f9d-ac88-8aea3ce69904 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2b115de3-3e2a-4f9d-ac88-8aea3ce69904 {
  max-width: 100%;
}

.shg-c#s-2b115de3-3e2a-4f9d-ac88-8aea3ce69904 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2b115de3-3e2a-4f9d-ac88-8aea3ce69904 .shg-image-zoom,
.shg-c#s-2b115de3-3e2a-4f9d-ac88-8aea3ce69904 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2b115de3-3e2a-4f9d-ac88-8aea3ce69904 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7fec439b-54dc-4be3-a7e4-293773772949 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7fec439b-54dc-4be3-a7e4-293773772949 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-b48609a8-c1c8-492f-9cf3-504c11e5b96b {
  display: none;
}
#s-3a0d4337-aac7-4205-8baa-e6db95e472f5 {
  text-align: left;
}


.shg-c#s-3a0d4337-aac7-4205-8baa-e6db95e472f5 {
  max-width: 100%;
}

.shg-c#s-3a0d4337-aac7-4205-8baa-e6db95e472f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a0d4337-aac7-4205-8baa-e6db95e472f5 .shg-image-zoom,
.shg-c#s-3a0d4337-aac7-4205-8baa-e6db95e472f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a0d4337-aac7-4205-8baa-e6db95e472f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3a0d4337-aac7-4205-8baa-e6db95e472f5 {
  max-width: 100%;
}

.shg-c#s-3a0d4337-aac7-4205-8baa-e6db95e472f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a0d4337-aac7-4205-8baa-e6db95e472f5 .shg-image-zoom,
.shg-c#s-3a0d4337-aac7-4205-8baa-e6db95e472f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a0d4337-aac7-4205-8baa-e6db95e472f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3a0d4337-aac7-4205-8baa-e6db95e472f5 {
  max-width: 100%;
}

.shg-c#s-3a0d4337-aac7-4205-8baa-e6db95e472f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a0d4337-aac7-4205-8baa-e6db95e472f5 .shg-image-zoom,
.shg-c#s-3a0d4337-aac7-4205-8baa-e6db95e472f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a0d4337-aac7-4205-8baa-e6db95e472f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3a0d4337-aac7-4205-8baa-e6db95e472f5 {
  max-width: 100%;
}

.shg-c#s-3a0d4337-aac7-4205-8baa-e6db95e472f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a0d4337-aac7-4205-8baa-e6db95e472f5 .shg-image-zoom,
.shg-c#s-3a0d4337-aac7-4205-8baa-e6db95e472f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a0d4337-aac7-4205-8baa-e6db95e472f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3a0d4337-aac7-4205-8baa-e6db95e472f5 {
  max-width: 100%;
}

.shg-c#s-3a0d4337-aac7-4205-8baa-e6db95e472f5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3a0d4337-aac7-4205-8baa-e6db95e472f5 .shg-image-zoom,
.shg-c#s-3a0d4337-aac7-4205-8baa-e6db95e472f5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3a0d4337-aac7-4205-8baa-e6db95e472f5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d1421106-4919-4b8f-871a-e30a6f8f6d26 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d1421106-4919-4b8f-871a-e30a6f8f6d26 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-4dcbedc5-be90-454b-ad6f-53002d23069f {
  display: none;
}
#s-4000b62e-f004-43b1-9adb-14ec02da16b2 {
  text-align: left;
}


.shg-c#s-4000b62e-f004-43b1-9adb-14ec02da16b2 {
  max-width: 100%;
}

.shg-c#s-4000b62e-f004-43b1-9adb-14ec02da16b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4000b62e-f004-43b1-9adb-14ec02da16b2 .shg-image-zoom,
.shg-c#s-4000b62e-f004-43b1-9adb-14ec02da16b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4000b62e-f004-43b1-9adb-14ec02da16b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4000b62e-f004-43b1-9adb-14ec02da16b2 {
  max-width: 100%;
}

.shg-c#s-4000b62e-f004-43b1-9adb-14ec02da16b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4000b62e-f004-43b1-9adb-14ec02da16b2 .shg-image-zoom,
.shg-c#s-4000b62e-f004-43b1-9adb-14ec02da16b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4000b62e-f004-43b1-9adb-14ec02da16b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4000b62e-f004-43b1-9adb-14ec02da16b2 {
  max-width: 100%;
}

.shg-c#s-4000b62e-f004-43b1-9adb-14ec02da16b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4000b62e-f004-43b1-9adb-14ec02da16b2 .shg-image-zoom,
.shg-c#s-4000b62e-f004-43b1-9adb-14ec02da16b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4000b62e-f004-43b1-9adb-14ec02da16b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4000b62e-f004-43b1-9adb-14ec02da16b2 {
  max-width: 100%;
}

.shg-c#s-4000b62e-f004-43b1-9adb-14ec02da16b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4000b62e-f004-43b1-9adb-14ec02da16b2 .shg-image-zoom,
.shg-c#s-4000b62e-f004-43b1-9adb-14ec02da16b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4000b62e-f004-43b1-9adb-14ec02da16b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4000b62e-f004-43b1-9adb-14ec02da16b2 {
  max-width: 100%;
}

.shg-c#s-4000b62e-f004-43b1-9adb-14ec02da16b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4000b62e-f004-43b1-9adb-14ec02da16b2 .shg-image-zoom,
.shg-c#s-4000b62e-f004-43b1-9adb-14ec02da16b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4000b62e-f004-43b1-9adb-14ec02da16b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3be45532-05ff-41e1-b682-b8cb468898c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3be45532-05ff-41e1-b682-b8cb468898c7 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-83223b4d-f490-4984-8283-8be1e07e24dd {
  display: none;
}
#s-8c6be497-23a6-4112-bdaf-4dadd1a917c3 {
  text-align: left;
}


.shg-c#s-8c6be497-23a6-4112-bdaf-4dadd1a917c3 {
  max-width: 100%;
}

.shg-c#s-8c6be497-23a6-4112-bdaf-4dadd1a917c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c6be497-23a6-4112-bdaf-4dadd1a917c3 .shg-image-zoom,
.shg-c#s-8c6be497-23a6-4112-bdaf-4dadd1a917c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c6be497-23a6-4112-bdaf-4dadd1a917c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8c6be497-23a6-4112-bdaf-4dadd1a917c3 {
  max-width: 100%;
}

.shg-c#s-8c6be497-23a6-4112-bdaf-4dadd1a917c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c6be497-23a6-4112-bdaf-4dadd1a917c3 .shg-image-zoom,
.shg-c#s-8c6be497-23a6-4112-bdaf-4dadd1a917c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c6be497-23a6-4112-bdaf-4dadd1a917c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8c6be497-23a6-4112-bdaf-4dadd1a917c3 {
  max-width: 100%;
}

.shg-c#s-8c6be497-23a6-4112-bdaf-4dadd1a917c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c6be497-23a6-4112-bdaf-4dadd1a917c3 .shg-image-zoom,
.shg-c#s-8c6be497-23a6-4112-bdaf-4dadd1a917c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c6be497-23a6-4112-bdaf-4dadd1a917c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8c6be497-23a6-4112-bdaf-4dadd1a917c3 {
  max-width: 100%;
}

.shg-c#s-8c6be497-23a6-4112-bdaf-4dadd1a917c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c6be497-23a6-4112-bdaf-4dadd1a917c3 .shg-image-zoom,
.shg-c#s-8c6be497-23a6-4112-bdaf-4dadd1a917c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c6be497-23a6-4112-bdaf-4dadd1a917c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8c6be497-23a6-4112-bdaf-4dadd1a917c3 {
  max-width: 100%;
}

.shg-c#s-8c6be497-23a6-4112-bdaf-4dadd1a917c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8c6be497-23a6-4112-bdaf-4dadd1a917c3 .shg-image-zoom,
.shg-c#s-8c6be497-23a6-4112-bdaf-4dadd1a917c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8c6be497-23a6-4112-bdaf-4dadd1a917c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bc8a0537-bdc0-431b-a8d4-d3fdced9e77e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc8a0537-bdc0-431b-a8d4-d3fdced9e77e .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-f5fbeb8f-eb28-4d48-8518-f1df77c3a4a8 {
  display: none;
}
#s-bca6024f-d91d-4d95-b440-680f831b8f9b {
  text-align: left;
}


.shg-c#s-bca6024f-d91d-4d95-b440-680f831b8f9b {
  max-width: 100%;
}

.shg-c#s-bca6024f-d91d-4d95-b440-680f831b8f9b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bca6024f-d91d-4d95-b440-680f831b8f9b .shg-image-zoom,
.shg-c#s-bca6024f-d91d-4d95-b440-680f831b8f9b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bca6024f-d91d-4d95-b440-680f831b8f9b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bca6024f-d91d-4d95-b440-680f831b8f9b {
  max-width: 100%;
}

.shg-c#s-bca6024f-d91d-4d95-b440-680f831b8f9b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bca6024f-d91d-4d95-b440-680f831b8f9b .shg-image-zoom,
.shg-c#s-bca6024f-d91d-4d95-b440-680f831b8f9b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bca6024f-d91d-4d95-b440-680f831b8f9b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bca6024f-d91d-4d95-b440-680f831b8f9b {
  max-width: 100%;
}

.shg-c#s-bca6024f-d91d-4d95-b440-680f831b8f9b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bca6024f-d91d-4d95-b440-680f831b8f9b .shg-image-zoom,
.shg-c#s-bca6024f-d91d-4d95-b440-680f831b8f9b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bca6024f-d91d-4d95-b440-680f831b8f9b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bca6024f-d91d-4d95-b440-680f831b8f9b {
  max-width: 100%;
}

.shg-c#s-bca6024f-d91d-4d95-b440-680f831b8f9b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bca6024f-d91d-4d95-b440-680f831b8f9b .shg-image-zoom,
.shg-c#s-bca6024f-d91d-4d95-b440-680f831b8f9b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bca6024f-d91d-4d95-b440-680f831b8f9b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bca6024f-d91d-4d95-b440-680f831b8f9b {
  max-width: 100%;
}

.shg-c#s-bca6024f-d91d-4d95-b440-680f831b8f9b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bca6024f-d91d-4d95-b440-680f831b8f9b .shg-image-zoom,
.shg-c#s-bca6024f-d91d-4d95-b440-680f831b8f9b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bca6024f-d91d-4d95-b440-680f831b8f9b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-39e16836-0b49-4293-8a7d-c8bf94949586 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-39e16836-0b49-4293-8a7d-c8bf94949586 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-de6c5bd5-723d-4c79-8e8a-8d5858fe29d1 {
  display: none;
}
#s-260d5f9f-4c27-48eb-a6b3-a2b9a837e2a2 {
  text-align: left;
}


.shg-c#s-260d5f9f-4c27-48eb-a6b3-a2b9a837e2a2 {
  max-width: 100%;
}

.shg-c#s-260d5f9f-4c27-48eb-a6b3-a2b9a837e2a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-260d5f9f-4c27-48eb-a6b3-a2b9a837e2a2 .shg-image-zoom,
.shg-c#s-260d5f9f-4c27-48eb-a6b3-a2b9a837e2a2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-260d5f9f-4c27-48eb-a6b3-a2b9a837e2a2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-260d5f9f-4c27-48eb-a6b3-a2b9a837e2a2 {
  max-width: 100%;
}

.shg-c#s-260d5f9f-4c27-48eb-a6b3-a2b9a837e2a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-260d5f9f-4c27-48eb-a6b3-a2b9a837e2a2 .shg-image-zoom,
.shg-c#s-260d5f9f-4c27-48eb-a6b3-a2b9a837e2a2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-260d5f9f-4c27-48eb-a6b3-a2b9a837e2a2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-260d5f9f-4c27-48eb-a6b3-a2b9a837e2a2 {
  max-width: 100%;
}

.shg-c#s-260d5f9f-4c27-48eb-a6b3-a2b9a837e2a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-260d5f9f-4c27-48eb-a6b3-a2b9a837e2a2 .shg-image-zoom,
.shg-c#s-260d5f9f-4c27-48eb-a6b3-a2b9a837e2a2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-260d5f9f-4c27-48eb-a6b3-a2b9a837e2a2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-260d5f9f-4c27-48eb-a6b3-a2b9a837e2a2 {
  max-width: 100%;
}

.shg-c#s-260d5f9f-4c27-48eb-a6b3-a2b9a837e2a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-260d5f9f-4c27-48eb-a6b3-a2b9a837e2a2 .shg-image-zoom,
.shg-c#s-260d5f9f-4c27-48eb-a6b3-a2b9a837e2a2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-260d5f9f-4c27-48eb-a6b3-a2b9a837e2a2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-260d5f9f-4c27-48eb-a6b3-a2b9a837e2a2 {
  max-width: 100%;
}

.shg-c#s-260d5f9f-4c27-48eb-a6b3-a2b9a837e2a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-260d5f9f-4c27-48eb-a6b3-a2b9a837e2a2 .shg-image-zoom,
.shg-c#s-260d5f9f-4c27-48eb-a6b3-a2b9a837e2a2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-260d5f9f-4c27-48eb-a6b3-a2b9a837e2a2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-14bddf25-a4db-44e4-ada5-f8b55d71175f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14bddf25-a4db-44e4-ada5-f8b55d71175f .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-a8538e6e-504a-4176-8dad-bbf31c4fd668 {
  display: none;
}
#s-07ecb417-07a8-4c19-9849-8931533add5b {
  text-align: left;
}


.shg-c#s-07ecb417-07a8-4c19-9849-8931533add5b {
  max-width: 100%;
}

.shg-c#s-07ecb417-07a8-4c19-9849-8931533add5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07ecb417-07a8-4c19-9849-8931533add5b .shg-image-zoom,
.shg-c#s-07ecb417-07a8-4c19-9849-8931533add5b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07ecb417-07a8-4c19-9849-8931533add5b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-07ecb417-07a8-4c19-9849-8931533add5b {
  max-width: 100%;
}

.shg-c#s-07ecb417-07a8-4c19-9849-8931533add5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07ecb417-07a8-4c19-9849-8931533add5b .shg-image-zoom,
.shg-c#s-07ecb417-07a8-4c19-9849-8931533add5b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07ecb417-07a8-4c19-9849-8931533add5b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-07ecb417-07a8-4c19-9849-8931533add5b {
  max-width: 100%;
}

.shg-c#s-07ecb417-07a8-4c19-9849-8931533add5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07ecb417-07a8-4c19-9849-8931533add5b .shg-image-zoom,
.shg-c#s-07ecb417-07a8-4c19-9849-8931533add5b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07ecb417-07a8-4c19-9849-8931533add5b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-07ecb417-07a8-4c19-9849-8931533add5b {
  max-width: 100%;
}

.shg-c#s-07ecb417-07a8-4c19-9849-8931533add5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07ecb417-07a8-4c19-9849-8931533add5b .shg-image-zoom,
.shg-c#s-07ecb417-07a8-4c19-9849-8931533add5b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07ecb417-07a8-4c19-9849-8931533add5b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-07ecb417-07a8-4c19-9849-8931533add5b {
  max-width: 100%;
}

.shg-c#s-07ecb417-07a8-4c19-9849-8931533add5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07ecb417-07a8-4c19-9849-8931533add5b .shg-image-zoom,
.shg-c#s-07ecb417-07a8-4c19-9849-8931533add5b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07ecb417-07a8-4c19-9849-8931533add5b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-fc89b0fa-3fad-49a8-a68a-085886af545a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc89b0fa-3fad-49a8-a68a-085886af545a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-307dbdbb-5226-400e-aac1-0387cc06db99 {
  display: none;
}
#s-e6b11902-6e0d-41a2-b688-4b99c1e3a0c7 {
  text-align: left;
}


.shg-c#s-e6b11902-6e0d-41a2-b688-4b99c1e3a0c7 {
  max-width: 100%;
}

.shg-c#s-e6b11902-6e0d-41a2-b688-4b99c1e3a0c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6b11902-6e0d-41a2-b688-4b99c1e3a0c7 .shg-image-zoom,
.shg-c#s-e6b11902-6e0d-41a2-b688-4b99c1e3a0c7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6b11902-6e0d-41a2-b688-4b99c1e3a0c7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e6b11902-6e0d-41a2-b688-4b99c1e3a0c7 {
  max-width: 100%;
}

.shg-c#s-e6b11902-6e0d-41a2-b688-4b99c1e3a0c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6b11902-6e0d-41a2-b688-4b99c1e3a0c7 .shg-image-zoom,
.shg-c#s-e6b11902-6e0d-41a2-b688-4b99c1e3a0c7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6b11902-6e0d-41a2-b688-4b99c1e3a0c7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e6b11902-6e0d-41a2-b688-4b99c1e3a0c7 {
  max-width: 100%;
}

.shg-c#s-e6b11902-6e0d-41a2-b688-4b99c1e3a0c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6b11902-6e0d-41a2-b688-4b99c1e3a0c7 .shg-image-zoom,
.shg-c#s-e6b11902-6e0d-41a2-b688-4b99c1e3a0c7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6b11902-6e0d-41a2-b688-4b99c1e3a0c7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e6b11902-6e0d-41a2-b688-4b99c1e3a0c7 {
  max-width: 100%;
}

.shg-c#s-e6b11902-6e0d-41a2-b688-4b99c1e3a0c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6b11902-6e0d-41a2-b688-4b99c1e3a0c7 .shg-image-zoom,
.shg-c#s-e6b11902-6e0d-41a2-b688-4b99c1e3a0c7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6b11902-6e0d-41a2-b688-4b99c1e3a0c7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e6b11902-6e0d-41a2-b688-4b99c1e3a0c7 {
  max-width: 100%;
}

.shg-c#s-e6b11902-6e0d-41a2-b688-4b99c1e3a0c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e6b11902-6e0d-41a2-b688-4b99c1e3a0c7 .shg-image-zoom,
.shg-c#s-e6b11902-6e0d-41a2-b688-4b99c1e3a0c7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e6b11902-6e0d-41a2-b688-4b99c1e3a0c7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3545f68c-621e-49ed-9a07-0218d9a0c3c2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3545f68c-621e-49ed-9a07-0218d9a0c3c2 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-ae62356b-7735-4cc2-a1ba-c4b7ba5de8de {
  display: none;
}
#s-7b288366-4e43-4660-9325-029740104a1c {
  text-align: left;
}


.shg-c#s-7b288366-4e43-4660-9325-029740104a1c {
  max-width: 100%;
}

.shg-c#s-7b288366-4e43-4660-9325-029740104a1c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b288366-4e43-4660-9325-029740104a1c .shg-image-zoom,
.shg-c#s-7b288366-4e43-4660-9325-029740104a1c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b288366-4e43-4660-9325-029740104a1c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7b288366-4e43-4660-9325-029740104a1c {
  max-width: 100%;
}

.shg-c#s-7b288366-4e43-4660-9325-029740104a1c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b288366-4e43-4660-9325-029740104a1c .shg-image-zoom,
.shg-c#s-7b288366-4e43-4660-9325-029740104a1c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b288366-4e43-4660-9325-029740104a1c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7b288366-4e43-4660-9325-029740104a1c {
  max-width: 100%;
}

.shg-c#s-7b288366-4e43-4660-9325-029740104a1c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b288366-4e43-4660-9325-029740104a1c .shg-image-zoom,
.shg-c#s-7b288366-4e43-4660-9325-029740104a1c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b288366-4e43-4660-9325-029740104a1c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7b288366-4e43-4660-9325-029740104a1c {
  max-width: 100%;
}

.shg-c#s-7b288366-4e43-4660-9325-029740104a1c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b288366-4e43-4660-9325-029740104a1c .shg-image-zoom,
.shg-c#s-7b288366-4e43-4660-9325-029740104a1c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b288366-4e43-4660-9325-029740104a1c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7b288366-4e43-4660-9325-029740104a1c {
  max-width: 100%;
}

.shg-c#s-7b288366-4e43-4660-9325-029740104a1c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b288366-4e43-4660-9325-029740104a1c .shg-image-zoom,
.shg-c#s-7b288366-4e43-4660-9325-029740104a1c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b288366-4e43-4660-9325-029740104a1c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-20e0d7d5-04d8-428a-bcbe-d66934fcde96 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-20e0d7d5-04d8-428a-bcbe-d66934fcde96 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-91d0c23f-a1f4-4375-8d8a-e9239a547275 {
  display: none;
}
#s-c5dd6ec3-f8c1-4bb1-a8cb-778513c312f0 {
  text-align: left;
}


.shg-c#s-c5dd6ec3-f8c1-4bb1-a8cb-778513c312f0 {
  max-width: 100%;
}

.shg-c#s-c5dd6ec3-f8c1-4bb1-a8cb-778513c312f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5dd6ec3-f8c1-4bb1-a8cb-778513c312f0 .shg-image-zoom,
.shg-c#s-c5dd6ec3-f8c1-4bb1-a8cb-778513c312f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c5dd6ec3-f8c1-4bb1-a8cb-778513c312f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c5dd6ec3-f8c1-4bb1-a8cb-778513c312f0 {
  max-width: 100%;
}

.shg-c#s-c5dd6ec3-f8c1-4bb1-a8cb-778513c312f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5dd6ec3-f8c1-4bb1-a8cb-778513c312f0 .shg-image-zoom,
.shg-c#s-c5dd6ec3-f8c1-4bb1-a8cb-778513c312f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c5dd6ec3-f8c1-4bb1-a8cb-778513c312f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c5dd6ec3-f8c1-4bb1-a8cb-778513c312f0 {
  max-width: 100%;
}

.shg-c#s-c5dd6ec3-f8c1-4bb1-a8cb-778513c312f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5dd6ec3-f8c1-4bb1-a8cb-778513c312f0 .shg-image-zoom,
.shg-c#s-c5dd6ec3-f8c1-4bb1-a8cb-778513c312f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c5dd6ec3-f8c1-4bb1-a8cb-778513c312f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c5dd6ec3-f8c1-4bb1-a8cb-778513c312f0 {
  max-width: 100%;
}

.shg-c#s-c5dd6ec3-f8c1-4bb1-a8cb-778513c312f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5dd6ec3-f8c1-4bb1-a8cb-778513c312f0 .shg-image-zoom,
.shg-c#s-c5dd6ec3-f8c1-4bb1-a8cb-778513c312f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c5dd6ec3-f8c1-4bb1-a8cb-778513c312f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c5dd6ec3-f8c1-4bb1-a8cb-778513c312f0 {
  max-width: 100%;
}

.shg-c#s-c5dd6ec3-f8c1-4bb1-a8cb-778513c312f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c5dd6ec3-f8c1-4bb1-a8cb-778513c312f0 .shg-image-zoom,
.shg-c#s-c5dd6ec3-f8c1-4bb1-a8cb-778513c312f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c5dd6ec3-f8c1-4bb1-a8cb-778513c312f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e41dc0a5-db73-4965-a220-314646a0f3a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e41dc0a5-db73-4965-a220-314646a0f3a6 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-68e1fd8a-6e37-4b7d-a120-270315d7baad {
  min-height: 50px;
}








#s-68e1fd8a-6e37-4b7d-a120-270315d7baad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68e1fd8a-6e37-4b7d-a120-270315d7baad.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-b4de388e-fada-43b9-8a64-e5ae2360af4a {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 50px;
padding-bottom: 0px;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-65053caa-7f18-4e10-8342-09a5c755abd0 {
  margin-top: 0%;
margin-bottom: 100px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 200px;
text-align: center;
background-color: rgba(240, 80, 37, 1);
text-decoration: none;
}
#s-65053caa-7f18-4e10-8342-09a5c755abd0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-65053caa-7f18-4e10-8342-09a5c755abd0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-65053caa-7f18-4e10-8342-09a5c755abd0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}

#s-55789a1f-0e79-4f33-8a62-8b685d369cc0 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-55789a1f-0e79-4f33-8a62-8b685d369cc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55789a1f-0e79-4f33-8a62-8b685d369cc0.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-b5cb515f-fba7-4400-894d-2ad76e810ae5 {
  min-height: 50px;
}








#s-b5cb515f-fba7-4400-894d-2ad76e810ae5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5cb515f-fba7-4400-894d-2ad76e810ae5.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

.shg-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
   justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

@media (min-width: 0px) {
[id="s-a2797bbd-9b53-4584-8c9b-ff36898cebdd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a2797bbd-9b53-4584-8c9b-ff36898cebdd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a2797bbd-9b53-4584-8c9b-ff36898cebdd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a2797bbd-9b53-4584-8c9b-ff36898cebdd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a2797bbd-9b53-4584-8c9b-ff36898cebdd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a2797bbd-9b53-4584-8c9b-ff36898cebdd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a2797bbd-9b53-4584-8c9b-ff36898cebdd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a2797bbd-9b53-4584-8c9b-ff36898cebdd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a2797bbd-9b53-4584-8c9b-ff36898cebdd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a2797bbd-9b53-4584-8c9b-ff36898cebdd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a2797bbd-9b53-4584-8c9b-ff36898cebdd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a2797bbd-9b53-4584-8c9b-ff36898cebdd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a2797bbd-9b53-4584-8c9b-ff36898cebdd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a2797bbd-9b53-4584-8c9b-ff36898cebdd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a2797bbd-9b53-4584-8c9b-ff36898cebdd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a2797bbd-9b53-4584-8c9b-ff36898cebdd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a2797bbd-9b53-4584-8c9b-ff36898cebdd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a2797bbd-9b53-4584-8c9b-ff36898cebdd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a2797bbd-9b53-4584-8c9b-ff36898cebdd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a2797bbd-9b53-4584-8c9b-ff36898cebdd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a2797bbd-9b53-4584-8c9b-ff36898cebdd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a2797bbd-9b53-4584-8c9b-ff36898cebdd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a2797bbd-9b53-4584-8c9b-ff36898cebdd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a2797bbd-9b53-4584-8c9b-ff36898cebdd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a2797bbd-9b53-4584-8c9b-ff36898cebdd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2797bbd-9b53-4584-8c9b-ff36898cebdd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a2797bbd-9b53-4584-8c9b-ff36898cebdd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a2797bbd-9b53-4584-8c9b-ff36898cebdd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a2797bbd-9b53-4584-8c9b-ff36898cebdd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a2797bbd-9b53-4584-8c9b-ff36898cebdd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a2797bbd-9b53-4584-8c9b-ff36898cebdd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a2797bbd-9b53-4584-8c9b-ff36898cebdd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a2797bbd-9b53-4584-8c9b-ff36898cebdd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a2797bbd-9b53-4584-8c9b-ff36898cebdd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a2797bbd-9b53-4584-8c9b-ff36898cebdd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a2797bbd-9b53-4584-8c9b-ff36898cebdd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a2797bbd-9b53-4584-8c9b-ff36898cebdd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8a9c4b60-2efd-4bb0-b76b-7cc44b547bed {
  text-align: center;
}





#s-8a9c4b60-2efd-4bb0-b76b-7cc44b547bed .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-66dc729a-e33c-4265-8d13-297751d5e099 {
  text-align: center;
}





#s-66dc729a-e33c-4265-8d13-297751d5e099 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

@media (min-width: 0px) {
[id="s-d222f671-09eb-4f44-9f11-d485f93b73f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d222f671-09eb-4f44-9f11-d485f93b73f0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d222f671-09eb-4f44-9f11-d485f93b73f0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d222f671-09eb-4f44-9f11-d485f93b73f0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d222f671-09eb-4f44-9f11-d485f93b73f0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d222f671-09eb-4f44-9f11-d485f93b73f0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d222f671-09eb-4f44-9f11-d485f93b73f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d222f671-09eb-4f44-9f11-d485f93b73f0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d222f671-09eb-4f44-9f11-d485f93b73f0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d222f671-09eb-4f44-9f11-d485f93b73f0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d222f671-09eb-4f44-9f11-d485f93b73f0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d222f671-09eb-4f44-9f11-d485f93b73f0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d222f671-09eb-4f44-9f11-d485f93b73f0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d222f671-09eb-4f44-9f11-d485f93b73f0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d222f671-09eb-4f44-9f11-d485f93b73f0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d222f671-09eb-4f44-9f11-d485f93b73f0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d222f671-09eb-4f44-9f11-d485f93b73f0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d222f671-09eb-4f44-9f11-d485f93b73f0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d222f671-09eb-4f44-9f11-d485f93b73f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d222f671-09eb-4f44-9f11-d485f93b73f0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d222f671-09eb-4f44-9f11-d485f93b73f0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d222f671-09eb-4f44-9f11-d485f93b73f0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d222f671-09eb-4f44-9f11-d485f93b73f0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d222f671-09eb-4f44-9f11-d485f93b73f0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d222f671-09eb-4f44-9f11-d485f93b73f0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d222f671-09eb-4f44-9f11-d485f93b73f0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d222f671-09eb-4f44-9f11-d485f93b73f0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d222f671-09eb-4f44-9f11-d485f93b73f0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d222f671-09eb-4f44-9f11-d485f93b73f0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d222f671-09eb-4f44-9f11-d485f93b73f0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d222f671-09eb-4f44-9f11-d485f93b73f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d222f671-09eb-4f44-9f11-d485f93b73f0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d222f671-09eb-4f44-9f11-d485f93b73f0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d222f671-09eb-4f44-9f11-d485f93b73f0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d222f671-09eb-4f44-9f11-d485f93b73f0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d222f671-09eb-4f44-9f11-d485f93b73f0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d222f671-09eb-4f44-9f11-d485f93b73f0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-d222f671-09eb-4f44-9f11-d485f93b73f0"] > .shg-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-flow: column-reverse;
  }
}

#s-af4308bb-2a28-4241-b912-024b609f4be2 {
  text-align: center;
}





#s-af4308bb-2a28-4241-b912-024b609f4be2 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-568ef6a6-58c6-4168-88da-72976b45774c {
  margin-top: 0px;
text-align: center;
}





#s-568ef6a6-58c6-4168-88da-72976b45774c .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-edca49d0-a12b-4271-b1ce-6427e2db5eb9 {
  min-height: 50px;
}








#s-edca49d0-a12b-4271-b1ce-6427e2db5eb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-edca49d0-a12b-4271-b1ce-6427e2db5eb9.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-fc6e2654-2470-4eac-8b91-7e6b02eda05c {
  margin-top: 9%;
margin-left: 13%;
margin-bottom: 1px;
margin-right: 13%;
text-align: center;
}
@media (max-width: 767px){#s-fc6e2654-2470-4eac-8b91-7e6b02eda05c {
  display: none;
}
#s-fc6e2654-2470-4eac-8b91-7e6b02eda05c, #wrap-s-fc6e2654-2470-4eac-8b91-7e6b02eda05c { display:none !important; }}



  #s-fc6e2654-2470-4eac-8b91-7e6b02eda05c img.shogun-image {
    
    width: px;
  }


#s-fc6e2654-2470-4eac-8b91-7e6b02eda05c .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-46cbfbd0-5c84-419f-97b9-4484fce499be {
  margin-top: 9%;
margin-left: 5%;
margin-bottom: 1px;
margin-right: 5%;
text-align: center;
}
@media (min-width: 1200px){#s-46cbfbd0-5c84-419f-97b9-4484fce499be {
  display: none;
}
#s-46cbfbd0-5c84-419f-97b9-4484fce499be, #wrap-s-46cbfbd0-5c84-419f-97b9-4484fce499be { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-46cbfbd0-5c84-419f-97b9-4484fce499be {
  display: none;
}
#s-46cbfbd0-5c84-419f-97b9-4484fce499be, #wrap-s-46cbfbd0-5c84-419f-97b9-4484fce499be { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-46cbfbd0-5c84-419f-97b9-4484fce499be {
  display: none;
}
#s-46cbfbd0-5c84-419f-97b9-4484fce499be, #wrap-s-46cbfbd0-5c84-419f-97b9-4484fce499be { display:none !important; }}



  #s-46cbfbd0-5c84-419f-97b9-4484fce499be img.shogun-image {
    
    width: px;
  }


#s-46cbfbd0-5c84-419f-97b9-4484fce499be .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-f8971fc3-3363-46d9-af8c-ef0c04c1764a {
  margin-top: 2%;
margin-left: 25%;
margin-bottom: 0%;
margin-right: 25%;
}
@media (max-width: 767px){#s-f8971fc3-3363-46d9-af8c-ef0c04c1764a {
  display: none;
}
#s-f8971fc3-3363-46d9-af8c-ef0c04c1764a, #wrap-s-f8971fc3-3363-46d9-af8c-ef0c04c1764a { display:none !important; }}
#s-eb2daa17-f7df-46b8-a6e2-9d31f2f96a16 {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-eb2daa17-f7df-46b8-a6e2-9d31f2f96a16 {
  display: none;
}
#s-eb2daa17-f7df-46b8-a6e2-9d31f2f96a16, #wrap-s-eb2daa17-f7df-46b8-a6e2-9d31f2f96a16 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eb2daa17-f7df-46b8-a6e2-9d31f2f96a16 {
  display: none;
}
#s-eb2daa17-f7df-46b8-a6e2-9d31f2f96a16, #wrap-s-eb2daa17-f7df-46b8-a6e2-9d31f2f96a16 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eb2daa17-f7df-46b8-a6e2-9d31f2f96a16 {
  display: none;
}
#s-eb2daa17-f7df-46b8-a6e2-9d31f2f96a16, #wrap-s-eb2daa17-f7df-46b8-a6e2-9d31f2f96a16 { display:none !important; }}
#s-429c01a3-8f82-46e9-9fa2-2e60bc45b7e5 {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-429c01a3-8f82-46e9-9fa2-2e60bc45b7e5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-429c01a3-8f82-46e9-9fa2-2e60bc45b7e5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-429c01a3-8f82-46e9-9fa2-2e60bc45b7e5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-429c01a3-8f82-46e9-9fa2-2e60bc45b7e5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-429c01a3-8f82-46e9-9fa2-2e60bc45b7e5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-429c01a3-8f82-46e9-9fa2-2e60bc45b7e5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-429c01a3-8f82-46e9-9fa2-2e60bc45b7e5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-429c01a3-8f82-46e9-9fa2-2e60bc45b7e5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-429c01a3-8f82-46e9-9fa2-2e60bc45b7e5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-429c01a3-8f82-46e9-9fa2-2e60bc45b7e5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-429c01a3-8f82-46e9-9fa2-2e60bc45b7e5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-429c01a3-8f82-46e9-9fa2-2e60bc45b7e5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-429c01a3-8f82-46e9-9fa2-2e60bc45b7e5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-429c01a3-8f82-46e9-9fa2-2e60bc45b7e5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-429c01a3-8f82-46e9-9fa2-2e60bc45b7e5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-429c01a3-8f82-46e9-9fa2-2e60bc45b7e5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-429c01a3-8f82-46e9-9fa2-2e60bc45b7e5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-429c01a3-8f82-46e9-9fa2-2e60bc45b7e5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-429c01a3-8f82-46e9-9fa2-2e60bc45b7e5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-429c01a3-8f82-46e9-9fa2-2e60bc45b7e5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-429c01a3-8f82-46e9-9fa2-2e60bc45b7e5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-429c01a3-8f82-46e9-9fa2-2e60bc45b7e5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-429c01a3-8f82-46e9-9fa2-2e60bc45b7e5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-429c01a3-8f82-46e9-9fa2-2e60bc45b7e5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-429c01a3-8f82-46e9-9fa2-2e60bc45b7e5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-429c01a3-8f82-46e9-9fa2-2e60bc45b7e5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-429c01a3-8f82-46e9-9fa2-2e60bc45b7e5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-429c01a3-8f82-46e9-9fa2-2e60bc45b7e5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-429c01a3-8f82-46e9-9fa2-2e60bc45b7e5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-429c01a3-8f82-46e9-9fa2-2e60bc45b7e5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-429c01a3-8f82-46e9-9fa2-2e60bc45b7e5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-429c01a3-8f82-46e9-9fa2-2e60bc45b7e5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-429c01a3-8f82-46e9-9fa2-2e60bc45b7e5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-429c01a3-8f82-46e9-9fa2-2e60bc45b7e5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-429c01a3-8f82-46e9-9fa2-2e60bc45b7e5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-429c01a3-8f82-46e9-9fa2-2e60bc45b7e5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-429c01a3-8f82-46e9-9fa2-2e60bc45b7e5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f04d652b-ed25-4668-9e6b-fe6b092de36c {
  box-shadow:1px 1px 1em 1px rgba(230, 230, 230, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f04d652b-ed25-4668-9e6b-fe6b092de36c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f04d652b-ed25-4668-9e6b-fe6b092de36c.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-669c8416-875f-4a6a-94f5-dc662b4fc0e4 {
  text-align: center;
}




  #s-669c8416-875f-4a6a-94f5-dc662b4fc0e4 img.shogun-image {
    
    width: px;
  }


#s-669c8416-875f-4a6a-94f5-dc662b4fc0e4 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-c8734199-e18e-4c7c-a0f1-a0fdfefbc111 {
  margin-top: 0%;
margin-bottom: 1%;
padding-top: 10%;
padding-left: 10%;
padding-bottom: 0%;
padding-right: 10%;
}

#s-1860b9b7-711f-433b-b424-08da05f5a0aa {
  padding-left: 10%;
padding-right: 10%;
}

#s-1860b9b7-711f-433b-b424-08da05f5a0aa hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-c798468d-e06b-4881-af08-fa319bfcd68c {
  margin-top: 3%;
}

#s-98620ab3-710b-4076-a3b5-cba99fdcc15f {
  padding-left: 10%;
padding-right: 10%;
}

#s-98620ab3-710b-4076-a3b5-cba99fdcc15f hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-b1194f03-0469-4ea6-8b0e-883c6f9af57d {
  margin-top: 3%;
margin-bottom: 3%;
}

#s-4f0b0bf6-251a-4b1e-b8e0-ebf962244573 {
  margin-bottom: 10%;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 200px;
text-align: center;
background-color: rgba(240, 80, 37, 1);
text-decoration: none;
}
#s-4f0b0bf6-251a-4b1e-b8e0-ebf962244573:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4f0b0bf6-251a-4b1e-b8e0-ebf962244573:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4f0b0bf6-251a-4b1e-b8e0-ebf962244573.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}

#s-bd628f56-2c77-4c3a-b4e1-7e85f6528915 {
  box-shadow:1px 1px 1em 1px rgba(230, 230, 230, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-bd628f56-2c77-4c3a-b4e1-7e85f6528915 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd628f56-2c77-4c3a-b4e1-7e85f6528915.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-d6ac1fb7-e7ea-460f-83c3-fc1e8f4ada9b {
  text-align: center;
}




  #s-d6ac1fb7-e7ea-460f-83c3-fc1e8f4ada9b img.shogun-image {
    
    width: px;
  }


#s-d6ac1fb7-e7ea-460f-83c3-fc1e8f4ada9b .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-21d5b0b1-132b-4fed-a840-acd664cb212c {
  margin-top: 0%;
margin-bottom: 1%;
padding-top: 10%;
padding-left: 10%;
padding-right: 10%;
}

#s-8e7c7f5a-75f7-4385-afd1-928622357cf6 {
  padding-left: 10%;
padding-right: 10%;
}

#s-8e7c7f5a-75f7-4385-afd1-928622357cf6 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-9af13d45-7ec9-4106-a433-e63c92ea7251 {
  margin-top: 3%;
}

#s-808044f5-0323-4ad9-8386-5f7db1079309 {
  padding-left: 10%;
padding-right: 10%;
}

#s-808044f5-0323-4ad9-8386-5f7db1079309 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-8df178ab-fc77-47b1-adfe-e8a736751338 {
  margin-top: 3%;
margin-bottom: 3%;
}

#s-d23c00f1-d5b0-4827-b31a-dd2cdfe6d29a {
  margin-bottom: 10%;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 200px;
text-align: center;
background-color: rgba(240, 80, 37, 1);
text-decoration: none;
}
#s-d23c00f1-d5b0-4827-b31a-dd2cdfe6d29a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d23c00f1-d5b0-4827-b31a-dd2cdfe6d29a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d23c00f1-d5b0-4827-b31a-dd2cdfe6d29a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}

#s-ceb45913-bab0-466b-b91b-2fd156cfba97 {
  box-shadow:1px 1px 1em 1px rgba(230, 230, 230, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ceb45913-bab0-466b-b91b-2fd156cfba97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ceb45913-bab0-466b-b91b-2fd156cfba97.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-8e1015de-618d-43cd-ad1d-2cc89e4e9369 {
  text-align: center;
}




  #s-8e1015de-618d-43cd-ad1d-2cc89e4e9369 img.shogun-image {
    
    width: px;
  }


#s-8e1015de-618d-43cd-ad1d-2cc89e4e9369 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-a7491bfa-ab93-439d-8086-aded756ddf75 {
  margin-top: 0%;
margin-bottom: 1%;
padding-top: 10%;
padding-left: 10%;
padding-right: 10%;
}

#s-69ac1988-3faa-4ec4-a874-6a8d2afd88af {
  padding-left: 10%;
padding-right: 10%;
}

#s-69ac1988-3faa-4ec4-a874-6a8d2afd88af hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-cd0708d9-9b39-4f01-93b9-ed54ef6412af {
  margin-top: 3%;
}

#s-334a6f54-a5d6-4ecb-b311-a949f5f8e25e {
  padding-left: 10%;
padding-right: 10%;
}

#s-334a6f54-a5d6-4ecb-b311-a949f5f8e25e hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-254f5198-5a7c-4c57-8637-1c3f3c9737a2 {
  margin-top: 3%;
margin-bottom: 3%;
}

#s-5500f9e1-57b3-4f4e-8e2f-4eb9557e92c4 {
  margin-bottom: 10%;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 200px;
text-align: center;
background-color: rgba(240, 80, 37, 1);
text-decoration: none;
}
#s-5500f9e1-57b3-4f4e-8e2f-4eb9557e92c4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5500f9e1-57b3-4f4e-8e2f-4eb9557e92c4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5500f9e1-57b3-4f4e-8e2f-4eb9557e92c4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}

#s-bf19b32a-254b-4250-ad1b-2d9c09624a15 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-bf19b32a-254b-4250-ad1b-2d9c09624a15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf19b32a-254b-4250-ad1b-2d9c09624a15.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-4ccdba8d-77ed-4aec-a9df-3f1a246e174a {
  margin-top: 10%;
margin-left: 10%;
margin-bottom: 3%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-4ccdba8d-77ed-4aec-a9df-3f1a246e174a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ccdba8d-77ed-4aec-a9df-3f1a246e174a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4ccdba8d-77ed-4aec-a9df-3f1a246e174a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4ccdba8d-77ed-4aec-a9df-3f1a246e174a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4ccdba8d-77ed-4aec-a9df-3f1a246e174a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4ccdba8d-77ed-4aec-a9df-3f1a246e174a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4ccdba8d-77ed-4aec-a9df-3f1a246e174a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4ccdba8d-77ed-4aec-a9df-3f1a246e174a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4ccdba8d-77ed-4aec-a9df-3f1a246e174a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4ccdba8d-77ed-4aec-a9df-3f1a246e174a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4ccdba8d-77ed-4aec-a9df-3f1a246e174a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4ccdba8d-77ed-4aec-a9df-3f1a246e174a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4ccdba8d-77ed-4aec-a9df-3f1a246e174a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4ccdba8d-77ed-4aec-a9df-3f1a246e174a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4ccdba8d-77ed-4aec-a9df-3f1a246e174a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4ccdba8d-77ed-4aec-a9df-3f1a246e174a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4ccdba8d-77ed-4aec-a9df-3f1a246e174a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4ccdba8d-77ed-4aec-a9df-3f1a246e174a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4ccdba8d-77ed-4aec-a9df-3f1a246e174a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4ccdba8d-77ed-4aec-a9df-3f1a246e174a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4ccdba8d-77ed-4aec-a9df-3f1a246e174a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4ccdba8d-77ed-4aec-a9df-3f1a246e174a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4ccdba8d-77ed-4aec-a9df-3f1a246e174a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4ccdba8d-77ed-4aec-a9df-3f1a246e174a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4ccdba8d-77ed-4aec-a9df-3f1a246e174a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ccdba8d-77ed-4aec-a9df-3f1a246e174a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4ccdba8d-77ed-4aec-a9df-3f1a246e174a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4ccdba8d-77ed-4aec-a9df-3f1a246e174a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4ccdba8d-77ed-4aec-a9df-3f1a246e174a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4ccdba8d-77ed-4aec-a9df-3f1a246e174a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4ccdba8d-77ed-4aec-a9df-3f1a246e174a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4ccdba8d-77ed-4aec-a9df-3f1a246e174a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4ccdba8d-77ed-4aec-a9df-3f1a246e174a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4ccdba8d-77ed-4aec-a9df-3f1a246e174a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4ccdba8d-77ed-4aec-a9df-3f1a246e174a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4ccdba8d-77ed-4aec-a9df-3f1a246e174a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4ccdba8d-77ed-4aec-a9df-3f1a246e174a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ac3ea048-2f8a-459d-bb70-5667b72d3842 {
  box-shadow:1px 1px 1em 1px rgba(0, 0, 0, 0.09);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ac3ea048-2f8a-459d-bb70-5667b72d3842 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac3ea048-2f8a-459d-bb70-5667b72d3842.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-ac2c230d-c3cb-4738-adf5-575ac03ae255 {
  margin-bottom: 3px;
text-align: center;
}




  #s-ac2c230d-c3cb-4738-adf5-575ac03ae255 img.shogun-image {
    
    width: px;
  }


#s-ac2c230d-c3cb-4738-adf5-575ac03ae255 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-5ce82a65-f1ce-466e-9c56-72e955def45a {
  padding-top: 6%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
}

#s-3a38305a-e5c3-47cd-898a-77158a3def37 {
  box-shadow:1px 1px 1em 1px rgba(0, 0, 0, 0.09);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3a38305a-e5c3-47cd-898a-77158a3def37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a38305a-e5c3-47cd-898a-77158a3def37.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-47784ec5-6a5d-4612-beb1-48a21320e33d {
  margin-bottom: 3px;
text-align: center;
}




  #s-47784ec5-6a5d-4612-beb1-48a21320e33d img.shogun-image {
    
    width: px;
  }


#s-47784ec5-6a5d-4612-beb1-48a21320e33d .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-91542610-94d8-4944-a90b-8fce5a6855ad {
  padding-top: 6%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
}

#s-0f7712ec-dad3-4e80-aa63-be0714690a7e {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-0f7712ec-dad3-4e80-aa63-be0714690a7e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f7712ec-dad3-4e80-aa63-be0714690a7e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0f7712ec-dad3-4e80-aa63-be0714690a7e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0f7712ec-dad3-4e80-aa63-be0714690a7e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0f7712ec-dad3-4e80-aa63-be0714690a7e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0f7712ec-dad3-4e80-aa63-be0714690a7e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0f7712ec-dad3-4e80-aa63-be0714690a7e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0f7712ec-dad3-4e80-aa63-be0714690a7e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0f7712ec-dad3-4e80-aa63-be0714690a7e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0f7712ec-dad3-4e80-aa63-be0714690a7e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0f7712ec-dad3-4e80-aa63-be0714690a7e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0f7712ec-dad3-4e80-aa63-be0714690a7e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0f7712ec-dad3-4e80-aa63-be0714690a7e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0f7712ec-dad3-4e80-aa63-be0714690a7e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0f7712ec-dad3-4e80-aa63-be0714690a7e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0f7712ec-dad3-4e80-aa63-be0714690a7e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0f7712ec-dad3-4e80-aa63-be0714690a7e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0f7712ec-dad3-4e80-aa63-be0714690a7e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0f7712ec-dad3-4e80-aa63-be0714690a7e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0f7712ec-dad3-4e80-aa63-be0714690a7e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0f7712ec-dad3-4e80-aa63-be0714690a7e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0f7712ec-dad3-4e80-aa63-be0714690a7e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0f7712ec-dad3-4e80-aa63-be0714690a7e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0f7712ec-dad3-4e80-aa63-be0714690a7e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0f7712ec-dad3-4e80-aa63-be0714690a7e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f7712ec-dad3-4e80-aa63-be0714690a7e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0f7712ec-dad3-4e80-aa63-be0714690a7e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0f7712ec-dad3-4e80-aa63-be0714690a7e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0f7712ec-dad3-4e80-aa63-be0714690a7e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0f7712ec-dad3-4e80-aa63-be0714690a7e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0f7712ec-dad3-4e80-aa63-be0714690a7e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0f7712ec-dad3-4e80-aa63-be0714690a7e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0f7712ec-dad3-4e80-aa63-be0714690a7e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0f7712ec-dad3-4e80-aa63-be0714690a7e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0f7712ec-dad3-4e80-aa63-be0714690a7e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0f7712ec-dad3-4e80-aa63-be0714690a7e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0f7712ec-dad3-4e80-aa63-be0714690a7e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4b5ec585-4103-4afa-9b02-459af66553ee {
  box-shadow:1px 1px 1em 1px rgba(0, 0, 0, 0.09);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4b5ec585-4103-4afa-9b02-459af66553ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b5ec585-4103-4afa-9b02-459af66553ee.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-62660850-e8f0-4261-abd4-a275a87d2b89 {
  margin-bottom: 3px;
text-align: center;
}




  #s-62660850-e8f0-4261-abd4-a275a87d2b89 img.shogun-image {
    
    width: px;
  }


#s-62660850-e8f0-4261-abd4-a275a87d2b89 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-50962db0-c7d9-4307-8870-c7e1e3e6f87e {
  padding-top: 6%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
}

#s-6986d6f2-676e-40ef-9159-ea5c3ec0e8ca {
  box-shadow:1px 1px 1em 1px rgba(0, 0, 0, 0.09);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6986d6f2-676e-40ef-9159-ea5c3ec0e8ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6986d6f2-676e-40ef-9159-ea5c3ec0e8ca.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-7438df28-a2ad-4425-8072-96e119d8e72e {
  margin-bottom: 3px;
text-align: center;
}




  #s-7438df28-a2ad-4425-8072-96e119d8e72e img.shogun-image {
    
    width: px;
  }


#s-7438df28-a2ad-4425-8072-96e119d8e72e .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-5deb2a32-c03a-4f71-855d-25642847c42a {
  padding-top: 6%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
}

#s-e75bb405-6b07-40f4-8013-aad18e46f1dd {
  min-height: 50px;
}








#s-e75bb405-6b07-40f4-8013-aad18e46f1dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e75bb405-6b07-40f4-8013-aad18e46f1dd.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-3a52f31f-bd5b-4623-a09e-87419b1ac50e {
  min-height: 50px;
background-color: rgba(249, 249, 249, 1);
}
@media (max-width: 767px){#s-3a52f31f-bd5b-4623-a09e-87419b1ac50e {
  display: none;
}
#s-3a52f31f-bd5b-4623-a09e-87419b1ac50e, #wrap-s-3a52f31f-bd5b-4623-a09e-87419b1ac50e { display:none !important; }}







#s-3a52f31f-bd5b-4623-a09e-87419b1ac50e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a52f31f-bd5b-4623-a09e-87419b1ac50e.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-6c88d65b-691b-406c-89ae-6aa61a401d43 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 7%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-6c88d65b-691b-406c-89ae-6aa61a401d43"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c88d65b-691b-406c-89ae-6aa61a401d43"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6c88d65b-691b-406c-89ae-6aa61a401d43"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6c88d65b-691b-406c-89ae-6aa61a401d43"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6c88d65b-691b-406c-89ae-6aa61a401d43"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6c88d65b-691b-406c-89ae-6aa61a401d43"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6c88d65b-691b-406c-89ae-6aa61a401d43"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6c88d65b-691b-406c-89ae-6aa61a401d43"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6c88d65b-691b-406c-89ae-6aa61a401d43"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6c88d65b-691b-406c-89ae-6aa61a401d43"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6c88d65b-691b-406c-89ae-6aa61a401d43"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6c88d65b-691b-406c-89ae-6aa61a401d43"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6c88d65b-691b-406c-89ae-6aa61a401d43"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6c88d65b-691b-406c-89ae-6aa61a401d43"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6c88d65b-691b-406c-89ae-6aa61a401d43"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6c88d65b-691b-406c-89ae-6aa61a401d43"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6c88d65b-691b-406c-89ae-6aa61a401d43"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6c88d65b-691b-406c-89ae-6aa61a401d43"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6c88d65b-691b-406c-89ae-6aa61a401d43"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6c88d65b-691b-406c-89ae-6aa61a401d43"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6c88d65b-691b-406c-89ae-6aa61a401d43"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6c88d65b-691b-406c-89ae-6aa61a401d43"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6c88d65b-691b-406c-89ae-6aa61a401d43"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6c88d65b-691b-406c-89ae-6aa61a401d43"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6c88d65b-691b-406c-89ae-6aa61a401d43"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c88d65b-691b-406c-89ae-6aa61a401d43"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6c88d65b-691b-406c-89ae-6aa61a401d43"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6c88d65b-691b-406c-89ae-6aa61a401d43"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6c88d65b-691b-406c-89ae-6aa61a401d43"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6c88d65b-691b-406c-89ae-6aa61a401d43"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6c88d65b-691b-406c-89ae-6aa61a401d43"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6c88d65b-691b-406c-89ae-6aa61a401d43"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6c88d65b-691b-406c-89ae-6aa61a401d43"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6c88d65b-691b-406c-89ae-6aa61a401d43"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6c88d65b-691b-406c-89ae-6aa61a401d43"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6c88d65b-691b-406c-89ae-6aa61a401d43"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6c88d65b-691b-406c-89ae-6aa61a401d43"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f7194bdc-fdc0-4b4f-9331-78a7fcdecfd7 {
  text-align: center;
}




  #s-f7194bdc-fdc0-4b4f-9331-78a7fcdecfd7 img.shogun-image {
    
    width: px;
  }


#s-f7194bdc-fdc0-4b4f-9331-78a7fcdecfd7 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-743dcda0-af1e-4be2-86ac-cad1b4016811 {
  margin-top: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-743dcda0-af1e-4be2-86ac-cad1b4016811 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-743dcda0-af1e-4be2-86ac-cad1b4016811.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-66aa693d-fd36-4e6c-ae60-11b8b19452cc {
  padding-top: 16%;
padding-left: 8%;
padding-bottom: 6%;
padding-right: 8%;
}

#s-1918478a-0f27-4e4c-90b6-6bd00f197a46 {
  margin-bottom: 1%;
padding-top: 3%;
padding-bottom: 6%;
}

#s-592e1515-0abc-496c-b9de-2fea2e30be77 {
  text-align: center;
}




  #s-592e1515-0abc-496c-b9de-2fea2e30be77 img.shogun-image {
    
    width: px;
  }


#s-592e1515-0abc-496c-b9de-2fea2e30be77 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-c3818b45-1b2f-4ec4-aacc-063528e03342 {
  margin-top: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c3818b45-1b2f-4ec4-aacc-063528e03342 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3818b45-1b2f-4ec4-aacc-063528e03342.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-54f7b5af-725a-4ceb-88d4-946f2afef212 {
  padding-top: 6%;
padding-left: 8%;
padding-right: 8%;
}

#s-9aeeba61-b360-44ef-8909-253f31c9218c {
  margin-bottom: 1%;
padding-top: 3%;
padding-bottom: 6%;
}

#s-ee3dbe48-9f63-41bd-add8-b91c4ff12529 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-ee3dbe48-9f63-41bd-add8-b91c4ff12529 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee3dbe48-9f63-41bd-add8-b91c4ff12529.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-03a21ccd-a140-4266-bf65-b57b86756db6 {
  text-align: center;
}




  #s-03a21ccd-a140-4266-bf65-b57b86756db6 img.shogun-image {
    
    width: px;
  }


#s-03a21ccd-a140-4266-bf65-b57b86756db6 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-3fec214c-9adc-4931-9c7f-9d7b202fc8f0 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3fec214c-9adc-4931-9c7f-9d7b202fc8f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3fec214c-9adc-4931-9c7f-9d7b202fc8f0.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-a462889f-3264-4e56-a7cd-f399fd85ad6b {
  padding-top: 6%;
padding-left: 8%;
padding-right: 8%;
}

#s-5ab56e70-a53f-46e2-b32c-9cfb806c8eed {
  margin-bottom: 1%;
padding-top: 3%;
padding-bottom: 6%;
}

#s-44d0f1e7-5b91-4ba1-89d6-5b3cc731893c {
  margin-top: 2%;
margin-bottom: 5%;
}

#s-391dd354-6116-4189-a7bd-7dfb973a2b55 {
  min-height: 50px;
}








#s-391dd354-6116-4189-a7bd-7dfb973a2b55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-391dd354-6116-4189-a7bd-7dfb973a2b55.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-ad1da671-85c0-4327-9e1e-d5fba4c579f5 {
  margin-top: 6%;
margin-left: 10%;
margin-bottom: 6%;
margin-right: 10%;
}
@media (max-width: 767px){#s-ad1da671-85c0-4327-9e1e-d5fba4c579f5 {
  display: none;
}
#s-ad1da671-85c0-4327-9e1e-d5fba4c579f5, #wrap-s-ad1da671-85c0-4327-9e1e-d5fba4c579f5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ad1da671-85c0-4327-9e1e-d5fba4c579f5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0em);
}

[id="s-ad1da671-85c0-4327-9e1e-d5fba4c579f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad1da671-85c0-4327-9e1e-d5fba4c579f5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5em);
}

[id="s-ad1da671-85c0-4327-9e1e-d5fba4c579f5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5em);
}

[id="s-ad1da671-85c0-4327-9e1e-d5fba4c579f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5em);
}

[id="s-ad1da671-85c0-4327-9e1e-d5fba4c579f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5em);
}

[id="s-ad1da671-85c0-4327-9e1e-d5fba4c579f5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5em);
}

[id="s-ad1da671-85c0-4327-9e1e-d5fba4c579f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5em);
}

[id="s-ad1da671-85c0-4327-9e1e-d5fba4c579f5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5em);
}

[id="s-ad1da671-85c0-4327-9e1e-d5fba4c579f5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5em);
}

[id="s-ad1da671-85c0-4327-9e1e-d5fba4c579f5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5em);
}

[id="s-ad1da671-85c0-4327-9e1e-d5fba4c579f5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5em);
}

[id="s-ad1da671-85c0-4327-9e1e-d5fba4c579f5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5em);
}

[id="s-ad1da671-85c0-4327-9e1e-d5fba4c579f5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5em);
}

}

@media (min-width: 992px) {
[id="s-ad1da671-85c0-4327-9e1e-d5fba4c579f5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5em);
}

[id="s-ad1da671-85c0-4327-9e1e-d5fba4c579f5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5em);
}

[id="s-ad1da671-85c0-4327-9e1e-d5fba4c579f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5em);
}

[id="s-ad1da671-85c0-4327-9e1e-d5fba4c579f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5em);
}

[id="s-ad1da671-85c0-4327-9e1e-d5fba4c579f5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5em);
}

[id="s-ad1da671-85c0-4327-9e1e-d5fba4c579f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5em);
}

[id="s-ad1da671-85c0-4327-9e1e-d5fba4c579f5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5em);
}

[id="s-ad1da671-85c0-4327-9e1e-d5fba4c579f5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5em);
}

[id="s-ad1da671-85c0-4327-9e1e-d5fba4c579f5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5em);
}

[id="s-ad1da671-85c0-4327-9e1e-d5fba4c579f5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5em);
}

[id="s-ad1da671-85c0-4327-9e1e-d5fba4c579f5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5em);
}

[id="s-ad1da671-85c0-4327-9e1e-d5fba4c579f5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5em);
}

}

@media (min-width: 1200px) {
[id="s-ad1da671-85c0-4327-9e1e-d5fba4c579f5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5em);
}

[id="s-ad1da671-85c0-4327-9e1e-d5fba4c579f5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5em);
}

[id="s-ad1da671-85c0-4327-9e1e-d5fba4c579f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5em);
}

[id="s-ad1da671-85c0-4327-9e1e-d5fba4c579f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5em);
}

[id="s-ad1da671-85c0-4327-9e1e-d5fba4c579f5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5em);
}

[id="s-ad1da671-85c0-4327-9e1e-d5fba4c579f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5em);
}

[id="s-ad1da671-85c0-4327-9e1e-d5fba4c579f5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5em);
}

[id="s-ad1da671-85c0-4327-9e1e-d5fba4c579f5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5em);
}

[id="s-ad1da671-85c0-4327-9e1e-d5fba4c579f5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5em);
}

[id="s-ad1da671-85c0-4327-9e1e-d5fba4c579f5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5em);
}

[id="s-ad1da671-85c0-4327-9e1e-d5fba4c579f5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5em);
}

[id="s-ad1da671-85c0-4327-9e1e-d5fba4c579f5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5em);
}

}

#s-c72bc63d-4696-4f18-8362-1d6a1c78f7c3 {
  text-align: center;
}




  #s-c72bc63d-4696-4f18-8362-1d6a1c78f7c3 img.shogun-image {
    
    width: px;
  }


#s-c72bc63d-4696-4f18-8362-1d6a1c78f7c3 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-05df6c08-8162-486b-a1ef-d235797019bc {
  text-align: center;
}




  #s-05df6c08-8162-486b-a1ef-d235797019bc img.shogun-image {
    
    width: px;
  }


#s-05df6c08-8162-486b-a1ef-d235797019bc .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-3b24c0cd-e695-4e3f-8624-b9b5f0276d25 {
  text-align: center;
}




  #s-3b24c0cd-e695-4e3f-8624-b9b5f0276d25 img.shogun-image {
    
    width: px;
  }


#s-3b24c0cd-e695-4e3f-8624-b9b5f0276d25 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-42585da4-bf6f-4478-aec9-16f5b901e94f {
  text-align: center;
}




  #s-42585da4-bf6f-4478-aec9-16f5b901e94f img.shogun-image {
    
    width: px;
  }


#s-42585da4-bf6f-4478-aec9-16f5b901e94f .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-b647c318-433a-432d-9fef-fcd3b62c3832 {
  margin-top: 8%;
margin-left: 11%;
margin-bottom: 5%;
margin-right: 11%;
}
@media (min-width: 1200px){#s-b647c318-433a-432d-9fef-fcd3b62c3832 {
  display: none;
}
#s-b647c318-433a-432d-9fef-fcd3b62c3832, #wrap-s-b647c318-433a-432d-9fef-fcd3b62c3832 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b647c318-433a-432d-9fef-fcd3b62c3832 {
  display: none;
}
#s-b647c318-433a-432d-9fef-fcd3b62c3832, #wrap-s-b647c318-433a-432d-9fef-fcd3b62c3832 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b647c318-433a-432d-9fef-fcd3b62c3832 {
  display: none;
}
#s-b647c318-433a-432d-9fef-fcd3b62c3832, #wrap-s-b647c318-433a-432d-9fef-fcd3b62c3832 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 768px) {
[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-b647c318-433a-432d-9fef-fcd3b62c3832"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-051b6506-03b1-4fe0-9dde-7f0a23743efd {
  text-align: center;
}




  #s-051b6506-03b1-4fe0-9dde-7f0a23743efd img.shogun-image {
    
    width: px;
  }


#s-051b6506-03b1-4fe0-9dde-7f0a23743efd .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-021bc351-47cb-4cad-8855-2d6d42435034 {
  text-align: center;
}




  #s-021bc351-47cb-4cad-8855-2d6d42435034 img.shogun-image {
    
    width: px;
  }


#s-021bc351-47cb-4cad-8855-2d6d42435034 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-201516eb-0545-47c8-90bd-8f51c4ce5f64 {
  text-align: center;
}




  #s-201516eb-0545-47c8-90bd-8f51c4ce5f64 img.shogun-image {
    
    width: px;
  }


#s-201516eb-0545-47c8-90bd-8f51c4ce5f64 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-ab51cdcf-e038-4d54-a7c3-971ff1c61f29 {
  text-align: center;
}




  #s-ab51cdcf-e038-4d54-a7c3-971ff1c61f29 img.shogun-image {
    
    width: px;
  }


#s-ab51cdcf-e038-4d54-a7c3-971ff1c61f29 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-8db41ef0-3862-43e0-b3e9-5fe3cca1f1e9 {
  margin-top: 0%;
margin-bottom: 7%;
}

/*
  $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;
  }
}

#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%;
  -webkit-transform: translate(-50%,-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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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;
  -webkit-transform: translate(0%, -50%);
          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;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
